@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* custom font import */
@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-Regular.woff2') format('woff2'),
        url('../fonts/cabin/Cabin-Regular.woff') format('woff'),
        url('../fonts/cabin/Cabin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-SemiBold.woff2') format('woff2'),
        url('../fonts/cabin/Cabin-SemiBold.woff') format('woff'),
        url('../fonts/cabin/Cabin-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-Bold.woff2') format('woff2'),
        url('../fonts/cabin/Cabin-Bold.woff') format('woff'),
        url('../fonts/cabin/Cabin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-Medium.woff2') format('woff2'),
        url('../fonts/cabin/Cabin-Medium.woff') format('woff'),
        url('../fonts/cabin/Cabin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-Italic.woff2') format('woff2'),
        url('../fonts/cabin/Cabin-Italic.woff') format('woff'),
        url('../fonts/cabin/Cabin-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Thin.woff') format('woff'),
        url('../fonts/raleway/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Bold.woff') format('woff'),
        url('../fonts/raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/raleway/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-ExtraBold.woff') format('woff'),
        url('../fonts/raleway/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Medium.woff') format('woff'),
        url('../fonts/raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Regular.woff') format('woff'),
        url('../fonts/raleway/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Light.woff2') format('woff2'),
        url('../fonts/raleway/Raleway-Light.woff') format('woff'),
        url('../fonts/raleway/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* custom font import */


/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Cabin';
    font-weight: 400;
    color: #4A5859;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #4A5859;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #6FC3C1;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 1330px;
    padding: 0 15px;
}

@media only screen and (min-width:761px) and (max-width:1300px) {
    .container {
        padding: 0 30px;
    }
}

/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.header-section {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 80%, #0063c1 80%, #0063c1 100%);
    box-shadow: 0px 4px 44px 0px #00000026;
    transition: all .4s ease-in-out;
    position: relative;
}

.header-section.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 80%, #0063c1 80%, #0063c1 100%);
    box-shadow: 0px 4px 44px 0px #00000026;
    transition: all .4s ease-in-out;
}

.header-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .container figure {
    display: block;
    margin: 0;
    padding: 0;
}

.header-section .container figure a,
.header-section .container figure img {
    display: block;
}

.header-section .container aside {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .container aside .menu {
    margin: 0;
    padding: 0 15px;
}

.menu-bar {
    list-style: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    width: 300px;
    height: 100%;
    background: #B5C9D2;
    opacity: 0;
    transition: 0.4s linear;
    padding: 30px;
    color: #4A5859 !important;
    margin-bottom: 0;
}

.menu-bar.show {
    right: -1px;
    opacity: 1;
}

.menu-bar li {
    line-height: 1;
    margin-bottom: 25px;
}

.menu-bar li:last-child {
    margin-bottom: 0;
}

.menu-bar li a {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    color: #4A5859;
    text-transform: uppercase;
}

.menu-bar.show li a {
    color: #4A5859;
}

.menu-bar.show li a svg path {
    fill: #FFFFFF;
}

.dropDown-list {
    position: relative;
}

.dropDown-list a.active {
    color: #FFFFFF;
}

.dropDown-list a span svg {
    width: 12px;
}

.dropDown-list a span svg path {
    transition: 0.4s;
}

.dropDown-list a.active span svg path {
    fill: #FFFFFF;
}

.dropDown-list a.active span svg {
    transform: rotate(180deg);
}

.dropDown_menu {
    display: none;
    position: relative;
    box-shadow: 0px 2px 25px 0px #00000026;
    list-style: none;
}

.menu-bar.show .dropDown_menu {
    box-shadow: none;
    padding: 15px;
}

.dropDown_menu li {
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 0;
}

.dropDown_menu li a {
    position: relative;
    font-size: 16px;
    line-height: 1;
    color: #333939 !important;
    padding: 5px 0;
    white-space: nowrap;
    display: block;
    transition: 0.4s;
}

.dropDown_menu li a:hover {
    color: #F4F7F8 !important;
}

.dropDown_menu li a.active {
    color: #6FC3C1;
}

.toggle-btn {
    border: none;
    outline: none;
    background: #B5C9D2;
    width: 30px;
    height: 30px;
    font-size: 22px;
    padding: 0;
    color: #4A5859;
}

@media (min-width: 768px) {
    .menu-bar {
        width: 45%;
    }
}

@media (min-width: 1023px) {
    .toggle-btn {
        display: none;
    }

    .menu-bar {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        right: unset;
        opacity: 1;
        background: transparent;
        display: flex;
        gap: 25px;
        padding: 0;
        list-style: none;
    }

    .menu-bar li {
        margin-bottom: 0;
    }

    .menu-bar li a:hover,
    .menu-bar li a.active {
        color: #6FC3C1;
    }

    .login-btn {
        padding: 0 0 0 35px;
    }

    .dropDown-list a.active {
        color: #0063c1;
    }

    .dropDown-list a.active span svg path,
    .dropDown-list a:hover span svg path {
        fill: #0063c1;
    }

    .dropDown_menu {
        list-style: none;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 999;
        min-width: 130px;
        background: #B5C9D2;
        border-radius: 3px;
        padding: 15px;
    }

    .dropDown_menu li {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .dropDown_menu li a:hover {
        color: #A9E2FF;
    }

    .toggle-dropdown span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        margin-left: 5px;
    }

    .menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-bar li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.header-section .container aside .cta {
    padding: 30px 25px;
    background-color: #0063c1;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s ease-in-out;
    min-height: 84px;
}

.header-section .container aside .cta strong {
    display: block;
    font-size: 35px;
    font-weight: 700;
}

.header-section .container aside .cta span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background-color: #052340;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 5px;
}

.header-section.sticky .container aside .cta {
    padding: 20px 25px;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:1023px) {
    .header-section .container figure {
        padding: 10px 0;
    }

    .header-section .container figure img {
        height: 50px;
    }

    .header-section .container aside .menu {
        padding: 0;
    }

    .header-section .container aside {
        background-color: #0063C1;
    }

    .header-section .container aside .cta {
        display: none;
    }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
    .header-section .container figure img {
        height: 50px;
    }

    .menu-bar li a {
        font-size: 16px;
    }

    .header-section .container aside .cta {
        padding: 15px;
        font-size: 13px;
    }

    .header-section .container aside .cta strong {
        font-size: 28px;
    }

    .header-section .container aside .cta span {
        font-size: 10px;
    }

    .header-section.sticky .container aside .cta {
        padding: 5px 15px;
    }
}

/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */
.banner-section {
    padding-top: 130px;
    padding-bottom: 240px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-section .video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.banner-section .content {
    border-radius: 20px;
    padding: 50px;
    width: 100%;
    max-width: 690px;
    min-height: 380px;
/*     background: rgba(244, 247, 248, 0.7);
    background: radial-gradient(271.58% 285.33% at 8.37% 124.55%, rgba(3, 108, 208, 0) 0%, #F4F7F845 .83%, rgba(3, 108, 208, 0) 100%);
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 2px 30px 0px #00000021; */
    position: relative;
}

.banner-section .content::before {
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 1.2%, rgba(0, 99, 193, 0) 82.18%);
    position: absolute;
    left: 0;
    top: 0;
}

.banner-section .content::after {
    display: none;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, #FFFFFF 1.2%, rgba(0, 99, 193, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-section .content h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #A9E2FF;
    padding: 0 0 10px 0;
}

.banner-section .content h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
    padding: 0;
}

.banner-section .content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #A9E2FF;
    padding: 20px 0 0 0;
}

.banner-section .content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #ffffff;
    padding: 10px 0;
}

.banner-section .content .btn-01 a {
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    margin: 10px 12px 0 0 !important;
}

.banner-section .content .btn-01 a:last-child {
	margin-right: 0 !important;
}

.banner-section .down-arrow {
    padding: 0 7px;
    width: 30px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -15px;
}

.chevron {
    position: absolute;
    width: 14px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@media only screen and (max-width:760px) {
    .banner-section {
        min-height: inherit;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .banner-section .content {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        min-height: inherit;
    }

    .banner-section .content h3 {
        font-size: 18px;
    }

    .banner-section .content h1 {
        font-size: 30px;
    }

    .banner-section .content h6 {
        font-size: 16px;
        padding: 10px 0 0 0;
    }

    .banner-section .content p {
        font-size: 15px;
    }

    .banner-section .content .btn-01 a {
        margin: 10px 0 0 0 !important;
    }
}

.inner-banner-section {
    background: #EFF8FF url(../images/inner-banner-bg.png) no-repeat top;
}

.inner-banner-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 250px;
}

.inner-banner-section h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #4A5859;
    padding: 10px 0;
}

