* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: metropolis;
}

html {
    height: 15px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

.scroll {
    width: 50px;
    height: 50px;
    background-color: #be262c;
    border: 2px solid #be262c;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    border-radius: 100%;
}

.scroll:hover {
    background: #284795;
    border: 2px solid #be262c;
}

.scroll i {
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
}

.whatsapp {
    width: 50px;
    height: 50px;
    background-color: #32cc24;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 200;
    border-radius: 100%;
}

.whatsapp i {
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
}

/* Small-banner starts here  */

.small-banner {
    width: 100%;
    padding-top: 6rem;
    display: none;
}

.small-banner .inner {
    width: 100%;
}

.small-banner .inner span {
    color: #be262c;
    font-size: 1.2rem;
    font-weight: 600;
}

.small-banner .inner h1 {
    font-size: 3rem;
    color: #284795;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.small-banner .inner p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #284795;
    margin-bottom: 1.5rem;
}

/*banner start here*/
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/banner-1.jpeg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 5rem;
}
.banner .inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}
.banner .image {
    width: 100%;
}
.banner .inner {
    width: 100%;
}
.banner .inner .content {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 8%;
}
.banner .inner .content span {
    color: #be262c;
    font-size: 1.2rem;
    font-weight: 600;
}
.banner .inner .content h1 {
    font-size: 4rem;
    color: #284795;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.banner .inner .content p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #284795;
    margin-bottom: 1.5rem;
}

/*true-care start here*/

.trucare {
    width: 100%;
    margin-top: 5rem;
    padding: 5rem 0;
}

.trucare .inner {
    width: 100%;
    padding: 2rem 1rem;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.trucare .inner .left {
    width: 90%;
}
.trucare .inner .left img {
    width: 100%;
}
.trucare .inner .right {
    width: 100%;
    display: block;
}

.trucare .right h3 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #284795;
    font-weight: 800;
}

.trucare .right h3 span {
    color: #be262c;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #be262c;
    padding-bottom: 0.3rem;
    position: relative;
    top: -6px;
}

.card-box {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.card-box h6 {
    font-size: 1rem;
    font-weight: 700;
}
.card-box .first {
    width: 48%;
    border: 1px solid #251e5e;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
}
.card-box .second {
    width: 48%;
    border: 1px solid #251e5e;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
}

.trucare .number {
    width: 100%;
    position: relative;
    margin-top: 3rem;
}
.trucare .number .box {
    width: 100%;
    position: relative;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    display: block;
}
.trucare .number .box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #284795;
}

.trucare .number .box p {
    font-size: 1rem;
    margin-left: 2rem;
}

.trucare .number .box1::before {
    content: "01";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #be262c;
    color: #fff;
    text-align: center;
}
.trucare .number .box2::before {
    content: "02";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #284795;
    color: #fff;
    text-align: center;
}
.trucare .number .box3::before {
    content: "03";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: #284795;
    background-color: #eef2f6;
    text-align: center;
}

/* Provide starts here  */

.provide {
    width: 100%;
}
.provide .inner {
    width: 100%;
}
.provide .inner .box {
    width: 100%;
}
.provide .inner .box .image {
    border: 4px solid #284795;
    border-top-left-radius: 2.5rem;
    z-index: -1;
    overflow: hidden;
}
.provide .inner .box .image:hover img {
    transform: scale(1.15);
    transition: 0.5s ease;
}
.provide .inner .box img {
    width: 100%;
    border-top-left-radius: 2.5rem;
    z-index: -1;
}

.nephrology {
    width: 110%;
}

.provide .inner .box .content {
    width: 93%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -2rem;
    z-index: 100;
}
.provide .inner .box .content h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    text-align: left;
    color: #284795;
}
.provide .inner .box .content p {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
}

/* Reviews starts here  */

