@media (min-width: 1200px) and (max-width: 1365.98px) {
  .header_nav_wrapper {
    gap: 12px;
  }
  .nav-menu ul li a {
    font-size: 14px;
  }
  .nav-menu ul:not(.dropdown-content, .sub-menu) {
    gap: 12px;
  }
  .contact-info a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_nav_wrapper {
    gap: 12px;
  }
  .header .logo img {
    height: 40px;
  }
  .nav-menu ul li a {
    font-size: 12px;
    padding: 25px 5px;
  }
  .have_dropdown::after {
    font-size: 12px;
  }
  .nav-menu ul:not(.sub-menu) {
    gap: 12px;
  }
  .contact-info a {
    font-size: 12px;
  }
  .contact-info a i {
    font-size: 12px;
    margin-right: 3px;
    margin-left: 5px;
  }
  .header.fixed .nav-menu ul li a {
    font-size: 12px;
  }
  .properties_card_wrapper .properties_card .properties_top {
    flex-direction: column;
  }
  .properties_card_wrapper .properties_card .properties_bottom {
    bottom: 50%;
  }
  .properties_card_wrapper .properties_card .properties_bottom span {
    font-size: 16px;
  }
  .newsarticle_section .newsarticle_wrapper .newsarticle_card .newsarticle_post {
    gap: 5px;
    flex-direction: column;
  }
  .newsarticle_section .newsarticle_wrapper .newsarticle_card .newsarticle_post span {
    font-size: 12px;
  }
  .newsarticle_section .newsarticle_wrapper .newsarticle_card .newsarticle_title h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-section .col-md-4 {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #bebebe;
    margin: 20px 0;
  }
  .contact-section .col-md-4:last-child {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
  }
  .filter_header_main .main_filter_header_wrapper {
    display: none;
  }
  .modal_open_filer {
    display: inline-block;
    float: right;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1160px) {
  .container {
    width: 94%;
  }
  h2 {
    font-size: 40px;
  }
  .main_header {
    padding: 0 15px;
  }
  .main_header .navbar-brand img {
    width: 200px;
  }
  .main_banner .banner_main_wapper {
    width: 94%;
  }
  .main_banner h1 {
    font-size: 50px;
  }
  .titel_here_main h2 {
    font-size: 55px;
  }
  .titel_box_main h3 {
    font-size: 26px;
  }
  .vetcare_team_main h2 {
    font-size: 55px;
  }
  .vetcare_box_main h3 {
    font-size: 26px;
  }
  .vetcare_box_main h6 {
    font-size: 20px;
  }
  .happy_box_main .number {
    font-size: 30px;
  }
  .happy_box_main h6 {
    font-size: 26px;
  }
  .recenet_box_main h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer_bottom {
    padding: 30px 0;
  }
  .footer_top {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .body_margin {
    padding: 60px 0;
  }
  h2 {
    font-size: 35px;
  }
  .main_header .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .main_header .navbar-toggler:focus {
    box-shadow: none;
  }
  .main_header .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
    outline: 0;
    transition: 0.3s;
    height: 20px;
  }
  .main_header .navbar-toggler-icon.close {
    background-image: url(../images/close.png);
  }
  .main_header .navbar-collapse {
    position: fixed;
    z-index: 10;
    left: 0px;
    background-color: #333333;
    top: 0px;
    width: 250px;
    height: 100%;
    padding: 30px 10px;
  }
  .main_header .header_form {
    margin-top: 20px;
  }
  .main_header .navbar-brand img {
    width: 160px;
  }
  .main_header .navbar-nav {
    margin-left: 0;
  }
  .main_header .collapse.navbar-collapse.show {
    animation: slideLeft 0.3s ease forwards;
  }
  .main_header.fixed {
    animation: none;
  }
  @keyframes slideLeft {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .main_banner .text_wapper {
    width: 100%;
    z-index: 1;
  }
  .main_banner .img_wapper {
    width: 100%;
  }
  .main_banner .img_wapper img {
    opacity: 0.2;
  }
  .main_banner h1 {
    font-size: 34px;
  }
  .main_banner .btn_wapper {
    flex-direction: column;
  }
  .main_banner .btn_wapper .a_btn {
    width: 100%;
    margin-top: 0;
  }
  .lover_animals_main p {
    width: 100%;
  }
  .lover_animals_main .img_wapper {
    margin-top: 30px;
  }
  .lover_animals_main.last .img_wapper::before {
    right: 0;
  }
  .lover_animals_main.last .text_wapper_main {
    margin-top: 50px;
  }
  .titel_here_main h2, .vetcare_team_main h2 {
    font-size: 45px;
  }
  .titel_here_main .col-md-4, .vetcare_team_main .col-md-4 {
    margin-bottom: 25px;
  }
  .titel_here_main .col-md-4:last-child, .vetcare_team_main .col-md-4:last-child {
    margin-bottom: 0;
  }
  .happy_client_main .col-md-4, .recent_post_main .col-md-4 {
    margin-bottom: 25px;
  }
  .happy_client_main .col-md-4:last-child, .recent_post_main .col-md-4:last-child {
    margin-bottom: 0;
  }
  .main_footer .quick_links.text_right {
    text-align: left;
  }
  .main_footer .social_media ul {
    justify-content: center;
  }
  .main_footer .quick_links {
    margin-bottom: 25px;
  }
  .main_footer .footer_form_main .col-md-5 {
    max-width: 98%;
    padding-right: 0;
    margin-top: 15px;
  }
  .room_detials_main ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .room_detials_main ul li {
    width: 31.2%;
  }
  .room_detials_main ul li:nth-child(4) {
    border-left: 1px solid #bebebe;
  }
  .room_detials_main ul li:nth-child(7) {
    border-left: 1px solid #bebebe;
  }
}
@media only screen and (max-width: 991px) {
  .nav-menu ul:not(.dropdown-content, .sub-menu) {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    flex-direction: column;
    background-color: white;
    align-items: flex-start;
    padding-left: 15px;
    padding-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 20;
  }
  .nav-menu ul li {
    width: 90%;
  }
  .nav-menu ul li a {
    padding: 0;
    height: auto;
  }
  .nav-menu ul li a.have_dropdown {
    padding-right: 15px;
  }
  .nav-menu .display_option {
    display: block;
  }
  .header.fixed .nav-menu ul li a {
    font-size: 16px;
  }
  .header.active .nav-menu ul:not(.dropdown-content, .sub-menu) {
    width: 240px;
    opacity: 1;
    visibility: visible;
  }
  .header .menu_opn {
    display: block;
    float: right;
    /* margin-top: 12px; */
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .dropdown-content, .sub-menu {
    position: static;
  }
  .contact-info {
    display: none;
  }
  .menu_opn_overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 240px);
    height: 100%;
    background-color: rgba(35, 40, 35, 0.7411764706);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10;
    transition: 0.3s;
  }
  .menu_opn_overlay.open {
    display: block;
  }
  .menu_opn_overlay::after {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    width: 25px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    right: 15px;
    top: 15px;
    color: #C00009;
  }
}
@media only screen and (max-width: 767px) {
  .main_page_detials_wrapper {
    margin-top: 25px;
    width: 100%;
  }
  .room_detials_main ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .room_detials_main ul li {
    width: 45.5%;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
  }
  .address-section {
    width: 100%;
    overflow-x: scroll;
  }
  .address-section::-webkit-scrollbar {
    width: 2px;
  }
  .page_trasnfer ul {
    font-size: 12px;
  }
  .banner_section video{
    height: 50vh;
    object-fit: contain;
  }
  /* .banner_section{
    background-color: #cacaca;
  } */
  .my-class-for-width .fancybox-content{
    width: 100%;
    max-width: 100%;
  }
  .detilas_reach ul{
    justify-content: start;
  }
}/*# sourceMappingURL=responsive.css.map */