@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
/** BASIC CSS **/

:root {
    --color1: #AC0000;
    --color2: #FFFFFF;
    --color3: #C8D3E6;
    --color4: #657FAD;
    --color5: #002566;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    /* height: auto; */
    /* min-height: 100vh; */
    /* max-width: 100%; */
    /* min-width: 100%; */
    background: #53117D;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 18px;
    color: var(--text2);
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    /* padding: 0; */
}

p {
    font-size: 15px;
    color: #000000;
    line-height: 23px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", serif;
    margin: 0;
    color: var(--text1);
}

a {
    text-decoration: none;
    outline: none;
    color: var(--text1);
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/* a:hover,
a:focus {
    color: var(--color1);
    text-decoration: none;
} */

hr {
    background: #e3e3e3;
    border-top: 1px solid #333;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    text-shadow: none;
    background: var(--color1);
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: var(--color1);
    color: #fff;
}

a,
input,
select,
textarea,
img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.nopad {
    padding: 0 !important;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.btn:focus,
button:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}

.py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/** BASIC CSS END HERE **/

.container-fluid {
    max-width: 1680px;
    padding: 0 30px;
}

.herosection {
    background-image: linear-gradient(90deg, var(--color5), var(--color1));
    background-size: cover;
    width: 100%;
    position: relative;
}

.slidecontainer {
    display: flex;
    width: 100%;
    height: calc(100vh - 111px);
    align-items: center;
    justify-content: center;
}

.slidecontainer .smtxt {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Syne", serif;
    margin-bottom: 10px;
}

.slidecontainer .smtxt::after {
    content: "";
    display: block;
    background: #ffffff;
    height: 1px;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 105%;
    margin: auto;
}

.slidecontainer h1 {
    font-size: 6.5em;
    font-weight: normal;
    z-index: 2;
    position: relative;
    font-family: "Edu AU VIC WA NT Hand", serif;
    text-align: center;
}

.slidecontainer .bh1 {
    color: var(--color2);
}

.slidecontainer .bh2 {
    color: var(--color4);
    /* transform: translate(70px, 0px); */
}

.slidecontainer p {
    margin: 10px 0;
    font-size: 17px;
    color: var(--white2);
    line-height: 1.9;
}

.btn_bnr {
    margin-top: 50px;
    text-align: center;
}

.btn_bnr a {
    display: inline-flex;
    align-items: center;
    /* font-family: "Syne", serif; */
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    padding-left: 34px;
    background: var(--color5);
    color: var(--color2);
    border-radius: 50px;
    padding: 21px 36px;
    margin-top: 0;
    display: inline-block;
}

.btn_bnr a::before {
    /* content: ""; */
    display: block;
    width: 60px;
    height: 60px;
    display: block;
    background-image: linear-gradient(180deg, #2b0e5e, #a3005c);
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.btn_bnr a .wpbtn {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.btn_bnr a .wpbtn::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--white2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.btn_bnr a .wpbtn::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    right: -46px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--white2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.btn_bnr a:hover,
.btn_bnr a:focus {
    padding-left: 75px;
}

.btn_bnr a:hover::before,
.btn_bnr a:focus::before {
    width: 25px;
    height: 25px;
}

.btn_bnr a:hover .wpbtn::before,
.btn_bnr a:focus .wpbtn::before {
    width: 40px;
    left: -44px;
}

.btn_bnr a:hover .wpbtn::after,
.btn_bnr a:focus .wpbtn::after {
    width: 0px;
    right: 0;
}

.swiper-counter {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: #fff;
    display: flex;
    width: 100px;
    align-items: center;
    font-size: 19px;
}

.swiper-counter .count {
    padding: 7px;
}

.swiper-counter .line {
    width: 100%;
    height: 2px;
    background: var(--white2);
}

.swiper-counter .total {
    padding: 7px;
}

.bnr_img_cont {
    max-width: 480px;
    margin: auto;
}

.bnr_img {
    position: relative;
    padding: 20px;
}

.bnr_img::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    border-left: 1px solid var(--text2);
    border-top: 1px solid var(--text2);
}

.bnr_img::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 120px;
    height: 120px;
    border-right: 1px solid var(--text2);
    border-bottom: 1px solid var(--text2);
}

.bnr_img img {
    width: 100%;
}

.location_sec {
    background: var(--color1);
    padding: 20px 0;
}

.marquee_text {
    overflow: hidden;
}

.marquee_text span {
    font-size: 69px;
    color: white;
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    margin: 0 42px;
    position: relative;
    line-height: 1.2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.marquee_text span a:hover {
    color: white;
}

.marquee_text span::after {
    content: "";
    display: block;
    width: 27px;
    height: 4px;
    background: white;
    position: absolute;
    right: -59px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marquee_img.marquee_text span {
    margin: 0;
    display: inline-block;
}

.marquee_img.marquee_text span::after {
    display: none;
}

.marquee_img.marquee_text span img {
    filter: grayscale(1);
}
.marquee_img.marquee_text span img:hover{
    filter: grayscale(0);
}
.section {
    padding: 60px 0;
}

.section_title {
    margin-bottom: 50px;
    position: relative;
}

.section_title span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--color1);
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Syne", serif;
    margin-bottom: 10px;
}

.section_title span::after {
    content: "";
    display: block;
    background: var(--color1);
    height: 1px;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 105%;
    margin: auto;
}

.section_title h2 {
    color: var(--color5);
    font-size: 3em;
    font-weight: bold;
}

.hv_slide_img {
    /* overflow: hidden; */
    height: 500px;
    position: relative;
}

.hv_slide_img img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.hv_slide_img img.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: .5s;
}

.iml.fadein {
    display: block;
    animation: fadein 1s linear forwards;
}

@keyframes fadeout {
    0% {
        opacity: 1;
        display: block;
    }

    50% {
        opacity: 0.3;
        display: block;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        display: none;
    }

    50% {
        opacity: 0.3;
        display: block !important;
    }

    100% {
        opacity: 1;
        display: block !important;
    }
}

.hv_slide_txt {
    text-align: right;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 14px;
    max-width: 590px;
    margin-left: auto;
    cursor: pointer;
}

.hv_slide_txt::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: var(--color1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.hv_slide_txt h3 {
    color: var(--color4);
    font-size: 3em;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.hv_slide_txt p {
    margin: 10px 0;
    font-size: 17px;
    color: var(--color4);
    line-height: 1.9;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.hv_slide_txt.active h3 {
    color: var(--color1);
}

.hv_slide_txt.active p {
    color: var(--color1);
}

.hv_slide_txt.active::after {
    width: 100%;
}

.founder_wrap {
    display: flex;
    /* align-items: end; */
    margin: auto;
}

.founder_lt {
    width: 31%;
    position: relative;
    display: flex;
    align-items: end;
}

.founder_lt img {
    width: 100%;
    position: relative;
}

.founder_rt {
    width: 69%;
    padding-left: 50px;
    position: relative;
}

.about-one-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: 50%;
    background: var(--color5);
    /* z-index: -1; */
    height: 100%;
}

.founder_rt h2 {
    font-size: 36px;
    color: var(--color1);
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 23px;
}

.founder_rt p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.founder_rt ul,
.infer_rt_ul {
    display: grid;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.founder_rt ul li,
.infer_rt_ul li {
    position: relative;
    display: block;
    padding: 23px;
    font-size: 27px;
    color: var(--color5);
    font-weight: 600;
    line-height: 22px;
    /* border: 1px solid #d73a30; */
    border-radius: 16px;
    background: var(--color3);
}

.founder_rt ul li span,
.infer_rt_ul li span {
    color: var(--color4);
    display: inline-block;
    width: 100%;
    font-weight: 100;
    font-size: 14px;
    margin-top: 11px;
    font-weight: 600;
}

.founder_rt ul li:before {
    position: absolute;
    top: 14px;
    left: 0;
    /* content: ""; */
    height: 1px;
    width: 20px;
    background: #c1b79a;
}

.about_wrap {
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
}

.about_lt {
    width: 55%;
    position: relative;
    padding: 80px 0;
    padding-left: 80px;
}

.about_lt h2 {
    font-weight: 800;
    position: relative;
    color: var(--color1);
}

.about_lt h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 25px;
    position: relative;
}

.about_rt {
    width: 45%;
    display: grid;
    grid-template-columns: 1fr;
    /* padding-right: 80px; */
    /* gap: 25px; */
}

.abt_grd {
    padding: 22px 0px;
    /* border-right: 1px solid #8e8e8e80; */
    /* border-top: 1px solid #8e8e8e80; */
    /* background: var(--color3); */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    /* border-radius: 15px; */
    backdrop-filter: blur(10px);
    gap: 10px;
    width: 25%;
    /* background: var(--color3); */
    padding: 40px;
    /* border-radius: 15px; */
    gap: 0;
    padding-top: 100px;
    position: relative;
    background: linear-gradient(1deg, #cf673b 21%, transparent);
}

.about_rt .abt_grd:nth-child(1) {
    border-top: 0;
}

.about_rt .abt_grd:nth-child(3),
.about_rt .abt_grd:nth-child(6) {
    border-right: 0;
}

.abt_grd span:first-child {
    font-size: 35px;
    color: var(--color5);
    /* padding-bottom: 16px; */
    display: inline-block;
    width: 100%;
    /* text-align: right; */
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.abt_grd span:last-child {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    line-height: 26px;
    position: relative;
}

.abt_bk {
    position: absolute;
    top: 0px;
    bottom: 0;
    /* right: -10000px; */
    left: 0%;
    background-image: url('../images/about.jpg');
    height: 100%;
    /* object-fit: cover; */
    width: 200%;
    opacity: .2;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
}

.about-big-text {
    position: absolute;
    top: 240px;
    left: -208px;
    font-size: 60px;
    color: rgb(255 170 219 / 35%);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    transform: rotate(-90deg);
    cursor: vertical-text;
    line-height: 70px;
}

.test_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test_lt {
    width: 45%;
    padding-right: 80px;
}

.test_rt {
    width: 55%;
    position: relative;
    padding-left: 80px;
}

.achive_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 34px;
}

.facts-item h6 {
    font-size: 48px;
    color: white;
    margin-bottom: 7px;
}

.facts-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: white;
}

.testi_owl .item h4 {
    color: var(--text2);
    font-size: 18px;
    line-height: 35px;
}

.testi_owl .item div {
    display: flex;
    align-items: center;
    margin-top: 61px;
}

.testi_owl .item div img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.testi_owl .item div p {
    border-left: 1px solid var(--color2);
    padding-left: 18px;
    margin-left: 18px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 43px;
    color: white;
}

.achive_img img {
    width: 100%;
}

.test_bk,
.test_rt::before {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -10000px;
    left: 0%;
    background: var(--color5);
    content: '';
}

footer {
    padding: 80px 0;
    /* float: left; */
    background-image: linear-gradient(180deg, var(--color5), var(--color1));
    padding-bottom: 46px;
    /* position: relative; */
}

.ftr_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}

.ft_lt {}

.ft_lt img {
    filter: brightness(16.5);
    margin-bottom: 22px;
}

.ft_lt p {
    margin: 0;
    color: white;
}

.ft_mid {}

.ft_mid ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.ft_mid ul li {
    list-style: none;
    color: #ffffff !important;
}

.ft_mid ul li a {
    color: #ffffff !important;
}

.ft_rt {}

.ft_head {
    font-size: 20px;
    color: white;
    margin-bottom: 14px;
}

.ft_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 8px 9px;
    border: 1px solid #ffffff3b;
    border-radius: 50px;
    padding-left: 27px;
}

.ft_btm ul,
.ft_rt ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ft_btm ul li,
.ft_rt ul li {
    list-style: none;
}

.ft_btm ul li a,
.ft_rt ul li a {
    color: white;
}

.ft_rt ul {

    flex-direction: column;

    justify-content: start;

    align-items: start;
}

.ft_btm .cont {
    background: var(--color2);
    color: white;
    border-radius: 50px;
    padding: 11px 20px;
}

.copyright {
    padding: 0;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #ffffff40;
    padding-top: 30px;
}

.copyright img {
    width: 100px;
    margin-left: 7px;
}

.dis_wrap {
    display: flex;
    align-items: center;
}

.dis_wrap h2 {
    color: var(--color1);
    font-size: 65px;
    width: 40%;
    font-weight: 500;
}

.dis_wrap h5 {
    color: #000000;
    line-height: 30px;
    width: 60%;
    padding-left: 50px;
}

.dis_wrap h5 span {
    display: inline-block;
}

.dis_wrap h5 a {
    /* background: var(--color5); */
    /* color: var(--color2); */
    /* border-radius: 50px; */
    /* padding: 11px 36px; */
    /* margin-top: 25px; */
    /* display: inline-block; */
}

.slider-nav h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    overflow: auto;
    height: 357px;
}

