*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 100%;
	font-weight: normal;
	font-family: sans-serif;
}

div, section, header, footer, span ul, li, a, button, input{
	box-sizing: border-box;
} 


a, button, input{
	outline: none;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

.mt-15{
	margin-top: 15px;
}

/*end css reset*/

/*global css*/

.ptb20{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

img{
	max-width: 100%
}

/*end global css*/


.wrap{
	width: 100%;
	float: left;
}

header, section, footer{
	width: 100%;
	float: left;
}

.container{
	max-width: 1180px;
	margin: auto;
	padding: 60px 15px;
}

.memberSec{
	background: #ccc4c6;
}

.search {
    width: 80%;
    float: left;
    background: #fff;
    border-radius: 10px;
    border: 0;
    outline: 0;
    font-size: 18px;
    padding: 15px;
    background-image: url(../images/search.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.qrSec{
	width: 20%;
	float: left;
	text-align: center;
}

.qrSec input[type="file"] {
	display: none;
}

.custom-file-upload{
	background-image: url("../images/qr.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 59px;
	height: 59px;
	cursor: pointer;
}

footer{
	background: #74676f;
}


/*
header{
	height: 580px;
	background: url("../images/Banner1.jpg");
	background-position: right -40px center;
}
*/

header {
    height: 580px;
    background: url(../images/Banner1.jpg);
    background-position: left -40px center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #CAB8A9;
}

nav{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

nav a{
	color: #3a0000;
	font-weight: 600;
}


.row{
	width: 100%;
	float: left;
}

.col-50{
	float: left;
	width: 50%;
	padding: 20px;
}

.col-100{
	float: left;
	width: 100%;
}

.col-33{
	width: 33%;
	float: left;
}

.aboutRow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secHead{
	font-size: 48px;
	font-weight: normal;
	color: #74676f;
}
.aboutRow p{
	color: #938187;
	font-size: 15px;
	line-height: 1.3;
	text-align: justify;
}

.aboutRow video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.petList{
	width: 100%;
	float: left;
}

.petList li{
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center;
	display: table;
}

.petList li span {
    width: 100%;
    display: block;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
}

.petList li span img {
    object-fit: cover;
    height: 100%;
    object-position: top;
	width: 100%;
}

.petList li h4{
	color: #74676f;
	font-size: 28px;
	padding: 10px 0;
}
.petList li p{
	color: #74676f;
	font-size: 20px;
}

footer{
	color: #fff;
}

footer .col-33{
	padding: 0 20px 30px 20px;
}

.footHead{
	font-size: 26px;
	padding-bottom: 15px;
	width: 100%;
	float: left;
}

.FooterLinks li{
	margin-bottom: 5px;
}

.FooterLinks li a{
	color: #fff;
}

.FooterLinks li img{
	margin-right: 5px;
}

.socialLinks{
	width: 100%;
	float: left;
}
.socialLinks li{
	float: left;
	padding: 6px;
}

/*inner pages*/

.innerBanne {
    height: 350px;
    background: url(../images/innerBanner.jpg);
    background-position: center -369px;
}

.fullWidth{
    width: 100%;
    float:left; 
}

.fullWidth nav{
 align-items: center;
}

.navInner{
    background-color: rgba(255,255,255, .5);
}

.petPhotos{
    width: 100%;
    float:left; 
}

.petPhotos li{
    width: 33%;
    padding: 15px;
    float: left;
}

.petPhotos li span {
    width: 100%;
    display: block;
    height: 150px;
    overflow: hidden;
}

.petPhotos li span img {
    object-fit: cover;
    height: 100%;
    object-position: top;
	width: 100%;
}


.proSec{
    display: flex;
    align-items: center;
}

.proPic{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    border: 4px solid #fff;
    overflow: hidden;
    margin-right: 15px;
}

.proPic img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.proSec h4{
    color: #3A0000;
    margin-bottom: 5px;
}

.proSec p{
    color: #3A0000;
}

.select1 {
    text-align: right;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    top: 40px;
}

.select1 a{
    color: #3A0000;
}

.proRow{
    position: relative;
    top: -100px;
}
 

.petForm{
    width: 100%;
    float: left;
    padding: 30px 0;
}

.petForm li{
    width: 60%;
    margin: auto;
    display: table;
    margin-bottom: 10px;
}

.formBox{
    width: 100%;
    display: flex;
}

.petForm b{
    font-size: 24px;
    color: #3A0000;
    width: 20%;
    text-align: right;
    margin-right: 10px;
}
.inputSec{
    display: flex;
    width: 80%;
}

.inputSec input{
    border: 1px solid #938187;
    width: 100%;
    padding: 8px  15px;
}

.inputSec textarea{
    width: 100%;
}

    
.inputSec button{
    width: 100%;
    background: #938187;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    font-size: 24px;
    border: 0;
    cursor: pointer;
}


/*input2*/
.inputSec2{
    display: flex;
    width: 80%;
}

.inputSec2 input{
    border: 0;
    width: 100%;
    padding: 8px  15px;
    background: transparent;
}

.inputSec2 textarea{
    width: 100%;
    padding: 8px  15px;
    background: transparent;
    border: 0;
}

    
.inputSec2 button{
    width: 100%;
    background: #938187;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    font-size: 24px;
    border: 0;
    cursor: pointer;
}




.loginLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #3A0000;
    height: 280px;
}
.loginRight  li{
    margin-bottom: 10px;
}

.loginRight input{
    width: 100%;
    padding: 8px 25px;
    font-size: 22px;
}

.loginRightBtn{
    margin: auto;
    display: block;
    padding: 8px 25px;
    font-size: 22px;
    background: #74676F;
    color: #fff !important;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
}

.loginRight a{
    color: #3A0000;
    font-size: 22px;
    text-align: center;
    margin: auto;
    display: block;
}
.loginRight hr{
    height: 2px;
    background:#3A0000; 
    width: 100%;
    display: block;
    border: 0;
}

.signupBtn{
    margin: auto;
    display: block;
    padding: 8px 25px;
    font-size: 22px;
    background: #3A0000;
    color: #fff !important;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
}

.signupTop{
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
}

.signupLeft ul{
    width: 100%;
    float: left;
}

.signupLeft ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.signupLeft ul li span{
    width: 100%;
    float: left;
}

.signupLeft ul li input{
    width: 100%;
    float: left;
    padding: 8px 25px;
    font-size: 22px;
    border: 1px solid #3A0000;
    border-radius: 10px;
}
.signupRight ul{
    width: 100%;
    float: left;
}

.signupRight ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.signupRight ul li span{
    width: 100%;
    float: left;
}

.signupRight ul li input{
    width: 100%;
    float: left;
    padding: 8px 25px;
    font-size: 22px;
    border: 1px solid #3A0000;
    border-radius: 10px;
}

.signupRight ul li select{
    width: 100%;
    float: left;
    padding: 8px 25px;
    font-size: 22px;
    border: 1px solid #3A0000;
    border-radius: 10px;
}

.signupBtn2{
    width: 100%;
    float: left;
}
.signupBtn2Btn{
    background: #3A0000;
    border: 0;
    margin: auto;
    text-align: center;
    color: #fff !important;
    display: block;
    padding: 8px 25px;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
    width: 50%;
}
.signupBtn2Btn a{
    color: #fff;
}

.mb-30{
    margin-bottom: 30px;
}

.static{
    color: #3A0000;
}

.static h1{
    text-align: center;
    display: block;
}

.static h4{
    margin-bottom: 10px;
}
.static span{
    padding: 10px 0;
    display: block;
}

.p-10{
    padding: 20px;
}

.brd1{
    border-bottom: 1px solid #3A0000;
}

nav li{
    float: left;
}


nav li:first-child{
    margin-right: 20px;
}

@media screen and (max-width:1366px){

    header{
        background-position: left -410px center;
    }
    
}



@media screen and (max-width:700px){
        header{
    background-position:center;
}

  
    .aboutRow{
		display: block;
	}
	
	.col-50{
		width: 100%;
	}
	
	.petList li{
		width: 50%;
	}
	
	.col-33{
		width: 100%;
	}
    
    .petPhotos li{
        width: 50%;
    }
    
    .select1{
        top: 0;
    }
    
    .formBox{
        display: inherit;
    }
    
    .petForm b{

    width: 100%;

    }
    .inputSec{

    width: 100%;
    }
    


    
}









