@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

::selection{
    background-color: #02c0fd;
    color: #000000;
    font-weight: bold;
  }
  
  ::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255); 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #02c0fd; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #007195; 
  }
a{
    text-decoration: none;
}
.logo{    color: #fff;
    background-color: #3eb1ff;
    padding: 10px 25px;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    border-radius:0 10px;
}
.active{
    color: #26ABE2 !important;
    font-weight: 600;
    font-size: 17px;
}
.nav-link{
    font-weight: 600;
    font-size: 17px;
    color: #000;

}
.topbar{
    background-color: #3eb1ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar a{
   color: #fff;
   font-size: 15px;
 
}

.topbar p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
}
.banner_section{
    background-image: linear-gradient(88deg, #0897ff6b, #3eb1ff8c), url(../img/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 250px;
}
.banner_section h2{ 
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings:
      "wdth" 100;
  }
  
.banner_section h2 a{ 
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    background-color: #190276;
    padding: 0px 35px;
    border-radius: 50px;
}
  .banner_section h5{
    color: #001997;
    font-size: 18px;
    font-weight: 600;
  }
  .banner_section .contact_us_btn{
    background-color: #6aafd7;
    padding: 10px 35px;
    cursor: pointer;
    font-size: 18px;
    color: #001997;
    font-weight: 700;
}
.banner_section .contact_us_btn:hover{
    background-color: #ffffff;
    color: #001997;
    border: 2px solid #000;
}
.section_one h5{
    color: #001997;
    font-size: 18px;
    font-weight: bold;
}
.section_one h2{

    color: #3eb1ff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
.section_one p{
    color: grey;
    text-align: justify;
    font-size: 15px;
}

.section_services h2{

    color: #3eb1ff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
:root{ 
    --white: #fff;
    --color1:#840161; 
    --color2:#550052;
}
h1{ padding: 0 0 30px; }
.pricingTable{
    color: var(--white);
    background: linear-gradient(to top, #3eb1ff, #3eb1ff);
    font-family: 'Rethink Sans', sans-serif;
    text-align: center;
    border-radius: 50px 0;
    padding: 50px 0 24px;
    position: relative;
    z-index: 1;
    height: 360px;
    margin-bottom: 20px;
}
.pricingTable:before{
    content: "";
    background: linear-gradient(to bottom, #003960, #3596d8);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 40px 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.pricingTable .pricingTable-header{
    margin: 0 auto 15px;
}
.pricingTable .title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .pricing-content{
    color: var(--white);
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}

.pricingTable p{
    font-size: 13px;
    padding: 3px 50px;

}


.pricingTable .pricingTable-signup a{
    color: var(--color1);
    background: var(--white);
    font-size: 23px;
    font-weight: 700;
    padding: 6px 35px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 3px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
.pricingTable.blue{ 
    --color1: #26ABE2; 
    --color2: #27819E;
} 


.section_banner{
    background-image:linear-gradient(#3eb1ff47, #3eb1ffa6), url(../img/orthopedic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_banner h2{
    color: #000000;
    font-size: 50px;
    font-weight: bolder;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
.Gallery img{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.Gallery h2{
    color: #3eb1ff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    margin-bottom: 20px;
}
.contact h2{
    color: #3eb1ff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    margin-bottom: 20px;
}

.contact h4{
    color: #001997;
    font-size: 30px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    margin-bottom: 20px;
}
.contact p{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}
.contact p a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    
   
}

footer{
    background-color: #3eb1ff;
    padding-top: 150px;
}
footer p{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
footer h4{
    color: #001997;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    margin-bottom: 20px;
}

footer span{
    color: #3eb1ff;
    background-color: #fff;
    padding: 10px 25px;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    border-radius:0 10px;
}
footer a {
color: #fff;
font-size: 15px;
font-weight: 600;
}
footer h3 a{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    background-color: #190276;
    padding: 3px 35px;
    border-radius: 50px;
  
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
  @media only screen  and (max-width:480px) {
    .topbar a {
        font-size: 12px;
    }
    .topbar p {
        text-align: center;
    }
    .banner_section h2 {
        text-align: center;
    }
    .banner_section h5 {
        text-align: center;
    }
    .section_one h2 {
        font-size: 30px;
    }
    .section_services h2 {
        font-size: 30px;
    }
    .pricingTable .title {
        font-size: 20px;
    }
    .pricingTable {
        height: auto;
    }
    .section_banner h2 {
        font-size: 30px;
    }
    .Gallery h2 {
        font-size: 30px;
    }
    .Gallery img{
        margin-bottom: 20px;
    }
    footer {
        padding-top: 25px;
    }
    .banner_section h2 a {
        font-size: 35px;
    }
  }