* {
    box-sizing: border-box;
}

@font-face {
    font-family: Filson;
    src: url(font/FilsonProRegular.otf);
}

@font-face {
    font-family: Poppins;
    src: url(font/Poppins-Regular.ttf);
}

@font-face {
    font-family: FilsonHeavy;
    src: url(font/Montserrat-Black.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif !important;
    line-height: 1.3;
}

/* Header */
.header {
    display: flex;
    flex-direction: column;
}

.header--link {
    text-decoration: none;
    text-align: start;
    vertical-align: baseline;
    font-size: small;
    margin: 0.5rem;
}

.header--link-icon {
    vertical-align: text-bottom;
    /* margin-inline: 0.5rem; */
    font-size: 15px !important;
}

.header--link-address {
    display: inline-block;
}

@media screen and (min-width:500px) {
    .header {
        flex-direction: row;
    }

    .header--link-address-3rd {
        margin-left: initial;
    }
}

@media (min-width:1440px) {
    .header--link {
        font-size: medium;
    }

    .header--link-icon {
        font-size: 24px !important;
        padding-right: 0.5rem;
    }
}

@media (min-width:1920px) {
    .header--link {
        font-size: larger;
    }

    .header--link-icon {
        font-size: 24px !important;
        padding-right: 0.5rem;
    }
}

/* Header */
/* Nav */
.nav {
    margin: 0.5rem 0.3rem !important;
    align-items: center;
}

.nav--link {
    text-decoration: none;
    font-weight: bold;
    background-color: #F21DB0;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: small;
}

.nav--container {
    text-align: center;
    padding-top: 1rem;
}

.nav--para {
    font-weight: 500;
}

@media screen and (min-width:500px) {
    .nav--link-img {
        width: 400px;
    }

    .nav--container {
        padding-top: initial;
        text-align: end;
        font-size: large;
    }
}

@media screen and (min-width:768px) {
    .nav--link-img {
        width: 300px;
    }

    .nav--para {
        font-size: medium;
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width:992px) {
    .nav--container {
        font-size: x-large;
    }

    .nav--link-img {
        width: 400px;
    }
}

@media screen and (min-width:1280px) {
    .nav--link-img {
        width: 500px;
    }
}

@media screen and (min-width:1440px) {
    .nav--link-img {
        width: 550px;
    }
}

@media screen and (min-width:1920px) {
    .nav--link-img {
        width: 700px;
    }
}

/* Nav */
/* Main */
.main {
    padding: 2rem 2rem 0;
    overflow: hidden;
}

.main--details {
    position: relative;
    font-size: large;
    font-weight: 500;
    z-index: 100;
}

.main--half-circle img {
    position: absolute;
    left: -2rem;
    top: -1rem;
    height: 200px;
    z-index: -10;
}

.main--circle img {
    position: absolute;
    right: 2rem;
    top: -1rem;
    height: 25px;
    z-index: -1;
}

.main--square img {
    position: absolute;
    right: 0;
    height: 25px;
    top: 1rem;
    z-index: -1;
}


.main--details-head {
    font-size: 2rem;
    font-weight: 900;
}

.main--dr {
    position: relative;
    display: flex;
    justify-content: end;
}


.main--blue-img img {
    position: absolute;
    height: 200px;
    right: -15%;
    top: -20% !important;
    z-index: -1;
    filter: opacity(0.8);
}

.main--orange-img img {
    position: absolute;
    height: 200px;
    bottom: -10%;
    right: -20%;
    z-index: -2;
}

.main--dr {
    width: 80%;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}

.main--dr-img {
    width: 80%;
}

.main--dr-tree img {
    position: absolute;
    bottom: 2rem;
    left: -1rem;
    height: 50px;
    z-index: 15;
}

.main--dr-horse-doll img {
    position: absolute;
    bottom: 1.5rem;
    left: 5rem;
    height: 100px;
    z-index: 5;
}

.main--dr-polygon svg {
    position: absolute;
    /* width: 100dvw; */
    bottom: -6%;
    left: -5%;
    z-index: 30;
}

.main--polygon {
    display: none;
    /* overflow: hidden; */
}

@media screen and (min-width:768px) {
    .main {
        padding: 0;
    }

    .nav.d-none.d-md-block {
        display: flex !important;
        justify-content: space-between;
    }

    .main--details {
        padding: 2rem 2rem 0;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: flex-start;
    }


    .main--half-circle img {
        top: 0.5rem;
        transform: scale(1.3);
    }

    .main--circle img {
        top: 0;
        right: 7rem;
    }

    .main--square img {
        top: 1rem;
        right: 5rem;
    }

    .main--details-head {
        padding-inline: 1.5rem 0.5rem;
        font-size: 1.9rem;
    }

    .main--details-para {
        padding-inline: 1rem;
    }

    .main--dr-img {
        width: 100%;
    }

    .main--dr-polygon {
        display: none;
    }

    .main--polygon {
        display: block;
        position: relative;
    }

    .main--polygon svg {
        top: -9rem;
        position: absolute;
        z-index: 105;
    }

    .main--dr-tree-2 img {
        position: absolute;
        top: -6.3rem;
        height: 75px;
        z-index: 101;
        left: 2rem;
    }

    .main--dr-horse-doll-2 img {
        position: absolute;
        right: 35%;
        top: -11rem;
        height: 180px;
        z-index: 5;
    }

    .main--blue-img img {
        right: -5%;
        transform: scale(2.5);
        top: -55% !important;
    }

    .main--orange-img img {
        transform: scale(1.5);
    }

}

@media screen and (min-width:992px) {
    .main--circle img {
        top: 6rem;
    }

    .main--square img {
        top: 7rem;
    }

    .main--details {
        align-items: center !important;
    }

    .main--details-head {
        font-size: 2.5rem;
        padding-inline-start: 2rem;
    }

    .main--details-para {
        font-size: larger;
        padding-inline-start: 0;
    }

    .main--blue-img img {
        transform: scale(3.8);
    }

    .main--orange-img img {
        transform: scale(2);
    }

    .main--dr-tree-2 img {
        left: 3.5rem;
    }
}

@media screen and (min-width:1024px) {
    .main--dr-horse-doll-2 img {
        top: -12.5rem;
        transform: scale(1.2);
    }

    .main--details {
        justify-content: center;
    }

    .main--half-circle img {
        transform: scale(1.5);
        top: 6rem;
    }

    .main--dr-img {
        width: 95%;
    }

    .main--blue-img img {
        right: 5%;
        top: -61% !important;
    }

    .main--orange-img img {
        transform: scale(3);
        bottom: -36%;
    }

}

@media screen and (min-width:1280px) {
    .main--details {
        /* padding-inline-start: 5rem !important; */
        text-align: start;
    }

    .main--details-head {
        font-size: calc(1.8rem + 1.75vw);
        width: 100%;
        padding-inline-start: 3rem;
    }

    .main--details-para {
        padding-inline-start: 3rem;
        width: 100%;
        font-size: x-large;
    }

    .main--dr {
        width: 90%;
    }

    .main--dr-img {
        width: 100%;
    }

    .main--half-circle img {
        transform: scale(2);
        top: 12rem;
    }

    .main--dr-horse-doll-2 img {
        top: -13.5rem;
        transform: scale(1.5);
        right: 43%;
    }

    .main--dr-tree-2 img {
        transform: scale(1.5);
        top: -7.3rem;
        left: 4.5rem;
    }

    .main--square img {
        top: 12rem;
        right: -1rem;
    }

    .main--circle img {
        top: 10rem;
        right: 1rem;
    }

    .main--blue-img img {
        right: 5%;
        top: -20% !important;
    }

    .main--orange-img img {
        bottom: -5%;
    }

}

@media screen and (min-width:1400px) {
    .nav--para {
        font-size: large;
    }

    .nav--link {
        font-size: large;
        padding-block: 0.8rem;
    }

    .main--dr-img img {
        width: 90%;
    }

    .main--dr-horse-doll-2 img {
        top: -15rem;
        right: 46%;
        transform: scale(1.8);
    }

    .main--dr-tree-2 img {
        left: 7.5rem;
    }

    .main--details-head {
        padding-inline-start: 6rem;
        width: 100%;
        padding-bottom: 2rem;
    }

    .main--details-para {
        width: 100%;
        padding-inline-start: 6rem;
        text-align: start;
        font-size: x-large;
    }

    .main--blue-img img {
        right: 14%;
        top: -15% !important;
    }

    .main--orange-img img {
        bottom: -2%;
        right: 0%;
    }

    .main--circle img {
        right: 15rem;
    }

    .main--square img {
        right: 13rem;
    }

    .main--half-circle img {
        transform: scale(3);
    }

}

@media screen and (min-width:1920px) {
    .main--dr-horse-doll-2 img {
        top: -20rem;
        height: 300px;
    }
    .main--circle img {
        right: 6rem;
    }

    .main--square img {
        right: 4rem;
    }
    .main--half-circle img {
        /* height: 40rem; */
        left: 4rem;
    }

    .main--details-head {
        font-size: 4rem;
        padding-bottom: 4rem;
        padding-inline-start: 9rem;
    }

    .main--details-para {
        padding-inline-start: 9rem;
    }

    .main--blue-img img {
        /* height: 700px; */
        right: 20%;
        top: -18% !important;
        transform: scale(4.5);
    }

    .main--orange-img img {
        /* height: 22rem; */
        bottom: 18%;
        right: 2%;
    }

    .main--dr {
        width: 85%;
        display: flex;
        justify-content: center !important;
    }

    .main--dr-img {
        width: 85%;
    }

    .nav--para {
        font-size: x-large;
    }

    .main--details-para {
        font-size: xx-large;
    }

    .main--dr-tree-2 img {
        left: 10.5rem;
        top: -8.3rem;
        transform: scale(1.8);
    }

    .main--dr-horse-doll-2 img {
        top: -20.5rem;
        transform: scale(1.5);
        right: 43%;
    }
}

/* Main */

/* About */
.about {
    color: rgb(1, 1, 99);
    padding: 1rem 2rem 0;
    text-align: left;
    background-color: #D1FCFF;
}

.about--container {
    align-items: center;
    position: relative;
}


.about--animal {
    position: relative;
}

.about--animal img {
    position: absolute;
    width: 80px;
    top: -3rem;
    right: -1rem;
}

.about--name {
    font-size: small;
    font-weight: bolder;
}

.about--head {
    font-weight: bolder;
    margin-block: 0.5rem 1rem;
}

.about--para {
    color: black;
    font-size: small;
}

.about--col-img {
    display: flex;
    justify-content: flex-end;
}

.about--col-img-child {
    width: 100%;
    margin-top: 1rem;
    position: relative;
    right: -2rem;
}

@media screen and (min-width:320px) {
    .over-br {
        display: none;
    }

    .br-2009 {
        display: none;
    }
}

@media screen and (min-width:375px) {
    .madras-br {
        display: none;
    }

    .his-br {
        display: none;
    }

}

@media screen and (min-width:412px) {
    .br-2009 {
        display: block;
    }
}

@media screen and (min-width:430px) {
    .his-br {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .about--name {
        font-size: x-small;
    }

    .about--animal img {
        width: 100px;
        top: -3.9rem;
        right: -2rem;
    }

    .about--head {
        font-size: x-large;
    }

    .about--para {
        font-size: small;
    }

    .about--col-img-child {
        margin-top: unset;
        top: -2.8rem;
        right: 1.5rem;
        z-index: 200;
        transform: scale(1.47);
        width: 75%;
    }

    .about--col {
        padding-bottom: 0.5rem;
    }
}

@media screen and (min-width:1024px) {
    .about--name {
        font-size: small;
    }

    .about--head {
        font-size: xx-large;
    }

    .about--para {
        font-size: medium;
    }

    .about--animal img {
        width: 150px;
        top: -5.8rem;
        right: -3rem;
    }

    .about--col-img {
        display: flex;
        justify-content: flex-end;
    }

    .about--col-img-child {
        width: 65%;
        transform: scale(1.55);
        top: -3.2rem;
        right: 3.2rem;
    }

    .about--col {
        padding: 2rem;
    }
}

@media (min-width:1280px) {
    .about--head {
        font-size: calc(1.2rem + 1.75vw);
    }

    .about--para {
        font-size: large;
    }

    .about--col span,
    .about--col h2,
    .about--col p {
        padding-inline-start: 1rem;
    }

    .about--col-img-child {
        transform: scale(1.37);
        top: -3.7em;
        right: 2.7rem;
    }
}

@media (min-width:1440px) {
    .about--col {
        padding-inline-start: 4rem !important;
    }

    .about--animal img {
        width: 180px;
        top: -7rem;
        right: -4rem;
    }

    .about--col-img {
        display: flex;
        justify-content: flex-end;
    }

    .about--col-img-child {
        width: 60%;
        transform: scale(1.385);
        top: -3.9em;
    }

    .about--para {
        font-size: larger;
    }

    .about--name {
        font-size: medium;
    }
}

@media screen and (min-width:1920px) {
    .about--animal img {
        width: 200px;
        top: -7.5rem;
        right: 0rem;
    }

    .about--name {
        font-size: large;
    }

    .about--head {
        font-size: 50px;
    }

    .about--para {
        font-size: 21px;
        padding-inline-end: 11rem !important;
    }

    .about--col-img-child {
        transform: scale(1.26);
        top: -5rem;
        right: 2.5rem;
    }

    .about--col {
        padding-inline-start: 7rem !important;
    }
}

/* About */

/* Qualification */
.certificate {
    background-color: #E6FFAF;
    /* padding: 1rem 1rem 1rem 8rem; */
    padding: 2rem;
}

.certificate--sun {
    position: relative;
}

.certificate--sun img {
    position: absolute;
    bottom: -3rem;
    right: -0.5rem;
    height: 80px;
    /* bottom: -3rem;
    left: -4rem; */
    /* height: 100px; */
}

.quality--col h3 {
    font-family: FilsonHeavy;
}

.quality--col span {
    display: block;
}

.quality--degree {
    font-weight: bold;
}

.member--col {
    /* display: flex; */
}

.member--row h4 {
    font-family: FilsonHeavy;
    margin-top: 1rem;
}

ul.member--list {
    /* font-size: small; */
    /* list-style-image: url(../images/list-round.svg); */
    /* list-style-image: ; */
    /* position: relative; */
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0;
}


.member--list li img {
    margin-right: 0.5rem;
    width: 8px;
}

.member--list li {
    padding-block: 2px;
    font-size: small;
}

.member--row {
    position: relative;
}

.member--row .member--flower {
    /* position: relative; */
}

.member--flower img {
    position: absolute;
    right: -1rem;
    bottom: -3rem;
    width: 50px;
}

@media (min-width:320px) {
    .certificate--sun img {
        bottom: -5rem;
    }
}

@media (min-width:768px) {

    .quality--col {
        position: relative;
    }

    .quality--col span {
        font-size: medium;
    }

    .sun-img {
        position: absolute;
        width: 80px;
        right: 0;
        bottom: -3.5rem;
    }

    .member--head {
        margin-top: 0 !important;
    }
}

@media (min-width:1024px) {
    .certificate-container {
        display: grid !important;
        grid-template-columns: auto auto auto auto !important;
    }

    .quality--col {
        grid-column: 1/3;
        width: 100% !important;
    }

    .certificate--sun {
        grid-column: 4/5;
        width: 100% !important;
    }

    .member--col {
        grid-column: 5/12;
        width: 100% !important;
    }

    .member--col {
        display: grid;
        grid-template-columns: auto auto;
    }

    .member--list-lg {
        margin-top: calc(1.275rem + 1.6vw);
    }
}

@media (min-width:1280px) {
    .member--list li {
        font-size: medium;
    }

    .certificate--sun img {
        bottom: -3.5rem;
        right: 1.5rem;
    }
}

@media (min-width:1280px) {
    .certificate {
        padding: 2rem 2rem 2rem 6rem;
    }
}

@media (min-width:1920px) {
    .certificate {
        padding: 2rem 2rem 2rem 9rem;
    }

    .quality--col span {
        font-size: x-large;
    }

    .member--list li {
        font-size: x-large;
    }

    .certificate--sun img {
        height: 120px;
        bottom: -4rem;
    }

    .member--flower img {
        right: 4rem;
        bottom: -3.5rem;
        width: 64px;
    }

    .member--head {
        font-size: xx-large;
    }

    .quality--head {
        font-size: xx-large !important;
    }
}

/* Qualification */
/* Count */
.count {
    background-image: url(../images/count-bg.png);
    /* padding: 0 0 0 8rem; */
    padding: 0rem 2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.count--col {
    /* width: 15%; */
    width: 50%;
    background-color: #F21DB0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 450px;
}

.count--col span {
    display: block;
}

.count--cont {
    width: 100%;
    text-align: center;
}

.count--number {
    text-align: center;
    font-family: FilsonHeavy;
    font-size: xx-large;
}

.count--desc {
    font-size: medium;
}

.count--hr {
    border-top-width: 1px;
    opacity: 1;
    width: 90%;
}

@media (min-width:768px) {
    .count--col {
        width: 30%;
    }
}

@media (min-width:1024px) {
    .count--col {
        width: 20%;
    }
}

@media (min-width:1024px) {
    .count--col {
        width: 18%;
    }
}

@media (min-width:1440px) {
    .count {
        padding: 0rem 6rem;
    }
}

@media (min-width:1920px) {
    .count {
        padding: 0rem 9rem;
    }

    .count--col {
        width: 18%;
        height: 600px;
    }

    .count--number {
        font-size: xxx-large;
    }

    .count--desc {
        font-size: x-large;
    }
}

/* Count */

.expert {
    /* padding: 1rem 8rem; */
    padding: 1rem 2rem;
}


.expert--head {
    font-family: FilsonHeavy;
    text-align: center;
    font-size: x-large;
    color: #001069;
    margin-block: 1rem 2rem;
}

.expert--cont {
    margin-block: 1rem;
}

.expert--card {
    padding: 2.5rem !important;
    background-color: #EDF8FD;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.expert--img {
    width: 60px;
    margin-bottom: 1rem;
}

.expert--title {
    display: block;
    font-size: large;
}

@media (min-width:320px) {
    .expert--head {
        font-size: 22px;
    }
}

@media (min-width:375px) {
    .expert--head {
        font-size: x-large;
    }
}

@media (min-width:768px) {
    .expert--cont {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .expert--card {
        padding: 1rem !important;
        width: 45% !important;
        margin: 0 1rem 1rem 0;
        height: 200px;
    }

    .expert--title {
        font-size: medium;
    }
}

@media (min-width:1024px) {
    .expert {
        margin-bottom: 1.5rem;
    }

    .expert--card {
        margin: unset;
    }

    .expert--cont {
        display: grid !important;
        grid-template-columns: auto auto auto;
        grid-gap: 1.4rem 0.7rem;
    }

    .card-one,
    .card-four {
        grid-column: 1/4 !important;
        width: 100% !important;
    }

    .card-two,
    .card-five {
        grid-column: 5/8 !important;
        width: 100% !important;
    }

    .card-three,
    .card-six {
        grid-column: 9/12 !important;
        width: 100% !important;
    }

    /* .expert--card {
        padding: 1rem !important;
        width: 33.33% !important;
        margin: 0 1rem 1rem 0;
        height: 200px;
    } */
}

@media (min-width:1280px) {
    .expert {
        padding-inline: 3rem;
    }

    .expert--head {
        font-size: xx-large;
    }

    .expert--cont {
        grid-gap: 2rem 1rem;
    }
}


@media (min-width:1440px) {
    .expert {
        padding-inline: 7rem;
    }

    .expert--title {
        font-size: large;
    }
}

@media (min-width:1920px) {
    .expert {
        padding-inline: 9rem;
    }

    .expert--head {
        margin-block: 4rem 3rem;
        font-size: xxx-large;
    }

    .expert--img {
        width: 100px;
    }

    .expert--title {
        font-size: x-large;
    }

    .expert--card {
        padding: 3rem !important;
        height: 350px;
    }
}

/* Qualification */

/* Insurance */
.insurance {
    background-color: #D1FCFF;
    padding: 2rem;
}

.insurance--kids {
    width: 100%;
    padding-inline: 2rem;
}

.insurance--head {
    font-family: FilsonHeavy;
    font-size: x-large;
    color: #001069;
    margin-block: 2rem 1rem;
}

.insurance--container {
    position: relative;
}

.insurance--flower {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 50px;
}

.insurance--details {
    position: relative;
}

.insurance--spring {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0.1);
    opacity: 0.6;
    transform: scale(1.1);
    width: 300px;
    /* z-index: 1; */
}

@media (min-width:320px) {
    .multiple-br {
        display: none;
    }

    .more-br {
        display: none;
    }

    .initial-br {
        display: none;
    }
}

@media (min-width:430px) {
    .more-br {
        display: block;
    }

    .initial-br {
        display: block;
    }
}

@media (min-width:768px) {
    .insurance {
        padding: 2rem 1rem 0;
    }

    .insurance--kids {
        padding: 0;
        /* transform: scale(1.1); */
    }

    .insurance--head {
        margin-block-start: 0;
    }

}

@media (min-width:1024px) {
    .insurance--container {
        display: flex;
        justify-content: center;
    }

    .insurance--kids {
        height: 150px;
        width: auto;
    }

    .insurance--para {
        padding-right: 5rem;
    }
}


@media (min-width:1280px) {
    .insurance--para {
        padding-right: 15rem;
    }

    .insurance--flower {
        right: 6rem;
    }

    .insurance--head {
        font-size: xx-large;
    }
}

@media (min-width:1440px) {
    .insurance--para {
        font-size: large;
        padding-right: 16rem;
    }

    .insurance--kids {
        height: 180px;
    }
}

@media (min-width:1920px) {
    .insurance--head {
        font-size: xxx-large;
    }

    .insurance--para {
        font-size: x-large;
    }

    .insurance--kids {
        height: 250px;
    }

    .insurance--flower {
        width: 70px;
        top: -3.5rem;
    }

    .insurance--para {
        padding-right: 22rem;
    }
}

/* Insurance */

/* Testimonials */

.testimonials {
    padding: 1rem 2rem;
}

.testimonials--head {
    font-family: FilsonHeavy;
    font-size: x-large;
    color: #001069;
    display: block;
    margin-block: 1.5rem 2rem;
}

.testimonials--card {
    padding: 2rem;
    background-color: #FFF6E2;
    border-radius: 20px;
    position: relative;
}

.testimonials--sun {
    position: absolute;
    left: -1.5rem;
    bottom: 0;
    width: 40px;
}

.testimonials--quote-start {
    position: absolute;
    top: 0;
    left: 2rem;
    width: 50px;
}

.testimonials--rocket {
    position: absolute;
    top: -2rem;
    right: 2rem;
    width: 100px;
}

.testimonials--para {
    padding: 1rem;
}

.testimonials--link {
    display: flex;
    justify-content: start;
    margin-top: 0.5rem;

}

.testimonials--link a {
    text-decoration: none;
    display: block;
    text-align: right;
    background-color: #F21DB0;
    color: white;
    border-radius: 20px;
    padding: 0.3rem 1rem;
}

.testimonials--quote-end {
    position: absolute;
    bottom: 0;
    right: 2rem;
    width: 50px;
}

@media (min-width:768px) {
    .testimonials--para {
        padding: 1.5rem 1rem 0;
    }

    .testimonials--link a span {
        display: inline-block;
    }

    .testimonials--link a span::after {
        background-color: #fff;
        content: "" !important;
        display: block;
        height: 2px;
        position: relative;
        transition: all .5s ease;
        width: 0;
        top: -4px;
        z-index: 1;
    }

    .testimonials--link a span:hover::after {
        display: block;
        width: 100%;
    }
}

@media (min-width:1280px) {

    .testimonials--quote-start,
    .testimonials--quote-end {
        width: 80px;
    }

    .testimonials--rocket {
        width: 125px;
    }

    .testimonials--sun {
        width: 50px;
    }

    .testimonials--para {
        padding-block-start: 3.5rem;
    }

    .testimonials--head {
        font-size: xx-large;
    }
}


@media (min-width:1440px) {
    .testimonials {
        padding-inline: 7rem;
    }
}

@media (min-width:1920px) {
    .testimonials {
        padding-inline: 8rem;
    }

    .testimonials--head {
        font-size: xxx-large;
    }

    .testimonials--rocket {
        width: 300px;
        top: -7rem;
    }

    .testimonials--quote-start,
    .testimonials--quote-end {
        width: 100px;
    }

    .testimonials--para {
        padding-block-start: 4.5rem;
        font-size: x-large;
    }

    .testimonials--link a {
        width: 250px;
        text-align: center;
        margin-top: 0.5rem;
    }

    .testimonials--sun {
        bottom: -0.5rem;
        left: -1.5rem;
        width: 60px;
    }
}

/* Testimonials */

/* Car */
.car {
    padding: 1rem 2rem;
}

@media (min-width:1440px) {
    .car {
        padding-inline: 7rem;
    }
}

/* Car */
/* Footer */
.footer {
    padding: 1rem 2rem;
}

.footer--head {
    font-family: FilsonHeavy;
    font-size: x-large;
    color: #001069;
    display: block;
    margin-bottom: 1rem;
}

.footer--map {
    /* border-radius: 20px; */
    margin-bottom: 1rem;
}

.footer--map iframe {
    border-radius: 10px;
}

.footer--sub-head {
    font-family: FilsonHeavy;
    font-size: large;
    color: #001069;
    display: block;
    margin-bottom: 1rem;
}

.footer--address a {
    text-decoration: none;
    color: black;
}

.footer--text {
    display: block;
}

.footer--text-bold {
    font-weight: bold;
}

.footer--link a {
    color: #001069;
    font-weight: bolder;
    font-size: larger;
}

.footer--secretary{
    /* color: #001069; */
    font-weight: bolder;
    font-size: larger;
}

.footer--tel {
    display: flex;
}

.footer--address-container {
    display: flex;
    flex-direction: column;
}

.footer--mail {
    margin-bottom: 1rem;
}

.footer--tel {
    margin-bottom: 1rem;
}

.footer--docs .footer--sub-head {
    margin-bottom: 0;
}

.footer--docs .footer--text {
    font-size: smaller;
}

.footer--docs .footer--text {
    margin-bottom: 1rem;
}

.footer--list {
    list-style: none;
    padding-left: 0;
}

.footer--pdf img {
    width: 8px;
    margin-right: 0.5rem;
}

.footer--pdf a {
    text-decoration: none;
    color: black;
}

@media (min-width:320px) {
    .footer--tel {
        flex-direction: column;
    }
    
    .footer--telcontainer {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width:427px) {
    .footer--secretary{
        display: block;
    }
}

@media (min-width:768px) {
    .footer--container {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footer--map {
        grid-column: 1/3;
    }

    .footer--tel {
        /* justify-content: space-between; */
    }

    .footer--link {
        display: block;
    }

    .footer--pdf {
        margin-block-end: 0.5rem;
    }

    .footer--pdf a span {
        display: inline-block;
    }

    .footer--pdf a span::after {
        background-color: #000;
        content: "" !important;
        display: block;
        height: 2px;
        position: relative;
        transition: all .5s ease;
        width: 0;
        z-index: 1;
    }

    .footer--pdf:hover a span::after {
        display: block;
        width: 100%;
    }
    .footer--address {
        border-right: 2px solid #0000008c !important;
    }
    .footer--container {
        grid-gap: 2rem;
    }

}

@media (min-width:1024px) {
    .footer--container {
        grid-template-columns: auto auto auto;
        grid-gap: 1rem;
    }

    .footer--map {
        grid-column: auto;
    }

    .footer--map iframe {
        height: 100%;
    }
}

@media (min-width:1280px) {
    .footer--head {
        font-size: xx-large;
    }

    .footer--sub-head {
        font-size: larger;
    }

    .footer--docs .footer--text {
        font-size: medium;
    }
}

@media (min-width:1440px) {
    .footer {
        padding-inline: 7rem;
    }

    .footer--container {
        grid-gap: 2rem;
    }

    .footer--address {
        border-right: 2px solid #0000008c !important;
    }
}

@media (min-width:1920px) {
    .footer--head {
        font-size: xxx-large;
    }

    .footer--sub-head {
        font-size: xx-large;
    }

    .footer {
        font-size: x-large;
    }

    .footer--docs .footer--text {
        font-size: x-large;
    }

    .footer--map {
        width: 600px;
    }
}

/* Footer */

/* Copyright */

.footer--copyright {
    background-color: #038DDE;
    color: white;
    font-size: small;
    text-align: center;
    padding: 1rem;
}

@media (min-width:1440px) {}

@media (min-width:1440px) {
    .footer--copyright {
        font-size: large;
    }
}

/* Copyright */

/* Scroll-To-Top */
#myBtn {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 24px;
    right: 16px;
    z-index: 500;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #F21DB0;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: 1s ease;
}

#myBtn:hover {
    background-color: #001069;
}

#myBtn span {
    font-size: 20px !important;
    vertical-align: sub;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.boy-img-back {
    position: relative;
    z-index: 1000;
}

/* Scroll-To-Top */