/* width */
.slider-nav h4::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
    overflow: hidden;
}

/* Track */
.slider-nav h4::-webkit-scrollbar-track {
    background: #f1f1f1b5;
    border-radius: 50px;
}

/* Handle */
.slider-nav h4::-webkit-scrollbar-thumb {
    background: #00000059;
    border-radius: 50px;
}

/* Handle on hover */
.slider-nav h4::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slider-for.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-for .slick-dots {
    bottom: 25px;
    text-align: right;
    padding-right: 72px;
}

.slider-for .slick-dots li button:before {
    font-size: 13px;
    color: var(--color5);
}

.slider-for .slick-dots li.slick-active button:before,
.slider-for .slick-dots li button:hover::before {
    opacity: 1;
    color: var(--color1);
}

.slider-nav a {
    background: white !important;
    color: var(--color2) !important;
    border-radius: 50px;
    padding: 11px 36px;
    margin-top: 25px;
    display: inline-block;
}

.client_wrap {
    display: flex;
}

.client-lt {
    width: 30%;
    padding-right: 80px;
}

.client_rt {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
    gap: 30px;
}

.clnt_testi {
    width: 100px;
    height: 100px;
    position: relative;
}

.clnt_hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.clnt_hover img {
    width: 100%;
    height: 100%;
}