@media only screen and (max-width:760px) {
    .inner-banner-section {
        background-size: cover;
    }

    .inner-banner-section .container {
        min-height: 100px;
    }

    .inner-banner-section h2 {
        font-size: 22px;
        text-align: left;
    }

    .inner-banner-section figure {
        width: 100px;
        text-align: center;
    }
}

/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Raleway';
    font-weight: bold;
    line-height: 1.2;
    color: #4A5859;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 58px;
}

.content-section h2 {
    font-size: 48px;
}

.content-section h3 {
    font-size: 42px;
}

.content-section h4 {
    font-size: 36px;
}

.content-section h5 {
    font-size: 30px;
}

.content-section h6 {
    font-size: 20px;
    font-weight: 700;
}

.content-section p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #4A5859;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #4A5859;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #4A5859;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    border-radius: 10px;
    margin: 15px 0;
    padding: 15px 50px;
    width: auto;
    height: auto;
    background-color: #6FC3C1;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.btn-01 a:hover {
    background-color: #6FC3C1 !important;
    color: #FFFFFF !important;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    transition: all .4s ease-in-out;
}

.btn-01 a:first-child:hover {
    background: #F48B8B !important;
}

.btn-02 a {

    margin: 15px 0;
    padding: 15px 50px;
    width: auto;
    height: auto;
    background-color: #6FC3C1;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.btn-02 a:hover {
    background-color: #F48B8B !important;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 36px;
    }

    .content-section h2 {
        font-size: 30px;
    }

    .content-section h3 {
        font-size: 28px;
    }

    .content-section h4 {
        font-size: 24px;
    }

    .content-section h5 {
        font-size: 20px;
    }

    .content-section h6 {
        font-size: 18px;
    }

    .content-section p {
        font-size: 15px;
    }

    .content-section ul li {
        font-size: 15px;
    }

    .content-section ol li {
        font-size: 15px;
    }

    .btn-01 a,
    .btn-02 a {
        margin: 5px 0;
        padding: 5px 15px;
        font-size: 15px;
    }
}

.d-block {
    display: block;
}

.welcome-section {
    padding: 100px 0;
}

.welcome-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

/* 03-10-2024 start */

.welcome-section .container figure {
    margin: 0;
    width: 50%;
    min-height: 580px;
    position: relative;
}

.welcome-section .container figure .img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 410px;
	height: 276px;
}

.welcome-section .container figure .img-top img {
    border: 8px solid #FFFFFF;
    border-radius: 45px;
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-section .container figure .img-bot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
		height: 276px;
}