.reviews {
    width: 100%;
    background-image: url(../img/reviews-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
    margin-top: 3rem;
}
.reviews .title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.reviews .title h3 {
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
}
.reviews .inner {
    width: 82%;
    margin: 0 auto;
    padding-top: 3rem;
    margin-top: 3rem;
}
.reviews .image {
    width: 100%;
}
.reviews .inner .box {
    width: 100%;
    padding-top: 1rem;
}
.reviews .inner .box p {
    margin-left: 2rem;
}
.reviews .inner .box2 {
    width: 100%;
    padding: 1rem;
    border: none;
    border-left: 1px solid #b5bcc9;
    border-right: 1px solid #b5bcc9;
}
.reviews .inner .box2 p {
    position: relative;
    left: -1rem;
}
.reviews .inner .left {
    width: 100%;
    color: #fff;
}
.reviews .inner .left img {
    width: 30%;
}
.reviews .inner .left span {
    font-size: 2rem;
    font-weight: 800;
}
.reviews .inner .left .left-top {
    border-bottom: 1px solid #b5bcc9;
}
.reviews .inner .left .left-bottom {
    border-bottom: 1px solid #b5bcc9;
}
.reviews .inner .right {
    width: 100%;
    position: relative;
    margin-left: 2rem;
}
.reviews .inner .right img {
    width: 100%;
}
.reviews .inner .right .title {
    width: 100%;
}
.reviews .inner .right .title h4 {
    font-size: 1.5rem;
    font-weight: 700;
}
.reviews .inner .right .title p {
    font-size: 1rem;
    font-weight: 400;
}
.reviews .inner .right .right-index {
    width: 93%;
    background-color: #fff;
    border-radius: 0.5rem;
    position: absolute;
    top: -3rem;
    padding: 1rem;
}
.reviews .inner .right .right-index .box {
    border-bottom: 1px solid #b5bcc9;
    padding: 0.4rem;
}
.reviews .inner .right .right-index .box p {
    font-size: 1rem;
    font-weight: 800;
}
.reviews .inner .right .right-index .box .social {
    border-left: 1px solid #b5bcc9;
    border-right: 1px solid #b5bcc9;
    padding: 0 0.8rem;
    margin-left: 3rem;
    margin-right: 0rem;
}
.reviews .inner .right .right-index .box .social i {
    color: #f5bd3f;
}
.reviews .inner .right .right-index .none {
    border: none;
}

/* shedule starts here  */

.shedule {
    width: 100%;
    padding: 5rem 0;
}
.shedule .inner {
    width: 100%;
}
.shedule .inner img {
    width: 100%;
}
.shedule .inner .left {
    width: 100%;
    position: relative;
    right: -1.5rem;
}
.shedule .inner .left span {
    color: #be262c;
    font-size: 1.2rem;
    font-weight: 600;
}
.shedule .inner .left h3 {
    font-size: 3.5rem;
    color: #284795;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.shedule .inner .left p {
    font-size: 1rem;
    font-weight: 500;
    color: #284795;
    margin-bottom: 1.5rem;
    border-left: 2px solid #be262c;
    padding: 0 1rem;
}
.shedule .timing {
    width: 100%;
    background-color: #eef2f6;
    padding: 1rem 0;
    margin-top: 2.5rem;
}
.shedule .timing .day {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.5rem 2rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.shedule .timing .day h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #284795;
    margin-top: 0.5rem;
}
.shedule .timing .day p {
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* Image slider starts here  */

.image-slider {
    width: 100%;
    background-image: url(../img/news-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
    padding-left: 1rem;
}
.image-slider h3 {
    font-size: 2rem;
    color: #251e5e;
    font-weight: 800;
    margin-bottom: 2rem;
    text-align: center;
}
.image-slider .inner {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1rem 0;
}
.image-slider .inner img {
    width: 70%;
    margin: 0 auto;
    margin-top: 0.5rem;
}

/*gallery starts here */

.gallery-banner {
    width: 100%;
    margin-top: 2rem;
}

.gallery-banner .title {
    width: 100%;
}

.gallery-banner .title h3 {
    font-size: 2rem;
    color: #284795;
    font-weight: 800;
}

.gallery-banner .title p {
    font-size: 1rem;
}

.gallery {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.gallery .top-img {
    width: 82%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.gallery .top-img .img {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #284795;
    padding: 2rem;
    background-color: #284795;
    overflow: hidden;
    border-radius: 0.5rem;
}
.gallery .top-img .img img {
    width: 100%;
    border-radius: 0.5rem;
}
.gallery .bottom-img {
    width: 82%;
    margin: 0 auto;
}
.gallery .bottom-img .img {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #284795;
    padding: 3rem;
    background-color: #284795;
    overflow: hidden;
    border-radius: 0.5rem;
}
.gallery .bottom-img .img img {
    width: 100%;
    border-radius: 0.5rem;
}

.gallery .bottom-img .img:hover img {
    transform: scale(1.15);
    transition: 0.5s ease;
}

.gallery .top-img .img:hover img {
    transform: scale(1.15);
    transition: 0.5s ease;
}

.gallery .img:hover {
    background-color: #be262c;
    transition: 0.5s ease;
    border: 1px solid #be262c;
}

/* Testimonial starts here  */

.testimonial {
    width: 100%;
    background-color: #f6f3ee;
    padding: 3rem 0;
    padding-bottom: 5rem;
}
.testimonial .title {
    width: 100%;
    padding: 2rem 0;
}
.testimonial .title h3 {
    font-size: 1.5rem;
    color: #284795;
    font-weight: 800;
}
.testimonial .title p {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.testimonial .title i {
    color: #f5bd3f;
    font-size: 1.8rem;
}
.testimonial .title img {
    width: 10%;
}
.testimonial .inner {
    width: 82%;
    margin: 0 auto;
}
.testimonial .inner .card {
    width: 100%;
    padding: 2rem 1rem;
    padding-bottom: 1rem;
}
.testimonial .inner .card .social {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.testimonial .inner .card i {
    color: #f5bd3f;
}
.testimonial .inner .card .myicon {
    color: #4285f4;
}
.testimonial .inner .card .content {
    position: relative;
    top: 0.7rem;
    left: 1rem;
}
.testimonial .inner .card .content h4 {
    font-size: 1.2rem;
}
.testimonial .inner .card .content p {
    font-size: 1rem;
    color: gray;
    position: relative;
    top: -0.2rem;
}
.testimonial .inner .card img {
    width: 28%;
}
.testimonial .inner .card .icon {
    width: 10%;
}

.testimonial .card:hover {
    transform: translateY(-0.5rem);
    transition: 0.5s ease;
}

/*About us Part starts here*/
.about-breadcrumb {
    width: 100%;
    padding-top: 6rem;
    background-image: url(../img/bg-bread.png);
    background-position: center top;
    background-size: cover;
    position: relative;
}
.about-breadcrumb p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
}
.about-breadcrumb p a {
    color: #fff;
    text-decoration: none;
}
.about-breadcrumb p i {
    margin: 0 1.5rem;
}
.about-breadcrumb h1 {
    font-size: 2.5rem;
    color: #fff;
}
.about-breadcrumb .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-breadcrumb .inner .title {
    position: absolute;
    left: 45%;
    top: 18%;
}

.about-pg-1 {
    width: 100%;
}
.about-pg-1 .inner {
    width: 100%;
    padding: 5rem 0;
}
.about-pg-1 .inner .left {
    width: 95%;
}
.about-pg-1 .inner .left img {
    width: 100%;
}
.about-pg-1 .inner .right {
    width: 100%;
    margin-top: 0rem;
}
.about-pg-1 .inner .right span {
    color: #be262c;
    font-size: 1.2rem;
    font-weight: 600;
}
.about-pg-1 .inner .right h2 {
    font-size: 2.5rem;
    color: #284795;
    font-weight: 800;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.about-pg-1 .inner .right p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1.7rem;
}
.about-pg-1 .inner .right .para {
    font-size: 1.2rem;
    color: #284795;
    font-weight: 700;
    border-left: 2px solid #be262c;
    padding-left: 1.5rem;
}

/* About-pg-2 starts here   */

.about-pg-2 .number {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}
.about-pg-2 .number .box {
    width: 100%;
    position: relative;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
}
.about-pg-2 .number .box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #284795;
}
.about-pg-2 .number .box p {
    font-size: 1rem;
    position: relative;
    left: 1.5rem;
}
.about-pg-2 .number .box1::before {
    content: "01";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #be262c;
    color: #fff;
    text-align: center;
}
.about-pg-2 .number .box2::before {
    content: "02";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #284795;
    color: #fff;
    text-align: center;
}
.about-pg-2 .number .box3::before {
    content: "03";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: #284795;
    background-color: #eef2f6;
    text-align: center;
}

/* Myaccordion starts here */

.myaccordion {
    width: 100%;
    background-color: #284795;
}
.myaccordion .inner {
    width: 82%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 3rem;
}
.myaccordion .inner .accordion-item {
    margin-top: 2rem;
}
.myaccordion .inner .accordion-item .accordion-body li {
    margin-top: 1rem;
}
.myaccordion .title {
    width: 100%;
    padding-top: 3rem;
}
.myaccordion .title h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

/* Values starts here  */

.values {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.values .title {
    width: 60%;
    margin: 0 auto;
}
.values .title h3 {
    font-size: 2rem;
    color: #284795;
    font-weight: 900;
}
.values .inner {
    width: 100%;
    color: #fff;
}
.values .inner img {
    width: 20%;
}
.values .inner .content {
    background-color: #284795;
    padding: 1rem;
    margin-top: 2rem;
}
.values .inner .content h4 {
    font-size: 1.3rem;
    margin-top: 1rem;
}
.values .inner .content p {
    font-size: 1rem;
    border-left: 4px solid #be262c;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.service-pg-1 {
    width: 100%;
}
.service-pg-1 .inner {
    width: 100%;
    padding: 4rem 0;
}
.service-pg-1 .inner .left {
    border-radius: 0.5rem;
}
.service-pg-1 .inner .left img {
    width: 100%;
    border-radius: 0.5rem;
}
.service-pg-1 .inner .content h2 {
    font-size: 3rem;
}
.service-pg-1 .inner .content h2 span {
    color: #284795;
}
.service-pg-1 .inner .content p {
    font-size: 1rem;
    margin-top: 2rem;
}

.service-pg-2 {
    width: 100%;
    background-image: url(../img/service/service-bg.png);
    background-size: cover;
    background-position: center center;
    height: 48vh;
    color: #fff;
    position: relative;
    margin-bottom: 3rem;
}
.service-pg-2 .inner {
    width: 100%;
}
.service-pg-2 .inner .content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    height: 48vh;
}
.service-pg-2 .inner .content h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 2.3rem;
    margin-top: 4rem;
    font-weight: 700;
    line-height: 3.3rem;
}
.service-pg-2 .inner .content hr {
    background-color: #be262c;
    width: 10%;
    margin: 0 auto;
    height: 4px;
    border: none;
    font-weight: 900;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    z-index: 100;
    position: relative;
}
.service-pg-2 .inner .content p {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
}

.service-pg-3 {
    width: 100%;
    margin-bottom: 3rem;
}
.service-pg-3 .inner {
    width: 82%;
    margin: 0 auto;
    padding: 4rem 0;
}
.service-pg-3 .inner .left {
    width: 100%;
    margin-right: 2rem;
    width: 100%;
}
.service-pg-3 .inner .left img {
    width: 90%;
    border-radius: 100%;
    margin-top: 1rem;
}
.service-pg-3 .inner .right {
    width: 100%;
}
.service-pg-3 .inner .right h3 {
    font-size: 2rem;
    color: #284795;
    font-weight: 700;
    margin-bottom: 2rem;
}
.service-pg-3 .inner .right img {
    margin-right: 1.5rem;
}
.service-pg-3 .inner .right ul {
    padding-left: 0;
}
.service-pg-3 .inner .right ul li {
    list-style: none;
    margin-top: 1rem;
    text-align: left;
}
.service-pg-3 .inner .right a {
    font-size: 1.4rem;
    color: #be262c;
    font-weight: 500;
    text-decoration: none;
}

.faq {
    width: 100%;
    background-color: #f7f7f7;
}
.faq .inner {
    width: 82%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.faq .inner .accordion-item {
    margin-top: 1.5rem;
    border: 1px solid #284795;
}
.faq .inner .accordion-item .accordion-body li {
    margin-top: 1rem;
    list-style: none;
}
.faq .title {
    width: 100%;
    padding-top: 4rem;
}
.faq .title h3 {
    display: inline;
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    color: #284795;
}

.service-pg-4 {
    width: 100%;
    background-color: rgba(0, 1, 3, 0.7);
    color: #fff;
    position: relative;
    padding-bottom: 4rem;
}
.service-pg-4 .inner {
    width: 100%;
}
.service-pg-4 .inner .content {
    width: 100%;
}
.service-pg-4 .inner .content h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 2.3rem;
    margin-top: 4rem;
    font-weight: 700;
    line-height: 3.3rem;
}
.service-pg-4 .inner .content h3 span {
    color: #be262c;
}
.service-pg-4 .inner .content hr {
    background-color: darkblue;
    width: 10%;
    margin: 0 auto;
    height: 4px;
    border: none;
    font-weight: 900;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    z-index: 100;
    position: relative;
}
.service-pg-4 .inner .content p {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
}

.contact-pg-1 {
    width: 100%;
    background-color: #284795;
}
.contact-pg-1 .title {
    width: 100%;
}
.contact-pg-1 .title h3 {
    font-size: 2rem;
    color: #fff;
    margin-top: 4rem;
    font-weight: 800;
}
.contact-pg-1 .inner {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 4rem;
    border-bottom: 1px solid gray;
}
.contact-pg-1 .inner .box {
    width: 100%;
    background-color: #fff;
    padding: 2rem 0;
    margin-top: 2rem;
    border-radius: 0.5rem;
}
.contact-pg-1 .inner .box p {
    font-size: 1rem;
    font-weight: 600;
}
.contact-pg-1 .inner .box .image {
    width: 80px;
    height: 80px;
    padding: 1rem;
    background-color: #284795;
    border-radius: 50%;
    margin-left: 37%;
    margin-bottom: 1rem;
}
.contact-pg-1 .inner .box .image img {
    width: 80%;
    position: relative;
    top: 0.3rem;
}
.contact-pg-1 .inner .box .image .unic {
    position: relative;
    left: 0.2rem;
}
.contact-pg-1 .inner .box .image:hover {
    background-color: #be262c;
    transition: 0.3s ease;
}
.contact-pg-1 .inner .box:hover {
    transform: translateY(-1rem);
    transition: 0.5s ease;
}

.contact-pg-2 {
    width: 100%;
    background-color: #f7f7f7;
}
.contact-pg-2 .inner {
    width: 82%;
    margin: 0 auto;
    padding: 4rem 0;
}
.contact-pg-2 .inner .left {
    width: 90%;
    margin-right: 3rem;
}
.contact-pg-2 .inner .left h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #284795;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}
.contact-pg-2 .inner .left p {
    font-size: 1rem;
    margin-bottom: 3rem;
}
.contact-pg-2 .inner .right {
    width: 100%;
}
.contact-pg-2 .inner .right .content {
    padding-left: 3rem;
    border-left: 2px solid #be262c;
    border-bottom: 2px solid #be262c;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
.contact-pg-2 .inner .right .content i {
    font-size: 1rem;
    color: #be262c;
    margin-right: 0.5rem;
}
.contact-pg-2 .inner .right .content .one::before {
    content: "1";
    padding: 0.5rem 1rem;
    padding: 0.5rem 1rem;
    background-color: #be262c;
    position: absolute;
    left: -4.5rem;
    top: -0.3rem;
    border-radius: 100%;
    color: #fff;
}
.contact-pg-2 .inner .right .content .two::before {
    content: "2";
    padding: 0.5rem 1rem;
    background-color: #be262c;
    position: absolute;
    left: -4.5rem;
    top: -0.3rem;
    border-radius: 100%;
    color: #fff;
}
.contact-pg-2 .inner .right .content .three::before {
    content: "3";
    padding: 0.5rem 1rem;
    background-color: #be262c;
    position: absolute;
    left: -4.5rem;
    top: -0.3rem;
    border-radius: 100%;
    color: #fff;
}
.contact-pg-2 .inner .right h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #284795;
    margin-bottom: 1.5rem;
}
.contact-pg-2 .inner .right h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #284795;
    margin-top: 1.5rem;
    position: relative;
}
.contact-pg-2 .inner .right p {
    margin-top: 1rem;
}
.contact-pg-2 .inner .right iframe {
    width: 100%;
}

#yourname {
    width: 48%;
    display: inline-block;
}

#youremail {
    width: 48%;
    display: inline-block;
    margin-left: 3%;
}

#yournum {
    width: 48%;
    display: inline-block;
}

#selector {
    width: 48%;
    display: inline-block;
    margin-left: 3%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#yourmessage {
    margin-bottom: 2.5rem;
    padding-bottom: 3rem;
}

.appointment {
    width: 100%;
}
.appointment .inner {
    width: 82%;
    margin: 0 auto;
    padding: 4rem 0;
}
.appointment .inner .left {
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #be262c;
    padding: 2rem;
}
.appointment .inner .left h3 {
    font-size: 2rem;
    color: #284795;
    font-weight: 800;
}
.appointment .inner .left label {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #284795;
    font-weight: 800;
    font-size: 1rem;
}
.appointment .inner .right {
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem;
}
.appointment .inner .right hr {
    width: 80%;
    border: none;
    background-color: #be262c;
    height: 2px;
}
.appointment .inner .right .img-content {
    flex-shrink: 0;
    width: 100%;
}
.appointment .inner .right .img-content img {
    width: 30%;
    margin-right: 1rem;
    border-radius: 0.5rem;
}
.appointment .inner .right h4 {
    font-size: 1.5rem;
    color: #284795;
    font-weight: 800;
}
.appointment .inner .right p {
    font-size: 1rem;
    margin-top: 1rem;
}
