*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}

/* Home-Page-Code */
.navbar{
    display: flex;  
    padding: 0 10px;
    padding-top: 12px;
    padding-bottom: 5px;
    z-index: 999;
    background-color: white;
    gap: 49.4%;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 1px 3px 11px 0px rgba(168, 168, 168, 0.397);
}
.nav-direction-space{
    padding: 33px 0;
}
.nav-direction-space ul{
    display: flex;
    gap: 20px;
}
.nav-direction-space ul li{
    list-style: none;
}
.nav-direction-space ul li a{
    color: rgb(0, 115, 119);
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    transition: 0.3s;
}
.nav-direction-space ul li a:hover{
    font-weight: 650;
    transition: 0.3s;
}
@media screen and (max-width: 1200px){
    .navbar{
        gap: 30.5%;
    }
}
.main-top-display{
    margin-top: 111px;
    display: flex;
    justify-content: space-between;
}
.top-display-content{
    margin-top: 70px;
    padding-left: 50px;
}
.top-display-content h1{
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-size: 60px;
    color: rgb(0, 0, 0);
}
.top-display-img img{
    width: 520px;
}
.small-icons-space{
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
}
.small-icons-space img{
    width: 57px;
}
.book-btn a button{
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    color: white;
    border: none;
    background-color: #255c69;
}
.book-btn a button:hover{
    background-color: rgb(0, 115, 119);
}
@media screen and (max-width: 1200px){
    .top-display-content h1{
        font-size: 58px;
    }
    .top-display-img{
        margin-top: 40px;
    }
    .top-display-img img{
        width: 400px;
    }
    .main-top-display{
        gap: 7px;
    }
    .small-icons-space{
        padding-left: 15px;
        padding-right: 50px;
        margin: 0;
    }
    .small-icons-space img{
        width: 0px;
    }
}
.outer-middle-section-space{
    margin-top: 200px;
    text-align: center;
}
.merge-space{
    margin: 90px 0;
    padding: 0 50px;
}
.middle-section-space-0{
    display: flex;
    justify-content: space-between;
}
.outer-custom-line{
    padding: 0 278px;
}
.custom-divide-line{
    background-color: gray;
    height: 1px;
    margin: 100px 0;
}
.middle-section-space{
    display: flex;
    justify-content: space-between;
}
.feature-points-block img{
    width: 67px;
}
.feature-points-content p{
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    margin-top: 5px;
}
.feature-points-content h2{
    font-size: 20px;
}
@media screen and (max-width: 1200px){
    .outer-middle-section-space{
        margin-top: 250px;
    }
    .middle-section-space-0{
        display: block;
    }
    .feature-points-block{
        margin-top: 97px;
    }
    .feature-points-content h2{
        font-size: 16px;
    }
    .feature-points-content p{
        font-size: 13px;
    }
    .feature-points-block img{
        width: 87px;
    }
}
.number-points-block{
    text-align: center;
}
.number-points-block h1{
    font-size: 38px;
    margin-bottom: 5px;
    color: rgb(0, 115, 119);
}
.number-points-block p{
    font-size: 15px;
    font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1200px){
    .number-points-block h1{
        font-size: 50px;
    }
    .number-points-block p{
        font-size: 26px;
    }
}
.header-space{
    color: rgb(11, 161, 11);
}
.des-space{
    margin-top: 30px;
    padding: 0 23%;
    margin-bottom: 300px;
}
.des-space p{
    font-size: 19px;
}
@media screen and (max-width: 1200px){
    .header-space h1{
        font-size: 50px;
    }
    .des-space p{
        font-size: 17px;
    }    
}
.lab-test-section{
    padding: 0 55px;
    margin-top: 167px;
    display: flex;
    justify-content: space-between;
}
.lab-test-content{
    margin-top: 165px;
}
.lab-test-content h1{
    color: gray;
}
.img-bundle{
    display: flex;
    margin: 30px 0;
    gap: 78px;
}
@media screen and (max-width: 1200px){
    .lab-test-section{
        display: block;
        padding: 0;
        margin-top: 300px;
        text-align: center;
    }
    .lab-test-imgs{
        padding: 0 78px;
    }
    .img-bundle{
        justify-content: space-between;
    }
}

/* About-Page-Code */
.top-display-img h1{
    color: rgb(0, 115, 119);
    font-size: 56px;
    font-family: "Playwrite CU", cursive;
    position: absolute;
    top: 120px;
    left: 262px;
}
.top-display-content p{
    height: 100%;
    font-size: 19px;
}
.middle-content-display{
    display: flex;
    margin: 10% 0;
}
.middle-content-space{
    margin-top: 12%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
}
.last-content-display{
    margin-top: 23%;
    margin-bottom: 10%;
}
.middle-content-space h1{
    margin-bottom: 3%;
    color: rgb(11, 161, 11);
}
.row-content-display{
    display: flex;
    margin-bottom: 8%;
    padding: 0 30px;
    justify-content: space-between;
}
.content-space{
    width: 300px;
}
@media screen and (max-width: 1200px){
    .content-space{
        width: 260px;
    }
}

/* service-page-code */
.our-service-display{
    margin-top: 14%;
    text-align: center;
}
.header h1{
    font-family: "Playwrite CU", cursive;
    color: rgb(0, 115, 119);
}
.three-element-row{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.flip-box {
    background-color: transparent;
    width: 400px;
    height: 300px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 400px;
    height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 400px;
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-back {
    background-color: #255c69;
    color: white;
    transform: rotateY(180deg);
}
.element h2{
    color: rgb(11, 161, 11);
    margin-top: 2%;
}

/* Contact-Page-Code */
.contact-header h1{
    color: rgb(0, 115, 119);
    font-size: 56px;
    font-family: "Playwrite CU", cursive;
}
.contact-element{
    margin-top: 13%;
}
.element-icon{
    margin-bottom: 3%;
}
.contact-element ul li{
    font-size: 23px;
    margin-top: 1%;
}
.sales-content a button{
    font-size: 22px;
    padding: 10px 40px;
    border-radius: 0.5rem;
    background-color: rgb(0, 255, 0);
    color: white;
    font-weight: 600;
    border: 0.1rem solid rgb(207, 202, 202);
}
.sales-content a button:hover{
    background-color: rgb(34, 255, 34);
}

/* Common-Code-For-All-Pages */
.footer{
    margin-top: 45px;
    height: 100%;
    text-align: center;
    box-shadow: 1px 3px 11px 6px rgba(168, 168, 168, 0.397);
    padding: 37px 0;
}
.footer a{
    color: rgb(11, 161, 11);
    font-weight: 600;
    font-size: 17px;
}
@media screen and (max-width: 1200px){
    .footer{
        margin-top: 100px;
    }
    .footer a{
        font-size: 25px;
    }
}

/* booking-page-code */
.inp-lable{
    margin-bottom: 5%;
}
.inp-lable input{
    height: 30px;
}
.text-area{
    width: 100%;
}
.text-area textarea{
    width: 425%;
    height: 234px;
    background-color: rgb(243, 249, 255);
}
.submit-btn input{
    font-size: 20px; 
    padding: 9px 20px; 
    border-radius: 9px; 
    border: none; 
    background-color: rgb(0, 196, 0); 
    color: white; 
    font-weight: 500;
}
.submit-btn input:hover{
    background-color: rgb(1, 221, 1);
}
@media screen and (max-width: 1200px){
    .text-area textarea{
        width: 310%;
        height: 184px;
    }
}