.welcome-section .container figure .img-bot img {
    border: 8px solid #FFFFFF;
    border-radius: 45px;
		width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-section .container figure .img-icon {
    position: absolute;
    top: 80px;
    right: 100px;
}

@media only screen and (max-width:760px) {
    .welcome-section .container figure {
        width: 100%;
        min-height: 400px;
    }

    .welcome-section .container figure .img-top {
        max-width: 80%;
    }

    .welcome-section .container figure .img-top img {
        border: 4px solid #FFFFFF;
        border-radius: 24px;
    }

    .welcome-section .container figure .img-bot {
        max-width: 80%;
    }

    .welcome-section .container figure .img-bot img {
        border: 4px solid #FFFFFF;
        border-radius: 24px;
    }

    .welcome-section .container figure .img-icon {
        top: 75px;
        right: 0;
        width: 100px;
    }
	
	.welcome-section .container figure .img-top,
	.welcome-section .container figure .img-bot {
		height: 186px;
	}
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-section .container figure .img-icon {
        right: 0;
    }
	
	.content-section .welcome-section .container figure {
	  max-width: 500px;
	  margin: 0 auto !important;
	}
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
    .welcome-section .container figure .img-icon {
        right: 0;
    }
	
	.welcome-section .container figure .img-top,
	.welcome-section .container figure .img-bot {
		height: 276px;
	}
}

/* 03-10-2024 end */

.welcome-section .container article {
    width: 50%;
}

.welcome-section h5 {
    font-weight: 600;
}

.welcome-section h6 {
    font-size: 18px;
    font-weight: 600;
    color: #6FC3C1;
}

.welcome-section p strong {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 30px 0;
    }

    .welcome-section .container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .welcome-section .container figure {
        width: 100%;
        text-align: center;
    }

    .welcome-section .container article {
        width: 100%;
    }

    .welcome-section h6 {
        font-size: 16px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-section .container {
        flex-wrap: wrap;
    }

    .welcome-section .container figure {
        width: 100%;
        text-align: center;
    }

    .welcome-section .container article {
        width: 100%;
    }
}

.departments-section {
    padding: 100px 0;
    background: #EFF8FF url(../images/departments-bg.png) no-repeat top right;
    background-size: contain;
}

.departments-section ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.departments-section ul li {
    margin: 0;
    padding: 40px 20px;
    width: 23%;
    min-height: 420px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    top: 0px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.departments-section ul li:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    background-color: #FFFFFF;
}

.departments-section ul li figure {
    padding-bottom: 10px;
    margin: 0 !important;
}

.departments-section ul li p {
    padding: 0;
}

@media only screen and (max-width:760px) {
    .departments-section {
        padding: 30px 0;
        background-size: contain;
    }

    .departments-section ul {
        margin: 15px 0 0 0;
        gap: 15px;
    }

    .departments-section ul li {
        margin: 0;
        padding: 20px;
        width: 100%;
        min-height: inherit;
        border-radius: 10px;
    }

    .departments-section ul li figure {
        padding-bottom: 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .departments-section ul li {
        width: 48%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
    .departments-section ul {
        justify-content: center;
    }

    .departments-section ul li {
        width: 30%;
    }
}

.our-vision-section {
    padding: 100px 0;
    background-color: #EFF8FF;
}

.our-vision-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.our-vision-section .container figure {
    width: 50%;
}

.our-vision-section .container figure img {
    border: 15px solid #FFFFFF;
    border-radius: 45px;
    box-shadow: 0px 4px 44px 0px #0000000A;
}

.our-vision-section .container article {
    width: 50%;
}

@media only screen and (max-width:760px) {
    .our-vision-section {
        padding: 30px 0;
    }

    .our-vision-section .container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .our-vision-section .container figure {
        width: 100%;
        text-align: center;
    }

    .our-vision-section .container article {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .our-vision-section .container {
        flex-wrap: wrap;
    }

    .our-vision-section .container figure {
        width: 100%;
        text-align: center;
    }

    .our-vision-section .container article {
        width: 100%;
    }
}

.founders-section {
    padding: 100px 0;
    background-color: #FFFFFF;
    text-align: center;
}

.founders-section h6 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.founders-section ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.founders-section ul li {
    margin: 0;
    padding: 15px;
    width: calc(50% - 15px);
    min-height: 850px;
    background-color: #F4F7F8;
    border-radius: 6px;
    box-shadow: 0px 4px 44px 0px #0000000A;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.founders-section ul li:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    transition: all 0.2s ease-out;
}

.founders-section ul li figure img {
    border-radius: 6px;
}

.founders-section ul li article {
    padding: 10px;
}

.founders-section ul li article h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.founders-section ul li article p {
    margin: 0 auto;
    max-width: 420px;
}

@media only screen and (max-width:760px) {
    .founders-section {
        padding: 30px 0;
    }

    .founders-section h6 {
        font-size: 16px;
    }

    .founders-section ul {
        margin: 20px 0 0 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .founders-section ul li {
        width: 100%;
        min-height: inherit;
    }

    .founders-section ul li article p {
        max-width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .founders-section ul li {
        min-height: 650px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1250px) {
    .founders-section ul li {
        min-height: 700px;
    }
}

.new-animal-hospital-section {
    padding: 100px 0 0 0;
    text-align: center;
}

.new-animal-hospital-section p {
    margin: 0 auto;
    max-width: 1100px;
}

.new-animal-hospital-section figure {
    margin-top: 30px;
}

@media only screen and (max-width:760px) {
    .new-animal-hospital-section {
        padding: 30px 0 0 0;
    }
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */
.footer-section {
    /* background: #000000 url(../images/footer-img.png) no-repeat bottom right; */
    background: #333939;
    min-height: 300px;
}

.top-footer {
    padding: 50px 0 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-footer p {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #F4F7F8;
}

.top-footer p a {
    color: #F4F7F8;
    transition: all .4s ease-in-out;
}

.top-footer p a:hover {
    color: #6FC3C1;
    transition: all .4s ease-in-out;
}

.top-footer h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    color: #F4F7F8;
}

ul.socials {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

ul.socials li {
    font-size: 17px;
    font-weight: normal;
    color: #F4F7F8;
}

ul.socials li a {
    color: #F4F7F8;
}

.top-footer .company {
    width: 33.333%;
}

.top-footer .company p {
    max-width: 330px;
}

.top-footer .contact {
    width: 33.333%;
    padding: 0 5%;
}

.top-footer .newsletter {
    width: 33.333%;
    padding: 30px;
    background-color: #0063C1;
    border-radius: 15px;
}

.top-footer .newsletter h4 {
    padding: 0;
}

.top-footer .newsletter input[type="email"] {
    margin: 15px 0;
    padding: 15px 15px 15px 55px;
    width: 100%;
    height: 54px;
    background: #FFFFFF url(../images/input-email.png) no-repeat left;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.top-footer .newsletter input[type="submit"] {
    margin: 0;
    padding: 15px 50px;
    width: auto;
    height: 54px;
    background-color: #052038;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.top-footer .newsletter input[type="submit"]:hover,
.top-footer .newsletter input[type="submit"]:focus {
    background-color: #000000;
    transition: all .4s ease-in-out;
}

.bot-footer {
    padding: 25px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
}

@media only screen and (max-width:760px) {
    .footer-section {
        background-image: none;
        min-height: inherit;
        text-align: center;
    }

    .top-footer {
        padding: 40px 0 25px 0;
        flex-wrap: wrap;
    }

    .top-footer figure img {
        height: 50px;
    }

    .top-footer p {
        padding: 5px 0;
        font-size: 15px;
    }

    .top-footer h4 {
        font-size: 17px;
    }

    ul.socials {
        justify-content: center;
    }

    .top-footer .company {
        width: 100%;
    }

    .top-footer .company p {
        max-width: 100%;
    }

    .top-footer .contact {
        width: 100%;
        padding: 5% 0;
    }

    .top-footer .newsletter {
        width: 100%;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .top-footer .newsletter input[type="email"] {
        margin: 10px 0;
        padding: 10px 15px 10px 55px;
        height: 44px;
        font-size: 15px;
    }

    .top-footer .newsletter input[type="submit"] {
        padding: 10px 30px;
        height: 44px;
        font-size: 15px;
    }

    .bot-footer {
        padding: 15px 0;
        font-size: 15px;
    }

    .bot-footer span {
        display: block;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .top-footer {
        flex-wrap: wrap;
    }

    .top-footer .company {
        width: 50%;
    }

    .top-footer .contact {
        width: 50%;
        padding: 0;
    }

    .top-footer .newsletter {
        width: 70%;
        margin-top: 30px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1169px) {
    .top-footer .company p {
        max-width: 300px;
    }

    .top-footer .contact {
        padding: 0 5% 0 0;
    }
}

/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #6FC3C1 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 3px;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.about-section {
    padding: 100px 0;
    text-align: center;
}

.about-section h4 {
    font-weight: 700;
    margin: 0 auto 20px auto;
    padding: 0;
    max-width: 980px;
}

.about-section p {
    margin: 0 auto;
    max-width: 980px;
}

@media only screen and (max-width:760px) {
    .about-section {
        padding: 30px 0;
    }

    .about-section h4 {
        margin: 0 auto 10px auto;
    }
}

.specialist-section {
    padding: 0 0 100px 0;
}

.specialist-section .container {
    position: relative;
}

.specialist-section .container figure {
    width: 100%;
    max-width: 950px;
}

.specialist-section .container figure img {
    border-radius: 6px;
}

.specialist-section .container article {
    position: absolute;
    top: 80px;
    right: 15px;
    background-color: #B5C9D2;
    border-radius: 6px;
    width: 100%;
    max-width: 640px;
    padding: 40px;
}

.specialist-section .container article h4 {
    font-weight: 700;
    color: #4A5859;
}

.specialist-section .container article p {
    color: #4A5859;
}

@media only screen and (max-width:760px) {
    .specialist-section {
        padding: 0;
    }

    .specialist-section .container {
        position: inherit;
    }

    .specialist-section .container article {
        position: inherit;
        top: auto;
        right: auto;
        padding: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .specialist-section {
        padding: 0;
    }

    .specialist-section .container {
        position: inherit;
    }

    .specialist-section .container article {
        position: inherit;
        top: auto;
        right: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.video-section {
    padding: 100px 0;
    background-color: #EFF8FF;
}

.video-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.video-section .container article {
    width: 50%;
}

.video-section .container figure {
    width: 50%;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 6px;
}

.video-section .container iframe {
    border: 15px solid #FFFFFF;
    border-radius: 6px;
}

@media only screen and (max-width:760px) {
    .video-section {
        padding: 30px 0;
    }

    .video-section .container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .video-section .container article {
        width: 100%;
    }

    .video-section .container figure {
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .video-section .container {
        flex-wrap: wrap;
    }

    .video-section .container article {
        width: 100%;
    }

    .video-section .container figure {
        width: 100%;
    }
}

.contact-section {
    padding: 100px 0;
}

.contact-section h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-section h6 {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0 0 0;
}

.contact-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-section .container .contact-info {
    margin: 0;
    padding: 30px;
    width: 31.7%;
    min-height: 200px;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 44px 0px #00000014;
}

.contact-section .container .contact-form {
    margin: 0;
    padding: 30px;
    width: 31.7%;
    min-height: 550px;
    background-color: #B5C9D2;
    border-radius: 6px;
    box-shadow: 0px 2px 30px 0px #00000014;
}

.contact-section .container .contact-form h6 {
    color: #333939;
    padding: 0;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section textarea {
    margin: 20px 0 0 0;
    padding: 10px 50px 10px 15px;
    width: 100%;
    height: 52px;
    background-color: #B5C9D2;
    border: 1px solid #F4F7F8;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #333939;
}

.contact-section input[type="text"] {
    background: #B5C9D2 url(../images/icon-name.png) no-repeat right;
}

.contact-section input[type="tel"] {
    background: #B5C9D2 url(../images/icon-phone.png) no-repeat right;
}

.contact-section input[type="email"] {
    background: #B5C9D2 url(../images/icon-email.png) no-repeat right;
}

.contact-section ::placeholder {
    color: #333939;
    opacity: 1;
}

.contact-section ::-ms-input-placeholder {
    color: #333939;
}

.contact-section textarea {
    padding: 10px 15px;
    height: 150px;
    overflow: auto;
    resize: none;
}

.contact-section input[type="submit"] {
    margin: 20px 0 0 0;
    padding: 10px;
    width: 100%;
    height: 52px;
    background-color: #6FC3C1;
    border: 1px solid #F4F7F8;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.contact-section input[type="submit"]:hover,
.contact-section input[type="submit"]:focus {
    background-color: #F48B8B;
    transition: all .4s ease-in-out;
}

.contact-section .container .contact-map {
    margin: 0;
    padding: 0;
    width: 65.8%;
    min-height: 550px;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 4px 44px 0px #00000014;
    overflow: hidden;
}

@media only screen and (max-width:760px) {
    .contact-section {
        padding: 30px 0;
    }

    .contact-section h6 {
        font-size: 18px;
    }

    .contact-section .container {
        gap: 15px;
    }

    .contact-section .container .contact-info {
        padding: 20px;
        width: 100%;
        min-height: inherit;
    }

    .contact-section .container .contact-form {
        padding: 20px;
        width: 100%;
        min-height: inherit;
    }

    .contact-section input[type="text"],
    .contact-section input[type="email"],
    .contact-section input[type="tel"],
    .contact-section textarea,
    .contact-section input[type="submit"] {
        margin: 10px 0 0 0;
        font-size: 15px;
    }

    .contact-section .container .contact-map {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .contact-section .container .contact-info {
        width: 100%;
        min-height: inherit;
    }

    .contact-section .container .contact-form {
        width: 100%;
    }

    .contact-section .container .contact-map {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1169px) {
    .contact-section .container .contact-info {
        width: 31%;
        min-height: 260px;
    }

    .contact-section .container .contact-form {
        width: 31%;
    }
}

.justify-content {
    justify-content: center !important;
}

.construction-process-section {
    padding: 80px 0 100px 0;
}

.construction-process-section h4 {
    font-weight: 700;
    padding: 20px 0 0 0;
}

.two-columns {
    margin: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.two-columns .column {
    padding: 40px;
    width: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 44px 0px #0000001A;
}

.three-columns {
    margin: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.three-columns .column {
    width: 33.333%;
}

.gap {
    height: 26px;
    display: block;
}

@media only screen and (max-width:760px) {
    .construction-process-section {
        padding: 30px 0;
    }

    .construction-process-section h4 {
        padding: 10px 0 0 0;
    }

    .two-columns {
        margin: 20px 0 10px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .two-columns .column {
        padding: 20px;
        width: 100%;
    }

    .three-columns {
        margin: 20px 0 10px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .three-columns .column {
        width: 100%;
    }

    .gap {
        height: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .gap {
        height: 12px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1169px) {
    .gap {
        height: 20px;
    }
}

.job-opening-section {
    padding: 0 0 100px 0;
}

.job-description-section {
    padding: 100px 0;
}

/* .job-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
} */

.job-filter .field {
    width: 33.333%;
}

.job-filter .field select {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    background: #FFFFFF url(../images/dd-arrow.png) no-repeat right;
    border: 1px solid #E1E3E6;
    border-radius: 4px;
    box-shadow: 0px 4px 40px 0px #0000000D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #4E4E4E;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.job-lists {
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.job-lists .job {
    width: 23%;
    min-height: 120px;
    /* background-color: #FFFFFF; */
    /* border: 1px solid #E1E3E6; */
    /* border-radius: 4px; */

    position: relative;
    top: 0px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.job-lists .job:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 40px 0px #0000000D;
    top: -4px;
    background-color: #FFFFFF;
}

.job-lists .job a {
    padding: 20px;
    display: block;
    transition: all .4s ease-in-out;
}

.job-lists .job h6 {
    font-size: 18px;
    padding: 0 0 5px 0;
}

.job-lists .job p {
    font-size: 14px;
    padding: 0 0 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.job-lists .job p span {
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.job-lists .job a:hover h6,
.job-lists .job a:hover p span {
    color: #0063C1;
    transition: all .4s ease-in-out;
}

#loadMore {
    width: 170px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid transparent;
    background: #FFFFFF;
    border: 1px solid #E1E3E6;
    box-shadow: 0px 4px 40px 0px #0000000D;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all .4s ease-in-out;
}

#loadMore img {
    width: 20px;
    height: 20px;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
    text-align: center;
}

@media only screen and (max-width:760px) {
    .job-opening-section {
        padding: 30px 0;
    }

    .job-description-section {
        padding: 30px 0;
    }

    .job-filter {
        flex-wrap: wrap;
        gap: 10px;
    }

    .job-filter .field {
        width: 100%;
    }

    .job-filter .field select {
        font-size: 14px;
    }

    .job-lists {
        padding: 15px 0;
        gap: 15px;
    }

    .job-lists .job {
        width: 100%;
        min-height: inherit;
    }

    .job-lists .job a {
        padding: 15px;
    }

    .job-lists .job h6 {
        font-size: 16px;
    }

    #loadMore {
        font-size: 16px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .job-lists .job {
        width: 48%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1299px) {
    .job-lists .job {
        width: 31% !important;
    }
}

.job-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.job-details .content {
    width: 60%;
}

.job-details h5,
.job-details h6 {
    font-weight: 600;
}

.job-details .content span.d-block i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.job-details .form {
    width: 40%;
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #E1E3E6;
    border-radius: 4px;
    box-shadow: 0px 4px 40px 0px #0000000D;
}

.job-details .form h6,
.job-details .form p {
    padding: 0 0 10px 0;
}

.job-details .form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #161616;
    padding: 10px 0;
}

.job-details .form label sup {
    color: #FF0000;
}

.job-details .form input[type="text"],
.job-details .form input[type="tel"],
.job-details .form input[type="email"],
.job-details .form input[type="file"],
.job-details .form textarea {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #161616;
}

.job-details .form textarea {
    height: 140px;
    overflow: auto;
    resize: none;
}

.job-details .form input[type="submit"] {
    margin: 20px 0 0 0;
    padding: 15px;
    width: 100%;
    height: auto;
    background-color: #07447E;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.job-details .form input[type="submit"]:hover,
.job-details .form input[type="submit"]:focus {
    background-color: #000000;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .job-details {
        flex-wrap: wrap;
        gap: 20px;
    }

    .job-details .content {
        width: 100%;
    }

    .job-details .form {
        width: 100%;
        padding: 20px;
    }

    .job-details .form label {
        font-size: 14px;
    }

    .job-details .form input[type="text"],
    .job-details .form input[type="tel"],
    .job-details .form input[type="email"],
    .job-details .form input[type="file"],
    .job-details .form textarea {
        padding: 10px;
        font-size: 14px;
    }

    .job-details .form input[type="submit"] {
        padding: 10px;
        font-size: 16px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .job-details .content {
        width: 56%;
    }

    .job-details .form {
        width: 44%;
    }
}

/* .menu-bar .sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
} */

/* Show submenus on hover */
/* .menu-bar li:hover > .sub-menu {
    display: block;
} */

/* Basic styles for submenu items */
/* .menu-bar .sub-menu li {
    padding: 10px;
} */

/* .menu-bar .sub-menu li a {
    color: #000; 
    text-decoration: none;
    display: block;
} */

/* Adjusting position and layout of the submenu */
/* .menu-bar li {
    position: relative;
    display: inline-block;
}

.menu-bar .sub-menu li a:hover {
    background-color: #f5f5f5;
} */

.menu-bar .active>a {
    color: #6FC3C1;

}

.job-lists.awsm-grid-col-4 .awsm-grid-item {
    width: 23.25%;
}

.job.awsm-grid-item .awsm-job-specification-job-category {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
    padding: 4px !important;
}

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

    .awsm-load-more-classic a.page-numbers,
    .awsm-load-more-main a.awsm-load-more {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }
}

:where(figure) {
    margin: 0 !important;
}



.awsm-filter-wrap {
    margin: 0 -10px !important;
}

.awsm-selectric .label,
.awsm-selectric-items li {
    font-size: 14px !important;
}

.job-opening-section {
    display: none;
}

.cta a {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2285em;
    color: #FFFFFF;
}

.cta a:hover {
    text-decoration: underline;
}

/* 07.01.25 */
@media (min-width: 1200px) {
    .header-new-menu {
        display: none;
    }
}


/* 07.01.25 ananta */
.pricing-table {
    padding: 0 0 50px 0;
}

.pricing-table-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.pricing-table-col {
    width: 100%;
}

.pricing-table-card {
    margin-bottom: 20px;
}

.pricing-table-card:last-child {
    margin-bottom: 0;
}

.pricing-table-card table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.pricing-table-card table tbody tr {
    text-align: left;
}

.pricing-table-card table tbody tr td:nth-child(2),
.pricing-table-card table tbody tr th:nth-child(2) {
    text-align: right;
}

.pricing-table-card table tbody tr th,
.pricing-table-card table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #4A5859;
    padding: 10px 10px;
}

.pricing-table-card table tbody tr th {
    background: #B5C9D2;
    font-weight: 700;
    color: #333939;
}

.pricing-table-card table tbody tr td {
    background: #F4F7F8;
    max-width: 240px;
}

@media (min-width: 768px) {
    .pricing-table {
        padding: 0 0 80px 0;
    }

    .pricing-table-card table tbody tr th,
    .pricing-table-card table tbody tr td {
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-table-card table tbody tr td {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .pricing-table {
        padding: 0 0 100px 0;
    }

    .pricing-table-wrap {
        margin: 0 -15px;
    }

    .pricing-table-col {
        width: 50%;
        padding: 0 15px
    }
}

.header-section {
    background: transparent;
}

.header-section.sticky {
    background: #ffffff;
}

.header-section .container aside .cta,
.header-section.sticky .container aside .cta {
    background: transparent;
    padding: 0;
}

.header-section .container aside .cta a {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #6FC3C1;
    border-radius: 30px;
    transition: 0.4s;
    padding: 15px 20px;
}

.header-section .container aside .cta a:hover {
    text-decoration: unset;
    background: #F48B8B;
}

.header-section .container aside .cta strong {
    font-size: 18px;
}

.header-top-bar {
    background: #B5C9D2;
    padding: 10px 0;
}

.header-section .container.block-container {
    display: block;
}

.header-top-content {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 15px;
    margin-bottom: 0;
}

.header-top-content li a,
.header-top-content li p {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333939;
    margin-bottom: 0;
}

.header-top-content li a:hover {
    text-decoration: underline;
}

.menu-wrapper-btn-close {
    display: none;
}

.menu-bar li:has(.menu-botom) {
    display: none;
}

.menu-bar li.highlight-link {
    display: none;
}

@media (max-width: 1024px) {
    .menu-bar.show {
        overflow-y: auto;
    }

    .menu-wrapper-btn-close {
        display: block;
        position: absolute;
        top: 60px;
        right: 30px;
    }

    .menu-wrapper-btn-close .close-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 22px;
        color: #6FC3C1 !important;
        background: #FFFFFF;
    }

    .menu-bar li a#toggle-dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-bar li a#toggle-dropdown span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .menu-bar li a#toggle-dropdown span svg path {
        fill: #6FC3C1;
    }

    .menu-bar li.highlight-link {
        display: block;
    }

    .menu-bar li.highlight-link a {
        display: inline-block;
        background: #6FC3C1;
        color: #F4F7F8;
        border-radius: 0 30px 30px 0;
        padding: 15px 75px 15px 30px;
        margin-left: -30px;
    }

    .menu-bar.show .dropDown_menu {
        padding: 0 0 0 15px;
        margin-left: -30px;
    }

    .dropDown_menu li {
        width: 80%;
        background: #F4F7F8;
        border-radius: 0 30px 30px 0;
        padding: 7px 0 7px 45px;
        margin-left: -15px;
        margin-top: 6px;
    }

    .dropDown_menu li a {
        color: #4A5859 !important;
        width: fit-content;
    }

    .menu-bar li:has(.menu-botom) {
        display: block;
        padding-top: 40px;
    }

    .menu-bar li .menu-botom {
        display: flex;
        flex-direction: column;
    }

    .menu-bar li .menu-botom a {
        font-size: clamp(18px, 5vw, 18px);
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .header-top-content li:nth-child(2) {
        display: none;
    }
}


/* 09.01.25 */
.resa-content-section {
    padding: 50px 0;
}

.image-text-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.image-cont-box img {
    display: block;
    width: 100%;
}

.text-cont-box {
    margin-top: 30px;
}

.text-cont-box h5 {
    margin-bottom: 15px;
    padding: 0;
}

.text-cont-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #4A5859;
    padding: 0 0 15px 0;
}

.text-cont-box p:last-child {
    padding: 0;
}

.resa-listing-area {
    margin-top: 30px;
}

.resa-listing-cont {
    list-style: none !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.03);
    padding: 0 15px 20px 15px !important;
    margin-bottom: 50px !important;
}

.resa-listing-cont:last-child {
    margin-bottom: 0 !important;
}

.resa-listing-cont h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #B5C9D2;
    padding: 20px 0 15px 15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.resa-listing-cont li {
    position: relative;
    padding-left: 26px;
    margin: 15px 0 0 0 !important;
}

.resa-listing-cont li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/flower-check-icon.svg) no-repeat center center;
}

.resa-listing-cont li.icon-hidden {
    padding-left: 0 !important;
}

.resa-listing-cont li.icon-hidden::before {
    display: none;
}

@media (min-width: 768px) {
    .resa-content-section {
        padding: 70px 0;
    }

    .image-text-area {
        flex-direction: row;
    }

    .image-cont-box {
        width: 50%;
        padding-right: 15px;
    }

    .text-cont-box {
        width: 50%;
        padding-left: 15px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .resa-content-section {
        padding: 100px 0;
    }

    .image-text-area {
        align-items: center;
    }

    .text-cont-box h5 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .text-cont-box p {
        font-size: 17px;
        line-height: 25px;
        padding: 0 0 25px 0;
    }

    .resa-listing-cont {
        margin-bottom: 30px;
        padding: 0 50px 40px 25px !important;
    }

    .resa-listing-cont h4 {
        font-size: 24px;
        padding: 20px 0 20px 25px;
        margin-left: -25px;
        margin-right: -30px;
        margin-bottom: 24px;
    }
}


.omoss-page h6 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Cabin';
    color: #000000;
}

.omoss-page h6.sb-title {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #0063C1;
    margin-top: 15px;
}

.founders-section.omoss-page ul li article h4 {
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 768px) {
    .omoss-page h6 {
        font-size: 17px;
        line-height: 25px;
    }

    .omoss-page h6.sb-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .founders-section.omoss-page ul li {
        min-height: 1015px;
    }
}

@media (min-width: 1200px) {
    .founders-section.omoss-page ul li {
        min-height: 870px;
    }

    .founders-section.omoss-page ul li article {
        padding: 10px 17px 17px 17px;
    }

    .founders-section.omoss-page ul li article p {
        max-width: 100%;
    }
}


.veterinary-visit-page .resa-listing-area {
    background: #F4F7F8;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.03);
    padding: 0 15px 30px 15px;
}

.veterinary-visit-page .resa-listing-cont {
    background: transparent;
    box-shadow: none;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.veterinary-visit-page .resa-listing-cont:last-child {
    margin-bottom: 0 !important;
}

.veterinary-visit-page .resa-listing-cont h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
}

.accordion-area {
    margin-top: 35px;
}

.accordion-item {
    border: 1px solid #A0A0A0;
    padding: 15px;
    margin-bottom: 10px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-titel h6 {
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #4A5859;
    cursor: pointer;
    padding: 0;
}

.accordion-titel h6::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background: url(../images/plus-icon.png) no-repeat center center;
    transition: 0.4s;
}

.accordion-titel.active h6::after {
    transform: rotate(45deg);
}

.accordion-contant {
    display: none;
}

.accordion-contant.first-show {
    display: block;
}

.accordion-contant p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #4A5859;
    padding: 0;
    margin-top: 10px;
}

.accordion-contant p.medium-text {
    font-weight: 500;
}

.single-dog-image {
    display: none;
}

@media (min-width: 768px) {
    .veterinary-visit-page .resa-listing-area {
        padding: 0 30px 40px 25px;
    }

    .veterinary-visit-page .resa-listing-cont h5 {
        font-size: 20px;
    }

    .accordion-item {
        padding: 15px 24px 15px 34px;
    }

    .accordion-titel h6 {
        font-size: 17px;
        line-height: 27px;
    }

    .accordion-titel h6::after {
        top: 6.5px;
    }
}

@media (min-width: 1200px) {
    .accordion-area-wrap {
        display: flex;
        flex-wrap: wrap;

    }

    .accordion {
        width: 60%;
    }

    .single-dog-image {
        padding-left: 30px;
        width: 40%;
        display: block;
    }

    .single-dog-image img {
        display: block;
        margin-left: auto;
    }
}

/* 21-02-25 Ananta start */
.single-new--inner-banner {
    background: #F0F8FF;
    padding: 30px 0 85px 0;
}

.single-new--inner-banner h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.16667em;
    color: #4A5859;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .single-new--inner-banner {
        padding: 50px 0 95px 0;
    }

    .single-new--inner-banner h4 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .single-new--inner-banner {
        padding: 50px 0 165px 0;
    }

    .single-new--inner-banner h4 {
        font-size: 36px;
    }
}

.refer-patient-area {
    margin: -40px 0 50px 0;
}

.refer-patient-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 25px 15px;
}

.patient-form-wrap {
    gap: 20px 0;
    padding-bottom: 30px;
}

.patient-form-wrap:last-of-type {
    padding-bottom: 0;
}

.patient-form-wrap h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.1578947368421053em;
    color: #4A5859;
    padding: 0 12px;
    margin-bottom: -10px;
}

.patient-form-wrap label,
.patient-form-wrap span {
    display: block;
    font-size: 16px;
    line-height: 1.1875em;
    font-family: 'Cabin';
    font-weight: 400;
    color: #4A5859;
    margin-bottom: 10px;
}

.patient-form-wrap input[type="text"],
.patient-form-wrap input[type="tel"],
.patient-form-wrap input[type="email"],
.patient-form-wrap input[type="file"],
.patient-form-wrap textarea {
    display: block;
    width: 100%;
    height: 45px;
    background: #FCFEFF;
    border: 1px solid #02111F;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    transition: 0.3s;
    padding: 0 0 0 24px;
}

.patient-form-wrap textarea {
    height: 88px;
    resize: none;
    padding: 14px 0 0 24px;
}

.patient-form-wrap input[type="file"] {
    padding: 10px 0 10px 24px;
}

.patient-form-wrap input[type="text"]::placeholder,
.patient-form-wrap input[type="tel"]::placeholder,
.patient-form-wrap input[type="email"]::placeholder,
.patient-form-wrap input[type="file"]::placeholder,
.patient-form-wrap textarea::placeholder {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7C7B7B;
}

.patient-form-wrap input[type="text"]:focus,
.patient-form-wrap input[type="tel"]:focus,
.patient-form-wrap input[type="email"]:focus,
.patient-form-wrap input[type="file"]:focus,
.patient-form-wrap textarea:focus {
    border-color: #0063c1;
}

.patient-form-wrap .input-upload {
    position: relative;
    cursor: pointer;
}

.patient-form-wrap .input-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.patient-form-wrap .input-upload label {
    display: block;
    background: #FCFEFF;
    border: 1px solid #02111F;
    border-radius: 4px;
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7C7B7B;
    padding: 13px 0 16px 24px;
    margin-bottom: 0;
}

.input-upload-new {
    position: relative;
}

.input-upload-new .patient-form-icon {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 38px;
    background: #F4F7F8;
    border-radius: 4px;
}

.input-upload-new:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
    padding: 0 27px;
    display: inline-block;
    width: auto;
    pointer-events: none;
    z-index: 20;
    height: 42px;
    line-height: 42px;
    color: #999;
    border-radius: 4px;
    font-weight: 300;
}

.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 15px;
}

.checkbox-list input[type="radio"] {
    display: none;
}

.checkbox-list label {
    position: relative;
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4A5859;
    padding-left: 32px;
    margin-bottom: 0;
}

.checkbox-list label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 3px;
    transition: 0.3s;
}

.checkbox-list input[type="radio"]:checked+label::before {
    border-color: #0063C1;
}

#others-text-field {
    height: 0;
    border: none;
}

.checkbox-list input#others:checked~#others-text-field {
    height: 50px;
    border: 1px solid #02111F;
}

.refer-patient-wrap .btn-01 a {
    margin: 0;
}

@media (min-width: 768px) {
    .refer-patient-area {
        margin: -65px 0 70px 0;
    }

    .refer-patient-wrap {
        padding: 35px;
    }
}

@media (min-width: 1200px) {
    .refer-patient-area {
        margin: -125px 0 100px 0;
    }

    .refer-patient-wrap {
        padding: 50px;
    }

    .refer-patient-wrap .btn-01 a {
        margin: 20px 0 0 0;
    }
}


/* Sanjoy  */

.new-inner-banner {
    position: relative;
    padding: 0px 0 60px;
}

.new-inner-banner-image-mobile {
    margin: 0 -15px;
}

.new-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.new-banner-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right;
}

.new-inner-banner-content h1 {
    font-size: 30px;
    line-height: 1.1667em;
    font-weight: 900;
    color: #4A5859;
    padding: 0;
    margin: 30px 0 10px 0;
}

.new-inner-banner-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #4A5859;
    margin-bottom: 15px;
}

.new-inner-banner-content p:last-of-type {
    margin-bottom: 0;
}

.btn-new {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 8px 76px 8px 8px;
    position: relative;

}

.new-btn-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

.btn-new p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #4A5859;
    padding: 0;
    margin: 0;
}

.btn-new:hover p {
    color: #6FC3C1;
}

.btn-new+.btn-new {
    margin-top: 20px;
}

.calender {
    margin-right: 21px;
}

.group-btn {
    display: inline-block;
    margin-top: 22px;
}

@media (min-width:655px) {
    .btn-new+.btn-new {
        margin-top: 0px;
        margin-left: 20px;
    }
}

@media (min-width:768px) {
    .new-inner-banner {
        padding: 58px 0;
    }

    .new-inner-banner-image-mobile {
        display: none;
    }

    .new-banner-bg img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    .new-inner-banner-content h1 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }

    .new-inner-banner-content p {
        font-size: 17px;
        max-width: 514px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .new-inner-banner-content h1 {
        font-size: 42px;
        margin: 0 0 24px 0;
    }
}


.icon-cards-block {
    margin: 50px 0;
}

.icon-card-flex {
    gap: 30px 0;
}

.icon-card-top {
    background: #F4F7F8;
    border: 1px solid #B5C9D2;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 17px;
    padding: 30px 15px 50px 15px;
}

.icon-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background: #F4FAFF;
    border: 2px solid #021628;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-card-icon img {
    max-width: 60px;
}

.icon-card-content {
    text-align: center;
}

.icon-card-content h2 {
    font-size: 28px;
    line-height: 0.7142857142857143em;
    font-weight: 900;
    color: #4A5859;
    padding: 0;
    margin: 30px 0 15px 0;
}

.icon-card-content p {
    font-size: 15px;
    line-height: 1.4210526315789473em;
    color: #4A5859;
    margin: 0;
}

.icon-card-button .btn-01 {
    text-align: center;
    margin-top: -25px;
}

.icon-card-button .btn-01 a {
    margin: 0;
}

@media (min-width: 768px) {
    .icon-cards-block {
        margin: 70px 0;
    }

    .icon-card-top {
        padding: 30px 18px 70px 18px;
    }

    .icon-card-content h2 {
        font-size: 35px;
    }

    .icon-card-content p {
        font-size: 17px;
    }

    .icon-card-button .btn-01 {
        margin-top: -32px;
    }

    .icon-card-button .btn-01 a {
        padding: 15px 25px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .icon-cards-block {
        margin: 100px 0;
    }

    .icon-card-top {
        padding: 48px 85px 104px 85px;
    }

    .icon-card-icon {
        width: 106px;
        height: 106px;
    }

    .icon-card-icon img {
        max-width: 100%;
    }

    .icon-card-content h2 {
        font-size: 42px;
        margin: 52px 0 27px 0;
    }

    .icon-card-content p {
        font-size: 19px;
    }

    .icon-card-button .btn-01 a {
        padding: 15px 48px;
    }
}

.facts-advice-area {
    margin: 50px 0;
}

.facts-advice-wrap {
    background: #F4F7F8;
    border-radius: 17px;
    padding: 30px 15px;
}

.top-heading-search h2 {
    position: relative;
    font-size: 28px;
    line-height: 1.166667em;
    font-weight: 700;
    color: #4A5859;
    padding: 58px 0 0 0;
    margin: 0;
}

.top-heading-search h2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 45px;
    height: 43px;
    background: url(../images/search-icon-with-bg.webp) no-repeat center center / cover;
}

.top-heading-search p {
    font-size: 15px;
    line-height: 1.2352941176470589em;
    font-weight: 400;
    color: #4A5859;
    margin: 10px 0 25px 0;
}

.top-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0;
}

.top-search-wrapper input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E9F1F8;
    border-radius: 13px;
    padding: 0 0 0 15px;
}

.top-search-wrapper input:focus {
    border-color: #0063C1;
}

.top-search-wrapper input::placeholder {
    font-size: 15px;
    color: #757272;
}

.top-search-wrapper button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 1.2352941176470589em;
    font-family: 'Cabin';
    font-weight: 700;
    color: #FFFFFF;
    background: #6FC3C1;
    border-radius: 13px;
}

.loadmore-all-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.block-loadmore-wrap {
    background: #FFFFFF;
    border-radius: 17px;
    padding: 0 15px 30px 15px;
    margin-top: 25px;
}

.loadmore-collumn {
    display: block;
    border-bottom: 2px solid #F4FAFF;
    padding: 25px 15px;
    margin: 0 -15px;
}

.loadmore-collumn a {
    position: relative;
    display: block;
}

.loadmore-collumn h4 {
    font-size: 20px;
    line-height: 1.16em;
    font-weight: 800;
    color: #4A5859;
    transition: 0.4s;
    padding: 0;
    margin: 0;
}

.loadmore-collumn:hover h4 {
    color: #6FC3C1;
}

.loadmore-collumn p {
    font-size: 16px;
    line-height: 1.2352941176470589em;
    font-weight: 400;
    color: #4A5859;
    padding-right: 20px;
    margin: 8px 0 10px 0;
}

.loadmore-collumn span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2352941176470589em;
    font-weight: 400;
    color: #333939;
    background: #B5C9D2;
    border-radius: 3px;
    padding: 2.5px 11px;
}

.loadmore-collumn .round-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.loadmore-trigger {
    text-align: center;
}

.loadmore-trigger a {
    padding: 5px 48px;
    margin: 0;
}

@media (min-width: 768px) {
    .facts-advice-area {
        margin: 70px 0;
    }

    .facts-advice-wrap {
        padding: 50px 35px;
    }

    .top-heading-search h2 {
        font-size: 35px;
        padding: 65px 0 0 0;
    }

    .top-heading-search h2::before {
        width: 52px;
        height: 50px;
    }

    .top-heading-search p {
        font-size: 17px;
        margin: 6px 0 20px 0;
    }

    .top-search-wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .top-search-wrapper input {
        width: calc(75% - 12px);
        height: 55px;
        font-size: 17px;
        padding: 0 0 0 27px;
    }

    .top-search-wrapper input::placeholder {
        font-size: 17px;
    }

    .top-search-wrapper button {
        width: 25%;
        height: 55px;
        font-size: 17px;
    }

    .block-loadmore-wrap {
        padding: 0 30px 30px 30px;
    }

    .loadmore-collumn {
        padding: 35px 30px;
        margin: 0 -30px;
    }

    .loadmore-collumn h4 {
        font-size: 25px;
    }

    .loadmore-collumn p {
        font-size: 17px;
        padding-right: 22px;
    }

    .loadmore-trigger a {
        padding: 15px 48px;
    }
}

@media (min-width: 1200px) {
    .facts-advice-area {
        margin: 100px 0;
    }

    .facts-advice-wrap {
        padding: 58px 88px;
    }

    .top-heading-search h2 {
        font-size: 42px;
        padding: 86px 0 0 0;
    }

    .top-heading-search h2::before {
        width: 68px;
        height: 66px;
    }

    .top-search-wrapper input {
        width: calc(83.82% - 12px);
        height: 63px;
    }

    .top-search-wrapper button {
        width: 183px;
        height: 63px;
        transition: 0.3s;
    }

    .top-search-wrapper button:hover {
        background: #000000;
    }

    .block-loadmore-wrap {
        padding: 0 46px 30px 46px;
    }

    .loadmore-collumn {
        padding: 43px 46px;
        margin: 0 -46px;
    }
}


.block-inner-banner {
    position: relative;
    background: #F4F7F8;
    overflow: hidden;
    padding: 50px 0;
}

.block-inner-banner-bg {
    display: none;
}

.inner-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px 0;
}

.inner-banner-image__panel img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.inner-banner-text__panel span {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2223em;
    color: #4A5859;
}

.inner-banner-text__panel span .current-page {
    color: #6FC3C1;
    font-weight: 700;
}

.inner-banner-text__panel h1 {
    font-size: 38px;
    line-height: 1.16667em;
    font-weight: 800;
    color: #4A5859;
    padding: 0;
    margin: 10px 0;
}

.inner-banner-text__panel h1.small-heading {
    font-size: 28px;
}

.inner-banner-text__panel p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5263157894736843em;
    color: #4A5859;
    margin: 0 0 15px 0;
}

.inner-banner-text__panel p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .block-inner-banner {
        z-index: 1;
        padding: 45px 0;
    }

    .block-inner-banner-bg {
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        z-index: -1;
        max-width: 350px;
    }

    .inner-banner-wrapper {
        flex-direction: row;
    }

    .inner-banner-text__panel {
        width: 56%;
        padding-right: 30px;
    }

    .inner-banner-text__panel span {
        font-size: 18px;
    }

    .inner-banner-text__panel h1 {
        font-size: 48px;
    }

    .inner-banner-text__panel h1.small-heading {
        font-size: 32px;
    }

    .inner-banner-text__panel p {
        font-size: 17px;
    }

    .inner-banner-image__panel {
        width: 44%;
    }
}

@media (min-width: 1200px) {
    .inner-banner-wrapper {
        align-items: center;
    }

    .inner-banner-text__panel {
        width: calc(100% - 41.3%);
        padding-right: 160px;
    }

    .inner-banner-text__panel h1 {
        font-size: 60px;
    }

    .inner-banner-text__panel h1.small-heading {
        font-size: 39px;
    }

    .inner-banner-text__panel p {
        font-size: 19px;
        margin: 0 0 26px 0;
    }

    .inner-banner-image__panel {
        width: 41.3%;
    }

    .inner-banner-image__panel img {
        border-radius: 20px;
    }

    .block-inner-banner-bg {
        max-width: 100%;
    }
}


.collumn-cards {
    margin: 50px 0;
}

.collumn-cards-wrap {
    border-bottom: 1px solid #EDEDED;
    padding: 30px 0;
}

.collumn-cards-wrap:first-child {
    padding-top: 0;
}

.collumn-cards-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.collumn-cards-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 0;
    padding-bottom: 25px;
}

.collumn-cards-title h4 {
    width: calc(100% - 48px);
    font-size: 22px;
    line-height: 1.1764705882352942em;
    font-weight: 800;
    color: #4A5859;
    padding: 0 0 0 15px;
    margin: 0;
}

.collumn-cards-title figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F4F7F8;
    border: 2px solid #4A5859;
    border-radius: 50%;
    margin-bottom: 0;
}

