@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
   --color1:#ff5555;
   --color2:#fff6ed;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 0.9rem;
}
.heading_one {
    font-size: 48px;
    font-weight: 700;
}
.heading_three {
    font-size: 20px;
    font-weight: 600
}
.navbar-brand {
    font-size: 35px !important;
    font-weight: 600;
}
.medium-header {
    font-size: 28px;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.form-select {
    font-size: 16px
}
.form-control {
    font-size: 16px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.form-select:focus {
    box-shadow: none;
}
.form-control, .form-select {
    height: 47px;
}
.dropdown-menu {
    padding: 10px;
}
.dropdown-item {
    font-size: 16px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}
.datepicker-days {
    padding: 7px;
    text-align: center;
    font-size: 16px;
}
table.table-condensed {
    width: 300px;
}
.color_white {
    color: #fff;
}
.breadcrumb-item.success_breadcrumb a:hover {
    color: var(--color1);
    transition: .5s ease;
}
.form-label {
    font-size: 16px;
    margin-bottom: 0.3rem;
    color: #000;
}
.form-control[type=file]{ 
    height: auto;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #000;
    margin: 0 2px;
    opacity: .5;
    border-radius: 50%;
}
.owl-carousel .owl-dots button.active {
    background: var(--color1);
    opacity: 1;
}
.input-group-text {
    background-color:transparent;
    border-right: 0;
    padding-right: 0;
}
.calender #datepicker input {
    padding-left: 50px !important;  
}
.submit_btn a {
    color: #fff;
    
}
.submit_btn a:hover{
    color: #000;
}
.page-link {
    color: #000 !important;
    transition: .3s ease-in-out;
}
.page-link:hover {
    background-color: var(--color1);
    color: #fff !important;
}
.choosephoto_input.form-control {
    height: 41px;
}
.choosephoto_input.form-control[type="file"] {
    height: 38px;
}
.dropdown-item.active {
    background-color: #fff;
}
.profile_logout {
    font-size: 14px;
    padding-left: 20px;
}
/**************************header********************/
.navbar_btn {
    width: 200px;
    height: 90px;
    background-color: #FF6E31;
    border-color: #FF6E31;
    color: #fff;
    margin-right: -12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    transition: all ease-in-out .3s;
}
.navbar_btn:hover {
    color: #000;
}

.navbar_btn a {
    color: #fff;
}
.navbar_btn a:hover {
    color: rgb(64, 64, 182);
}
.navbar-nav .nav-item .nav-link {
    color: #000 !important;
}
.navbar-nav.header_top .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
}
.header_mid {
    width: 100%;
    padding-right: 20px;
}
.navbar-nav.header_top {
    margin-bottom: 3px;
}
.top-head.navbar-nav .nav-item .nav-link {
    font-size: 17px;
}
.main-head.navbar-nav .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active>.nav-link,.dropdown-menu li.active>a {
    color: var(--color1) !important;
}
.navbar-nav.main_header .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.dropdown-item {
    border-radius: 2px;
}
.dropdown-item:hover {
    background-color: #e5e5e5;
    color: #000;
}

/***********************banner*****************************/
.home_banner {
    background-image: url(../images/image\ 1.png);
    height: 600px;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    background-size: cover;
    position: relative;
    z-index: 1;
    
}
.home_banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color:rgb(0, 0, 0, 0.5);
}
.banner {
    background-image: url(../images/image\ 1.png);
    height: 240px;
    background-position: 55%;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner::before {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

}
.owl-carousel.hero_slider .owl-nav .owl-prev {
    left: -70px;
}
.owl-carousel.hero_slider .owl-nav .owl-next {
    right:-70px;
}
.banner-text .banner-heading {
    font-weight: 800;
    font-size: 45px;
}
.hero_slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: -80px;
}
.hero_slider.owl-carousel .owl-dots button {
    background-color: #fff;
} 
.small_heading {
    font-size: 25px;
}