.clnt_tool {
    display: flex;
    width: 500px;
    gap: 30px;
    padding: 40px;
    background-image: linear-gradient(180deg, var(--color5), var(--color1));
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 125%;
    display: none;
    z-index: 1;
}

.clnt_tool.active {
    display: flex;
}

.active-right {
    top: inherit;
    bottom: 125%;
}

.qut {
    font-size: 66px;
    display: inline-block;
    color: #ff928b;
}

.clnt_tool_content {}

.clnt_tool_content p {
    color: white;
    font-size: 18px;
    line-height: 28px;
}

.clnt_tool_content span {
    display: none;
    align-items: center;
    gap: 8px;
    color: yellow;
    font-size: 20px;
}

.clnt_tool_content span a {}

.clnt_hover.active {
    box-shadow: 8px 8px 17px #00000096;
}

.copy_wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 50px;
}

.copy_wrap h2 {
    font-size: 175px;
    line-height: 117px;
    font-weight: 900;
    color: white;
    mix-blend-mode: soft-light;
    /* position: absolute; */
    /* bottom: 0; */
}

.copy-box {
    border-left: 1px solid #ffffff80;
    padding-left: 30px;
    border-radius: 0;
    padding-left: 30px !important;

}

.copy-right {
    color: white;
}

.copy-right img {
    margin: 20px 0;
    filter: brightness(20.5);
    width: 150px;
}

.banner-bk {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mix-blend-mode: soft-light; */
}

.client-lt .section_title {
    display: flex;
    justify-content: end;
}

.client-lt .section_title h2 {
    text-align: right;
    width: 161px;
    position: relative;
}

.client-lt .section_title h2 b {
    position: absolute;
    font-size: 87px;
    left: -35%;
    top: -41px;
    opacity: .1;
    text-align: right;
}

.test_rt .section_title h2 {
    color: white;
}

.banner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-lt {
    width: 90%;
}

.banner-rt {
    width: 480px;
}

.prcdr_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.prccdr-box {
    position: relative;
    cursor: pointer;
}

.prccdr-box h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 54px;
    font-weight: 800;
    color: var(--color5);
    opacity: .2;
}

.prccdr-box h3 span {}

.prccdr-box h4 {
    color: var(--color1);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.prccdr-box h4 img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.prccdr-box p {
    color: black;
}

.diccvr {
    display: inline-block;
    color: var(--color5) !important;
    position: relative;
    font-size: 15px;
    line-height: normal;
}

.diccvr::before {
    content: '';
    position: absolute;
    left: 114%;
    height: 1px;
    width: 100%;
    background: var(--color5);
    top: 11px;
}

.prccdr-hover {
    display: none;
    position: absolute;
    top: 0;
    background: var(--color1);
    padding: 25px;
    border-radius: 15px;
}

.prccdr-hover h5 {
    color: white;
    margin-bottom: 15px;
}

.prccdr-hover h6 {
    color: white;
    margin-bottom: 0;
    line-height: 21px;
}

.prccdr-hover h6 ul {
    margin-bottom: 0;
}

.prccdr-box:hover .prccdr-hover {
    display: block;
    z-index: 1;
}

.faq-box {
    display: none;
}

.rsk-r {}

.rsk-ul {
    padding: 0;
    margin: 0;
}

.rsk-li {
    list-style: none;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rsk-ul .rsk-li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.faq-clk {
    font-size: 24px;
    display: flex;
    color: var(--color4);
    cursor: pointer;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-right: 25px;
}

.faq-clk img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}



.faq-clk.active {
    color: var(--color1);
}

.faq-clk::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f067";
    color: #000;
    font-size: 17px;
    position: absolute;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    right: 0;
}