.collumn-cards-title figure img {
    display: block;
    max-width: 30px;
}

.cards-flex-panel,
.cards-inner-flex {
    gap: 20px 0;
}

.collumn-cards-item {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.06);
    border-right: 6px solid #B5C9D2;
    border-radius: 10px;
    padding: 15px;
}

.collumn-cards-item h6 {
    font-size: 18px;
    line-height: 1.3181em;
    font-weight: 700;
    color: #4A5859;
    padding: 0;
    margin: 0;
}

.collumn-cards-item p {
    font-size: 15px;
    line-height: 1.3529411764705883em;
    font-weight: 400;
    color: #4A5859;
    margin: 5px 0 0 0;
}

.collumn-cards-item span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.3529411764705883em;
    font-weight: 400;
    color: #6FC3C1;
    margin-top: 10px;
}

.collumn-cards-item span i {
    font-size: 13px;
    margin-top: 2px;
}

@media (min-width: 768px) {
    .collumn-cards {
        margin: 70px 0;
    }

    .collumn-cards-wrap {
        padding: 35px 0;
    }

    .collumn-cards-title h4 {
        font-size: 28px;
    }

    .collumn-cards-item h6 {
        font-size: 20px;
    }

    .collumn-cards-item p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .collumn-cards {
        margin: 70px 0 85px 0;
    }

    .collumn-cards-title figure {
        width: 78px;
        height: 76px;
    }

    .collumn-cards-title figure img {
        max-width: 100%;
    }

    .collumn-cards-title h4 {
        font-size: 34px;
        width: calc(100% - 78px);
    }

    .cards-flex-panel,
    .cards-inner-flex {
        gap: 27px 0;
    }

    .collumn-cards-item {
        min-height: 100%;
        border-width: 9px;
        transition: 0.3s;
        padding: 26px 24px;
    }

    .collumn-cards-item h6 {
        font-size: 22px;
        transition: 0.3s;
    }

    .collumn-cards-item:hover h6 {
        color: #6FC3C1;
    }

    .collumn-cards-item p {
        font-size: 17px;
    }

    .collumn-cards-item span {
        font-size: 17px;
        transition: 0.3s;
    }

    .collumn-cards-item span:hover {
        gap: 12px;
    }

    .cards-inner-flex .collumn-cards-item h6 {
        max-width: 205px;
    }
}


