        /* Menu Section Start */
.head{
    display: flex;
    position: sticky;
    top: 0px;
    background-color: #fff;
}
.head .logo{
    width: 400px;
    height: 150px;
}
.head ul{
    /* border: 1px solid #000; */
    padding-top: 60px;
    padding-left: 500px;
}
.head li{
    /* border: 1px solid #000; */
    display: inline;
    text-decoration: none;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}
.head li a{
    /* border: 1px solid #000; */
    text-decoration: none;
    padding-left: 20px;
    color: #080b6f;
}
.search input{
    width: 200px;
    height: 30px;
    border: none;
    border-bottom: 1px solid rgb(91, 91, 91);
    padding: 10px;
    font-size: 18px;
    background-color: #00000026;
    font-family: "Roboto", Sans-serif;
    outline: none;
    display: none;
}
li a:hover{
    color: #008fd4;
    transition: .3s ease;
}
.btn{
    /* border: 3px solid #000; */
    background-color: #fff;
    color: #080b6f;
    border: none;
    width: 40px;
    height: 30px;
    font-size: 20px;
}
.btn :hover{
    color: #008fd4;
    transition: .3s ease;
}
        /* Menu Section End */
        
       /* Footer Section Start */
footer{
    background-color: #080b6f;
    color: #fff;  
    margin-top: 50px;
}
.foot{
    display: flex;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.foot .new{
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
}
.new img{
    border-radius: 5px;
    margin-top: 30px;
}
.foot p{
    width: 400px;
    margin-top: 20px;
}
.foot a{
    text-decoration: none;
    color: #fff;
}
.foot li{
    margin-top: 10px;
    margin-left: -20px;
}
.foot i{
    margin-right: 20px;   
    font-size: 20px;
}
.foot a :hover{
    color: #008fd4;
    transition: .3s ease;    
}
        /* Footer Section End */

        /* Home Page Start */
.intro{
    display: flex;
    background-color: #080b6f;
    background-image: url("back.jpg");
    height: 550px;
    color: #fff;
}
.introimg img{
    width: 600px;
    margin-left: 130px;
    margin-top: 60px;

}
.intropara{
    padding-left: 120px;
    width: 620px;
    margin-top: 40px;
}
.intro h1{
    /* width: 600px; */
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 45px;
}
.intro p{
    /* width: 600px; */
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    padding-top: 10px;
    font-size: 15px;
    color: beige;
}
.top{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(117, 200, 28);
    margin-top: 60px;
}
.grid{
    /* border: 3px solid #000; */
    display: grid;
    grid-template-columns: 720px 720px;
    grid-template-rows: auto;
    justify-content: center;
}
.grid img{
    border-radius: 10px;
    width: 80%;
    height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.grid h1{
    /* border: 3px solid #000; */
    font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
}
.grid p{
    /* border: 3px solid #000; */
    font-family: "Roboto", Sans-serif;
    width: 500px;
    letter-spacing: .6px;
    word-spacing: 1px;
    line-height: 28px;
    margin-top: 20px;
    color: #7a7878;
}
.grid a{
    text-decoration: none;
    color: #341dfd;
}
.box2 p:first-letter,.box3 p:first-letter,
.box6 p:first-letter,.box7 p:first-letter{
    font-size: 30px;
    padding-left: 30px;
    color: #008fd4;
}
.box1,.box2,.box3,.box4,.box5,.box6,.box7,.box8{
    /* border: 1px solid #000; */
    margin: 20px;
    text-align: justify;
    padding-left: 20px;
}
.box1 img,.box3,.box5 img,.box7{
    margin-top: 50px;
    margin-left: 100px;
}
.box4 img,.box8 img{
    margin-top: 70px;
}

       /* Home Page End */

        /* About Page Start */
.atop{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding-left: 30px;
}   
.ahead{
    display: flex;
    font-family: "Roboto", Sans-serif;
    padding-left: 150px;
    padding-top: 30px;
}  
.ahead h1{
    padding-top: 90px;
    width: 600px;
    color: #181da3;
    font-size: 40px;
}   
.ahead p{
    width: 600px;
    color: #7a7878;
    word-spacing: 2px;
    text-align: justify;
    font-size: 20px;
}
.ahead img{
    width: 600px;
    height: 500px;
    padding-left: 30px;
}
.found{
    text-align: center;
}
.detailpara{
    /* border: 2px solid black; */
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    width: 1200px;
    color: #7a7878;
    margin-left: 150px;
    word-spacing: 1.5px;
    text-align: justify;
    line-height: 33px;
}
.detailpara:first-letter{
    padding-left: 70px;
}
        /* About Page End */
        
        /* Contact Page Start */
.chead1{
	text-align: center;
	font-family: "Lucida Console", Courier, monospace;	
	font-size: 33px;
	padding-top: 70px;
	color: #fff;
}
.cmain{
	 background-image:url(contact-banner.webp);
	 width: 100%;
	 height: 650px;;
}
.container1{
	display: grid;
	grid-template-columns:700px 700px;
	grid-template-rows: auto;
	padding-top: 20px;
	color: #fff;
}
.box9,.box10{
    text-align: justify;
	font-family: sans-serif;
	font-size: 23px;
	padding: 30px 100px;
	word-spacing: 2px; 
}
.box9{
    border-right: 1px solid gray;
}
.para,.para1{
	padding-top: 20px;
}
.box10 input{
	width: 220px;
	height: 40px;
	margin-top: 20px;
	font-family: arial;
	font-size: 16px;
	background: none;
	color: #fff;
    outline: none;    
}
#fname,#nmbr{
    border: none;
    border-bottom: 1px solid white;	
}
#lname,#mail{
    margin-left:40px;
    border: none;
	border-bottom: 1px solid white;
}
#about{
    width: 300px;
    border: none;
    border-bottom: 1px solid white;	
}
#msg{
    width: 500px;
    height: 60px;
    border: none;
    border-bottom: 1px solid white;
}
form .btn{
    width: 100px;
	height: 30px;
	margin-top:30px;
	border-radius: 10px;
	font-size: 16px;
	font-family: "Roboto", Sans-serif
    ;
	border: none;
	background-color: darkblue;
	color: gray;
	margin-left: 350px;
}
form .btn:hover{
    background-color: #000;
    color: #fff;
    transition: .5s ease;
}
        /* Contact Page End */

        /* Product Page Start */