.banner-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn {
    font-weight: 500;
    border-radius:23px;
    font-size: 14px;
    min-width: 140px;
    text-transform: uppercase;
}
.btn-orange {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}
.link-orange {
    color:var(--color1);
}
.image-slider {
    display: block;
    width: 100%;
}
/*************************************************************anout fap*********************************/
.about_fap {
    padding-top: 70px;
}
.about_fap img {
    width: 100%;
}
.about_paragraph {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}
.about_navitem li {
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}
.about_navitem li a {
    color: #000;
}
.about_navitem li i {
    color: var(--color1);
    padding-right: 0;
    transform: rotate(-45deg);
    margin-right: 15px;
}

/****************************************************************services******************************/
.box {
    text-align: center;
    min-height: 360px;
    padding: 60px;
    height: 100%;
}
.services {
    margin: 70px 0;
}
.left-box {
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 6px;
}
.right-box {
    background-color:#fff6ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 6px;
}
.services-heading {
    text-align: center;
}

/******************************************************services***********************************/
.count_head {
    background-image: url(../images/Rectangle_12.png);
    margin: 70px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.count_items {
    padding: 60px 0;
}
.count_head::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}
.count_boxes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 210px;
}
.count.box1 {
    color: #fff;
}
.count.box2 {
    color: #fff;
}
.count.box3 {
    color: #fff;
}
.count.box4 {
    color: #fff;
}
.count {
    width: 25%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.count-head {
    font-size: 48px;
}
.count-bottom {
    font-size: 24px;
    font-weight: 400;
}

/*************************************************success Stories**************************/
.success_stories {
    margin: 70px 0;
    position: relative;
}
.success_heading {
    color: #000;
    font-weight: 600;
}
.success_heading:hover {
    color: rgb(64, 64, 182);
}
.breadcrumb-item.success_breadcrumb a {
    color: #fff;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.owl-carousel .owl-nav  .owl-next {
    right:-40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #e0dedb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: .5s;
}
.owl-carousel .owl-nav button:hover{
    background-color:var(--color1);
}
.owl-carousel .owl-nav button.disabled {
    opacity: .4;
    cursor: no-drop;
}
img.card-img-top {
    border-radius: 18px;
}

/*************************************************Donation Banner**************************/
.donation_banner {
    background-image: url(../images/Rectangle_12.png);
    height: 390px;
    background-repeat: no-repeat;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation_banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}

/*************************************************************login*******************************/
.login {
    background-image: url(../images/image\ 1.png);
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}
.login_page {
    border-radius: 10px;
    background: white;
}
.login_page h1 {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid silver;
    font-size: 30px;
    font-weight: 700;
  
}
.login_page form {
    padding: 30px 40px;
    box-sizing: border-box;
}
form .txt_field {
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 20px;
}
.txt_field input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
}
.txt_field label {
    position: absolute;
    top: 20%;
    left: 5px;
    pointer-events: none;
    color: #adadad;
    transition: .5s;
    font-size: 16px;
}
.txt_field span::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color1);
    transition: .5s;
}
.txt_field input:focus~label,
.txt_field input:valid~label {
    top: -5px;
    color: #0000;
}

.txt_field input:focus~span::before,
.txt_field input:valid~span::before {
    width: 0%;
}
.pass {
    margin: -5px 0 20px 5px;
    color:#2691d9;
    cursor: pointer;
    font-size: 16px;
}
.pass:hover {
    text-decoration: underline;
}
input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 1px solid;
    background-color:var(--color1);
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