.dogs-details-area {
    margin-top: 70px;
}

.dogs-details-panel {
    margin-bottom: 30px;
}

.dogs-details-panel:last-child {
    margin-bottom: 0;
}

.dogs-details-panel h5 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 800;
    color: #4A5859;
    padding: 0;
    margin: 0;
}

.dogs-details-panel p {
    font-size: 19px;
    line-height: 1.5263157894736843em;
    font-weight: 400;
    color: #4A5859;
    margin: 5px 0 0 0;
}

.dotted-listing {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.dotted-listing li {
    position: relative;
    font-size: 19px;
    line-height: 1.9473684210526316em;
    font-weight: 400;
    color: #4A5859;
    padding-left: 16px;
}

.dotted-listing li strong {
    font-weight: 700;
}

.dotted-listing li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    background: #4A5859;
    border-radius: 50%;
}

.verify-listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

.verify-listing li {
    position: relative;
    font-size: 19px;
    line-height: 1.9473684210526316em;
    font-weight: 400;
    color: #000000;
    padding-left: 26px;
}

.verify-listing li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url(../images/verify-icon.png) no-repeat center center / cover;
}

.verify-listing--heading-text {
    margin-top: 16px;
}

.verify-listing--heading-text li {
    line-height: unset;
    margin-bottom: 8px;
}

