@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
overflow-x:hidden !important;

}

/* Custom Scrollbar Styling */

/* Width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; /* For horizontal scroll */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ec1b21;
  
  border: 1px solid transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ec1b21;
}

html{
overflow-x:hidden !important;    
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index:200;
}

.body_font{
  font-family: "Poppins", sans-serif; 
}

.heading_font{
  font-family: "Poppins", sans-serif;   
}

.form-label{
color:#000;
font-size:13px;
font-weight:600;
margin-bottom:2px;
}

.fixed-top{
    animation: smoothScroll 0.9s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.btn2 {

    display: inline-block;
       color: #fff;
       height:40px;
       line-height:40px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    background-color:#0079C2 !important;
    letter-spacing: 1px;
    background: linear-gradient(to right, #003250 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    
    width:100%;
    text-align:center;
    border-radius:6px;
   
}



.btn2:hover {
    color: #fff;
   
    background-position: left bottom;
    /* 

    color: var(--text-white);

     */
}


.btn3 {

    display: inline-block;
       color: #0079C2;
       height:40px;
       line-height:40px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    background-color:#fff !important;
    letter-spacing: 1px;
    background: linear-gradient(to right, #0079C2 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    border: 1px solid #0079C2;
    width:auto;
    text-align:center;
    border-radius:6px;
   
}



.btn3:hover {
    color: #fff;
   
    background-position: left bottom;
    /* 

    color: var(--text-white);

     */
}


.btn4 {

    display: inline-block;
       color: #fff;
       height:40px;
       line-height:35px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    background-color:#003250 !important;
    letter-spacing: 1px;
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    border: 1px solid #0079C2;
    width:auto;
    text-align:center;
    border-radius:6px;
   
}



.btn4:hover {
    color: #003250;
   
    background-position: left bottom;
    /* 

    color: var(--text-white);

     */
}

.call_mail{
float:left;
width:auto;
margin-right:10px;
}


h1, h2, h3, h4, h5, h6, p, a, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


.top_head {
    float: left;
    width: 100%;
    display: block;
    background-color:#003250;
}

.header_icon{
float:left;
width:23px;
height:23px;
background-color:#fff;
border-radius:50%;
color:#000;
margin-right:8px;
text-align:center;
line-height:24px;
}

.top_head_txt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color:#fff;
    line-height:23px;
}

.bottom_head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E1E0E0;
    display: block;
    background-color: #fff;
    padding:0px 0px;
}

.tab_header{
display:none;    
}

.hamburger{
margin-top:10px;   
}

.menu_color {
    color: #8e8a8a !important;
}


.desktop_banner{
float:left;
width:100%;
display:block;
}

.mobile_banner{
float:left;
width:100%;
display:none;
}


.mainbody_div {
    float: left;
    width: 100%;
    padding: 40px 0px;
}

.admission-img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    width: 50%;
    height: 250px;
    background-color: #0E8BDF;
}

.doctor_name{
float:left;
width:100%;
text-align:left;
font-size:35px;
color:#182e35;
font-weight:700;

}

.subheading{
float:left;
width:100%;
text-align:left;
font-size:16px;
line-height:25px;
color:#878484;
font-weight:500;

}


.mainhome_title {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 35px;
    line-height: 45px;
    color: #005394;
    font-weight: 800;
}


.mainhome_title:after {
    display: block;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: #005394;
    content: '';
}


.top_heading_new {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
   font-size: 2.4em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: capitalize;
    font-family: "Libre Baskerville", serif !important;
    color: #fff;
    
}

.top_heading_new_inside {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
   font-size: 2em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #fff;
    
}



.mainhome_title_white {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 800;
}


.mainhome_title_white h1 {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 30px;
    line-height: 35px;
    color: #212529;
    font-weight: 800;
}


.mainhome_title_white h2 {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 25px;
    line-height: 35px;
   
    font-weight: 800;
}



.mainhome_title_inside h1{
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 25px;
    line-height: 35px;
    color: #005394;
    font-weight: 700;
}







.doctor_designation{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#000;
font-weight:600;

}

.img_width{
width:auto;    
}

.homepage_heading_div {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #0A3F6B;
    font-weight: 700;
}

.homepage_heading_div1 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #0A3F6B;
    font-weight: 700;
}




.home_about_txt {
    float:left;
    width:100%;
    text-align: left;
    font-size: 15px;
    line-height:21px !important;
    line-height:normal;
    color:#000;
    text-align:justify;
   
}

 



.list li {
    list-style: disc;
    line-height: 25px !important;
    margin-left:20px;
}


.footer_heading {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    
}