.faq-clk.active::before {
    content: "\f068";
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.faq-box {
    margin-top: 20px;
}

.faq-box p {
    margin: 0;
    font-size: 16px;
    color: black;
}

.faq-box ul {
    display: grid;
    gap: 11px;
}

.bnnr_btm_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bnnr_btm_rt {
    width: 50%;
    padding-left: 80px;
    padding-top: 80px;
}

.bnnr_btm {
    position: relative;
    margin-top: -80px;
}

.bnnr_btm::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--color4);
    top: 0;
    right: 0;
}

.bnnr_btm_rt p,
.bnnr_btm_rt ul li {
    color: white;
    margin: 0;
}

.bnnr_btm_rt ul {
    margin: 0;
    display: grid;
    gap: 9px;
}

.bnnr_btm_lt {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
    padding-right: 50px;
}

.bnnr_btm_lt a {
    font-size: 46px;
    display: inline-block;
    line-height: normal;
    font-weight: 800;
    position: relative;
    color: var(--color5) !important;
    cursor: pointer;
}

.bnnr_btm_lt a::before {
    content: '';
    width: calc(100% + 100px);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -20px;
    background: var(--color5);
    border-radius: 50px;
}

.bnnr_top {
    display: flex;
    align-items: center;
}

.bnnr_top img {
    width: 70%;
    /* mix-blend-mode: multiply; */
    z-index: 1;
    position: relative;
}

.bnnr_top h2 {
    background-image: linear-gradient(90deg, var(--color5), var(--color1));
    padding: 50px;
    font-size: 51px;
    font-weight: 100;
    position: absolute;
    right: 60px;
    color: white;
    border-radius: 25px;
    box-shadow: 19px 20px 48px #0000007a;
    font-family: "Edu AU VIC WA NT Hand", serif;
    width: 30%;
    text-align: center;
    line-height: 78px;
    z-index: 1;
}

.rsk-lt {
    width: 40%;
}

.rsk_wrap {
    display: flex;
    align-items: center;
}

.rsk-rt {
    width: 60%;
}

/* infertility assessment */
.infer_ass .about_rt {
    gap: 16px;
    padding-right: 80px;
}

.infer_ass .about_rt h3 {
    text-align: right;
    font-size: 48px;
    color: var(--color5);
}

.infer_ass .about_rt h3 b {

    color: var(--color4);
}

.infer_ass .about_rt h5 {
    text-align: right;
}

.infer_ass .about_lt h5 {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 10px;
    position: relative;
}

.infer_ass .about_lt ul {

    padding: 0;

    display: grid;

    position: relative;

    gap: 8px;
}

.infer_ass .about_lt ul li {
    list-style: none;
    font-size: 17px;
}

.infernity_wrap {
    display: flex;
}

.infernity_lt {
    width: 70%;
    padding-right: 25px;
    border-right: 3px solid var(--color1);
}

.infernity_inner {
    display: flex;
    align-items: center;
}

.infernity_inner-lt {
    width: 50%;
    padding-right: 30px;
}

.infernity_inner-lt h3 {
    font-weight: 700;
}

.infernity_inner-lt h5 {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 10px;
    position: relative;
}

.infernity_inner-lt ul {
    padding: 0;
    display: grid;
    position: relative;
    gap: 8px;
}

.infernity_inner-lt ul li {
    list-style: none;
    font-size: 17px;
}

.infernity_inner img {
    width: 50%;
}

.infernity_rt {
    width: 30%;
    padding-left: 25px;
}

.infernity_rt img {
    width: 100%;
}

.infernity_rt .slick-prev,
.infernity_rt .slick-next {
    width: 40px !important;
    height: 40px !important;
    bottom: 0 !important;
    top: inherit !important;
    border-radius: 50px !important;
    border: 1px solid var(--color1) !important;
    right: 0px !important;
    left: inherit !important;
}

.infernity_rt .slick-prev {
    right: 50px !important;
}

.infernity_rt .slick-prev:before,
.infernity_rt .slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    content: "\f104" !important;
    opacity: 1 !important;
    color: var(--color1);
    font-size: 25px;
}

.infernity_rt .slick-next:before {
    content: "\f105" !important;
}

.inferbdytLeft {
    width: 50%;
    padding-right: 80px;
}

.inferbdytLeft h3 {
    font-size: 55px;
    color: var(--color3);
    margin-bottom: 16px;
}

.inferbdytLeft h5 {
    font-size: 38px;
    color: var(--color4);
    margin-bottom: 15px;
}

.inferbdytLeft p {
    font-size: 18px;
    line-height: 27px;
    color: white;
}

.inferbdy img {
    width: 50%;
}

/* infertility assessment */
/* iui */
.iui_prccdr_box {
    background: var(--color3);
    padding: 15px;
    border-radius: 15px;
}

.iui_prccdr_box p {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: var(--color5);
}

.infer_ass {
    display: flex;
    /* align-items: center; */
}

.infer_lt {
    width: 50%;
    padding-right: 80px;
    position: relative;
}

.infer_lt h2 {
    position: relative;
    color: var(--color5);
}

.infer_lt h6 {
    margin-bottom: 15px;
    position: relative;
    margin-top: 6px;
}

.infer_lt h5 {
    position: relative;
    line-height: 32px;
    margin-top: 40px;
}

.infer_lt .infer_lt_bk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: 50%;
    background: var(--color3);
    /* z-index: -1; */
    height: 100%;
}

.infer_rt {
    width: 50%;
}

.infer_rt h2 {
    color: var(--color5);
}