.verify-listing--heading-text li:last-child {
    margin-bottom: 0;
}

.verify-listing--heading-text li h6 {
    font-size: 22px;
    line-height: 1.365em;
    font-weight: 700;
    color: #4A5859;
    padding: 0;
    margin: 0;
}

.verify-listing--heading-text li span {
    display: block;
    font-size: 17px;
    line-height: 1.4705882352941178em;
    font-weight: 400;
    color: #4A5859;
}

.verify-listing--heading-text li::before {
    top: 6px;
    transform: translate(0);
}

.article-right-panel {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    min-height: 604px;
}

.article-right-panel h4 {
    font-size: 30px;
    line-height: 0.966667em;
    color: #4A5859;
    font-weight: 700;
    background: #B5C9D2;
    border-radius: 16px 16px 0 0;
    padding: 24px 38px;
    margin: 0 0 30px 0;
}

.article-right-panel h4 i {
    display: none;
}

.article-right-panel ul {
    list-style: none;
    padding: 0 19px;
    margin: 0;
}

.article-right-panel ul li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #4A5859;
    border-radius: 11px;
    transition: 0.3s;
    padding: 18px 35px 18px 19px;
}

.article-right-panel ul li a.active {
    background: #F4F7F8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}

.article-right-panel ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    width: 22px;
    height: 22px;
    background: url(../images/arrow-round-right.png) no-repeat center center / cover;
    opacity: 0;
    transition: 0.3s linear;
}