input[type="submit"]:hover {
    color: #000;
    border: none;
}
.signup_link {
    margin-top: 30px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.signup_link:hover {
    color: var(--color1);
}
.signup_link a {
    color: #2691d9;
}
.signup_link a:hover {
    text-decoration: underline;
}
.back_home {
    color: #fff !important;
    text-align: center;
}
.back_home a {
    color: #fff;
}
.back_home a:hover {
     color: #2691d9;
}
/**************************************************************login******************************/
/*************************************************************Registration************************/
.registration {
    background-image: url(../images/image\ 1.png);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.registration::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}
.registration h1 {
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid silver;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}
.registration_content {
    background: white;
    border-radius: 10px;
}
.registration_content .wrap {
    padding: 30px;
}
.registration_btn.btn-primary {
    background-color:var(--color1);
    border: none;
}
.registration_btn.btn-primary:hover {
    color: #000;
}
.back_home2 {
 text-align: center;
}
.back_home2 a {
    color: #fff;
}
.back_home2 a:hover {
    color: #2691d9;
}
.page-item.active .page-link {
    background-color:var(--color1)!important;
    color:#fff !important;
    border-color:var(--color1) ;
}


/**************************************************************Registration************************/
/***************************************************************otp verification********************/
.otp_verification {
    background-image: url(../images/image\ 1.png);
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otp_verification::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
}
.otp_page {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
.otp_para {
    font-size: 14px;
}
.text_field input {
    width: 40px;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #df6c00;
    margin-right: 20px;
    outline: 0;
    text-align: center;
}
.text_field input:last-child {
    margin-right: 0;
}
.text_field {
    align-items: center;
    display: flex;
    justify-content: center;
}
p.otp_para2 {
    font-size: 16px;
}
.otp_btn {
    display: flex;
    justify-content: center;
    margin: 0 6px;
}
.otp_para .email {
     font-weight: 600;
}


/**************************************************************otp verification*********************/
/*************************************************************footer********************************/
.footer_top {
    margin-top: 50px;
}
.footer_item li {
    margin-bottom: 4px;
}
.footer_item li a {
    color: #000;
    font-size: 16px;
}
.footer_para {
    font-size: 16px !important;
}
.footer_item i {
    color:var(--color1);
}
.footer_item ul li a:hover {
    color:var(--color1);
}

.copy_right {
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 15px 0;
    margin-top: 50px;
    color: #000000;
    text-align: center;
    line-height: 1;
}
a.social_btn {
    font-size: 16px;
    background: #cacaca;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
}
a.social_btn.facebook {
    background-color: #1877f2;
}
a.social_btn.twitter {
    background-color: #1da1f2;
}
a.social_btn.instagram {
    background-color: #c32aa3;
}
/*********************************************************Register*********************************/
.register_form {
    margin: 70px 0;
}
.calender input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    width: 15px;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.calender #basic-addon1 {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
}
.calender #datepicker input {
    padding-left: 68px;
    cursor: pointer;
}
/*******************************************************lost and found*************************/
.lost_found {
    margin: 70px 0;
}

/******************************************************success stories********************/
.card.sucess_card {
     width: 100%;
     padding: 16px;
}
.card.sucess_card {
    border-radius: 18px;
}
.overlapping {
    position: absolute;
    background: linear-gradient(transparent,black );
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 15px 18px;
}
.successcard_one {
    display: flex;
    color:var(--color1);
    font-weight: 400;
    font-size: 18px;
}
.successcard_one .success_category {
    color: #000;
}
.success_text.card-text {
    font-size: 16px;
    padding-top: 16px;
}
.sucess_card .card-body {
    padding: 0;
    padding-top: 20px;
}
.search_group {
    position: relative;
}
.search_group button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
}

/**********************************************contact Us***********************************/
.contact_btn {
    font-size: 16px;
    background:var(--color1);
    color: #fff;
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 25px;
}
.contact_btn i {
    font-size: 24px;
}
.contact_box {
    background-color:#fff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    text-align: left;   
    display: flex;
    align-items: center;
}
.contact_box  h6 {
    font-size: 16px;
    line-height: 26px;
}
.contact_box a {
    color: #2691d9;
}
.contact_us {
    padding: 70px 0;
}
.contact_us .contact_box h2 {
    font-size: 24px;
    margin-top: 24px;
}
.contact_us h5 {
    font-size: 40px;
    font-weight: 600;
}
.contact_form {
    margin-top:0;
}
form.contact_fillup {
    margin-top: 35px;
}
.header_top {
    display: flex;
    height:40px;
}
.header_top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.donate_btn {
    background-color:var(--color1);
    /* padding: 24px; */
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
}
.donate_btn.mobile {
    display: none;
}
.top_right {
    display: flex;
    align-items: center;
}
.top_right .social {
    margin-right: 10px;
}
.top_right .social a {
    margin-right: 15px;
}
.top_right .facebook {
    color:#3b5998;
}
.top_right .instagram {
    color: #c32aa3;
}
.top_right .twitter {
    color: #1da1f2;
}
.top_right .linkedin {
    color: #0a66c2;
}
.top_right .youtube {
    color: #ff0000;
}
.dropdown-toggle {
    color: #000;
}
.dropdown-toggle:hover {
    color:var(--color1);
}
.dropdown .btn:hover {
    color:#df6c00;
}
.navbar-brand {
    color: #000;
    padding: 0;
}
.header_top .top_left a {
    color: #212121;
    transition: all .3s ease-in-out;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
}
.header_top .top_left a:hover {
    color:var(--color1);
}