.footer_txt {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.footer_txt ul li {
    list-style: none;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight:400;
}


.footer_bottom {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 20px 0px 20px;
  
        display: block;
    /*background-color:#244053;*/
}

.footer_txt p{
font-size:15px;    
}

.inside_desktop_banner {
    float: left;
    width: 100%;
    background-color:#005394;
    display: block;
    padding: 30px 0px;
}

.desktop_banner_name{
float:left; 
width:100%;
text-align:left;
font-size:28px;
font-weight:700;
color:#fff;
margin-bottom:5px;
}

.desktop_banner_bradcrum{
float:left; 
width:100%;
text-align:left;
font-size:15px;
font-weight:500;
color:#fff;

}


.reconstraction{
float: left;
    width: 100%;
    height: 250px;    
}

.eventimg_css {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.clinic_maindiv{
 float:left;
 width:100%;
 background-color:#f4f4f4;
 text-align:left;
 color:#000;
 font-size:15px;
 padding:15px;
}

.hospital_name{
font-weight:700;
font-size:20px;
}

.testimonials_maindiv{
  float:left;
 width:100%;
 border:1px solid #02769c;
 padding:20px;
}

.touch_maindiv {
    float: left;
    width: 100%;
    background-color: #0079C2;
    border-radius: 10px;
    padding: 20px;
}

.get_in_touch_heading {
    float: left;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
}
.get_formdiv {
    float: left;
    width: 100%;
}

.doctor_search_select {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 7px 0px 0px 7px;
    padding: 0px 10px;
    text-align: left;
    font-size: 14px;
    color: #000;
    border: 1px solid #DEE2E6;
    outline: 0px;
}

.btn1 {
    float:left;
    padding: 7px 35px;
    border-radius: 5px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    font-weight: 500;
    background-color:#0A3F6B;
    color:#fff;
    text-align:center;
    font-size:17px;
}

.btn1:hover {
    border: 1px solid #0A3F6B;
    color: #0A3F6B !important;
    background-color:#e3ebff;
}

.address{
   float: left;
    width: 100%;
    font-size:16px;
    color:#6C6C6C;
    line-height:24px;
    font-weight:500;
}



.secretory{
float:left;
width:200px;
}

.login_desktop{
display:block;    
}

.login_mob{
display:none;    
}


.banner_font_new {
    float: left;
    width: 600px;
    text-align: left;
    color: #fff;
      
    font-weight: 800;
    font-size: 40px;
   margin-bottom:10px;
   line-height:50px;
}

.banner_font_subheading {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height:22px;
}

.carousel-control-next, .carousel-control-prev{
width:5% !important;    
}


.readmore_btn{
float:left;
width:auto;
padding:8px 15px;
margin-top:15px;
height:35px;
font-size:15px;
line-height:18px;
background-color:#0262AE;
text-align:center;
color:#fff;
border-radius:5px;
transition: all 0.5s ease;
border:1px solid #0262AE;
font-family: "Fira Sans Condensed", sans-serif !important;
}

.readmore_btn:hover{
background-color:#fff;
color:#0262AE;
}


.countdown_number {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #013453;
    width: 100%;
    text-align: center;
    line-height: 50px;
   
}


.coundown_txt {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    color: #013453;
    font-weight: 400;
   
}

.counter_maindiv{
float:left;
width:100%;
padding:30px 0px;

}

.event_show{
display:none;    
}


.governing_body_maindiv{
float:left;
width:100%;
padding:10px;
background-color:#F4F4F4;
border:1px solid #D7D7D7;
}

.member_designation{
float:left;
width:100%;
text-align:left;
font-size:22px;
line-height:27px;
color:#074673;
font-weight:600;
margin-bottom:0px;
}

.member_name{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#666363;
font-weight:600;

}


.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ed1a3b;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fa7e92;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    background-color: #ed1a3b;
    transition: all 0.5s ease;
    height: 10px;
}


.gallery_imgdiv {
float: left;
width: 100%;
height: 350px;
}


.media_imgdiv {
float: left;
width: 100%;
height: 250px;
}


.pointers_imgdiv {
float: left;
width: 100%;
height: 400px;
}


.eventimg_css {
width: 100%;
height: 100%;
object-fit: cover;
}


.testimonials_maindiv_new{
float:left;
width:100%;
background-color:#fff;
padding:15px;
border:1px solid #EEEEEE;
margin-top:15px;
}

.testimonials_img{
    float:left;
width:100%;    
}

.testimonials_name{
 color:#3D93E8;
 text-align:left;
 font-size:18px;
 line-height:50px;
}

.testimonials_details{
 float:left;
 width:100%;
 color:#6C6C6C;
 height:auto;
 overflow:hidden;
 font-size:14px;
 line-height:20px;
 text-align:left;
 font-style:italic;
}

.social_div{
float:left;
width:45px;
height:45px;
border-radius:50%;
border:1px solid #fff;
text-align:center;
color:#fff;
font-size:20px;
line-height:45px;
margin-right:8px;
transition: all 0.5s ease;
}

.social_div:hover{
background-color:#fff;
color:#000;
}


.inside_subheading{
float:left;
width:100%;
margin-bottom:20px;
height:auto;
font-size:35px;
font-weight:600;
color:#005394;
position:relative;
}

.inside_subheading:after{
display:block;
bottom:0;
float:right;
right:0;
width:85%;
height:3px;
background: #000;
margin: 25px 0px 0 0;
content:'';
}

.readall-button{
 float:right; 
  color: #fff !important;
 text-align:right !important;
 width: auto !important;
    padding: 8px 15px !important;
       height: 35px;
    font-size: 15px;
    line-height: 18px;
    background-color: #c0dff8 !important;
    text-align: center !important;
   margin-top:15px;
    border-radius: 5px;
}



.blog_img{
float:left;
width:100%;

}

.blog_title{
 float:left;
 width:100%;
 text-align:left;
 font-size:20px;
 line-height:26px;
 color:#005394;
 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:700;

}

.blog_title_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:25px;
 color:#005394;
font-weight:700;

}