.infer_rt ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.infer_rt li {
    list-style: none;
    font-size: 20px;
    border-bottom: 1px solid #adadad80;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 70px;
}

.infer_rt li:last-child {
    border: 0;
    padding-bottom: 0;
    margin: 0;
}

.infer_rt ul li span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 31px;
    font-weight: 800;
    color: var(--color5);
    opacity: .2;
    /* line-height: normal; */
    transform: translateY(-50%);
}

.infer_rt ul li small {
    margin-top: 15px;
    display: inline-block;
    line-height: 23px;
    font-size: 16px;
}

/* iui */
/* blastosys */
.blastosys_prcs_wrap {
    display: flex;
    align-items: center;
}

.blastosys_prcs_wrap_lft {
    width: 50%;
    padding-right: 80px;
}

.blastosys_prcs_wrap_lft h5 {
    font-size: 18px;
    line-height: 23px;
}

.blastosys_prcs_wrap_lft ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    margin-top: 15px;
}

.blastosys_prcs_wrap_lft ul li {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

.blastosys_prcs_wrap_rt {
    width: 50%;
}

.blastosys_prcs_wrap_rt img {
    width: 100%;
}

.wh_blastosys_wrap {
    display: flex;
}

.wh_blastosys_wrap_lt {
    width: 40%;
}

.wh_blastosys_wrap_lt_inner {
    box-shadow: 0 0 19px #566fff38;
    border-radius: 15px;
    padding: 30px;
    border: 1px dashed var(--color5);
    position: sticky;
    top: 150px;
}

.wh_blastosys_wrap_lt_inner p {
    margin: 0;
    color: black;
    font-size: 20px;
    line-height: 32px;
}

.wh_blastosys_wrap_rt {
    width: 60%;
    padding-left: 80px;
}

.wh_blastosys_wrap_rt_top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wh_blastosys_wrap_rt_top a {
    font-size: 17px;
    border-bottom: 2px solid transparent;
    padding-bottom: 14px;
    cursor: pointer;
}

.wh_blastosys_wrap_rt_top a.active,
.wh_blastosys_wrap_rt_top a:hover {
    border-color: var(--color1);
}

.wh_blastosys_wrap_rt_btm {
    margin-top: 20px;
}

.wh_blastosys_wrap_rt_btm_inner {
    display: none;
}

.wh_blastosys_wrap_rt_btm_inner.active {
    display: block;
}

.wh_blastosys_wrap_rt_btm_inner h6 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color5);
}

.wh_blastosys_wrap_rt_btm_inner p {
    color: black;
}

.wh_blastosys_wrap_rt_btm_inner ul {
    display: grid;
    gap: 10px;
}

.wh_blastosys_wrap_rt_btm_inner ul li {
    font-size: 16px;
}

/* blastosys */
/* Cryopreservation */
.cry_prss_wrap {
    padding: 80px;
    background: var(--color3);
    border-radius: 25px;
}

.cry_prss_wrap_top {
    display: flex;
    gap: 15px;
}

.services-detail {
    background: #dee4ee;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    border-bottom-right-radius: 38px;
    position: relative;
    cursor: pointer;
}

.services-detail.active,
.oncon_wrap_lt .services-detail:hover {
    background: var(--color5);
    transition: .5s;
}

.services-detail h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.services-detail span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 105px;
    line-height: 70px;
    font-weight: 800;
    color: var(--color3);
}

.services-detail.active h4,
.oncon_wrap_lt .services-detail:hover h4,
.oncon_wrap_lt .services-detail:hover p {
    color: white;
    transition: .5s;
}

.services-detail.active span {
    color: var(--color4);
    transition: .5s;
}

.services-detail.active .diccvr,
.oncon_wrap_lt .services-detail:hover .diccvr {
    color: white !important;
}

.services-detail.active .diccvr::before,
.oncon_wrap_lt .services-detail:hover .diccvr::before {
    background: white !important;
}

.cry_prss_wrap_btm {
    display: flex;
    align-items: start;
    margin-top: 60px;
}

.cry_prss_wrap_btm img {
    width: 40%;
    position: sticky;
    top: 144px;
}

.cry_prss_wrap_btm_inner {
    display: none;
    padding-left: 60px;
    width: 60%;
}

.cry_prss_wrap_btm_inner.active {
    display: block;
}

.cry_prss_wrap_btm_inner p {}

.cry_prss_wrap_btm_inner h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color1);
}

.cry_prss_wrap_btm_inner ol {
    display: grid;
    gap: 12px;
    padding-left: 14px;
}

.cry_prss_wrap_btm_inner ol li {
    font-size: 16px;
    line-height: 22px;
}

.cry_prss_wrap_btm_inner ol li ul {}

.cry_prss_wrap_btm_inner ol li ul li {}

.mmicon {
    position: relative;
    width: 49px;
    height: 70px;
    display: inline-block;
    margin-bottom: 16px;
}

.mmicon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
}

.EggPreIcon::before {
    background-image: url('../images/Egg-Preservation-Icon.png');
}

.services-detail.active .EggPreIcon::before,
.oncon_wrap_lt .services-detail:hover .EggPreIcon::before {
    background-image: url('../images/Egg-Preservation-Icon2.png');
}

.embryofreezing::before {
    background-image: url('../images/Embryo-Preservation-Icon2.png');
}

.services-detail.active .embryofreezing::before,
.oncon_wrap_lt .services-detail:hover .embryofreezing::before {
    background-image: url('../images/Embryo-Preservation-Icon.png');
}

.spermfreezing::before {
    background-image: url('../images/Sperm-Preservation-Icon.png');
}

.services-detail.active .spermfreezing::before,
.oncon_wrap_lt .services-detail:hover .spermfreezing::before {
    background-image: url('../images/Sperm-Preservation-Icon2.png');
}

.virtification_btm_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.virtification_btm_services {
    width: 49%;
    background: #ededed;
    padding: 30px;
    border-radius: 15px;
}