.article-right-panel ul li a.active::after {
    opacity: 1;
    right: 20px;
}

.block-text-content_area {
    margin-top: 80px;
}

.text-content_area_wrap {
    text-align: center;
    background: #F4F7F8;
    border-radius: 17px;
    padding: 50px 0 55px 0;
}

.text-content_area_wrap h4 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 800;
    color: #4A5859;
    padding: 0;
    margin: 0 0 8px 0;
}

.text-content_area_wrap p {
    font-size: 17px;
    line-height: 1.5294117647058822em;
    font-weight: 400;
    color: #4A5859;
    max-width: 869px;
    margin: 0 auto;
    padding-bottom: 9px;
}

.text-content_area_wrap p:last-child {
    padding-bottom: 0;
}

.text-content_area_wrap p strong {
    font-weight: 600;
}

.text-content_area_wrap p a {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #F48B8B;
}

.related-articles-cards .collumn-cards-item {
    border-right: none;
}

@media (max-width: 1024px) {
    .dogs-details-area {
        margin-top: 50px;
    }

    .dogs-details-panel {
        margin-bottom: 20px;
    }

    .dogs-details-panel h5 {
        font-size: 26px;
    }

    .dogs-details-panel p {
        font-size: 18px;
    }

    .dotted-listing li {
        font-size: 18px;
    }

    .verify-listing li {
        font-size: 18px;
    }

    .verify-listing--heading-text li h6 {
        font-size: 20px;
    }

    .verify-listing--heading-text li span {
        font-size: 15px;
    }

    .dogs-details__wrap {
        flex-direction: column-reverse;
        gap: 40px 0;
    }

    .article-right-panel {
        display: block;
        min-height: unset;
    }

    .article-right-panel h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        padding: 18px 38px;
        margin-bottom: 0;
    }

    .article-right-panel h4 i {
        display: block;
        font-size: 20px;
        transition: 0.4s;
    }

    .article-right-panel h4.active i {
        transform: rotate(180deg);
    }

    .article-right-panel ul {
        padding: 25px 19px;
    }

    .article-right-panel ul li a {
        font-size: 18px;
        line-height: 28px;
        padding: 12px 25px;
    }

    .block-text-content_area {
        margin-top: 65px;
    }

    .text-content_area_wrap {
        padding: 35px 20px;
    }

    .text-content_area_wrap h4 {
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .dogs-details-panel h5 {
        font-size: 22px;
    }

    .dogs-details-panel p {
        font-size: 16px;
    }

    .dotted-listing li {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .dotted-listing li:last-child {
        margin-bottom: 0;
    }

    .verify-listing li {
        font-size: 16px;
    }

    .verify-listing--heading-text li h6 {
        font-size: 18px;
    }

    .block-text-content_area {
        margin-top: 45px;
    }

    .text-content_area_wrap {
        padding: 30px 15px;
    }

    .text-content_area_wrap h4 {
        font-size: 24px;
        line-height: 29px;
    }

    .text-content_area_wrap p {
        font-size: 16px;
    }

    .article-right-panel h4 {
        font-size: 20px;
        padding: 18px 20px;
    }

    .article-right-panel h4.triggerTitle {
        border-radius: 16px;
        transition: 0.3s linear;
    }

    .article-right-panel h4.triggerTitle.active {
        border-radius: 16px 16px 0 0;
    }

    .article-right-panel h4 i {
        font-size: 18px;
    }

    .article-right-panel ul {
        padding: 25px 15px;
    }

    .article-right-panel ul li a {
        font-size: 16px;
        line-height: 26px;
        padding: 12px 22px;
    }

    .article-right-panel ul li a::after {
        width: 18px;
        height: 18px;
    }
}

.checkbox-list label::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #6FC3C1;
    border: 1px solid #6FC3C1;
    border-radius: 3px;
    transition: 0.3s;
    opacity: 0;
}