.blog_time{
 float:left;
 width:100%;
 text-align:left;
 font-size:15px;
 line-height:20px;
 color:#000;
     font-weight:400;

}


.blog_text{
 float:left;
 width:100%;
 text-align:justify;
 font-size:16px;
 color:#000;
 
 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog_text_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:16px;
 color:#000;

}


.blog_text_inside li {
    list-style: disc;
    line-height: 25px !important;
    margin-left: 20px;
}

::marker {
    color: #ec1b21;
    font-size: 20px;
    line-height: 10px;
}

.blog_continue {
    float: left;
    width: auto;
    text-align: center;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #D26501;
    border-radius: 50px;
}


.event_videoheading{
  float:left;
 width:100%;
 text-align:left;
 font-size:22px;
 color:#000;
 font-weight:600;
}
.event_video{
  float:left;
 width:100%;

}


.shareholder_name{
   float:left;
 width:100%;
 text-align:center;
 font-size:16px;
 line-height:18px;
 color:#000;
 font-weight:600;
 margin-top:8px;
 margin-bottom:5px;
}

.shareholder_designation{
 text-align:center;
 font-size:14px;
 line-height:18px;
 color:#7c7c7c;
 font-weight:600;
}


.mission_maindiv{
 float:left;
 width:100%;
 background-color:#005394;
 padding:30px;
}

.mission_vision_heading{
  float:left;
 width:100%;
 font-size:35px;
 color:#fff;
 font-weight:700;
 }
 
.statement_height{
height:200px;    
}

.logo_icon{
float:right;
width:150px;
opacity:.2;
margin-top:-70px;
}


.newsletter{
width:50% !important; 
border-radius:5px 0px 0px 5px;
}

.newsletter_btn{
width:20% !important;  
border-radius:0px 5px 5px 0px;
height:45px;
padding:0px;
}

.shareholder_border{
border:1px solid #ddd;    
}

.home_about_img_main{
margin-top:-300px !important;    
}
.rounder-20{
border-radius:20px;    
}

.rounder-10{
border-radius:10px;    
}

.footertop_main{
 float:left;
width:100%;
position:relative;
}

.footer_top{
float:left;
width:100%;
background-color:#0079C2;
border-radius:10px;
padding:30px;
z-index:100;
position:absolute;
margin-top:-40px;
}

.footer_top_heading{
font-size:23px;
font-weight:600;
}

.footer_top_body{
font-size:16px;

}

.footer_height{
padding:90px 0px 15px;    
}

.book_now_btn{
  float:right; 
  width:170px;
  height:45px;
  line-height:45px;
  
  background-color:#fff;
  text-align:center;
  font-size:14px;
  color:#0079C2;
  font-weight:700;
  border-radius:50px;
}


.banner_div {
    float: left;
    width: 100%;
    height: auto;
}

.inner-page-mask {
    float: left;
    background: rgba(0, 121, 194, 0.7);
    height: 100%;
    width: 100%;
    padding: 100px 22px;
}

.bannertxt_new {
    float: left;
    width: 100%;
    height: auto;
   
    text-align: center;
    font-size: 45px;
    line-height: 85px;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    
}

.banner_breadcremp {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
}

.nethaerland{
font-size:24px;    
}