.virtification_btm_services-detail {
    display: flex;
}

.virtification_btm_services-detail .datetab {
    font-weight: 800;
    font-size: 28px;
    line-height: 21px;
    text-align: center;
    color: var(--color1);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.virtification_btm_services-detail .datetab span:last-child {
    font-weight: 300;
    font-size: 20px;
    /* line-height: 4px; */
}

.virtification_btm_services-detail .sdright {
    display: grid;
    gap: 16px;
    padding-left: 25px;
}

.virtification_btm_services-detail .sdright p {
    margin-bottom: 0;
}

.virtification_top {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

.virtification_top i {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    margin-bottom: 25px;
    color: var(--color1);
    text-transform: uppercase;
}

.cryop_why {
    width: 70%;
    padding: 80px;
}

.cryop_why p {
    font-size: 18px;
    line-height: 27px;
}

.cryop_why ul {
    margin: 0;
    display: grid;
    gap: 13px;
}

.cryop_why ul li {
    font-size: 16px;
    line-height: 27px;
}

.cryop_why_bk {
    width: 30%;
    height: 100%;
    object-fit: cover;
}

.cryop_why_wrap {
    display: flex;
    align-items: center;
    background: var(--color3);
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}

/* Cryopreservation */
/* fertility_preservation */
.preserve_wrap {}

.preserve_wrap_lt {}

.preserve_wrap ul {

    padding: 0;

    margin: 0;

    display: grid;

    gap: 40px;

    grid-template-columns: 1fr 1fr;
}

.preserve_wrap ul li {
    list-style: none;
}

.preserve_wrap ul li h4 {
    margin-bottom: 15px;
    color: var(--color1);
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.preserve_wrap ul li h4 img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.preserve_wrap ul li .faq_tab_details {
    display: grid;
    gap: 15px;
}

.preserve_wrap ul li .faq_tab_details p {
    margin: 0;
    text-align: center;
}

.oncon_wrap {
    display: flex;
    align-items: center;
}

.oncon_wrap_lt {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 25px;
}

.oncon_wrap_lt_lt {}

.oncon_wrap_lt_rt {
    display: grid;
    gap: 25px;
}

.oncon_wrap_rt {
    width: 50%;
    padding-left: 40px;
}

.oncon_tab {
    display: none;
    width: 100%;
    background: var(--color3);
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
}

.oncon_tab.active {
    display: flex;
}

.oncon_tab img {
    width: 30%;
    object-fit: cover;
}

.oncon_tab .rsk-ul {
    width: 70%;
    padding: 40px;
}

.oncon_tab .rsk-ul h4 {
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--color5);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oncon_tab .rsk-ul h4 a {
    cursor: pointer;
    font-size: 18px;
}

/* fertility_preservation */

.sdcontainer {
    display: flex;
    justify-content: center;
}

.sdmtab {
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.sdmtab img {
    width: 100%;
    margin-bottom: 15px;
}

.sdmtab h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.sdmtab p {
    margin-bottom: 0;
}

.sdcontainer .sdmtab:first-child {
    border-right: 1px solid;
}

.hscontent {
    /* background: #ffebe6; */
    padding: 80px;
    width: 60%;
}

.gmbg .wctext .hscontent p {
    color: #141414 !important;
}

.hscontent h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
}

.hscontent i {
    font-size: 23px;
    color: var(--color1);
}

.wctext {
    display: flex;
    /* align-items: center; */
}

.wctext h2 {
    font-size: 36px;
}

.wctext p {
    line-height: 29px;
    font-size: 17px;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.orbg {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.orbg::after {
    content: '';
    width: 100%;
    height: calc(100% + 60px);
    position: absolute;
    left: 0;
    top: -30px;
    background: var(--color3);
}

.orbg p {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}

.hscontent ul {
    display: grid;
    gap: 11px;
}

.hscontent ul li {
    font-size: 16px;
}

.sdtab {
    display: flex;
}

.sdbdy-left {
    width: 50%;
    padding-right: 40px;
}

.sdbdy-left h3 {
    color: var(--color5);
    font-weight: 700;
    margin-bottom: 15px;
}

.sdbdy-left p {}

.sdbdy-left_ul,
.wh_blastosys_wrap_lt_inner ul {
    display: grid;
    gap: 10px;
}

.sdbdy-left_ul li,
.wh_blastosys_wrap_lt_inner ul li {
    font-size: 16px;
    line-height: 24px;
}

.sdbdy-right {
    width: 50%;
    position: relative;
}

.sdbdy-right img {
    width: 100%;
}

.sdbdy-content {
    /* position: absolute; */
    background: #002566c2;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 76%;
    padding: 25px;
    border-radius: 15px;
    margin-top: -73px;
    z-index: 1;
    position: relative;
    margin-left: 12%;
}

.sdbdy-content h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.sdbdy-content p {
    margin: 0;
    color: white;
}

.sdtab_wrap {

    display: grid;

    gap: 80px;
}

.sdtab_wrap .sdtab:nth-child(2) {
    flex-direction: row-reverse;
}

.sdtab_wrap .sdtab:nth-child(2) .sdbdy-left {
    padding-right: 0;
    padding-left: 40px;
}

.spd_wrap .virtification_btm_services {}

.spd_wrap .virtification_btm_services-detail {
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* gap: 15px; */
}

.spd_wrap .virtification_btm_services-detail img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.spd-stp_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.spds_ret_wrap .cry_prss_wrap_top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.item_title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    color: var(--color1);
}

.wh_blastosys_wrap_rt .wctext {
    flex-direction: column;
    gap: 15px;
}

.testimonials_content_wrap {
    position: relative;
    min-height: 275px;
    padding: 30px 40px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials_content_wrap:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    -moz-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    -o-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: inherit;
}

.testimonials_content_wrap:after {
    bottom: -15px;
}

.testimonials_content_wrap:after {
    left: 65px;
}

.testimonials_meta_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
}

.testimonials_quote {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0;
    text-align: justify;
}

.testimonials_name {
    font-size: 26px;
    display: flex;
    align-items: center;
}

.testimonials_name img {
    width: 100px;
    margin-right: 11px;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.testimonials_item {
    margin-top: 30px;
}

.testimonials_item_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.brurl_label {
    display: block;
    position: relative;
    padding: 15px 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border-radius: 8px; */
    /* overflow: hidden; */
}

.brurl_label .in-txt {
    position: relative;
    z-index: 1;
}

/* Hide the browser's default checkbox */
.brurl_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #c8d3e64d;
    border: 1px solid #657fad47;
    border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.brurl_label:hover input~.checkmark {
    background-color: var(--color4);
    border-color: var(--color5);
}

/* When the checkbox is checked, add a blue background */
.brurl_label input:checked~.checkmark {
    background-color: var(--color4);
    border-color: var(--color5);
}

.brurl_label input:checked~.in-txt,
.brurl_label:hover input~.in-txt {
    color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    /* content: ""; */
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.brurl_label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.brurl_label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brurl {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

#frm .form-group {
    position: relative;
}

#frm .form-control {
    background-color: #c8d3e64d;
    border: 1px solid #657fad47;
    height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    margin-bottom: 27px;
}

.text-right1,
.error_msg {
    position: absolute;
    bottom: 7px;
    font-size: 11px;
    color: var(--color1);
}

.ui-widget.ui-widget-content {
    display: block;
    width: 100%;
    background: #c8d3e64d;
    border: 1px solid #657fad47;
    border: none;
    padding: 22px;
}

.hasDatepicker {
    width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    background: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0 !important;
    width: 14px !important;
    height: 34px !important;
    background: transparent !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: inherit !important;
    right: 19px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    line-height: 1.8em !important;
    text-align: left !important;
    font-size: 19px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -6px !important;
    margin-top: -8px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 7px !important;
    text-align: center !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid var(--color5) !important;
    background: var(--color3) !important;
    border-radius: 5px;
    color: var(--color5) !important;
}

.con_for_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.con_for {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #657fad47;
    border-radius: 15px;
    padding: 22px;
}

.con_for h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.AHeading {
    position: relative;
    color: var(--color5);
    margin-bottom: 24px;
}

.nextbtn,
.Submitbtn {
    background: var(--color5);
    padding: 13px 20px;
    color: #fff;
    margin-top: 7px;
    display: block;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    margin-left: 12px;
}

.notebdy {}

.notebdy h4 {
    color: var(--color1);
    font-size: 20px;
    margin-bottom: 13px;
}

.notebdy ul {
    display: grid;
    gap: 10px;
}

.notebdy ul li {}

.con_for.active {
    background-color: #c8d3e64d;
}

.ui-state-active {
    background: var(--color5) !important;
    color: white !important;
}

.service_wrap {
    /* display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
    width: 920px;
}

.srvs_box {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 500px;
    position: relative;
    text-align: center;
    transition: .8s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    
    cursor: pointer;
    /* padding: 25px; */
}

/* .srvs_box:focus {
    outline: 0;
} */

.srvs_box:hover {
    transform: rotateY(180deg);
    transition: transform 0.8s;
}

.srvs_frnt,
.srvs_back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.srvs_frnt {
    background: #ffdfcf;
    color: black;
    gap: 15px;
    border-radius: 15px;
    padding: 25px;
}

.srvs_back {
    background: #cfae9d;
    color: white !important;
    transform: rotateY(180deg);
    border-radius: 15px;
}
.srvs_frnt img {
    width: 60px !important;
    height: 60px;
}

.srvs_frnt h4 {
    font-size: 18px;
    color: var(--color5);
}

.srvs_back p {}

.banner-wrap {
    position: relative;
    justify-content: space-between;
    padding: 0 60px;
    height: 100%;
}

.banner-wrap h2 {
    font-size: 175px;
    font-weight: 900;
    color: #af161b;
    line-height: 147px;
}

.banner-wrap p {
    font-size: 53px;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
    line-height: 62px;
    border-bottom: 3px solid;
    padding-bottom: 23px;
}

.banner-wrap a {
    background: var(--color5);
    padding: 17px 23px;
    color: #fff;
    margin-top: 36px;
    display: inline-block;
    border-radius: 50px;
    /* font-family: "Syne", serif; */
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 234px);
    background: #f6e188;
    position: relative;
}

.cls-1 {
    fill: #2e2d2c;
}

.cls-2 {
    fill: #e02026;
}

* {
    margin: 0;
    padding: 0;
}

/* === Styling and Animating Silueta === */
#silueta {
    width: 100%;
    height: 100vh;
    max-height: 700px;
    display: block;
    position: absolute;
    bottom: -10px;
}

#silueta.run-animation {
    -webkit-animation: movingSilueta 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: movingSilueta 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@-webkit-keyframes movingSilueta {
    100% {
        transform: scale(.9) translate(20%, 5%);
    }
}

@keyframes movingSilueta {
    100% {
        transform: scale(.9) translate(20%, 5%);
    }
}

#path1,
#path2,
#holes,
.cls-1 {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke: rgb(23, 23, 23);
    fill: rgb(255, 252, 213);
    fill-opacity: 0;
}

#path1,
#path2,
#path3,
#path4,
#path5,
#path6 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#path1.run-animation,
#path2.run-animation,
.cls-1.run-animation {
    -webkit-animation: lineAnimation 4s forwards linear, strokeHide 2s 3.2s forwards linear;
    animation: lineAnimation 4s forwards linear, strokeHide 2s 3.2s forwards linear;

}

#holes {
    stroke-width: 2px;
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
}

#holes.run-animation {
    -webkit-animation: lineAnimation .5s 2s forwards linear, strokeHide 2s 3.2s forwards linear;
    animation: lineAnimation .5s 2s forwards linear, strokeHide 2s 3.2s forwards linear;
}

