.multi_step form h3 , .multi_step1 form h3 {
    background: #f71611;
    padding: 10px 0px;
}
div#submision , #error_email {
    font-size: 14px;
    float: left;
    width: 100%;
	    text-align: center;
}
div#fist_dogsection {
    float: left;
    width: 100%;
    display: block;
}
#outer_div {
    display: block !important;
}
form#demo-form {
   /* background: rgba(192,57,43,1); */
    float: left;
    padding: 20px;
    border-radius: 0px;
	width:100%;
	background: rgb(247 22 18);
}
button#validate {
    float: right;
}
.container.well-outer {
    width: 100%;
    max-width: 100%;
}
.well-inner {
    width: 60%;
    margin: 0 auto;
    display: block;
}
span.order {
    color: #c9574a !important;
    font-size: 20px !important;
}
.reg-dog h3 {
    color: #fff;
    font-size: 30px;
	font-family: 'Domine';
	    margin: 0;
	text-shadow: 2px 2px #ccc;
}
.reg-dog span {
    font-size: 16px;
    color: #fff;
}
.reg-dog {
    display: block;
    box-shadow: 0px 0px 9px #c9574b33;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}

.well {
    border: none !important;
}
.well-inner h2 {
    text-align: center;
    margin-top: 29px;
}
.date_picker {
    width: 100%;
    float: left;
    display: block;
}
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
div#main_container {
    float: left;
    width: 100%;
    display: block;
}
div#birth_date_input {
    width: 30%;
    float: left;
    display: block;
}
div#age_container {
    float: left;
    color: #fff;
    font-size: 16px;
    width: 68%;
    margin-left: 10px;
    margin-top: 18px;
}
textarea.friendly {
    min-height: 90px;
}
/***********Add css**********/
div#inrlog {
padding: 20px;
float: left;
border-radius: 10px;
margin-bottom: 20px;
}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		
		.tab-content {
    border: none !important;
		}
		/**********************************/
		
		.stepwizard-step p {
    margin-top: 10px;
	color: #fff;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
	a.btn.btn-default.btn-circle {
    color: #000;
    border: 2px solid #c0392b;
}
/* .btn.btn-primary {
    background-color: rgba(192,57,43,1);
    color: rgba(255,255,255,1) !important;
} */	

.btn-primary {
  /*   background-color: rgb(86, 210, 23) !important;
    color: rgba(255,255,255,1) !important; */
}
.multi_step form k3{
	 color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    background: #f71611;
    padding: 10px 0px;
}

.multi_step {
    width: 100%;
    
   /*  background: url(https://1-800lostdog.com/wp-content/uploads/2020/01/cartoonbones2.png); */
    background-repeat: repeat;
    background-size: auto;
	background: #9da0a27a;
}
.step_1_save {
    width: 100%;
    float: left;
}

.multi_step1 {
/* background: #c0392b;
padding: 32px;
box-shadow: 0px 2px 3px #0009;
margin-top: 20px;
margin-bottom: 20px; */
}
.multi_step form {
    margin: 10rem auto;
}
.multi_step form {
    border-radius: 10px;
   -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
	   /*  background: #d8d0d0; */
	   background: #f3f3f3;
}
.multi_step .form-group , .multi_step1 .form-group{
    width: 50%;
    float: left;
    margin: 10px 0px;
    min-height: 111px;
    padding: 0px 10px;
}
.multi_step .form-group textarea.form-control ,.multi_step1 .form-group textarea.form-control {
    padding: 4px;
       color: #000;
    font-size: 22px;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff; 
    background: rgba(236, 236, 236);
}
.multi_step form input, .multi_step form select ,.multi_step1 form input, .multi_step1 form select  {
    background-color: #fff !important;
    height: 50px !important;
	font-size: 16px !important;
}
.multi_step form textarea , .multi_step1 form textarea{
	font-size: 16px !important;
	    background-color: #fff !important;
		resize:none;
		height: 50px;
	
}
textarea.friendly {
    height: 140px !important;
    border: none;
    border-radius: 5px;
}
.form-group label{
	font-size:16px !important;
}
.nexxtBtn {
    background: #2d292947 !important;
}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		

		.tab-content.current{
			display: inherit;
		}
		.tab-content {
    border: none !important;
		}

textarea.friendly {
    width: 100%;
    float: left;
    margin: 0 auto;
}
button#save {
    background: #2d292947 !important;
    padding: 12px;
    border: none;
    color: #fff;
    width: 15%;
    border-radius: 3px;
    float: left;
}
button#req_msg:focus {
    box-shadow: none;
}
button#save_user, button#save_user_2, button#save_user_3, button#save_user_4, button#save_user_5{
    background: #2d292947 !important;
    padding: 10px;
    border: none;
    color: #fff;
    width: 16%;
    border-radius: 3px;
    float: right;
}
.step_2, .step_3, .step_4, .step_5 {
    float: left;
    width: 86%;
    display: block;
}
.thumb-image{
 float:left;width:100px;
 position:relative;
 padding:5px;
}
.thumb-image1{
 float:left;width:100px;
 position:relative;
 padding:5px;
}
div#loaders {
    width: 6%;    
    margin: 0 auto;
}
/*************sandeep************/
body {
  background-color: #fff !important;
}