.icon_txt {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
    font-weight: 600;
    margin-top:5px;
}





section.location .accordion-button {
    background-color: #186ba0;
    color: #fff;
    border-bottom: 1px solid #ffffff0d;
    font-size:15px;
}
section.location {
 background: url('../Images/black_bg.webp');
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

section.location .accordion-button::after {
  background-image: url(../images/down-arrow.png);
}
section.location .accordion-body {
    /*padding-left: 47px;*/
    background: #c8dfee;
}

.accordion-button:not(.collapsed){
      background: #1779b8 !important; 
}
section.location .accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border: 0;
}


section.location ul li {
    list-style: disc;
    font-family: nexa-book, sans-serif;
    font-weight: 700;
    color: #fff;
}

section.location ul li::marker {
  color: #ffffff;
  font-weight: 500;
}

.accordion {
  --bs-accordion-bg: transparent;
}


.footer_social{
  font-size:22px;  
}

.search_btn{
  float:left;
  width:100%;
  height:45px;
  line-height:45px;
  border:0px;
  text-align:center;
  background-color:#ed1a3b;
  color:#fff;
  border-radius:0px 7px 7px 0px;
}


.know_more{
    height:35px;
    line-height:30px;
    background-color:#ed1a3b;
    border-radius:50px;
    color:#fff;
    text-align:center;
    transition: all 0.5s ease;
}

.know_more:hover{
background-color:#2c2a2b;    
}

.rounded-15{
    border-radius:15px;
}

.videos_topgap{
padding-top:150px !important;    
}



@media only screen and (max-width:999px){
    
    
    .pointers_imgdiv {
height: 200px;
}
    
    
.mission_vision_heading{
  float:left;
 width:100%;
 font-size:25px;
 }
 
.statement_height{
height:250px;    
}
    
 .newsletter{
width:60% !important; 

}

.newsletter_btn{
width:40% !important;  
height:35px;
}   
    
    
    
    .footer_heading {
    font-size: 20px;

}
    
    
 .event_videoheading{
 font-size:20px;

}
   
    
    
    
    .member_designation{
font-size:18px;
line-height:22px;
}

.member_name{
font-size:15px;
line-height:19px;

}

    
    
 .testimonials_details{
 height:auto;
 
 
}   
    
    
    
.gallery_imgdiv {
height: 200px;
}  
    
 .media_imgdiv {
height: 150px;
}    
    
    .event_show{
display:block;    
}
    
    
 .countdown_number {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
   
}   
    
    
.mainhome_title {
    font-size: 25px;
    line-height: 35px;

} 


.mainhome_title_white {
    font-size: 25px;
    line-height: 35px;
}


.mainhome_title_white h1{
    font-size: 25px;
    line-height: 35px;
}
    
  
.mainhome_title_inside h1{
    font-size: 20px;
    line-height: 26px;
}  
  
    
    
 .login_desktop{
display:none;    
}

.login_mob{
display:block;    
}
  
   
   
    
.btn1 {
font-size:14px; 
padding:7px 0px;
width:100%;
}
    
    
    
 .touch_maindiv{
 padding:15px;
}

.get_in_touch_heading{
font-size:16px;
}


.doctor_search_select {
height: 45px;
line-height: 45px;
}
    
 .admission-img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    width: 50%;
    height: 280px;
    
}   
    
 .img_width{
width:200px;    
}


.doctor_name{
font-size:30px;
}

.doctor_deegree{
font-size:20px;

}

.doctor_designation{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#000;
font-weight:600;

}
    
.bottom_head{
display:none;    
} 

.tab_header{
float:left;
width:100%;
border-bottom:1px solid #E1E0E0;
display:block;
background-color:#fff;
}

.nav-link {
    color: #0a3f6b;
    line-height: 10px;
    
    font-weight: 500 !important;
    padding-left: 0px !important;
}

.submenu {
    padding-left: 0rem;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.nav-link:focus, .nav-link:hover {
     color: #0a3f6b !important;
}


.menu_topgap{
margin-top:8px;    
}


.coundown_txt {
    font-size: 13px;
line-height:18px;
   
}

    
}





@media only screen and (max-width:768px){
  .hamburger{

margin-top:-15px; 
}     
}