.checkbox-list input[type="radio"]:checked+label::before {
    border: 1px solid #0063C1;
}

.checkbox-list input[type="radio"]:checked+label::after {
    opacity: 1;
}

.btn-refer input[type="submit"] {
    margin: 0 auto;
    cursor: pointer;
    border-radius: 10px;
    margin: 15px 0;
    padding: 15px 68px 15px 50px;
    width: auto;
    height: auto;
    background-color: #6FC3C1;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF !important;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    display: block;
    position: relative;
}

.btn-refer {
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    transition: all .4s ease-in-out;
}

.btn-refer::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 40px;
    transition: all .4s ease-in-out;
}

.btn-refer:hover::after {
    color: #FFFFFF !important;
    transition: all .4s ease-in-out;
}

.wpcf7-spinner {
    position: absolute !important;
    right: -72px;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-refer input[type="submit"]:hover {
    background-color: #F48B8B !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    transition: all .4s ease-in-out;
}

.btn-refer:hover i {
    color: #0063C1 !important;
}

/* 04.03.25 */
@media (max-width: 767px) {
    .header-section.sticky .header-top-bar {
        display: none;
    }
}

/* 13-03-25 ananta */
.about-details-banner {
    position: relative;
    padding: 50px 0;
}

.about-details-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-details-banner-dog_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-details-banner__content h1 {
    font-size: 32px;
    line-height: 1.229667em;
    font-weight: 700;
    color: #000000;
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
}


.about-detail-section {
    margin: 50px 0;
}

.about-detail_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px 0;
}

.about-detail_image img {
    width: 100%;
    border-radius: 6px;
}

.about-detail-conts h2 {
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #4A5859;
    padding: 0;
    margin: 0;
}

.about-detail-conts span {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #6FC3C1;
}

.about-detail-conts h4 {
    font-size: 20px;
    line-height: 1.1071428571428572em;
    font-family: 'Cabin';
    font-weight: 700;
    color: #4A5859;
    padding: 0;
    margin: 15px 0;
}

.about-detail-conts p,
.about-detail-listing li p {
    font-size: 16px;
    line-height: 1.5263157894736843em;
    color: #4A5859;
    margin-bottom: 15px;
}

.about-detail-conts p:last-child,
.about-detail-listing li p:last-child {
    margin-bottom: 0;
}

.about-detail-listing {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.about-detail-listing li h5 {
    font-size: 22px;
    line-height: 1.1071428571428572em;
    font-family: 'Cabin';
    font-weight: 700;
    color: #4A5859;
    padding: 0;
    margin: 0 0 14px 0;
}

.about-detail-listing li {
    margin-bottom: 20px;
}

.about-detail-listing li:last-child {
    margin-bottom: 0;
}

.pages-changes-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 2.5rem;
}

.pages-changes-btn a {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 145px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1.3181818181818181em;
    font-family: 'Cabin';
    font-weight: 400;
    color: #000000;
    transition: 0.4s;
}

.pages-changes-btn a img {
    height: 20px;
    transition: 0.4s;
}

.pages-changes-btn a:hover img {
    filter: brightness(0) invert(1);
}

.pages-changes-btn a:hover {
    background: #6FC3C1;
    border-color: #6FC3C1;
    color: #FFFFFF;
    box-shadow: rgba(0, 99, 193, 0.1);
}

@media (min-width: 768px) {
    .about-details-banner {
        padding: 70px 0;
    }

    .about-details-banner-dog_image {
        display: none;
    }

    .about-details-banner__content h1 {
        font-size: 38px;
    }

    .about-detail-section {
        margin: 70px 0;
    }

    .about-detail_image img {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }

    .about-detail-conts h2 {
        font-size: 42px;
    }

    .about-detail-conts span {
        font-size: 18px;
        line-height: 21px;
    }

    .about-detail-conts h4 {
        font-size: 24px;
    }

    .about-detail-conts p,
    .about-detail-listing li p {
        font-size: 19px;
    }

    .about-detail-listing {
        margin: 60px 0;
    }

    .about-detail-listing li h5 {
        font-size: 25px;
    }

    .pages-changes-btn a {
        width: 182px;
        height: 56px;
        font-size: 20px;
    }

    .pages-changes-btn a img {
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .about-details-banner {
        padding: 108px 0;
    }

    .about-details-banner__content h1 {
        font-size: 48px;
    }

    .about-detail-section {
        margin: 95px 0;
    }

    .about-detail_wrapper {
        flex-direction: row;
        align-items: center;
    }

    .about-detail_image {
        width: 50%;
        padding-right: 48px;
    }

    .about-detail_image img {
        height: 484px;
    }

    .about-detail-conts {
        width: 50%;
        padding-left: 20px;
    }

    .about-detail-conts h2 {
        font-size: 60px;
    }

    .about-detail-conts h4 {
        font-size: 28px;
    }

    .about-detail-conts p,
    .about-detail-listing li p {
        margin-bottom: 28px;
    }

    .about-detail-listing {
        margin: 80px 0 60px 0;
    }

    .about-detail-listing li h5 {
        font-size: 28px;
    }

    .pages-changes-btn a {
        font-size: 22px;
    }

    .pages-changes-btn a img {
        height: auto;
    }
}

.contact-section.content-section--inner .container {
  display: block;
}

.content-section--inner .contact-info--toppart,
.content-section--inner .contact-info--bottompart{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.content-section--inner .contact-info--toppart {
	margin-bottom: 30px;
}