@-webkit-keyframes lineAnimation {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes lineAnimation {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes strokeHide {
    90% {
        stroke-opacity: 1;
        fill: black;
    }

    100% {
        stroke-opacity: 0;
        fill: black;
        fill-opacity: 1;
    }

}

@keyframes strokeHide {
    90% {
        stroke-opacity: 1;
        fill: black;
    }

    100% {
        stroke-opacity: 0;
        fill: black;
        fill-opacity: 1;
    }
}

#pngImage {
    opacity: 0;
}

#pngImage.run-animation {
    -webkit-animation: imgShow 2s 3.7s forwards linear;
    animation: imgShow 2s 3.7s forwards linear;
}

@-webkit-keyframes imgShow {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imgShow {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* === Styling and Animating Banners === */
#pinkDiv,
#blueDiv {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
    transform: translateX(-1200px);
}

#pinkDiv {
    background: #ff9290;
    width: 60%;
}

#blueDiv {
    background: #90d4ff;
    width: 50%;
}

#pinkDiv.run-animation {
    -webkit-animation: bannerAnimation 1.6s 4.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: bannerAnimation 1.6s 4.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

#blueDiv.run-animation {
    -webkit-animation: bannerAnimation 1s 4.2s linear forwards;
    animation: bannerAnimation 1s 4.2s linear forwards;
}