.phead{
    display: flex;
    font-family: "Roboto", Sans-serif;
    padding-left: 150px;
    padding-top: 30px;
}  
.phead h1{
    padding-top: 90px;
    width: 600px;
    color: #181da3;
    font-size: 40px;
}   
.phead p{
    width: 500px;
    color: #7a7878;
    word-spacing: 2px;
    font-size: 20px;
    text-align: justify;

}
.phead img{
    width: 600px;
    height: 500px;
}
.pbutton{
    font-family: Arial, Helvetica, sans-serif;
}
.pbtn1,.pbtn2,
.pbtn3,.pbtn4,.pbtn5{
    width: 1000px;
    height: 70px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    border: none;
    background-image: linear-gradient(to right,rgb(80, 149, 42),rgb(123, 255, 62));
    margin: 50px 0px 10px 250px;
}
.pbtn2{
    background-image: linear-gradient(to right,rgb(172, 59, 195),rgb(220, 129, 253));
}
.pbtn3{
    background-image: linear-gradient(to right,rgb(21, 128, 149),rgb(65, 213, 250));
}
.pbtn4{
    background-image: linear-gradient(to right,rgb(145, 104, 46),rgb(255, 186, 57));
}
.pbtn5{
    background-image: linear-gradient(to right,rgb(202, 79, 186),rgb(248, 107, 220));
}
b{
    text-transform: uppercase;
}
.product1,.product2,
.product3,.product4{
    display: flex;
    margin-top: 30px;
}    
.product1 span,.product2 span,
.product3 span,.product4 span{
    display: block;
    padding-top: 10px;
}    
.pbutton img{
    padding-left: 280px;
}
.pbutton h3{
    padding-left: 50px;
    color: #666;
}
.ppara1{
    color: #666;
    width: 800px;
    padding-left: 50px;
    word-spacing: 1.5px;
}
#orthopedic,#gynaecology,
#pediatrics,#dermatology,#general{
    display: none;
} 
        /* Product Page End */

        /* Orthopedic,Gynecology Page Start */
.ortho_head,.gyne_head{
    font-family: "Proxima Nova", "Proxima Nova Fallback", sans-serif; 
    margin-left: 200px;
    margin-right: 350px;
    line-height: 1.44;
    word-spacing: 2px;
    letter-spacing: .5px;  
}        
.ortho_head p,.gyne_head p{
    font-size: 18px;
}
.ortho_head ul,.gyne_head ul{
    line-height: 40px;
    font-size: 18px;
}
.ortho_head li:first-letter{
    text-transform: uppercase;
}
.ortho_head h2,.gyne_head h2{
    font-size: 38px;
} 
.od_qn h1,.gw_qn h1{
    font-weight: 700;
    font-size: 50px;
} 
.od_img,.gw_img{
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 70px;
}    
.od_ans p,.gw_ans p{
    font-size: 28px;
    color: #534b4b;
    line-height: 40px;
}  
.ortho_head h3,.gyne_head h3{
    font-size: 26px;
}
        /* Orthopedic,Gynecology Page End */