h3 {
  margin-top: 0;
}

.badge {
  background-color: #777;
}

.tabs-left { margin-top: 3rem; }

.nav-tabs {
  float: left;
  border-bottom: 0;
  

  li {
    float: none;
    margin: 0;
    
    a {
      margin-right: 0;
      border: 0;
						border-radius: 0;
      background-color: #333;
      
      &:hover {
        background-color: #444;
      }
    }
  }
  
  .glyphicon {
    color: #fff;
  }
  
  .active .glyphicon {
    color: #333;
  }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:0;
}

.tab-content {
  width:100%;
    display: block;
    margin: 0 auto;
}
  
  .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
	   
  }
  


.list-group {
  width: 100%;
  
  .list-group-item {
    height: 50px;
    
    h4, span {
      line-height: 11px;
    }
  }
}
.form-group label {
     color: #000; 

}
/*******04-dec-2019**************/
.inffo-outer .form-group label {
    color: #000;
}	
.inffo-outer .form-group {
    margin-left: 29px;
    width: 44%;
}
.btn-save-1_outer {
    width: 100%;
    float: left;
    text-align: center;
}

.btn-save-1_outer button:hover {
    background: #000 !important;
}
input.dddd.shw_pwd {
    margin-top: 3px !important;
    float: left;
    margin-right: 8px;
    height: auto !important;
}
.show_pwd {
    display: flex;
}
.buttons-style{
    text-align: center;
    margin: 20px auto 20px 0;
    display: block;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    font-size: 19px;
    padding: 10px 25px !important;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    width: auto !important;
	background-color: #f71611 !important;
	color:#fff;
}
.buttons-style:hover , .modal-button:hover, .buttons-style:focus , .modal-button:focus{
	 background: #000 !important;
	 border:none;
}
.modal-button{
	 text-align: center;
    margin: 20px auto 20px 0;
    display: block;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 19px;
    padding: 10px 25px;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
	background-color: rgb(172,37,23) !important;
    width: 100%;
}
div#step-2 label {
    color: #000;
	width:100%
}

.btn-ro {
    float: left;
    width: 100%;
}
.btn-ro button:hover {
    background: #000 !important;
}
.btn-ro1 {
    float: left;
    width: 100%;
}
.btn-ro1 button:hover {
    background: #000 !important;
}

div#step-4 label {
    color: #000;
}

.btn-ro2 {
    float: left;
    width: 100%;
}
.btn-ro2 button:hover {
    background: #000 !important;
}
.form-group.gallery-outer {
    width: 100%;
    float: left;
}
#outer_div {
    width: 100%;
    display: block !important;
    float: left;
}
.input-group-append {
    background: none !important;
    border: none !important;
}
button#button-addon2 {
    border: none;
    padding: 11px 12px 13px 12px;
    font-size: 15px;
    margin-top: -15px;
}

.btn-ro3 button:hover {
    background: #000 !important;
}
.btn-ro3 {
    width: 100%;
    float: left;
}
.tab-content .tab-pane {
    background: none;
}

.btn-ro4 {
    width: 100%;
    margin: 0 auto;
}

.paymentErrors {
    color:#f71610;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
input#buy {
    margin-top: 20px;
    margin-bottom: 20px;
}



.btn-ro5 {
    float: left;
    width: 57%;
	margin-top: 108px;
}
.btn-ro5 button:hover {
    background: #000 !important;
}

/**************media-screens******************/

@media only screen and (max-width:3264px){

.bone_next {
    width: 58%;
}
}

@media only screen and (max-width:3000px){

.form-group label {
     color: black;
    font-weight: 100;
	   
}
}

.form-group.found-pet label.container-checkbox {
    float: left;
    width: 7%;
}
.zip-field {
    width: 300px !important;
}
.form-group select {
    color: #000;
    font-size: 18px !important;
}
.form-group label {
     color: black;
    font-weight: 100;
	width:100%;
	   
}

@media only screen and (max-width:2500px){
	

.row.header-texts {
    width: 17%;
}

}
@media only screen and (max-width:2000px){
	.form-group select {
    color: #000;
    font-size: 18px !important;
}
	

.row.header-texts {
    width: 18%;
}
.row.header-texts {
    color: red;
    font-size: 18px;
}
.form-group label {
     color: black;
    font-weight: 100;
	   
}

}
@media only screen and (max-width:1600px){

	.form-group select {
    color: #000;
    font-size: 18px !important;
}
.form-group label {
     color: black;
    font-weight: 100;
	   
}
	.row.header-texts {
    width: 20%;
}
.row.header-texts {
    color: red;
    font-size: 16px;
}


}
@media only screen and (max-width:1400px){
		.form-group select {
    color: #000;
    font-size: 18px !important;
}
.form-group label {
     color: black;
    font-weight: 100;
	   
}

.row.header-texts {
    width: 20%;
}
.row.header-texts {
    color: red;
    font-size: 16px;
}
div#step-1 h3 {
    font-size: 20px;
}
}