@media only screen and (max-width:480px){
    
 .home_about_img_main{
margin-top:-90px !important;    
}   
    
    
    
    
  .hamburger{
/*margin-top:6px;*/
margin-top:-10px; 
} 

.top_head_txt {
font-size: 12px;

}

.offcanvas {
    max-width: 80%;
}

.desktop_banner{

display:none;
}

.mobile_banner{
float:left;
width:100%;
display:block;
}

.admission-img {
    height: 390px;
    
}   
    
 .img_width{
width:290px;    
}

.doctor_name{
font-size:20px;
}

.doctor_deegree{
font-size:15px;

}

.doctor_designation{
font-size:13px;


}

.homepage_heading_div {
    float: left;
    width: 100%;
    font-size: 20px;

}


.homepage_heading_div1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height:normal;

}


.home_about_txt {
    text-align: left;
    font-size: 14px;
   
}

.mainbody_div {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.inside_desktop_banner {
 padding: 15px 0px;
}

.desktop_banner_name{
font-size:20px;
font-weight:600;
}

.desktop_banner_bradcrum{
font-size:12px;


}

.reconstraction{
float: left;
    width: 100%;
    height: 150px;    
}

.hospital_name{
font-weight:700;
font-size:18px;
}
.address{
font-size:14px;
line-height:25px;
}

.secretory{
float:left;
width:40%;
margin-left:30%;
}

.subheading{
float:left;
width:100%;
text-align:left;
font-size:14px;
font-weight:300;

}


.mainhome_title {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #005394;
    font-weight: 500;
}


.mainhome_title_white {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 20px;
    line-height: 26px;
    }
    
    
.mainhome_title_white h1{
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 20px;
    line-height: 26px;
    }    
    
    


.mainhome_title_inside h1{
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #005394;
    
}






.countdown_number {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
   
}


.coundown_txt {
    font-size: 14px;

   
}



.member_designation{
font-size:17px;
line-height:20px;
}

.member_name{
font-size:15px;


}


.testimonials_details{
 float:left;
 width:100%;
 color:#000;
 height:auto;
 overflow:hidden;
 font-size:14px;
 line-height:20px;

 
}

 .social_div{
float:left;
width:35px;
height:35px;
font-size:15px;
line-height:35px;
margin-right:8px;
}   
 .gallery_imgdiv {
height: 350px;
} 


 .media_imgdiv {
height: 130px;
}  




thead{
font-size:14px !important;    
}

tbody{
  font-size:13px !important;   
}


.readall-button{
    padding: 4px 10px !important;
       height: auto;
    font-size: 13px;
    line-height: 18px;

}


.blog_title{
 font-size:18px;
 line-height:22px;

}

.blog_text{
 font-size:14px;
}

.blog_text_inside{
 font-size:14px;
}

.blog_title_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:20px;
line-height:24px;

}

 .event_videoheading{
 font-size:17px;
line-height:normal;
}

.mission_maindiv{
 padding:25px 15px 15px;
}

.mission_vision_heading{
  float:left;
 width:100%;
 font-size:23px;
 color:#fff;
 font-weight:700;
 }
 
 .logo_icon{
float:right;
width:100px;
opacity:.2;
margin-top:-60px;
}


.shareholder_name{
  font-size:13px;
 line-height:15px;

}
   
.newsletter{
width:70% !important; 

}

.newsletter_btn{
width:30% !important;  
height:35px;
} 

.footer_txt ul li {
    font-size: 15px;
    line-height: 24px;
;
}

.footer_txt {
    font-size: 13px;
}

.shareholder_designation{
 font-size:12px;

}

.testimonials_name{
 color:#3D93E8;
 text-align:left;
 font-size:16px;
 line-height:35px;
}

.footer_top{
float:left;
width:100%;
background-color:#0079C2;
border-radius:10px;
padding:15px;
z-index:100;
position:absolute;
margin-top:-40px;
}

.footer_top_heading{
font-size:20px;
}

.footer_top_body{
font-size:14px;

}

.book_now_btn{
  float:left; 
  width:140px;
  height:35px;
  line-height:35px;

}

.footer_height{
padding:120px 0px 15px;    
}


.inner-page-mask {
        height: 100%;
        width: 100%;
        padding: 40px 22px;
    }
    
    .bannertxt_new {
        font-size: 22px;
       
        line-height: 35px;
    }    
    
.banner_breadcremp {
        font-size: 12px;
    }
    
.nethaerland{
font-size:17px;    
}    
    
.mainhome_title_white h2 {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 20px;
    line-height: 30px;
 
} 

.icon_txt {
    font-size: 12px;
    line-height: 16px;
margin-top:5px;
height:50px;
}

section.location .accordion-button {
font-size:13px;
}

.top_heading_new {
   font-size: 1.7em;
   line-height:2.3rem;
 }
 
 .maintopgap{
    padding-top:70px; 
 }
 
 .top_heading_new_inside {
   font-size: 1.42em;

    
}

.videos_topgap{
padding-top:80px !important;    
}

}