@-webkit-keyframes bannerAnimation {
    100% {
        transform: translateX(0px);
    }
}

@keyframes bannerAnimation {
    100% {
        transform: translateX(0px);
    }
}


/* === Styling and Animating Restart Btn === */
#restartBtn {
    position: absolute;
    bottom: 7%;
    left: 14%;
    transform: translateX(-1700px);
    z-index: 9;
    font-size: 50px;
    font-family: 'Pacifico', cursive;
    color: black;
    cursor: pointer;
    transition: color .5s;
}

#restartBtn:hover {
    color: #ea4946;
}

#restartBtn.run-animation {
    -webkit-animation: restartBtn-Animation 1s 5.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: restartBtn-Animation 1s 5.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@-webkit-keyframes restartBtn-Animation {
    100% {
        transform: translateX(0px);
    }
}

@keyframes restartBtn-Animation {
    100% {
        transform: translateX(0px);
    }
}

.banner-wrap svg {
    position: relative;
    width: 400px;
}

.testimonial-section .quote {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.swiper-container.testimonial {
    height: 100vh;
    overflow: hidden;
}

.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 60%;
    color: #fff;
    /* height: 100%; */
}

.testi-user-img {
    width: 40%;
    overflow: hidden;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* height: 100%; */
    align-items: center;
    padding: 0 60px;
}

.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}

.gallery-thumbs .swiper-slide img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
    color: var(--color1);
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--color1);
    opacity: 0.65;
}

.testi-heading {
    position: absolute;
    bottom: 0;
    right: 20px;
    text-align: right;
    font-size: 87px;
    font-weight: 800;
    line-height: 56px;
    color: #f5f5f5;
}

.achi_wrap {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    /* gap: 25px; */
}

.achi_tp {
    width: 75%;
    padding-right: 25px;
    padding-bottom: 25px;
}

.achi_tp h2 {
    color: var(--color1);
    font-size: 24px;
    margin-bottom: 15px;
}

.achi_tp h4 {
    font-size: 16px;
    line-height: 23px;
}

.achi_wrap .abt_grd:nth-child(2) {
    border-top-right-radius: 15px;
}

.achi_wrap .abt_grd:nth-child(3) {
    border-bottom-left-radius: 15px;
}

.achi_wrap .abt_grd:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/alarm-clock-continuous-line-drawing-260nw-1707213223.webp');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    opacity: .3;
}

.achi_wrap .abt_grd:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/single-continuous-line-drawing-group-team-surgeon-doctor-doing-surgery-to-critical-patient-surgical-operation-room-180382746.webp');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    opacity: .3;
}

.achi_wrap .abt_grd:nth-child(7)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/continuous-one-line-drawing-male-ceo-giving-consultation-female-about-project-communication-project-management-concept-single-line-draw-design-vector-graphic-illustration_638785-212.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    opacity: .3;
}

.service_inner {
    display: flex;
    align-items: center;
}

.service_inner .section_title {
    padding-right: 30px;
    width: calc(100% - 920px);
    margin: 0;
}

.service_inner .section_title p {
    margin: 0;
    margin-top: 25px;
    font-size: 17px;
    line-height: 25px;
}

#service .container {
    max-width: 70%;
}

.srvs-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.service-owl .owl-nav {
    text-align: right;
    margin-top: 15px;
    display: flex;
    justify-content: end;
    gap: 6px;
}

.service-owl .owl-nav .owl-prev,
.service-owl .owl-nav .owl-next {
    width: 40px;
    border: 1px solid var(--color5) !important;
    font-size: 33px !important;
    height: 40px;
    border-radius: 50px;
    line-height: 0;
    color: var(--color5) !important;
}

.meet_wrap {
    display: flex;
}

.meet_wrap .section_title {
    width: 40%;
    margin: 0;
    padding-top: 60px;
}

.meet_wrap .section_title h4 {
    color: white;
    font-family: "Parisienne", cursive;
    font-size: 81px;
}

.meet_wrap .section_title h2 {
    color: white;
    font-size: 115px;
}

.meet_wrap img {
    width: 60%;
}
#meet{
    background: var(--color1);
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color:#25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
    transition:all 0.3s ease-out;
}

.float-button:hover {
     background-color: #128C7E;
      color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    span {
        display: none;
    }

    .float-button {
        bottom: 9px;
        right: 9px;
        width: 47px;
        border-radius: 20px 20px 5px 20px;
    }

    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }
}