.bone_next button:hover {
    background: #000 !important;
}

@media only screen and (max-width:1366px){
	
.form-group select {
    color: #000;
    font-size: 14px !important;
    height: auto;
}
.form-group input {
    padding: 10px;
	font-size: 13px
	
}
.multi_step .form-group textarea.form-control {
    font-size: 14px;
	    /* height: 40px; */
}
.multi_step form {
    padding: 0px;
}
/* button#req_msg {
    font-size: 17px;
    padding: 13px 4px;
} */
.form-group select {
    font-size: 16px;
    padding: 10px;
}
.form-group label {
     color: black;
    font-weight: 100;
	   
}
div#step-1 h3 {
    font-size: 20px;
}
	
	.row.header-texts {
    width: 20%;
}
.row.header-texts {
    color: red;
    font-size: 16px;
}



.bone_next {
    width: 64%;
    margin-top: 24px !important;
}
.card-header {
    padding: 25px 15px;
}
div#step-2 textarea.form-control {
    height: 40px !important;
}
}
textarea.friendly {
    font-size: 25px;
}
.card-header {
    padding: 25px 15px;
}
/**********05-dec-22019*************/

.tag_bg .col-xs-12 {
    float: left;
    width: 100%;
}
.row.header-texts {
    width: 20% !important;
}
.row.header-texts {
    color: red;
    font-size: 18px !important;
}


.check-pic img {
    transform: rotate(-29deg);
    width: 41%;
}
.form-group input {
}
.multi_step .form-group textarea.form-control {
   text-transform: capitalize;	
}
div#submision {
    color:green !important;
}
textarea.friendly {
    text-transform: capitalize;
}
div#step-6 h2 {
    color: #000 !important;
}
.form-group label {
    color: #000 !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

li.nav-item a {
    text-align: center;
}
ul.nav.bg-light.nav-pills.rounded.nav-fill.mb-3 {
   text-align: center;
    width: 45%;
    display: block;
	 padding: 10px 10px;
}


form.footer-subscribe input {
    color: #000;
}
div#show_phon_typ1 {
    float: left;
    width: 100%;
    margin-top: 52px;
}
/*****27*jan*2020************/

.parsley-errors-list li {
    list-style-type: none;
    color: red;
font-size: 15px;
}
span#exact_age {
    color: red;
    font-size: 20px;
    width: 100%;
    float: left;
}
.page-id-2589 div#tag-most-outer {
    margin: 30px auto !important;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.47) !important;
}

span.show_message {
    DISPLAY: BLOCK;
    FLOAT: LEFT;
    WIDTH: 100%;
    TEXT-ALIGN: CENTER;
    POSITION: ABSOLUTE;
    FONT-SIZE: 23PX;
    COLOR: #f71611;
}
div#tabel_all_datea_wrapper {
    height: 428px !important;
    overflow-y: scroll;
}
div#step-2 label {
    font-size: 16px;
}
label.container-checkbox span {
font-size: 16px;
}
input.form-control.zip-field.numbersOnly {
    width: 100% !important;
}
.inffo-outer {
    padding: 0px 10px;
}
button#submit-btn {
    margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
.multi_step .form-group, .multi_step1 .form-group {
    width: 100%;
    margin-bottom: 0;
    min-height: auto !important;
}
.step_1_save {
    width: 100% !important;
}
.multi_step {
    width: 100% !important;
	    margin-top: 20px;
    float: left;
}
div#step-3 .form-group {
    FLOAT: LEFT;
    WIDTH: 100% !important;
    margin: 0 !important;
}
div#wrapper1, div#wrapper, div#wrapper2 {
    float: left !important;
    width: 100% !important;
}

.multi_step form {
    margin: 0 !important;
}
.multi_step .form-control.zip-field.numbersOnly {
    width: 100% !important;
}
.checkboxes-div {
    float: left;
    width: 100%;
}

form#form_data {
    margin-top: 20px;
}
div#step-3,div#step-4 {
    margin: 0px!important;
}
div#step-3 .inffo-outer{
    padding: 0px!important;
}
div#image-holder, div#image-holder1, div#image-holder2 {
    height: auto;
}
span.img_size {
    width: 100%;
    float: left;
}
ul.credits-cards #nav-tab-card {
    width: 100%;
    height: auto !important;
}
div#step-4 div#wrapper label
{
width:100% !Important;
max-width:100% !Important;	
}
}
@media only screen and (max-width: 480px) {
.multi_step form input, .multi_step form select, .multi_step1 form input, .multi_step1 form select
{
	font-size:13px !important;
}
}

.card-header {
    background-color: #000 !important;
}
.card-footer {
   
background-color: rgb(0 0 0) !important;
}
.card-body {
    flex: none;
    padding: 0 !important;
}