.breed-infoTab{margin-bottom:30px}
.breed-infoTab:after,.breed-infoSec:after{content:"";clear: both;display: table}

.breed-infoTab .head{width:100%;position: relative;margin-bottom:20px;padding-bottom:5px;border-bottom:1px solid #eee;}
.breed-infoTab .head:after{content:"";clear: both;display: table}

.breed-infoTab .head a{font-size:14px;font-weight:500;background:#fff;border:2px solid #444;color:#444;padding:7px 5px;line-height:1;display:inline-block;}
.breed-infoTab .head a i{margin-right:5px}
.breed-infoTab .head a:hover{background:#444;color:#fff}

.breed-infoTab~.breed-infoTab{margin-top:30px}
.breed-infoSec{padding:20px;background:#fff;box-shadow:0px 11px 24px rgba(0,0,0,0.07)}
.breed-infoSec .sale-ttl{font-weight:500;color:#ca4848;line-height: 1.4;margin:auto}
.breed-infoSec .ttl{font-weight:500;color:#ca4848;line-height: 1.4;margin:auto auto 20px}

.breed-infoSec .sale-wrap{display: block}
.breed-infoSec .sale-wrap:after{content:"";clear: both;display: table}
.breed-infoSec .sale-wrap.breed_img_relative .img-wrap{position:relative;overflow:visible;}
.breed-infoSec .sale-wrap .img-wrap{height:auto;position:relative}
.breed-infoSec .sale-wrap .img-wrap img{width:auto;margin:auto;border-radius:0px !important;outline:none;}
.breed-infoSec .sale-wrap .content-tab{padding-left:20px;position: relative}
.breed-infoSec .sale-wrap .content-tab p{font-size:14px;font-weight:400}
.breed-infoSec .sale-wrap .content-tab p{display: inline-block;word-break: break-all;}
.breed-infoSec .sale-wrap .content-tab p .inline-btn{margin:auto !important;}
.breed-infoSec .sale-wrap.breed_img_relative .verified-icon{position: absolute;bottom:2px;right:2px;z-index: 1;width:60px}
.breed-infoSec .sale-wrap.breed_img_relative .pos_relative{position:relative;width:100%;height:100%;overflow:visible;}
.breed-infoSec .sale-wrap .img-wrap .verified-icon{position:absolute;z-index:23;left:0;bottom:0;}

.breed-infoSec .sale-wrap .content-tab a.inline-btn{margin-top:20px;font-size:14px;text-transform:capitalize}
.breed-infoSec .sale-wrap .social-media1{margin-top:20px}


/* No Data Found */
.notfound-wrap{position: relative;padding:15px;background:#fff;margin:20px auto 30px;}
.notfound-wrap .msg-wrap{max-width:100%;margin:30px auto;text-align: center;}
.notfound-wrap .msg-wrap .msg{font-size:24px;color:#f68686}
.notfound-wrap .msg-wrap .status-icon{display: block;margin:auto auto 20px;height:80px;width:80px;border:1px solid #f68686;text-align: center;line-height: 80px;border-radius:50%;font-size:40px;background:#fff;color:#f68686}

.desc-controller{margin-bottom:20px}
.desc-controller p{font-size:14px;color:#747474;}
.desc-controller *{font-size:14px}
.desc-controller{position: relative}
.desc-controller:after,.desc-controller .txt:after{content:"";clear: both;display: table}
.desc-controller .txt{position: relative;height:100px;overflow: hidden}
.desc-controller .read-btn{float:right;padding:5px 10px;font-size:14px;color:#333 !important;}

.desc-controller.show-more .txt{height:100%}
.desc-controller.show-more .moreelipses{display: none}
.desc-controller.show-more .morecontent span{display: inline}
a.morelink {
	text-decoration:none;
	outline: none;
    color:#ab132d;
}
.morecontent span {
	display: none;

}

@media screen and (max-width:767px){
	.breed-infoSec .sale-wrap .content-tab{margin-top:20px}

	.notfound-wrap .msg-wrap{margin:0;}
	.default-block{padding:15px;}
}

/* Chat Modules */
#frame {
  
  min-width: 290px;
  max-width: 100%;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #faf4f0;
  box-shadow: 0px 10px 23px rgba(0,0,0,0.07)
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #f6d4d4;
  color: #000;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 50px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  height:50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    height:40px;
    margin-left: 7px;
    margin-top:5px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
  margin-top:12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #f6d4d4;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #777;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #777;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #777;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #777;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #777;
}
#frame #sidepanel .scroll-contacts
{
  overflow: hidden;
  height: calc(100% - 177px);
}
#frame #sidepanel #contacts {
  height:100%;
  width: calc(100% + 17px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #dcbaba;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #fff;
  border-right: 5px solid #f28800;
}
#frame #sidepanel #contacts ul li.contact.active *{color:#000 !important;}
#frame #sidepanel #contacts ul li.contact:hover *{color:#fff}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
#frame #sidepanel #contacts ul li.contact .inline{display: inline-block !important;color:red !important;font-style: normal;margin-left:5px}

@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta .preview{
    display: none;
  }
  #frame #sidepanel #contacts ul li.contact .wrap .meta  .name{font-size:0px !important;}
  #frame #sidepanel #contacts ul li.contact .wrap .meta  .required{font-size:10px !important;position: absolute;left:-10px;top:0;height:20px;width:20px;line-height: 17px;background:red;color:#fff !important;;text-align: center !important;border-radius:50%;}
  .share_attach .inside{width:150px !important;}
  .share_attach .file_dwn{font-size:12px;letter-spacing: 0px;}
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  font-size:14px;line-height: 1.4
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 2px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  font-size:13px;
  line-height: 1.4;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 100%;
  padding: 10px 0;
  background: #f28800;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}

@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background:#fff;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width:230px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff3f3;
}
#frame .content .contact-profile *{color:#777}
#frame .content .contact-profile img {
  width: 40px;
  height:40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
  margin-top:15px
}
#frame .content .contact-profile .social-media {
  float: right;
  margin-top:20px
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .scroll-messages{
   height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  padding-bottom:40px;
  overflow:auto;  
}
#frame .content .messages {
 width:calc(100% + 5px);
  
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
  #frame .content .messages{width:100%}
  #frame .content .messages ul li p{max-width:80% !important;font-size:12px !important}
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages .or-seprator:before{height:1px}
#frame .content .messages .or-seprator span{font-size:14px !important;}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #fff3f3;
  color: #777;
  font-size:13px
}
#frame .content .messages ul li.replies .chat_user_img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies .chat_user_img{display: none}
#frame .content .messages p:empty{display: none !important;}
#frame .content .messages ul li.replies p {
  background: #ddd;
  float: right;
  font-size:13px;
}
#frame .content .messages ul li .chat_user_img {
  width: 22px;
  height:22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background:#fff;
  border: 1px solid #f28800;
}
#frame .content .message-input .attach_placeholder{background:#ddd;position: absolute;bottom:calc(100% + 1px);left:0px;padding:20px;border-radius:8px 8px 0px 0px;}
#frame .content .message-input #uploadimgpath{max-height:100px;width:auto;border-radius:8px;background:#fff;padding:10px;height:auto !important;width:auto !important;max-height:100px;width:auto}
#frame .content .message-input .delete{position: absolute;right:10px;top:10px;height:20px;text-align: center;width:20px;line-height:20px;border-radius:50%;background:#777;color:#fff}
#frame .content .message-input .delete:before{content:"\f00d";font-family:"FontAwesome";}
#frame .content .message-input .delete:hover{background:#000}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}

#frame .content .message-input .wrap textarea {
  border: none;
  width: calc(100% - 90px);
  padding: 10px;
  font-size: 0.8em;
  color: #32465a;
  min-height:40px;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  top:0;
  right: 50px; 
  z-index: 4;
  height:100%;
  background:#eee;
  font-size: 1.6em !important;
  color: #435f7a;
  opacity: .5;display: flex;
  justify-content: center;align-items: center;
  width:40px;text-align: center;
  
  cursor: pointer;
}

#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  position: absolute;
  right: 0px;
  border: none;
  width: 50px;
  padding: 20px 0;
  height: 100%;
  cursor: pointer;
  background: #f28800;
  color: #f5f5f5;
}
#frame .content .message-input .attachment-inuput{position: absolute;visibility: hidden;opacity: 0}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button[disabled="disabled"]{background:#777 !important;}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

.share_attach{position: relative;margin-bottom:15px;padding-top:15px}
.share_attach .share-items{float:left}
.share_attach .inside{position: relative;width:240px;max-width:100%;}
.share_attach .share-time{font-size:12px;margin-bottom:5px;font-weight:600;color:#777}
.share_attach .share-time .time{font-weight:500;}
.share_attach:after,.share_attach .file_wrap:after,.share_attach .inside:after,.share_attach .file_dwn:after,.share_attach .inside:before{content:"";clear: both;display: table}
.share_attach .file_wrap{background:#fff3f3;padding:15px;border-radius:0px 15px 0px 0px;overflow:hidden}
.share_attach .file_dwn
{
  display: block;text-align: center;padding:10px;
  background:#fff3f3;border-radius:0px 0px 15px 15px;margin-top:5px;
  color:#000;text-transform:uppercase;font-weight:600;letter-spacing:1px
} 
.share_attach .share-msg{margin-top:10px;}

.replies .share_attach .file_wrap,.replies .share_attach .file_dwn{background:#ddd}
.replies .share_attach .share-items{float:right}
.replies .share_attach .share-time{text-align: right}
.replies .share_attach .file_wrap{border-radius:15px 0px 0px 0px;}
.share_attach .file_wrap img{display: block;margin:auto !important;max-width:100%;max-height:100px}


/* Footer */
.footer{padding:60px 0 30px;background:#332e2d;position:relative}
.footer-container,.copyright-container,.footer-sec,.ft-block{position: relative}
.footer-container:after,.copyright-container:after,.footer-sec:after,.ft-block:after{content:"";clear: both;display: table}

.footer-sec .ft-block .ft-ttl{color:#fff;text-transform:uppercase;font-weight:600;margin-bottom:20px;letter-spacing: -1px;opacity:0.8}
.footer-sec .ft-block{margin-bottom: 30px}
.footer-sec .ft-block p{color:#838180;font-weight:500;font-size:14px;}

.footer-sec .ft-block.ft-social{margin-top:10px}
.footer-sec .ft-block.ft-social .social-list li a{height:50px;width:50px;font-size:28px;line-height: 50px;background:#4c4646;color:#fff;border:2px solid #696665}
.footer-sec .ft-block.ft-social .social-list li a:hover{background:#696665}

.footer-sec .inline-link{color:#357982;line-height: 1;font-size:14px;font-weight:600;position: relative;}
.footer-sec .inline-link:hover{color:#fff}

.footer-sec .icon-list i{color:#f28800;font-size:20px;top:0}
.footer-sec .icon-list li a{font-size:16px;color:#444}
.footer-sec .icon-list li a:hover{color:#f28800}

.ft-newsletter .footer-sec{padding-top:30px;}
.footer-sec .sub-ttl{color:#777;margin-bottom:15px}
.footer-sec .form-style.newsletters .form-control{background:#fff;color:#000;height:50px;border-radius:4px}
.footer-sec .form-style.newsletters .form-group{width:calc(100% - 125px);float:left;}
.footer-sec .form-style.newsletters .form-group.submit-group{width:120px;margin-left:5px;}
.footer-sec .form-style.newsletters .form-group.submit-group .btn{background:#cb5b43;border-color:#cb5b43;border-radius:4px;width:100%;height:50px;font-size:16px;text-transform: uppercase;}
.footer-sec .form-style.newsletters .form-group.submit-group .btn:hover{background:#357982;border-color:#357982}

.footer-sec .ft-block .body:after{content:"";clear: both;display: table}
.footer-sec .ft-block.ft-nav .body{margin:auto -10px}
.footer-sec .ft-block.ft-nav .footer-nav{float: left;width:50%;padding:0px 10px}
.footer-nav{list-style: none}
.footer-nav li+li{margin-top:10px}
.footer-nav li a{color:#357982;line-height: 1;font-size:14px;font-weight:600;position: relative;padding-right:15px}
.footer-nav li a:after{content:"\f105";font-family:"FontAwesome";position:absolute;right:0px;top:2px;}
.footer-nav li a:hover{color:#fff}

.copyright-container{padding-top:20px;margin-top:20px;border-top:1px solid #777;}
.copyright-container .table-col{width:100%;text-align: center}
/* .copyright-container .table-col{width:50%;}
.copyright-container .table-col.ft-copyright{text-align: right}
.copyright-container .table-col.social-nav{text-align: left;padding-right:10px} */

.ft-copyright p {font-size: 14px;color: #838180;font-weight: 500;margin: auto;line-height: 1; }
.ft-copyright a,.ft-copyright span {display: inline-block;vertical-align: middle;font-size: 14px;color: #838180;font-weight: 600;line-height: 1; }
.ft-copyright a:hover {color: #357982; }
.ft-copyright .btn {margin-top: 20px; }
.ft-copyright img {max-width: 100px; }


@media screen and (min-width:992px){
  .md-hide{display: none}
}


@media screen and (max-width:991px){
  .steps-nav .steps-list li a .step-name i{font-size:20px}
  .steps-nav .steps-list li a{padding:10px;font-size:14px;}
}

@media screen and (max-width:767px){
	.heading-item span,.heading-item i{vertical-align: middle !important;line-height: 1}
	.heading-item i{font-size:26px;margin-top:0px;}
	.step-form .user-form{padding:15px;}

	.pup-infoSec, .dogbreed-sec{padding:20px 15px !important;}
	.step-form .user-form .form-col{margin-bottom:15px;}

.footer{padding:30px 0px 10px;}
  .copyright-container .table-layout{display: block}
  .copyright-container .table-layout .table-col{display:block;width:100%;text-align:center !important;}
  .copyright-container .table-layout .table-col~.table-col{margin-top:5px;}
}

@media screen and (max-width:640px){
  .steps-nav .steps-list li{display: none;border:1px solid #ddd !important}
  .steps-nav .steps-list li a:before{display:none}
  .steps-nav .steps-list li a{color:#000 !important;}
  .steps-nav .steps-list li a i{color:#000 !important;}
  .steps-nav .steps-list li.active{display:block;width:100%;border-radius:0px !important;}
  .steps-nav .steps-list li.active a{border-radius:0px;background:#fff}
}

@media screen and (max-width:480px){
	.form-foot .inline-btn-group{margin:auto;}
	.inline-btn-group .btn{width:100% !important;margin-right:0px !important;margin-left:0px !important;margin-bottom:8px !important;}
	.inline-btn-group .btn:last-child{margin-bottom:0px !important;}
}