.navbar-nav+.dropdown .dropdown-toggle i {
    margin-right: 5px;
}
.navbar-nav .nav-item .nav-link:hover {
    color: var(--color1) !important;
}
/*****************************************profile****************************************/
section.profile {
    padding: 70px 0;
    background: #f7f7f7;
}
ul.profile_navbar {
    padding: 20px 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.left_image img {
    width: 100%;
}
.profile_navbar .profile_navitem {
    border-bottom: 2px solid #ebe7e761;
    transition: .5s ease-in-out;
}
.profile_navbar .profile_navitem:last-child {
    border-bottom: 0;
}
.profile_navbar .profile_navitem a {
    color: #000;
    padding: 14px 30px;
    display: inline-block;
    transition: .5s ease-in-out;
}
.profile_navbar .profile_navitem a.link-danger {
    color: #dc3545;
}
.profile_navbar .profile_navitem a:hover{
    color:var(--color1);
}
.profile_navbar .profile_navitem a.link-orange {
    color: var(--color1);
}
.profile_image img {
    border-radius: 50%;
    height: 123px;
}
.user_info {
    padding: 0 30px;
}
.user_info span {
    font-size: 14px;
}
p.profile_para {
    font-size: 18px;
    font-weight: 600;
}
.profile p {
    margin-bottom: 0;
    line-height: normal;
}
.profile_left {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background: #fff;
    border-radius: 15px;
}
li.profile_navitem.active {
    border-left: 2px solid var(--color1);
    background: #f1f1f1;
}
li.profile_navitem.active:hover a {
    color: #000;
}
.profile_right {
    padding-left: 20px;
}
.footer_item ul {
    padding-left: 10px;
}
h6.profile_sub {
    font-size: 16px;
    font-weight: normal;
}
.profile_span {
    font-size: 16px;
    font-weight: 300;
}
p.card_head {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
p.card_para {
    font-size: 16px;
    font-weight: 300;
}
.card_action {
    font-size: 14px;
    /* font-weight: 500; */
}
.profile_left {
    position: sticky;
    top: 50px;
}
section.addpet_form {
    margin-top: 70px;
}
img.card-img-top.lostFound_card {
    position: relative;
}
span.badge.lostFound_Badge {
    position: absolute;
    left: 15px;
    padding: 6px 18px;
    top: 15px;
    font-size: 14px;
    font-weight: 400;
}
.datepicker i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}








/* STEPER FORM */
.wizard {
    background: #f1f1f1;
    padding: 0;
}
.wizard-steps {
    display: flex;
}
.wizard-steps > li {
    padding: 15px 20px;
    background: #dedede;
    width: 50%;
    color: #000;
}
.wizard-steps > li .step {
    font-size: 14px;
    font-weight: 600;
}
.wizard-content {
    border: 0;
    padding: 20px;
}
.wizard-pane {
    padding: 0;
}
.wizard-content .calender #datepicker input {
    padding-left: .75rem !important;
}
.wizard-steps > li.current, .wizard-steps > li.done.current {
    background: #ff5757;
    color: #fff !important;
    border-right: 1px solid #fff;
}
.wizard-steps > li.done {
    background: #212529;
    color: #fff !important;
}
.wizard-buttons {
    margin-top: 0;
    padding: 0 20px;
    padding-bottom: 20px;
}
.wizard-buttons > a {
    margin-right: 5px;
    padding: 6px 30px;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: #fff;
    color: #000;
    border: 0;
    display: inline-block;
}
.wizard-buttons > a.wizard-next {
    background: #000;
    color: #fff;
}
.wizard-buttons > a.hide {
    display: none;
}

.wizard-steps > li .title {
    font-size: 20px;
}
.wizard-buttons >.wizard-finish {
    margin-right: 0;
    padding: 6px 30px;
    border: 1px solid #aaa;
    border-radius: 20px;
    background: #39cf21;
    color: #fff;
    border: 0;
    display: inline-block;
}
.wizard-buttons {
    text-align: right;
}