@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family: 'Montserrat', sans-serif !important;

}



.wrapper{
width:100%;
height:auto;
}

.img_css{
width:100%;
height:auto;
}

.header_topdiv{
float:left;
width:100%;
background-color:#f8f8f8;
padding:2px 0px;
}

.header_address_txt{
float:left;
text-align:left;
font-size:13px;
color:#000000;
}


.adress_txt{
display:block;
}


.header_social_txt{
float:right;
text-align:right;
font-size:16px;
color:#FFFFFF;
}

.header_maindiv{
float:left;
width:100%;
height:auto;
padding:0px 0% 0px;
background-color:#FFFFFF;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position:inherit;
border-bottom:1px solid #CCCCCC;
}

.header_div{
width:1200px;
height:auto;
margin:0px auto;
}


.header_div_stiky_main{
width:1300px;
height:auto;
margin:0px auto;
}

.logo_maindiv{
float:left;
width:240px;
height:auto;
margin-top:0px;
padding-bottom:0px;
}

.otherlogo_maindiv{
float:right;
width:60px;
height:auto;
margin-right:15px;
margin-top:5px;
margin-bottom:5px;
}

.menu_maindiv{
float:left;
width:700px;
height:auto; 
margin-top:22px;
/*margin-left:10px;*/
margin-right:30px;
}
.navbar-right .dropdown-menu {
   
    left: 0 !important;
	right:0 !important;
}


.banner_div{
float:left;
width:100%;
height:auto;
}

.carousel-control {width:5% !important}

.register_now_div{
float:right;
width:auto;
height:40px;
line-height:40px;
padding:0px 10px;
background-color:#fbb019;
text-align:center;
font-size:14px;
text-align:center;
color:#000000;
margin-top:30px;
font-weight:600;
display:block;
}

/*.navbar-nav>li>.dropdown-menu {
    margin-top: -27px !important;
   
}*/

.open{
 background-color:#0979d8 !important;
}

.header_band{
display:none;
}


.body_part1{
float:left;
width:100%;
height:auto;
}

.bodypart_leftdiv{
float:left;
width:50%;
/*height:390px;*/
height:410px;
}

.body_addiv{
float:left;
width:45%;
height:100%;
background-color:#d9285c;
}

.body_imgiv{
float:left;
width:55%;
height:100%;
padding:80px 50px 40px 30px;
}

.bodypart_rightdiv{
float:left;
width:50%;
height:410px;
background-color:#1f1f1f;
padding: 100px 10px 90px;
}

.start_date{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
text-align:center;
font-size:28px;
color:#FFFFFF;
font-weight:300;
}

.countdown_div{
float:left;
width:100%;
height:auto;
/*margin-left:10%;
margin-right:10%;*/
}

.countdown_maindiv{
width:550px;
height:auto;
margin:0px auto;
}

.countdown_gap{
display:inline-block;
padding: 20px 24px;
}

.important_date{
float:left;
width:100%;
height:auto;
font-size:20px;
text-align:left;
font-weight:600;
color:#FFFFFF;
padding-bottom:10px;
border-bottom:1px solid #FFFFFF;
margin-bottom:20px;
letter-spacing:2px;
}

.important_date_div{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:16px;
line-height:23px;
color:#FFFFFF;
padding-top:80px;
}


.conference_imgdiv{
float:left;
width:50%;
max-height: 450px;
min-height: 450px;
overflow:hidden;
}

.about_conference{
float:left;
width:50%;
height:450px;
padding:50px 
}

.about_conference_heading{
float:left;
width:100%;
height:auto;
font-size:38px;
color:#383838;
font-weight:800;
margin-bottom:20px;
/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}


.about_conference_body{
float:left;
width:100%;
height:auto;
font-size:15px;
line-height:26px;
color:#808084;
text-align:justify;
font-weight:500;
}



.about_btn_maindv{
float:left;
width:100%;
height:auto;
margin-top:20px;
}




.welcome_readmore {
float:left;
width: 130px;
height: 45px;
border-radius: 50px;
background-color: #71b714;
text-align: center;
line-height: 45px;
color: #000000;
transition: 0.5s all;
cursor: pointer;
font-size: 14px;
font-weight:600;
font-family: 'Roboto Slab', serif !important;
}

.welcome_readmore:hover{
background-color:#000000; color:#FFFFFF;
}


.register_readmore {
float:left;
width: 100%;
height: 45px;
border-radius: 50px;
background-color: #FFFFFF;
text-align: center;
line-height: 45px;
color: #0093dd;
transition: 0.5s all;
cursor: pointer;
font-size: 14px;
font-weight:600;
font-family: 'Roboto Slab', serif !important;
}

.register_readmore:hover{
background-color:#000000; 
color:#FFFFFF;
}


.main_h {
 position: fixed;
 top: 0px;

 height:auto;
 
 z-index: 1800;
 width: 100%;
 display:block;
 
 background: none;
 /*overflow: hidden;*/
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 opacity: 0;
 top: -100px;


}

.sticky {
  opacity: 1;
 top: 0px;
background-color:#FFFFFF;
padding:0px 0px 0px 0px;
 display:block;
/* border-bottom:2px solid #b1203d;*/
 -moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
}

.sticky_maindiv{
width:1200px;
height:auto;
margin:0px auto;
}

.logo_sticky{
float:right;
width:150px;
 height:auto;
 margin-top:5px;
 margin-bottom:10px;
}


.main_sticky_menu_div{
float:left;
width:1100px;
height:auto;
margin-top:20px;
/*margin-left:20px;*/
margin-right:20px;
}


.parallexBG {
width: 100%;
height: auto;
float: left;
padding-bottom: 50px;
padding-top: 70px;
background-image: url(../images/trending_newarriaval_bg1.jpg);
background-repeat: no-repeat;
background-position: center center;
/*background-attachment: fixed;*/
background-size: cover;
}



.parallex_maindiv{
width:1200px;
height:auto;
margin:0px auto;
}

.icon_maindiv{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.icondiv{
width:100px;
height:auto;
margin:0px auto;
}

.about_icon{
float:left;
width:100%;
height:auto;
font-size: 18px;
font-weight: 600;
text-align:center;
color:#FFFFFF;
letter-spacing:1px;
}

.conference_highlight{
float:left;
width:100%;
height:auto;
margin-bottom:80px;
text-align:center;
font-size: 30px;
color:#000000;
font-weight:800;
font-family: 'Roboto Slab', serif !important;
text-transform:uppercase;
}


.register_now_btn_new{
float:left;
width:100%;
height:auto;
line-height:25px;
/*margin-top:15px;*/
font-family:Arial, Helvetica, sans-serif;
font-weight:800;
/*border:3px solid #FFFFFF;*/
text-align:right;
font-size:12px;
color:#443f45;
letter-spacing:-1px;

/*letter-spacing:2px;
transition: 0.5s all;
cursor:pointer;
background-color: rgba(215, 40, 40, 0);*/
}

/*.register_now_btn_new:hover{
background-color:#000000;
color:#FFFFFF;
border:3px solid #000000;
}*/

.city_attraction_maindiv{
float:left;
width:1200px;
margin:0px auto;
}

.facility_div {
float: left;
width: 100%;
height: auto;
position: relative;
}

.div_gap{
padding-left:0%;
padding-right:0%;
}


.footer_maindiv{
float:left;
width:100%;
height:auto;
background-color:#163a52;
padding:60px 0% 20px 0%;
}

.footer_title{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
font-size:23px;
color:#FFFFFF;
font-weight:500;
}

.footer_body{
float:left;
width:100%;
height:auto;
color:#FFFFFF;
font-size:15px;
}

.footer_bottomdiv{
float:left;
width:100%;
height:auto;
padding:10px 0%;
border-top: 1px solid rgba(255,255,255,.1);
text-align:center;
color:#CCCCCC;
font-size:13px;
background-color:#163a52;
}


.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
z-index:1000;
}



.register_maindiv {
width: 600px;
height: auto;
margin: 0px auto;
}


.register_bodydiv {
float: left;
width: 100%;
background-color: #f7f7f7;
padding: 3%;
border: 1px solid #eaeaea;
margin-bottom: 40px;
box-shadow: 0px 18px 30px -10px rgba(0, 0, 0, 0.35);
}

.register_txt {
float: left;
width: 100%;
height: auto;
text-align: center;
font-size: 32px;
font-weight: 500;
color: #000000;
margin-bottom: 10px;
}
.verify_txt {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.formfield_gap {
    height: 50px;
    margin-bottom: 8px;
}

.formfield_gap_new {
  
    margin-bottom: 0px;
}


.txtbox_div {
    float: left;
    width: 100%;
    height: 40px;
    padding: 8px;
    border: 1px solid #ccc;
    background: #f0eff0;
    color: #000;
    font-size: 14px;
    line-height: normal;
    border-radius: 2px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.075) inset;
   }
   
   
   
.verify_maindiv {
    width: 200px;
    height: auto;
    margin: 0px auto;
}


label.error
{

color:#F20000;
font-size:12px;
padding-right:10px;

}

input:focus, select:focus {
    outline: none;
}

.InputGroup {
    display: inline-block;
    padding: 3px 4px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}

.ErrorField {
    border-color: #D00;
    color: #D00;
    background: #FFFFFE;
}

span.ValidationErrors {
    display: inline-block;
    font-size: 11px;
    color: #D00;
    padding-left: 10px;
	text-align:left;
	width:100%;
 
} 




.otpBox {
    width: 80%;
    margin: 0 auto;
       height: auto;
    margin-left: 10%;
    margin-right: 10%;
}  


label{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:14px;

}

.padding_gap{
padding-left:0px !important;
padding-right:15px !important;
}

.height_div{
height:70px;
}



.mainheading_div{
float:left;
width:100%;
height:auto;
margin-bottom:30px;
padding-bottom:5px;
border-bottom:1px solid #CCCCCC;
}

.inside_bodyheading{
float: left;
width: 70%;
height: auto;
text-align: left;
font-size: 30px;
font-weight: 700;
color: #f9a61a;
text-transform:uppercase;
}

.breadcrump_div{
float:left;
width:30%;
height:auto;
text-align:right;
font-size:13px;
color:#000000;
margin-top:10px;
}

.inside_page_bodygap{
padding-left:0%;
padding-right:0%;
}


.organiser_name_maindiv{
float:left;
width:100%;
height:auto;
margin-top:20px;
}

.organiser_namediv{
float:left;
width:200px;
height:auto;
margin-right:40px;
margin-bottom:30px;
}

.committee_heading{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#d9285c;
margin-bottom:15px;
}

.committee_heading:before{
display:block;
position:absolute;
margin-top:30px;
width:80px;
height:2px;
background:#fbb019;
content:'';

}

.committee_section{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.committee_member{
float:left;
width:100%;
height:auto;
font-size:16px;
color:#5b5757;
line-height:25px;
}


.faculty_img{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}



.faculty_name{
font-size:15px;
}

.partner_div{
float:left;
width:18%;
height:380px;
margin-right:2%;
padding-right:1%;
margin-bottom:20px;
border-right:1px solid #333333;
font-size:14px;
}


.nssi_img{
float:left;
width:200px;
max-height:225px;
min-height:225px;
margin-bottom:0px;
}



.international-faculty-bg{
float:left;
width:30%;
height:auto;
}


.international-faculty-scrollbg{
float:left;
width:70%;
height:auto;
padding-top:80px;
padding-right:50px;
}

.home_faculty_img{
float:left;
width:100%;
height:auto;
padding:0px 10%;
margin-bottom:15px;
}

.home_faculty_img_class{
border-radius:50%;
border:4px solid #c4c4c4;
}

.home_faculty_name{
float:left;
width:100%;
height:auto;
text-align:center;
color:#000000;
font-weight:600;
font-size:14px;
}

.offline_maindiv{
float:left;
width:500px;
height:auto;
display:block;
}

.registration_titlediv{
float:left;
width:250px;
height:auto;
margin-right:30px;
}

.registration_titlediv1{
float:left;
width:390px;
height:auto;
margin-right:30px;
}

.offline_maindiv1 {
    float: left;
    width: 300px;
    height: auto;
    display: block;
}

.res_offline_maindiv1{
display:none;
}

.offline_registration_tab{
float:left;
width:200px;
height:45px;
line-height:45px;
text-align:center;
font-size:15px;
color:#da295f;
border-radius:50px;
background-color:#FFFFFF;
border:2px solid #da295f;
margin-right:10px;
transition: 0.5s all;
font-weight:600;
cursor:pointer;
}

.offline_registration_tab:hover{
background-color:#000000;
color:#FFFFFF;
border:2px solid #000000;
}

.responsive_tabdiv{
display:none;
}

.accommodation_maindiv{
padding-left:0px !important;
padding-right:40px !important;
margin-bottom:40px;
}

.accommodation_div{
float:left;
width:100%;
height:auto;
border:1px solid #eaeaea;
background-color:#f7f7f7;
}

.accomodation_img{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}
.accommodation_gap{
padding:0px 5% 10px;
font-size:14px;
text-align:left;
}


.sticky-footer {
    display: none;
}







.conference_maindiv{
float:left;
width:100%;
height:auto;
z-index:100;
position:absolute;
}

.conference_div{
width:480px;
height:auto;
left:0px;
font-weight:600;
margin-top:20px;
}

.conference_divgap{
margin-left:350px;
}

.conference_display{
display:none !important;
}

.mainservice_div{
width:1200px;
height:auto;
margin:0px auto;
}

.smart_div{
float:left;
width:100%;
height:auto;
padding:0px 20px 20px;
background-color:#3e6b88;
border-radius:7px;
box-shadow: 0px 18px 30px -10px rgba(0, 0, 0, 0.75);
}

.smart_title_maindiv{
width:180px;
height:auto;
margin:0px auto;
}

.smart_title_new{
float:left;
width:100%;
height:40px;
line-height:40px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
background-color:#002a43;
text-align:center;
color:#FFFFFF;
font-size:15px;
text-transform:uppercase;
margin-bottom:20px;
}
/*
.smart_div:hover{
transform: translateY(-10px);
transition: all .3s;
background-color:#71b714;
border-bottom:4px solid #71b714;
}*/

.smart_div1{
float:left;
width:100%;
height:auto;
padding:8% 12%;
background-color:#71b714;
margin-bottom:0%;
border-bottom:4px solid #0979d8;
transition: all .3s;
}

.smart_div1:hover{
transform: translateY(-10px);
transition: all .3s;
background-color:#0979d8;
border-bottom:4px solid #0979d8;
}

.smart_icon{
float:left;
width:100%;
height:auto;
text-align:left;
margin-bottom:5px;
font-size:35px;
color:#FFFFFF;
}

/*.smart_title{
float:left;
width:100%;
height:auto;
margin-bottom:8px;
text-align:left;
color:#FFFFFF;
font-size:23px;
font-weight:600;
font-family: 'Roboto Slab', serif !important;
}*/

.smart_txt{
float:left;
width:100%;
height:100px;
text-align:left;
color:#FFFFFF;
font-size:14px;
line-height:20px;
}

.about_img{
float:left;
width:100%;
height:auto;
margin-bottom:15px;

}

.service_imgdiv{
float:left;
width:100%;
height:auto;
}

.service_body{
float:left;
width:100%;
height:auto;
padding:5%;
background-color:#FFFFFF;
}

.service_mainbody{
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
margin-top:-40px;
padding:5%;
}

.service_heading{
float:left;
width:100%;
height:50px;
text-align:left;
font-size:20px;
font-weight:600;
color:#000000;
margin-bottom:20px;
}


.service_bodytxt{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:14px;
font-weight:200;
color:#000000;
margin-bottom:20px;
line-height:24px;
}

.footer_txtbox {
width: 100%;
height: 40px;
line-height: 40px;
font-size: 14px;
color: #FFFFFF;
padding-left: 2%;
background-color: #454343;
border: 0px;
}
.submit_btn1enq {
    float: right;
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #f9a61a;
    margin-top: 8px;
    margin-bottom: 2%;
   border: 0px none;
    cursor: pointer;
}

.inside_img{
float:right;
margin-left:30px;
margin-bottom:10px;
}


.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}

.programe_readmore{
width:160px;
height:auto;
margin:0px auto;
}


.contact_maindiv{
width:900px;
height:auto;
margin:0px auto;
}
.contact_div{
float:left;
width:100%;
height:auto;
box-shadow: 0px 18px 30px -10px rgba(152, 152, 152, 0.95);
background-color:#FFFFFF;
border:1px solid #e9eaea
}

.address_div{
float:left;
width:100%;
background-color:#103f6f;
padding:25px;
color:#FFFFFF;
font-size:15px;
}


.form_maindiv{
float:left;
width:100%;
padding:25px;
}

.form_header{
float:left;
width:100%;
margin-bottom:15px;
text-align:left;
font-size:25px;
font-weight:600;
color:#000000;
}

.left_gap{
padding-left:0px !important;
margin-bottom:15px;
}

.smart_top_gap{
margin-top:0px;
}

.smart_btn{
float:left;
width:40%;
height:45px;
margin-left:30%;
background-color:#29166f;
line-height:45px;
text-align:center;
color:#FFFFFF;
font-size:13px;
border:2px solid #29166f;
transition: 0.5s all;
}

.smart_btn:hover{
background-color:#ecf2f5;
border:2px solid #29166f;
color:#29166f
}

.donate_btn{
float:left;
width:40%;
height:45px;
margin-left:30%;
background-color:#ecf2f5;
border:2px solid #29166f;
color:#29166f;
line-height:45px;
text-align:center;
font-size:13px;
transition: 0.5s all;
}

.volunteer_maindiv {
    width: 700px;
    height: auto;
    margin: 0px auto;
}
.body_topbox{
float:left;
width:100%;
height:auto;
margin-top:-140px;
}

.bodygap{
padding:35px 0px;
}

.bodygap1{
padding:50px 0px;
}

.bodygap2{
padding:0px 0px;
}



.franchisee_btn_aindiv{
width:140px;
height:auto;
margin:0px auto;
}

.home_healthpackages_title{
float:left;
width:100%;
min-height:40px;
margin-bottom:8px;
text-align:left;
font-size:18px;
line-height:22px;
font-weight:600;
font-family: 'Roboto Slab', serif !important;
color:#0979d8;
margin-top:10px;
}

.home_healthpackages_txt{
float:left;
width:100%;
height:auto;
text-align:justify;
font-size:14px;
color:#000000;
}

.health_issue_txt{
float:left;
width:100%;
height:auto;
text-align:center;
color:#000000;
font-size:16px;
font-weight:600;
margin-top:0px;
}


.banner_top_div {
float: left;
width: 100%;
height: auto;
z-index: 100;
position: absolute;
display: block;
}

.banner_top_maindiv {
width: 1200px;
height: auto;
margin: 0px auto;
}

.special_btn_maindiv{
float:right;
width:350px;
height:auto;
margin-top:130px;
margin-right:30px;
}

.banner_btn_div{
float:left;
width:100%;
height:auto;
padding:14px 5%;
color:#FFFFFF;
font-size:22px;
text-align:left;
font-weight:500;
background-color: rgba(27, 130, 216, 0.9);
transition: 0.5s all;
}

.banner_btn_div:hover{
background-color:#000000;
}

.banner_btn_view{
display:none;
}

.why_healthplus_icon{
float:left;
width:100%;
height:80px;
margin-bottom:10px;
padding:0% 37%;
}

.why_healthplus_title{
float:left;
width:100%;
height:auto;
margin-bottom:10px;
text-align:center;
color:#000000;
font-weight:600;
font-size:18px;
}

.why_healthplus_txt{
float:left;
width:100%;
height:auto;
margin-bottom:10px;
text-align:center;
color:#000000;
font-size:15px;
line-height:18px;

}

.success_story_div{
float:left;
width:100%;
height:auto;
padding:40px 10%;
}

.slide_div{
float:left;
width:100%;
height:auto;
}

.success_story_title{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:26px;
color:#FFFFFF;
font-weight:600;
margin-bottom:20px;
}

.testimonials_maindiv{
float:left;
width:100%;
padding:20px;
background-color:#FFFFFF;
border-radius:5px;
}
.testimonials_img{
float:left;
width:100%;
padding-left:42%;
padding-right:42%;
margin-bottom:8px;
}


.testimonials_img_name{
float:left;
width:100%;
font-size:23px;
text-align:center;
color:#000000;
font-weight:600;
margin-bottom:15px;
}

.testimonialstxt{
float:left;
width:100%;
height:150px;
overflow:hidden;
color:#000000;
font-size:15px;
text-align:center;
font-weight:600;
line-height:23px;
padding-bottom:15px;
}

.testimonialstxt1{
float:left;
width:100%;
height:auto;
color:#000000;
font-size:15px;
text-align:center;
font-weight:600;
line-height:23px;
padding-bottom:15px;
}


.benefits_txt{
float:left;
width:100%;
height:auto;
text-align:justify;
font-size:14px;
line-height:20px;
color:#000000;

}


.home_blog_title{
float:left;
width:100%;
height:auto;
margin-bottom:10px;
text-align:left;
font-size:17px;
font-weight:600;
font-family: 'Roboto Slab', serif !important;
color:#0979d8;
margin-top:10px;
}

.margin_main{
margin-top:auto;
}



.form-headimg {
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.location_div{
float:left;
width:100%;
background-color:#0979d8;
padding:20px 2%;
margin-bottom:1.5rem;
}

.location_icon{
float:left;
width:100%;
height:auto;
font-size:50px;
text-align:center;
color:#FFFFFF;
margin-bottom:15px;
}

.location_title{
float:left;
width:100%;
height:40px;
font-family: 'Roboto Slab', serif !important;
text-align:center;
font-size:19px;
color:#FFFFFF;
font-weight:600;
margin-bottom:10px;
}

.location_body{
float:left;
width:100%;
height:80px;
text-align:center;
font-size:14px;
color:#FFFFFF;
}

.healthpackages_title_inside{
float:left;
width:100%;
height:auto;
font-size:25px;
line-height:35px;
color: #0979d8;
font-weight: 600;
margin-bottom: 15px;
    /*text-transform: uppercase;*/
}

.div_bottom_gap {
margin-bottom: 15px;

}

.test_name_heading {
float: left;
font-size: 15px;
text-align: left;
color: #000000;
line-height: 24px;
font-weight: 600;
}
.test_name_details {
float: left;
font-size: 15px;
text-align: left;
color: #333333;
line-height: 24px;
}



.book_test_btn{
float:left;
width:100%;
height:45px;
line-height:45px;
text-align:center;
background-color:#71b714;
font-size:14px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
border:0px;
transition: all 0.5s ease 0s;
font-weight:600;
}

.book_test_btn:hover{
background-color:#d5042d;
color:#FFFFFF;
}



.test_name_txtbox {
float: left;
width: 100%;
height: 45px;
line-height: 45px;
color: #000000;
font-size: 14px;
border: 1px solid #0979d8;
padding: 0px 2%;
background-color: #FFFFFF;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
}

.test_details_maindiv {
float: left;
width: 100%;
height: auto;
background-color: #f7f7f7;
border: 1px solid #eaeaea;
padding: 2%;
margin-bottom: 30px;
}

.blog_gap {
margin-bottom: 20px;
}

.blog_div {
float:left;
width:100%;
border: 1px solid #f0f0f0;
background-color: #fff;
border-radius: 4px;
margin-bottom: 30px;
padding: 20px;
}

.blog_img {
float: left;
width: 100%;
height: auto;
margin-bottom: 10px;
}

.blog_grid {
float: left;
width: 100%;
margin-bottom: 10px;
font-size: 14px;
font-style: italic;
letter-spacing: 0.1em;
color: #000000;
text-align: left;
font-weight:600;
}


.blog_small_title {
float: left;
width: 100%;
height: auto;
font-size: 28px;
color: #ff8a00;
text-align: left;
font-weight: 700;
line-height: 1.5;
}

.blog_date {
float: left;
width: 100%;
height: auto;
font-size: 16px;
margin-bottom:15px;
color: #163a51;
text-align: left;
font-weight: 700;
line-height: 1.5;
}

.blog_small_txt {
float: left;
width: 100%;
height: auto;
font-size: 15px;
color: #000000;
line-height: 1.6;
text-align: justify;
margin-bottom: 10px;
}

.search_txtbox {
    float: left;
    width: 80%;
    font-size: 13px;
    min-height: 46px;
    padding: 6px 15px;
    border: 1px solid #ced4da;
}

.blog_comment_div {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.blog_comment_title {
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: .8rem 1.5rem;
    font-size: 20px;
    color: #272b41;
    font-weight: 600;
    text-align: left;
}

.blog_comment_body {
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 20px;
}

.post-thumb {
    float: left;
    border-radius: 4px;
    width: 80px;
    overflow: hidden;
}

.post-content {
    float: left;
    width: 65%;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    margin-left: 5%;
	font-weight:600;
}


.tag {
    float: left;
    background-color: #fff;
    border-radius: 4px;
    color: #272b41;
    padding: 2px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    transition: all 0.5s ease 0s;
}

.tag:hover{
background-color:#0066FF;
color:#FFFFFF;
}

.menu_maindiv_new{
float: left;
width: 100%;
height: auto;
/* background-color: #f3f3f3; */
background-color: rgb(14, 14, 244);
}

.menugap{
  padding: 10px 24px !important;
}

.desktop_logodiv{
float:left;
width:100%;
height:auto;
}

.ph_div{
display:block;
float:left;
 width: auto;
    padding: 4px 15px;
	line-height:30px;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
   /* background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(212,213,215,1));*/
   background-color:#D5042D;
    margin-top: 13px;
   
}

.mob_ph{
display:none;
}



.book-collection {
float: left;
width: 100%;
background-color:#eee;
padding: 25px;
box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.2);
border-radius: 10px;
}

.book_collection_icon_maindiv{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.book_collection_icon{
width:50px;
height:auto;
margin:0px auto;
}

.book-icontxt_heading {
  float:left;
  width:100%;
    font-weight: 600;
    color: #000000;
    text-align: center;
	font-size:18px;
	margin-bottom:10px;
	
}




.book-icontxt {
  float:left;
  width:100%;
    font-weight: 400;
    color: #282828;
    text-align: center;
	font-size:14px;
}

.homecollection_heading{
font-size:27px !important;
line-height:30px;
}

.book_now_btn_maindiv{
width:150px;
height:auto;
margin:0px auto;
}

.book_now_btn {
    float: left;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    background-color: #0979d8;
    text-align: center;
    line-height: 45px;
    color: #FFFFFF;
    transition: 0.5s all;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif !important;
}

.book_now_btn:hover{
background-color:#000000;
}

.test_price_align{
text-align:right !important;
}

.book_test_btn_new{
float:right;
width:300px !important;
}

.blog_height{
height:200px !important;
}

.banner_txt{
float:left;
text-align:left;
width:100%;
margin-left:-100px;
margin-top:120px;
display:block;
}

.carousel-caption h2 {
    font-size: 40px !important;
    font-weight: 800 !important;
   line-height:60px;
   color:#FFFFFF;
   text-shadow:5px 1px 6px #000000;
}

.carousel-caption {
   /* margin-left: -10% !important;*/
      top: 20% !important;
    animation: fadeInLeft    1s !important;
}





.certificate_title{
float:left;
width:100%;
height:60px;
text-align:center;
color:#000000;
font-size:16px;
font-weight:600;
padding-top:8px;
}

.covid_heading{
text-align:center; 
font-size:25px; 
font-weight:600;
 text-transform:capitalize; 
 line-height:40px;
 font-family: 'Roboto Slab', serif !important;
}


 .Request-button {
         padding: 5px 10px;
       position: absolute;
   margin-left: -108px;
    margin-top: 36px;
    transform: rotate(90deg);
    background-color: #c80d23;
    border: 1px solid #c80d23;
    color: #FFFFFF;
    outline: none !important;
}

.form-control{font-size: 14px;}

.form1 {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    border: 1px solid #CCCCCC;
    position: fixed;
    z-index: 101;
    right: 0;
    margin-top: 30vh;
    margin-right: -300px;
    transition: .3s;
}
.form2 {
    margin-right: 0px;
}
    
    button:not(:disabled) {
    cursor: pointer;
}



.corona_maindiv{
float:left;
width:100%;
height:auto;
padding-bottom:35px;
background-color:#eeeeee;
}

.starrating_div {
float: left;
width: 64%;
height: 60px;
}

.reating_div {
    float: left;
    width: 35%;
    height: 35px;
    line-height: 20px;
        font-size: 15px;
    color: #000000;
    text-align: left;
   font-weight:700;
}

.associates{
float:left;
width:20%;
height:auto;
margin-bottom:20px;
padding-left:3%;
padding-right:3%;
}

.megamanu_newgap{
margin-left:-15px;
margin-right:-15px;
}

.dental{
color:#d1252a !important;
}

.megamanu_width{
width:1050px;
}

.dental_image{
float:right;
width:500px;
height:auto;
margin-left:30px;
margin-bottom:20px;
}

.dental_image1{
float:right;
width:300px;
height:auto;
margin-left:30px;
margin-bottom:20px;
}


.tab_main_body {
float: left;
width: 100%;
height: auto;
border: 1px solid #0979d8;
padding: 2% 2%;
}

.find_test_heading {
float: left;
width: 100%;
height: auto;
margin: 10px 0px 20px 0px;
font-size: 25px;
text-align: center;
font-weight: 600;
line-height: 32px;
color:#000000;
}

.department_div{
float:left;
width:100%;
height:auto;
margin-top:0px;
margin-bottom:10px;
}

.department_maindiv{
float:left;
width:auto;
height:auto;
padding:8px 15px;
background-color:#f1f1f1;
border:1px solid #dcdcdc;
font-size:14px;
color:#000000;
text-align:center;
margin-right:8px;
margin-bottom:8px;
cursor:pointer;
font-weight:500;
transition: all 0.5s ease 0s;
text-transform:uppercase;
}

.department_maindiv:hover{
background-color:#dddbdc;
color:#000000;
}


.department_maindiv_hover{
float:left;
width:auto;
height:auto;
padding:8px 15px;
background-color:#0979d8;
border:1px solid #dcdcdc;
font-size:14px;
color:#FFFFFF;
text-align:center;
margin-right:8px;
margin-bottom:8px;
cursor:pointer;
font-weight:500;
text-transform:uppercase;
}

.service_result_maindiv {
float: left;
width: 100%;
height: auto;
margin-top: 30px;
}

.doctor_gap{
margin-bottom:30px;
}

.doctor_maindiv{
float:left;
width:100%;
padding:15px;
height:auto;
border:1px solid #CCCCCC;
background-color:#f3f1f1;
}

.doc_img_maindiv{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.doc_img{
width:100px;
height:auto;
margin:0px auto;
}
.doc_css{
width:100%;
border-radius:50%;
border:2px solid #0979d8;
}

.doc_name_div {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #272045;
    line-height: 24px;
    font-weight: 600;
}

.doc_depart_div {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: #0979d8;
    line-height: 18px;
    font-weight: 600;
}

.doc_time_div {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 11px;
	margin-top:6px;
    color: #000000;
    line-height: 18px;
    font-weight: 600;
}

.book_maindiv{
float:left;
width:100%;
height:auto;
margin-top:5px;
}

.appointment_btn{
float:left;
width:80%;
height:40px;
line-height:40px;
text-align:center;
color:#FFFFFF;
background-color:#D5042D;
margin-left:10%;
margin-right:10%;
font-size:14px;
font-weight:600;
}


.desktop_social_div{
display:block;
float:right;
width:850px;
margin-top:15px;
}

.desktop_applynow{
float:right;
width:auto;
padding:0px 10px;
border-right:2px solid #6d8b9c;
text-align:center;
color:#000000;
font-size:14px;
line-height:15px;
font-weight:600;
}

.social_icon{
float:right;
width:35px;
margin-left:15px;
}

.navbar .dropdown-menu {
    position: absolute!important;
    margin-top: 6px !important;
}

.dropdown-menu{
border-radius:0px !important;
}

.text-yellow {
    color: #ff8a00!important;
	font-weight:600;
	font-size:18px;
	text-transform:capitalize;
}

.navbar .dropdown-menu a {
    font-size: 15px !important;
	line-height:18px;
    font-weight: 600;
    padding: 5px 0px;
    color: #000!important;
	text-transform:capitalize !important;
}

.course_font{
line-height:16px !important;
text-transform:none !important;
}



.dropdown_font_style{
color:#000000 !important;
font-size:15px !important; 
text-transform:capitalize !important;
}

.about_menu_div{
width:200px!important; 
padding:0px 15px !important; 
/*margin-left:100px !important;*/
}

.studentlife_menu_div{
width:200px!important; 
padding:0px 15px !important; 
margin-left:460px !important;
}

.studentcorner_menu_div{
width:230px!important; 
padding:0px 15px !important; 
margin-left:140px !important;
}

.admission_menu_div{
width:250px!important; 
padding:0px 15px !important; 
margin-left:600px !important;
}

.career_menu_div{
width:200px!important; 
padding:0px 15px !important; 
margin-left:745px !important;
}

.index_subheading{
float:left;
width:100%;
height:auto;
margin-bottom:0px;
text-align:center;
color:#b6b6b6;
font-size:25px;
font-weight:600;
}

.inside_pedname{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
text-align:center;
color:#2a2a2a;
font-size:20px;
text-align:center;
font-family: 'Kaushan Script', cursive;
}

.our_programe_heading  {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 38px;
   color: #2a2a2a;
    font-weight: 500;
    text-transform: uppercase;
    }
	
	/*.our_programe_heading:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f9a61a;
    margin: auto;
    content: '';
}*/

.our_programe_heading1  {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
   color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    }
	
	.our_programe_heading1:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #ff8a00;
    margin: auto;
    content: '';
}


.our_programe_heading2  {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
   color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    }
	
	.our_programe_heading2:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: auto;
    content: '';
}

.specification_heading {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
   color: #2a2a2a;
    font-weight: 800;
    text-transform: uppercase;
    }
	
	.specification_heading:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f9a61a;
    margin: auto;
    content: '';
	margin-top:15px;
}

.home_about{
float:left;
width:100%;
height:auto;

text-align:center;
color:#000000;
font-weight:500;
font-size:16px;
line-height:25px;
}

.button_maindiv{
float:left;
width:100%;
height:auto;
margin-top:20px;
}

.know_maindiv{
width:150px;
height:auto;
margin:0px auto;
}

.knew_btn{
float:left;
width:100%;
height:45px;
/* background-color:#ff8a00; */
background-color:#3E6C88;;
border-radius: 50px;
text-align:center;
/* color:#000000; */
color:white;
font-size:14px;
line-height:45px;
transition: 0.5s all;
font-weight:600;
}

.knew_btn:hover{
/* background-color:#163a52; */
background-color:green;
color:#FFFFFF;
}


.our_mission_div{
float:left;
width:100%;
height:auto;
background-color:#818286;
padding:50px 30px;
}

.mission_img_maindiv{
float:left;
width:100%;
height:auto;
margin-bottom:7px;
}

.mission_img{
width:60px;
height:auto;
margin:0px auto;
}

.mission_heading{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:27px;
font-weight:700;
color:#FFFFFF;
margin-bottom:15px;
}

.mission_txt{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:16px;
font-weight:500;
color:#FFFFFF;
margin-bottom:15px;
}

.mission_btn_maindiv{
width:150px;
height:auto;
margin:0px auto;
}

.mission_know_more{
float:left;
width:100%;
height:45px;
line-height:40px;
border:2px solid #FFFFFF;
text-align:center;
font-size:14px;
color:#FFFFFF;
font-weight:600;
transition: 0.5s all;
}

.mission_know_more:hover{
background-color:#000000;
border:2px solid #000000;
}

.mission_vision{
float:left;
width:100%;
height:auto;
}

.infra_maindiv{
float:left;
width:100%;
padding-left:50px;
}

.play_maindiv{
display:block;
float:left;
width:80px;
padding-top:160px;
margin-left:-110px;
}

.infra_subheading{
float:left;
height:auto;
width:100%;
font-family: 'Kaushan Script', cursive;
text-align:left;
font-size:25px;
margin-bottom:5px;
margin-top:80px;
color:#2a2a2a;
}

.infra_heading_new{
float:left;
height:auto;
width:100%;
text-align:left;
font-size:28px;
line-height:35px;
margin-bottom:15px;
color:#000000;
font-weight:500;
text-transform:uppercase;
}


.infra_heading_new:after {
display: block;
/* position: absolute; */
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background: #ff8a00;
content: '';
margin-top:5px;
}

.infra_txt{
float:left;
width:100%;
height:auto;
font-size:15px;
line-height:23px;
text-align:justify;
color:#000000;
font-weight:500;
}

.mob_play_div{
display:none;
}

.category_imgdiv{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.category_name{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:16px;
font-weight:600;
color:#000000;
margin-bottom:30px;
text-transform:uppercase;
}

.category_img_maindiv{
float:left;
width:100%;
height:auto;
}

.about_us_imgdiv{
float:right;
width:500px;
height:auto;
margin-left:30px;
margin-bottom:30px;
}

.prd_imagediv{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

#cf {
    position: relative;
    height: 400px;
    width: 100%;
    float: left;
}

#cf img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.bottom1{ opacity: 0;}
#cf:hover .bottom1{ opacity: 1;}
#cf:hover .top1{ opacity: 0;}  
              
.img_fit {
    height: 400px;
    object-fit: cover;

}

.prd_name{
float:left;
width:100%;
height:auto;
margin-bottom:50px;
text-align:center;
font-size:16px;
font-weight:600;
color:#f9a61a;
text-transform:uppercase;
}

.desktop_prd_imgdiv{
display:block;
float:left;
width:100%;
height:auto;
}

#gal1 {
    width: auto;
    float: left;
}

.thumb {
width: 100px;
float: left;
margin-bottom: 5px;
margin-right:10px;
}

.product_img {
width: 100%;
float: right;
}

.specification_fontsize{
font-size:20px;
}

.enquiry_maindiv{
width:200px;
float:left;
height:auto;
margin-right:15px;
/*margin:0px auto;*/
}

.wishlist_enquiry_maindiv{
width:300px;
height:auto;
margin:0px auto;
}

.enquiry_btn{
float:left;
width:100%;
height:45px;
line-height:45px;
text-align:center;
background-color:#f9a61a;
font-size:15px;
color:#FFFFFF;
font-weight:500;
transition: 0.5s all;
cursor:pointer;
}

.enquiry_btn:hover{
background-color:#000000;
}

.enquiry_btn_disable{
float:left;
width:100%;
height:45px;
line-height:45px;
text-align:center;
background-color:#c9c4c4;
font-size:15px;
color:#757474;
font-weight:500;
transition: 0.5s all;
cursor:pointer;
}


.mob_prd_div{
display:none;
}

#slider-thumbs {
list-style: none;
margin-left: -20px;
margin-top: 10px;
margin-bottom: 20px;
}




.similarpdHaed h1 {
float:left;
width:100%;
    text-align: left;
    font-size: 25px;
    letter-spacing: 2px;
	margin-bottom:20px;
    /* font-family: 'Roboto', sans-serif; */
}

.productBOX {
    border: 1px solid #dfdcdc;
    /* margin: 2% 0%; */
    padding-bottom: 4%;
	margin: 6% 2%;
}

.similer_prd_maindiv{
float:left;
width:100%;
height:auto;
}

.producthomeDiv {
width: 94%;
height: auto;
float: left;
/*margin: 3%;*/
padding: 2%;
}

.panel_img{
float:left;
width:100%;
height:auto;
}



.organ_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color:#f9a61a;
    margin-top: 20px;
    text-transform: uppercase;
}


.wishlist-icon {
    width: 50px;
    height: 40px;
    color: #ed1c24;
    font-size: 18px;
    text-align: center;
    position: absolute;
    margin-top: 20px;
    /* right: -20px; */
    right: 30px;
    /* opacity: 0; */
    z-index: 1;
}

.mytextwithicon {
    position: relative;
    cursor: pointer;
}

.mytextwithicon:before {
    content: "\f08a";
    font-family: FontAwesome;
    right: 12px;
    position: absolute;
    top: 0;
}

.wishlist-icon:hover .mytextwithicon:before{
	content: "\f004"; 
	transition: color 0.3s ease-in-out;
}

.mytextwithicon1 {
    position: relative;
    cursor: pointer;
}

.mytextwithicon1:before {
    content: "\f004";
    font-family: FontAwesome;
    right: 12px;
    position: absolute;
    top: 0;
}


.wishlist_no {
float: right;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #ee2424;
margin-top: -5px;
text-align: center;
font-size: 12px;
color: #FFFFFF;
margin-left:25px;
font-weight: 600;
z-index:10;
position:absolute;
border:1px solid #FFFFFF;
}

.mobile_wishlist_div{
display:none;
}


.deleteitem {
    width: 50px;
    height: 50px;
    float: right;
    position: absolute;
    right: 14px;
    top: 0px;
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    background-image: url(../images/corner.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 8px;
    color: #666666;
    cursor: pointer;
}

.inside_pageheading{
float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    color: #2a2a2a;
    font-weight: 800;
    text-transform: uppercase;
}


.inside_pageheading:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f9a61a;
    margin: auto;
    content: '';
}




.our_mission_div_inside {
float: left;
width: 100%;
height: 480px;
background-color: #818286;
padding: 30px 15px;
margin-bottom:20px;
}

.subheading{
font-size:23px;
text-align:left;
font-weight:800;
color:#f9a61a;
text-transform:uppercase;
}

.accreditation_img{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
}

.accreditation_name{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:20px;
font-weight:600;
color:#000000;
}


.choose_imggap{
padding-left:0px !important;
padding-right:0px !important;
margin-bottom:20px;
}

.choose_txt{
padding-left:30px !important;
padding-right:0px !important;
}


.testimonial_div{
float:left;
width:100%;
height:230px;
padding:20px;
background-color:#f9a61a;
text-align:center;
color:#000000;
font-size:15px;
}

.fair_div{
float:left;
width:100%;
height:auto;
padding:30px 20px;
text-align:left;
font-size:18px;
color:#6a6b6f;
background-color:#FFFFFF;
border:1px solid #e6e5e4;
}

.fair_location{
color:#f9a61a;
font-size:15px;
}

.gallery_img_gap{
margin-bottom:20px !important;
}


.form-bg {
background-color: #f9a61a;
padding: 20px 20px 40px;
border-radius: 5px;
margin-bottom: 1.5rem !important;
}

.form-headimg {
color: #000000;
text-align: center;
font-size: 22px;
font-weight: 600;
}



.infrabox{
float:left;
width:100%;
padding:30px;
background-color:#f9a61a;
}

.infrabox_img{
float:left;
width:60px;
height:auto;
margin-bottom:10px;
}


.infrabox_heading{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:20px;
color:#FFFFFF;
font-weight:800;
text-transform:uppercase;
margin-bottom:10px;
}

.infrabox_txt{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:15px;
color:#FFFFFF;
font-weight:500;
}

.single_prdimg{
float:left;
width:100%;
height:400px;
}


.home_certificate_maindiv{
width:600px;
height:auto;
margin:0px auto;
}

.home_certificate{
float:left;
width:33%;
height:auto;
}

.menu_hove{
color:#f9a61a !important;
}

.question{
font-size:18px;
font-weight:700;
color:#f9a61a;
}

.home_banner{
display:block !important;
}

.mob_banner{
display:none !important;
}


.prd_desk_video_div{
float:left;
width:550px;
height:550px;
}

.prd_deskvideo{
float:left;
width:100%;
height:100%;
}

.fancy_videodiv{
float:left;
width:100%;
height:auto;
margin-top:-50px;
}

.fancy_video{
float:left;
width:40px;
height:auto;
}

.watch{
float:left;
width:auto;
margin-left:10px;
font-size:15px;
color:#000000;
font-weight:600;
line-height:40px;
}

.mobile_imgshow{
float:left;
width:100%;
height:auto;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
     /* color: #163a52 !important; */
    -webkit-transition: .35s;
    transition: .35s;
}


.menu:after {
  display:block;
  content: '';
  border-bottom: solid 2px #ff8a00;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  padding-top:2px;
  width: 40%;
}
.menu:hover:after { transform: scaleX(1); }
.menu.fromRight:after{ transform-origin:100% 50%; }
.menu.fromLeft:after{  transform-origin:  0% 50%;  }




.course_div{
float:left;
width:100%;
height:auto;
background-color:#163a52;
padding:20px;
border-radius:7px;
transition: 0.5s all;
}

.course_div:hover{
background-color:#ff8a00;
}

.course_imgmaindiv{
float:left;
width:100%;
height:auto;
margin-bottom:20px;
}

.course_img{
width:100px;
height:auto;
margin:0px auto;
}


.home_coursename{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:20px;
font-weight:600;
color:#FFFFFF;
text-transform:uppercase;
padding-bottom:10px;
border-bottom:2px solid #FFFFFF;
margin-bottom:10px;
}


.home_coursedes{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:16px;
line-height:25px;
font-weight:500;
color:#FFFFFF;
margin-bottom:20px;

}

.home_coursedes a:hover{
border-bottom:2px solid #FFFFFF;

}

.videodiv{
float:left;
width:100%;
height:auto;
border:2px dashed #ff971c;
padding:10px;
}

.video_maindiv{
float:left;
width:100%;
padding:0px 2%;
}

.countdown_number {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    line-height: 65px;
	font-family:Arial, Helvetica, sans-serif;
}

.coundown_txt {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.counter_maindiv{
float:left;
width:100%;
height:auto;
border-right:1px solid #FFFFFF;
}


.desktop_reallearning{
float:left;
width:100%;
display:block;
}

.mobile_reallearning{
float:left;
width:100%;
display:none;
}

.real_learning_imgbg{
float:right;
width:85%;
height:100px;
border:2px dashed #7293a4;
margin-top:300px;
}

.desktop_realimg{
float:left;
width:540px;
height:auto;
margin-top:-380px;
margin-left:40px;
}

.reallearning_txtmain_div{
float:left;
width:106%;
height:auto;
background-color:#FFFFFF;
border-radius:5px;
padding:20px;
/* margin-left:-60px; */
box-shadow: 0px 0px 5px #b3b3b3;
margin-top:80px;
}





.real_btn_maindiv{
float:left;
width:100%;
margin-top:20px;
}

.skilfuture_txtmain_div{
float:left;
width:106%;
height:auto;
background-color:#FFFFFF;
border-radius:5px;
padding:20px;
margin-left:50px;
z-index:10;
position:absolute;
box-shadow: 0px 0px 5px #b3b3b3;
margin-top:80px;
}


.life_maindiv{
float:left;
width:100%;
height:auto;
padding:10px;
border:1px solid #E4E4E4;
background-color:#FFFFFF;
}

.life_img{
float:left;
width:100%;
margin-bottom:20px;
}

.life_heading{
float:left;
width:100%;
text-align:left;
color:#000000;
font-size:27px;
margin-bottom:15px;
text-transform:uppercase;
}

.life_txt{
float:left;
width:100%;
height:85px;
text-align:justify;
color:#000000;
font-size:15px;
line-height:28px;
overflow:hidden;

}

.campus_gap{
padding-left:30px !important;
padding-right:30px !important;
margin-bottom:60px;
}


.accreditation_maindiv{
float:left;
width:100%;
/* height:auto; */
height:250px;
background-color:#f7f7f7;
padding:20px;
border:1px solid #cac8c8;
}

.accreditation_title{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:18px;
font-weight:800;
/* color:#ff8900; */
color:black;
margin-bottom:10px;
}

.accreditation_txt{
float:left;
width:100%;
height:90px;
text-align:center;
font-size:11px;
line-height:17px;
font-weight:500;
color:#000000;
text-transform:uppercase;
}

.blog_bgmaindiv{
float:left;
width:100%;
padding:60px 30px 60px 60px;
}

.speak_bgmaindiv{
float:left;
width:100%;
padding:60px 60px 60px 30px;
}

.blog_maindiv{
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
padding:5px;
}

.home_blog_maindiv{
float:left;
width:100%;
height:auto;
}

.home_blog_heading{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:16px;
line-height:20px;
color:#000000;
font-weight:800;
margin-bottom:10px;
}

.home_blog_txt{
float:left;
width:100%;
height:90px;
overflow:hidden;
text-align:left;
font-size:13px;
line-height:18px;
color:#000000;
font-weight:500;
}

.footer_social{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:30px;
color:#FFFFFF;
}

.copyright{
float:left;
width:100%;
height:auto;
text-align:right;
font-size:15px;
color:#FFFFFF;
padding-top:15px;
}

.btn.btn-lg {
font-size: .9rem;
padding: 1rem 1rem !important;
}



.btn-primary {
background-color: #ff8a00 !important;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #ff8a00 !important;
}

.inner-page-mask {
    float: left;
   
    height: 100%;
    width: 100%;
    padding: 96px 22px;
}

.bannertxt_new {
float: left;
width: 100%;
height: auto;
text-align: center;
font-size: 40px;
line-height: 85px;
color: #FFFFFF;
font-weight: 700;
text-transform: uppercase;
}


.bannertxt_new:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: auto;
    content: '';
}

.bannertxt_new_inside {
float: left;
width: 100%;
height: auto;
text-align: center;
font-size: 35px;
line-height: 65px;
color: #FFFFFF;
font-weight: 700;
text-transform:uppercase;
}

.bannertxt_new_inside:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: auto;
    content: '';
}

.course_no_heading{
float:left;
width:100%;
height:auto;
padding:10px 10px;
background-color:#7791a0;
text-align:left;
font-size:25px;
color:#FFFFFF;
font-weight:700;
}

.coursename_heading{
float:left;
width:100%;
height:70px;
text-align:left;
font-size:19px;
line-height:30px;
font-weight:700;
color:#414141;
padding-bottom:12px;
margin-bottom:10px;
border-bottom:1px solid #a7a7a7;
}

.coursename_bodytxt{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:15px;
color:#414141;
line-height:26px;
padding-bottom:12px;
margin-bottom:10px;
border-bottom:1px solid #a7a7a7;

}

.enquiry_maindiv{
float:left;
width:100%;
height:auto;
margin-top:10px;
}

.more_details_div{
float:left;
width:150px;
height:40px;
line-height:40px;
border-radius:5px;
background-color:#ff8a00;
text-align:center;
color:#FFFFFF;
font-size:15px;
font-weight:700;
text-transform:uppercase;
}


.course_category_maindiv{
float:left;
width:100%;
margin-bottom:30px;
}

.banner_download_maindiv{
width:250px;
height:auto;
margin:0px auto;
}

.banner_download_brochure{
float:left;
width:100%;
height:50px;
line-height:50px;
background-color:#FFFFFF;
text-align:center;
color:#01538f;
font-weight:800;
font-size:16px;
}


.coursedetails_coursetitle{
float:left;
height:auto;
width:100%;
text-align:left;
font-size:30px;
line-height:35px;
margin-bottom:15px;
color:#272727;
font-weight:700;
}



.coursedetails_coursetitle:after {
display: block;
/* position: absolute; */
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background: #ff8a00;
content: '';
margin-top:5px;
}



.pastevent_coursetitle{
float:left;
height:auto;
width:100%;
text-align:left;
font-size:30px;
line-height:35px;
margin-bottom:15px;
color:#02528d;
font-weight:700;
}



.pastevent_coursetitle:after {
display: block;
/* position: absolute; */
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background: #02528d;
content: '';
margin-top:5px;
}



.course_inside_divgap{
padding-left:0px !important;
padding-right:50px !important;
}


.course_inside_divgap1{
padding-left:0px !important;
padding-right:30px !important;
}


.inside_coursedetails_txt{
float:left;
width:100%;
height:auto;
text-align:justify;
font-size:16px;
color:#000000;
line-height:26px;
font-weight:500;
padding-bottom:30px;
}

.course_duration_divgap1{
padding-left:0px !important;
padding-right:15px !important;
}

.course_duration_divgap2{
padding-left:15px !important;
padding-right:0px !important;
}

.course_durarion{
float:left;
width:100%;
height:auto;
padding:10px 20px;
background-color:#0180cf;
border-radius:10px;
text-align:left;
font-size:20px;
color:#FFFFFF;
font-weight:600;
line-height:35px;
}

.applynow_txtbox{
float:left;
width:94% !important;
height:40px !important;
line-height:40px !important;
border-radius:5px !important;
padding:0px 3% !important;
text-align:left !important;
color:#002a43 !important;
font-size:14px !important;
background-color:#FFFFFF !important;
margin-bottom:13px;
font-weight:600;
}

.applynow_txtbox1{
float:left;
width:94% !important;
height:45px !important;
line-height:45px !important;
padding:0px 3% !important;
text-align:left !important;
color:#002a43 !important;
font-size:14px !important;
background-color:#d6d6d6 !important;
margin-bottom:13px;
font-weight:600;

}

.apply_nowmain{
width:200px;
margin:0px auto;
}

.corse_btn {
    float: left;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    color: #3e6b88;
    transition: 0.5s all;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    border: 0px;
}

.subheading_css{
font-size:25px;
font-weight:700;
color:#3e6b88;
}

.eligibility-criteria ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff8a00;
    border-radius: 50%;
    position: absolute;
    left: 0;
	margin-top:8px;
    /*top: 4px;*/
}

.eligibility-criteria1 ul  {
margin-left:-20px;
}

.eligibility-criteria1 ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff8a00;
    border-radius: 50%;
    position: absolute;
    left: 0;
	margin-top:8px;
    /*top: 4px;*/
}

.curriculam_maindiv{
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
border:2px solid #3e6b88;
border-radius:10px;
padding:20px;
margin-bottom:60px;
}

.curriculam_heading{
float:left;
width:100%;
height:50px;
line-height:50px;
background-color:#3e6b88;
text-align:center;
font-size:22px;
color:#FFFFFF;
font-weight:700;
margin-bottom:30px;
margin-top:-45px;
}


.accordion-container > h2{
  text-align: left;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
  /*border-bottom: 1px solid #ddd;*/
}
.set{
  position: relative;
  width: 100%;
  height: auto;  text-align: left;
}
.set > a{
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #3c6d8b;
  font-weight: 600;
  font-size:18px;
  text-decoration:none;
 /* border-bottom: 1px solid #ddd;*/
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  position:relative;
  float: right;
  margin-top:4px;
  color: #3c6d8b;
  text-decoration:none;
  font-size:25px;
}
.set > a.active{
  /*background-color:#f5f4f0;*/
  color: #3c6d8b;
}
.set > a.active i{
  color: #3c6d8b;
}
.content{
  position:relative;
  width: 100%;
  height: auto;
 /* background-color: #fff;
  border-bottom: 1px solid #ddd;*/
  display:none;
}
.content p{
  padding: 0px 8px;
  margin: 0;
  color: #000000;
  font-size:14px;
  line-height:22px;
}

.accordiun_body{
float:left;
width:100%;
height:auto;
padding-left:20px;
}

.footer_phonegap{
padding-left:15px !important;
padding-right:15px !important;
}

.mentor_div{
float:left;
width:100%;
height:auto;
}

.mentor_img{
float:left;
width:100%;
}

.mentor_bodydiv{
float:left;
width:100%;
padding:20px 15px;
background: linear-gradient(to right, #e98f2e, #d36844);
}

.mentor-name{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:24px;
color:#FFFFFF;
font-weight:600;
margin-bottom:10px;
text-transform:capitalize;
}

.mentor-designation{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:16px;
line-height:18px;
color:#FFFFFF;
font-weight:600;
padding-bottom:13px;
border-bottom:2px dashed #84abc3;
margin-bottom:15px;
}

.about_mentor{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:17px;
line-height:26px;
color:#FFFFFF;
font-weight:300;
}


.insideabout-img {
width: 100%;
float: left;
position: relative;
z-index: 1;
}

.insideabout-img:before {
    width: 500px;
    height: 100px;
    background: #f3f3f3;
	border:2px dashed #7293a4;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    content: "";
}



.insideabout-img1 {
width: 100%;
float: left;
position: relative;
z-index: 1;
}

.insideabout-img1:before {
    width: 300px;
    height: 100px;
    background: #f3f3f3;
	border:2px dashed #7293a4;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    content: "";
}

.supreme_name{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:28px;
line-height:35px;
font-weight:700;
color:#406e88;
margin-bottom:15px;
}

.history_divgap{
padding-left:0px !important;
}

.history_txt{
float:left;
width:100%;
text-align:left;
font-size:70px;
font-weight:700;
line-height:80px;
color:#3e6b88;
}

.ordersummery_maindiv {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px;
    box-shadow: 0 4px 20px rgb(34 34 34 / 15%);
}

.historyheading{
float:left;
width:100%;
text-align:left;
font-size:30px;
padding-bottom:10px;
font-weight:600;
color:#02528d;
text-transform:uppercase;
border-bottom:1px dashed #02528d;
margin-bottom:15px;
}

.historytxt{
float:left;
width:100%;
height:250px;
text-align:justify;
font-size:15px;
color:#02528d;
line-height:28px;
}

.newtestimonial_bodydiv{
float:left;
width:105%;
height:auto;
padding:20px;
background: linear-gradient(to right, #003c61, #1582c5);
border-radius:5px;
margin-top:80px;
margin-left:-40px;
}

.newtestimonial_bodydiv1{
float:left;
width:105%;
height:auto;
padding:20px;
background: linear-gradient(to right, #003c61, #1582c5);
border-radius:5px;
margin-top:80px;
margin-right:-40px;
z-index:100;
position:absolute;
}

.computer-science{
float: left;
    width: 100%;
    background-image: url(../images/computerscience.jpg);
    background-repeat: no-repeat;
   /* background-size: cover;*/
  /*  padding-top: 35px;
    padding-bottom: 35px;*/
}


.advantage_maindiv {
    float: left;
    width: 100%;
    height: 200px;
    padding: 25px;
	border-radius:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
    box-shadow: 0 4px 20px rgb(34 34 34 / 15%);
}

.advantage_heading{
font-size:25px !important;
}

.advantage_bodytxt{
font-size:18px !important;
}


.advantage_heading1{
font-size:20px !important;
color:#ff8b00;
}

.advantage_bodytxt1{
font-size:15px !important;
color:#000000;
line-height:23px;
}

.benchmarke_maindiv{
float:left;
width:800px;
height:auto;
padding:20px 20px 20px 100px;
background: linear-gradient(to right, #1582c5, #003c61);
border-radius: 0px 10px 10px 0px;
margin-bottom:60px;
}


.knowledgeexpert_maindiv{
float:right;
width:800px;
height:auto;
padding:20px 100px 20px 20px;
background:#f6f6f6;
border-radius: 10px 0px 0px 10px;
margin-bottom:60px;
    border: 1px solid #CCCCCC;
}

.solid_banner{
float:left;
width:100%;
height:auto;
background-color:#163a51;
padding:80px 0px;

}

.solid_bannertxt{
float:left;
width:100%;
    font-size: 40px;
    line-height: 85px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
	text-align:center;
}

.solid_bannertxt:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #FFFFFF;
    margin: auto;
    content: '';
}

.learning_img{
float:right;
width:550px;
margin-left:50px;
margin-bottom:50px;
}

.learning_img_left{
float:left;
width:340px;
margin-right:50px;
margin-bottom:50px;
}

.learning_img_left1{
float:left;
width:550px;
margin-right:50px;
margin-bottom:50px;
}

.campuslifetitle{
font-size:22px;
text-transform:uppercase;
color:#ff8a00;
font-weight:700;
}

.campus_gallery{
float:left;
width:100%;
}

.facility_maindiv{
float:left;
width:100%;
}

.cpllaboration_font{
font-size:26px;
color:#3E6C88;
font-weight:700;
}


.call-back {
    float: left;
    width: 140px;
    padding: 10px 10px;
    position: absolute;
    border-radius: 50px;
    /* margin-left: -138px; */
    left: -10px;
    margin-top: 36px;
    transform: rotate(-90deg);
    text-align: center;
    /* background-color: #ff8a00; */
    background-color: #3E6C88;;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    outline: none !important;
    margin-top: 190px;
	display:block;
}


.social {
    position: fixed;
    top: 180px;
    width: 50px;
    right: 33px;
    z-index: 1000;
}


.whatsapp_icon {
position: fixed;
width: 50px;
height: 54px;
border-radius: 10px;
/* margin-top: 75vh; */
z-index: 10;
overflow: hidden;
/* left: 0px; */
right: 0px;
top: 465px;
bottom: 0px;
}


.whatsapp_icon_new{
display:none;
}

.faculty_login {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ff8a00;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.modal_course{
float:left;
width:100%;
height:auto;
padding:8px;
background-color:#e6e8e6;
text-align:left;
font-size:14px;
color:#000000;
margin-bottom:5px;
font-weight:500;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
     padding: 1px 7.5px  !important; 
	 background-color: #e6e8e6 !important;
    border: 0px solid #ddd !important;
    border-radius: 0px !important;
    font-size: 14px;
    min-height: 34px;
    overflow: hidden;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    background-color: transparent;
    border: none;
    /* border-bottom: 0px solid #bdbdbd !important; */
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 30px !important;
}

.stickyfooter{
display:none;
}

.divgap{
padding-left: 0% !important;
padding-right: 0% !important;
}


.skfgigap {
margin-bottom: 70px;
}

.whydesun_pointdv {
    float: left;
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 40px;
    color: #ff8a00;
    font-weight: 800;
    text-align: left;
    margin-bottom: 20px;
}

.whydesun_pointsubdv {
    font-size: 28px;
    color: #014067;
}

.whydesun_pointdivtxt {
    float: left;
    width: 100%;
    height: 50px;
    font-size: 16.5px;
    color: #000000;
    text-align: left;
    font-weight: 700;
}


.edge_box1 {
    float: left;
    width: 100%;
    height: 160px;
    background-color: #3e6c88;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 50px 15px;
    font-weight: 600;
}

.boxgap{
padding-left: 15px !important;
padding-right: 15px !important;
}

.beyond_academy{
float:right;
width:450px;
margin-bottom:30px;
margin-left:60px;
}

.learning_rightgap{
padding-right:40px;
}

.parallexBG1 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 50px;
    padding-top: 70px;
    background-image: url(../images/paralleximg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.service_bodygap {
    padding-left: 0px !important;
    padding-right: 30px !important;
}
.skill_trainingimg_maindiv {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.skill_training_imgdiv {
    width: 150px;
    height: auto;
    margin: 0px auto;
}

.skill_trainingimg {
    float: left;
    width: 150px;
    height: 150px;
    background-color: #fa911e;
    border-radius: 50%;
    padding: 30px;
}

.programme_txt {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 19px;
    color: #084d89;
    font-weight: 700;
}

.pedigogy_bodygap {
padding-left: 0px !important;
padding-right: 50px !important;
}

.programme_img_maindiv {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
	border: 2px solid #fa911e;
}

.gain_txt {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 17px;
    color: #084d89;
    font-weight: 700;
}

.pegigogy_number {
float: left;
width: 10%;
height: auto;
margin-right: 2%;
font-size: 60px;
text-align: left;
font-weight: 800;
color: #f77403;
padding-top: 27px;
vertical-align: middle;
}

.pegigogy_number_txt {
float: left;
width: 88%;
height: auto;
border-left: 2px solid #f77403;
padding-left: 3%;
}

.maindeading_gap{
line-height:75px;
}

.skill_left_gap {
padding-left: 0px !important;
margin-bottom: 15px;
}

.course_homediv {
    float: left;
    width: 95%;
    height: auto;
    position: relative;
}

.programmes-content {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    overflow: hidden;
}

.programmes-content-front {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0% 20px;
}

.home_coursename_new {
float: left;
font-size: 23px;
color: #FFFFFF;
font-weight: 800;
text-align: center;
width: 100%;
}


.programmes-content-back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #084d89;
    /* background-color: rgba(0, 140, 186, 0.9); */
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.programmes-content-front1 {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    padding: 0% 20px;
}

.course_homediv:hover .programmes-content-back{
height: 100%;
}

.skilltxt{
float:left;
width:100%;
color:#FFFFFF; 
height:auto; 
margin-top:5px; 
text-align:left; 
font-size:14px; 
line-height:18px; 
font-weight:500;
}

.category_imgdiv {
    float: left;
    width: 100%;
    height: auto;
}

.event_homediv {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}


.upcomingprogrammes-content-front {
padding: 0;
width: 40%;
position: absolute;
top: 40%;
transform: translateY(-50%);
padding: 0% 60px;
}

.upcoming_event_name{
float:left;
width:100%;
margin-bottom:20px;
text-align:left;
font-size:30px;
color:#FFFFFF;
font-weight:700;
}


.upcoming_event_desc{
float:left;
width:100%;
margin-bottom:20px;
text-align:left;
font-size:15px;
line-height:20px;
color:#FFFFFF;
font-weight:500;
}



.pastevent_maindiv{
float:left;
width:100%;
height:auto;
}

.eventimg{
float:left;
width:100%;
height:300px !important;
}

.eventimg_css{
width: 100%;
    height: 100%;
    object-fit: cover;    
}



.pastvent_box{
float:left;
width:100%;
background-color:#FFFFFF; 
padding:15px;
border:1px solid #B6B6B6;
}

.pastevent_name{
float:left;
width:100%;
height:50px;
text-align:left;
font-size:23px;
line-height:30px;
color:#02528d;
font-weight:600;
margin-bottom:15px;
text-transform:capitalize;
}

.pastevent_date{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:14px;
font-weight:600;
color:#535353;
margin-bottom:10px;
padding-bottom:7px;
border-bottom:1px solid #535353;
}

.pastevent_description{
float:left;
width:100%;
height:100px;
overflow:hidden;
text-align:justify;
font-size:14px;
color:#000000;
}

.pastevent_readmore{
float:left;
width:100%;
height:auto;
text-align:left;
font-size:15px;
color:#02528d;
margin-top:10px;
font-weight:600;
}

.addressbg{
float:left;
width:100%;
height:auto;
background-color:#3e6c88;
padding:30px 20px;
}


.contacttitle{
float:left;
height:auto;
width:100%;
text-align:left;
font-size:25px;
line-height:35px;
margin-bottom:30px;
color:#FFFFFF;
font-weight:700;
}



.contacttitle:after {
display: block;
/* position: absolute; */
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background: #FFFFFF;
content: '';
margin-top:5px;
}

.gettitle{
float:left;
height:auto;
width:100%;
text-align:left;
font-size:25px;
line-height:35px;
margin-bottom:30px;
color:#FF8A00;;
font-weight:700;
}



.gettitle:after {
display: block;
/* position: absolute; */
bottom: 0;
left: 0;
width: 70px;
height: 3px;
background: #FF8A00;;
content: '';
margin-top:5px;
}



.locationdiv{
float:left;
width:100%;
margin-bottom:3px;
}

.locationicon{
float:left;
width:27px;
height:27px;
background-color:#FFFFFF;
border-radius:50%;
padding-top:5px;
text-align:center; font-size:17px;
color:#3e6c88;
margin-right:10px;
}

.location_txt{
float:left;
width:100%;
text-align:left;
font-size:15px;
color:#FFFFFF;
margin-bottom:25px;
}

.contactgap{
padding-left:0px !important;
padding-right:0px !important;
}

.cont_bottomgap{
padding-bottom:80px !important;
}

.antiragging{
padding-left:0px !important;
}

.notice_maindiv{
float:left;
width:100%;
height:auto;
}

.notice_title{
float:left;
width:15%;
height:auto;
padding:10px 5px;
background-color:#ff8a00;
text-align:center;
color:#FFFFFF;
font-size:20px;
font-weight:700;
}

.notice{
float:left;
width:85%;
height:auto;
padding:14px 10px;
background-color:#163a52;
text-align:left;
color:#FFFFFF;
font-size:15px;
font-weight:500;
}

.coursebox_gap{
margin-bottom:30px;
}

.enquirenow_btn{
float:left;
width:auto;
padding:7px 10px;
background-color:#ff8a00;
text-align:center;
font-size:14px;
color:#FFFFFF;
font-weight:600;
}

.event_btn{
float:left;
width:auto;
padding:7px 10px;
background-color:#68aacd;
text-align:center;
font-size:14px;
color:#FFFFFF;
font-weight:600;
}

.discloser{
float:left;
width:auto;
padding:5px 10px;
text-align:center;
font-size:14px;
color:#000000;
font-weight:600;
margin-top:15px;
background-color:#ff971c;
/*border:2px solid #FFFFFF;*/
}


.invertedcoma_top {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 15px;
}


.mapdiv{
float:left;
width:100%;
border:1px solid #d1d1d1;
padding:10px;
background-color:#FFFFFF;
}


.apply_divgap{
padding-left:0px !important;
padding-right:15px !important;
margin-bottom:5px;
}

.form_txt {
float: left;
width: 100%;
height: auto;
margin-bottom: 2px;
text-align: left;
font-size: 14px;
color: #000000;
}

.form_maindiv_new {
float: left;
width: 100%;
height: auto;
}

.applyform_maindiv{
float:left;
width:100%;
}

.admission_process_desk{
float:left;
width:100%;
display:block;
}

.admission_process_mob{
display:none;
}

.career_divgap{
padding-right:40px;
}

.disclosure{
float:left;
width:100%;
height:50px;
line-height:50px;
margin-bottom:10px;
background-color:#3e6b88;
text-align:center;
font-size:12px;
color:#FFFFFF;
text-transform:uppercase;
}

.menu_show{
display:none !important;    
}

.notice_maindiv_new{
float:left;
width:100%;
margin-bottom:30px;
}

.notice_div{
 float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: 500;
    margin-bottom:10px;
}


.testimonialnew_maindiv{
 float:left;
 width:100%;
 margin-bottom:60px;
 border-bottom:1px solid #d4d2d2;
}

.testimonial_mainimg{
float:left;  
width:115px;
margin-bottom:20px;
}

.testimonial_imgcss{
 width:100%;
 border-radius:50%; 
 border:2px solid #00225c;   
}

.testimonial_txtalign{
text-align:justify !important;    
}

.voc_height{
height:150px !important;    
}


.landing_topdiv{
float:left;
width:100%;
height:auto;
background-color:#013a7f;
padding:40px 20px 20px;
}

.landing_course_name{
float:left;    
width:47%;
text-align:left;
color:#fff;
font-size:35px;
line-height:40px;
font-weight:600;
padding-right:15px;
border-right:0px solid #fff;
}

.landing_course_critaria{
  float:left;    
width:53%;
padding-left:15px;

text-align:left;
color:#fff;  
font-size:15px;
border-left:2px solid #fff;
}

.course_tagline{
float:left;  
width:100%;
margin-bottom:10px;
font-size:14px;  
font-weight:500;
line-height:17px;
text-align:left;
}




.newapplynow_div {
    float: left;
    width: 100%;
    height: auto;
   /* padding: 0px 20px 20px;*/
    background-color: #fff;
    margin-top:-200px;
    box-shadow: 0px 18px 30px -10px rgb(0 0 0 / 75%);
}


.newapplynow_title{
float:left;
width:100%;
height:auto;
padding:10px 0px;
background-color:#ff8a00;
color:#fff;
text-align:center;
font-size:18px;
font-weight:600;
margin-bottom:20px;
}

.apply_newbody{
float:left;
width:100%;
padding: 0px 20px 20px;
}



.landing_usp_imagemaindiv{
float:left;    
width:100%; 
}

.landingusp_imgdiv{
width:100px;
margin:0px auto;
}


.landingusp_imgdiv1{
width:140px;
margin:0px auto;
}


.landingusp_img{
float:left;
width:100px;
height:100px;
border-radius:50%;
background-color:#fbd15b;
padding:20px;
}


.usp_txt{
float:left;    
width:100%;
padding-top:15px;
text-align:center;
font-size:14px;
color:#000;
font-weight:600;
}



.landing_testimonial{
float:left;
width:100%;
height:auto;
padding:0px 10%;
}

.future_newmaindiv{
float:left;
width:100%;
background-color:#fff;
box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
   
}

.future_imgdiv{
 float:left;   
width:100%;
margin-bottom:15px;
}
.future_newbodydiv{
 float:left;
 width:100%;
 min-height:200px;
 padding:20px 15px 25px;
 text-align:left;
 font-size:14px;
 color:#000;
 line-height:20px;
}

.newcourse-highlights-title{
    float:left;
    width:100%;
    height:auto;
    text-align:left;
    font-size:17px;
    color:#000;
    font-weight:700;
    line-height:22px;
    
}

.newcourse-highlights-body{
    float:left;
    width:100%;
   margin-top:15px;
    text-align:left;
    font-size:13px;
    color:#000;
    font-weight:500;
    line-height:25px;
    
}

.highlight_maindiv{
 float:left;
 width:100%;
 height:345px;
 padding:0px 28px !important;
 border-right:2px solid #ff8a00;
}

.desktop_banner{
display:block;    
}



.mobile_banner{
display:none;    
}

.usp_desktop_display{
display:block !important;    
}

.usp_mobile_display{
display:none !important;    
}






@media only screen and (max-width:999px){

.admission_process_desk{
width:90%;
margin-left:5%;
float:left;
margin:0px auto;
}


.discloser{
padding:3px 5px;
font-size:12px;
line-height:15px;
}

.desktop_applynow{
font-size:13px;
}

.enquirenow_btn{
padding:7px 5px;
}

.event_btn{
padding:7px 5px;
}

.eligibility-criteria1 ul  {
margin-left:-20px;
}


.upcomingprogrammes-content-front {
padding: 0;
width: 70%;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0% 60px;
}



.home_coursename_new {
float: left;
font-size: 16px;

}

.skilltxt{
font-size:9px; 
line-height:15px; 
}


.maindeading_gap{
line-height:75px;
}


.pegigogy_number {
    float: left;
    width: 15%;
    height: auto;
    margin-right: 5%;
    font-size: 50px;
}

.pegigogy_number_txt {
    float: left;
    width: 75%;
    height: auto;
    border-left: 2px solid #f77403;
    padding-left: 3%;
}


.whydesun_pointdv{
font-size:35px;
}


.edge_box1 {
    float: left;
    width: 100%;
    height: 190px;
    background-color: #3e6c88;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 30px 15px;
    font-weight: 600;
}



.beyond_academy{
float:right;
width:350px;
}



.social {
    position: fixed;
    top: 380px;
}


.whatsapp_icon {
    top: 665px;
}



.cpllaboration_font{
font-size:22px;
}

.newtestimonial_bodydiv{
width:100%;
margin-top:0px;
margin-left:0px;
}

.newtestimonial_bodydiv1{
width:100%;
margin-top:0px;
margin-right:0px;
z-index:0;
position:relative;
}

.history_txt{
font-size:50px;
line-height:60px;
}

.historyheading{
font-size:25px;
line-height:32px;
}

.historytxt{
height:250px;
overflow:hidden;
text-align:left;
}

.insideabout-img:before {
    width: 80%;
    height: 100px;
    background: #f3f3f3;
	border:2px dashed #7293a4;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    content: "";
}

.insideabout-img1:before {
    width: 80%;
    height: 100px;
    background: #f3f3f3;
	border:2px dashed #7293a4;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    content: "";
}

.course_durarion {
font-size:17px;
}

.curriculam_heading{
font-size:15px;
}


.bannertxt_new_inside {
line-height: 45px;
margin-bottom:20px;
}



.more_details_div{
float:left;
width:100%;
}

.coursename_heading {
height:140px;
}

.footer_phonegap{
padding-left:0px !important;
padding-right:15px !important;
}

.tele{
display:none !important;
}

.blog_bgmaindiv{
float:left;
width:100%;
padding:60px 30px;
}

.speak_bgmaindiv{
float:left;
width:100%;
padding:60px 30px;
}

.countdown_number {
font-size: 45px;
line-height: 55px;

}

.studentlife_menu_div{
width:200px!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.studentcorner_menu_div{
width:230px!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.admission_menu_div{
width:250px!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.career_menu_div{
width:200px!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}




.reallearning_txtmain_div{
margin-top:0px;
}

.skilfuture_txtmain_div{
margin-top:0px;
}

.desktop_reallearning{
float:left;
width:100%;
display:none;
}
.mobile_reallearning{
float:left;
width:100%;
display:block;
}


.home_coursedes{
height:80px;
}

.home_coursename{
height:70px;
}

.course_img{
width:80px;
height:auto;
margin:0px auto;
}

.mobile_applynow{
text-align:right;
font-size:14px;
color:#fd8400;
font-weight:800;
padding-right:15px;
}

.menu_maindiv_new{
background-color: #163a52;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #FFFFFF !important;
}

.subheading{
line-height:35px;
}

.testimonial_div{
height:300px;
}

.our_mission_div_inside {
height: 600px;
}



.parallexBG {
width: 100%;
height: auto;
float: left;
padding-bottom: 50px;
padding-top: 70px;
background-image: none;
background-repeat: no-repeat;
background-position: center center;
/*background-attachment: fixed;*/
background-size: cover;
}

.desktop_prd_imgdiv{
display:none;
float:left;
width:100%;
height:auto;
}

.mob_prd_div{
display:block;
float:left;
width:100%;
height:auto;
}

#cf {
    position: relative;
    height: 200px;
    width: 100%;
    float: left;
}

.img_fit {
    height: auto;
    object-fit: cover;

}


.prd_name{
height:50px;

}



.smart_top_gap{
margin-top:20px;
}


.sticky-footer {
    display: block;
    width: 100%;
    float: left;
    height: 40px;
	line-height:40px;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	font-weight:600;
     background-color: #da295f; 
    position: fixed;
    margin-left: 0px;
    bottom: 0px;
    z-index: 210;
	border-top:1px solid #df4070;
}

.committee_gap{
padding-left:5% !important;
}
.offline_registration_tab{
float:left;
width:45%;
margin-left:2%;
margin-right:2%;
}

.responsive_tabdiv{
display:block;
float:left;
width:100%;
margin-bottom:5px;
margin-top:5px;
}

.offline_maindiv{
float:left;
width:500px;
height:auto;
display:none;
}

.registration_titlediv{
float:left;
width:100%;
text-align:center;
margin-right:0px;

}
.faculty_name{
font-size:14px;
line-height:18px;
height:30px;
}


.header_div{
width:100%;
height:auto;
margin:0px auto;
}

.navbar-default .navbar-toggle {
     border-color: #FFFFFF !important; 
}

.mainservice_div{
width:100%;
height:auto;
margin:0px auto;
padding:0% 3%;
}

.parallex_maindiv{
float:left;
width:96%;
height:auto;
margin-left:2%;
margin-right:2%;
}

.logo_maindiv{
float:left;
width:170px;
height:auto;
margin-top:25px;
padding-bottom:25px;
margin-left:15px;
}

.desktop_social_div{
display:block;
float:right;
width:560px;
margin-top:25px;
margin-right:15px;
}

.play_maindiv {
    display: block;
    float: left;
    width: 60px;
    padding-top: 80px;
    margin-left: -110px;
}

.infra_subheading{
margin-top:0px;

}
.infra_heading_new{
font-size:25px;
line-height:30px;
}

.body_part1{
float:left;
width:100%;
margin-left:0%;
margin-right:0%;
height:auto;
}

.about_us_imgdiv {
float: right;
width: 300px;
height: auto;
margin-left: 30px;
margin-bottom: 30px;
}

.headersocial{
display:none;
}


}





@media only screen and (max-width:768px){





}






@media only screen and (max-width:480px){

.maindeading_gap{
line-height:35px;
}



.partner_div{
float:left;
width:100%;
height:auto;
margin-right:0%;
padding-right:1%;
margin-bottom:20px;
border-right:0px solid #333333;
font-size:14px;
}


.logo_maindiv{
float:left;
width:45%;
height:auto;
/*margin-left:10%;*/
margin-right:10%;
margin-top:0px;
margin-bottom:5px;
padding-bottom:0px;
}

.menu_maindiv{
float:right;
width:100%;
height:auto;
margin-top:0px;
margin-right:0px;
}


.header_maindiv{
padding:0px 0% 0px 0px;
position:absolute;
z-index:100;
}

.register_now_div{
display:none;
}

.carousel-control {width:10% !important}

.header_band{
display:block;
width:100%;
height:auto;
margin-bottom:5px;
background-color:#1f1f1f;
padding-right:2%;
text-align:right;
color:#FFFFFF;
font-size:13px;
}

.bodypart_rightdiv{
float:left;
width:100%;
height:auto;
background-color:#1f1f1f;
padding: 50px 10px 50px;
}
.countdown_maindiv{
width:100%;
height:auto;
margin:0px auto;
}
.countdown_gap{
display:inline-block;
padding: 10px 7px;
}

.bodypart_leftdiv{
float:left;
width:100%;
height:auto;
}

.body_imgiv{
float:left;
width:100%;
height:360px;

}

.banner_div{
float:left;
width:100%;
height:auto;
margin-top:110px;
}
.body_addiv{
float:left;
width:100%;
height:auto;
background-color:#d9285c;
}

.conference_imgdiv{
float:left;
width:100%;
max-height: inherit;
min-height: inherit;
overflow:inherit;
}

.about_conference{
float:left;
width:100%;
height:auto;
padding:10px 10px 30px 10px; 

}

.welcome_readmore {
float:left;
width: 50%;
height: 40px;
border-radius: 50px;
line-height: 40px;
font-size: 12px;
font-weight:600;
letter-spacing:2px;
margin-left:25%;

}

.main_h{
display:none;
}

.parallex_maindiv{
width:100%;
height:auto;
margin:0px auto;
}

.about_icon{
font-size: 15px;
font-weight: 500;
text-align:center;
color:#FFFFFF;
height:80px;
}
.div_gap{
padding-left:2%;
padding-right:2%;
}

.conference_highlight{
font-size: 28px;
}
.about_conference_heading{
font-size:28px;

}
.register_maindiv {
width: 90%;
height: auto;
margin: 0px auto;
}
.formfield_gap_new {
  
    margin-bottom: 10px;
}
.padding_gap{
padding-left:0px !important;
padding-right:0px !important;
}
.height_div{
height:150px;
}


.inside_bodyheading{
float: left;
width: 100%;
height: auto;
text-align: center;
font-size: 20px;
font-weight: 600;
line-height:30px;
}

.breadcrump_div{
float:left;
width:100%;
height:auto;
text-align:center;
font-size:13px;
color:#000000;
margin-top:0px;
}
.mainheading_div{
padding-bottom:15px;

}
.inside_page_bodygap{
padding-left:5% !important;
padding-right:5% !important;
}

.important_date_div{
padding-top:70px;
}

.committee_section{
float:left;
width:100%;
height:auto;
margin-bottom:15px;
padding-left:20%;
}

.international-faculty-bg{
float:left;
width:100%;
height:auto;
}


.international-faculty-scrollbg{
float:left;
width:90%;
height:auto;
padding-top:40px;
margin-bottom:30px;
padding-right:10%;
padding-left:20%;
}
.organiser_namediv{
float:left;
width:45%;
height:auto;
margin-right:5%;
margin-bottom:30px;
font-size:13px;
text-align:left;
}





.registration_titlediv1{
float:left;
width:100%;
height:auto;
margin-right:0px;
}

.offline_maindiv1 {
    float: left;
    width: 300px;
    height: auto;
    display: none;
}

.res_offline_maindiv1{
display:block;
float:left;
width:100%;
height:auto;
padding-left:28%;
}

.res_tab{
width:53%;
margin-top:5px;
}

.accommodation_maindiv{
padding-left:0px !important;
padding-right:0px !important;
margin-bottom:20px;
}

.footer_bottomdiv{
float:left;
width:100%;
height:auto;
text-align:center;
color:#CCCCCC;
font-size:13px;
}


.conference_maindiv{
float:left;
width:100%;
height:auto;
z-index:100;
position:absolute;
display:none;
}

.conference_div{
width:100%px;
height:auto;
left:0px;
font-weight:600;
margin-top:20px;
}

.conference_divgap{
margin-left:0px;
}

.conference_display{
display:block !important;
}

.mainservice_div{
width:100%;
height:auto;
margin:0px auto;
padding:0% 3%;
}
.smart_div{
margin-bottom:20px;
}

.smart_div1{
margin-bottom:20px;
}
.smart_txt{
height:auto;
}
.city_attraction_maindiv{
float:left;
width:100%;
margin:0px auto;
}

.about_conference_body{
text-align:left;

}


.inside_img{
float:right;
margin-left:0px;
margin-bottom:20px;
width:100%;
}

.contact_maindiv{
width:100%;
height:auto;
margin:0px auto;
}

.address_div{
padding:10px;
}


.form_maindiv{
padding:10px;
}

.left_gap{
padding-left:0px !important;
margin-bottom:15px;
padding-right:0px !important;
}


.smart_btn{
float:left;
width:50%;
height:45px;
margin-left:25%;
background-color:#29166f;
line-height:45px;
text-align:center;
color:#FFFFFF;
font-size:13px;
border:2px solid #29166f;
transition: 0.5s all;
}


.volunteer_maindiv {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.adress_txt{
display:none;
}

.body_topbox{
margin-top:0px;
}

.smart_div:hover{
transform: translateY(0px);
}

.smart_div1:hover{
transform: translateY(0px);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #0979d8 !important;
}

.bodygap{
padding:50px 0px 50px;
}

.bodygap1{
padding:50px 0px 50px;
}

.health_issue_txt{
font-size:13px;
}

.banner_top_div {
display: none;
}

.banner_btn_view{
display:block;
}

.banner_btn_div{
float:left;
width:100%;
height:auto;
padding:10px 5%;
margin-bottom:6px;
color:#FFFFFF;
font-size:16px;
text-align:left;
font-weight:500;
background-color: rgba(27, 130, 216, 0.9);
transition: 0.5s all;
}

.why_healthplus_icon{
float:left;
width:100%;
height:auto;
margin-bottom:20px;
padding:0% 40%;
}

.bodygap2{
padding:0px 0px 40px;
}

.margin_main{
margin-top:50px;
}


.form-bg {
margin-top: 0rem!important;
}

.location_title{
float:left;
width:100%;
height:auto;
}

.location_body{
float:left;
width:100%;
height:auto;
}

.test_details_maindiv {
padding: 25px 2%;
margin-bottom: 30px;
}

.blog_small_title {
height: auto;
font-size: 20px;
line-height: 1.5;
}
.menugap{
 padding: 8px 10px !important;
 background-color:#0979d8;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -10px !important;
   
}

.desktop_logodiv{
float:left;
width:100%;
height:auto;
}

.otherlogo_maindiv{
float:left;
width:13%;
height:auto;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}

.ph_div{
display:none;
float:left;
 width: auto;
    padding: 15px;
	line-height:15px;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
   /* background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(212,213,215,1));*/
   background-color:#D5042D;
    margin-top: 18px;
   
}

.mob_ph{
display:block;
text-align:right;
padding-right:15px;
color:#FFFFFF;
font-weight:600;
font-size:12px;
}

.homecollection_heading{
font-size:21px !important;
line-height:30px;
}

.test_price_align{
text-align:left !important;
}

.book_test_btn_new{
float:right;
width:100% !important;
}

.blog_height{
height:auto;
}

.banner_txt{
display:none;
}

.certificate_title{
float:left;
width:100%;
height:auto;
text-align:center;
color:#000000;
font-size:13px;
line-height:16px;
font-weight:600;
padding-top:8px;
}

.covid_heading{
text-align:center; 
font-size:15px; 
 line-height:25px;
 margin-bottom:10px;
}

.corona_maindiv{
padding-bottom:20px;
margin-bottom:20px;
}

.starrating_div {
float: left;
width: 100%;
height: auto;
margin-bottom:20px;
}

.reating_div {
    float: left;
    width: 100%;
    height: auto;
	

}

.associates{
float:left;
width:50%;
height:auto;
margin-bottom:20px;
padding-left:3%;
padding-right:3%;
}

.megamanu_newgap{
margin-left:-35px !important;
margin-right:-15px;
}

.dental {
color:#FFFFFF !important;
}
.megamanu_width{
width:100%;
}

.dental_image{
float:right;
width:100%;
height:auto;
margin-left:0px;
margin-bottom:20px;
}

.dental_image1{
float:right;
width:100%;
height:auto;
margin-left:0px;
margin-bottom:20px;
}

.find_test_heading {
font-size: 20px;
line-height: 28px;
}

.desktop_social_div{
display:none;

}

.navbar .nav-item {
  padding:0rem .1rem;
  margin:0 0rem;
}

.about_menu_div{
width:100%!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.studentlife_menu_div{
width:100%!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}


.admission_menu_div{
width:100%!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.career_menu_div{
width:100%!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.studentcorner_menu_div{
width:100%!important; 
padding:0px 15px !important; 
margin-left:0px !important;
}

.our_programe_heading {
font-size: 23px;
 margin-bottom: 20px;
}

.our_programe_heading1 {
font-size: 23px;
 margin-bottom: 20px;
}

.our_programe_heading2 {
font-size: 23px;
 margin-bottom: 20px;
}


.home_about{
padding:0px 0px;
}

.index_subheading{
font-size:20px;
}

.our_programe_heading:after {
margin-top:10px;
}

.our_programe_heading1:after {
margin-top:10px;
}

.our_programe_heading2:after {
margin-top:10px;
}

.navbar{
padding: .2rem 1rem !important;
}

.infra_subheading{
font-size:20px;
margin-top:20px;

}

.infra_heading_new{
font-size:23px;
line-height:30px;
}

.infra_maindiv{
padding-left:0px;
}

.play_maindiv{
display:none;
float:left;
width:80px;
padding-top:160px;
margin-left:-110px;
}

.infra_txt{
text-align:left;
}

.mob_play_div{
display:block;
float:left;
width:100%;
height:auto;
margin-top:-130px;
}
.mob_paly_icon{
width:50px;
height:auto;
margin:0px auto;
}

.our_mission_div{
padding:30px;
}

.category_name{
font-size:15px;
margin-bottom:20px;
}


.body_part1{
float:left;
width:100%;
margin-left:0%;
margin-right:0%;
height:auto;
}

.about_us_imgdiv {
float: right;
width: 100%;
height: auto;
margin-left:0px;
margin-bottom: 30px;
}


#cf {
    position: relative;
    height: 300px;
    width: 100%;
    float: left;
}

.img_fit {
    height: 300px;
    object-fit: cover;

}


.prd_name{
height:auto;

}

.breadcramb-gap{
padding-left:15px;
}


.similarpdHaed h1 {
float:left;
width:100%;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
	margin-bottom:20px;
    /* font-family: 'Roboto', sans-serif; */
}

.producthomeDiv {
width: 100%;
height: auto;
float: left;
/*margin: 3%;*/
padding: 2%;
}
.parallexBG {
width: 100%;
height: auto;
float: left;
padding-bottom: 50px;
padding-top: 70px;
background-image: url(../images/trending_newarriaval_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
/*background-attachment: fixed;*/
background-size: cover;
}

.mobile_wishlist_div{
display:block;
float: right;
width: 30%;
margin-top: 25px;
}

.mobwishlist_icon {
float: left;
width: 20px;
height: auto;
}

.wishlist_no{
margin-left: 15px;
}

.our_mission_div_inside {
float: left;
width: 100%;
height: auto;
padding: 30px 15px;
margin-bottom:20px;
}

.mob_paddinggap{
padding-left:0px !important;
padding-right:0px !important;
}

.inside_pageheading{
 font-size: 25px;
 margin-bottom: 20px;
}

.choose_txt{
padding-left:0px !important;
padding-right:0px !important;
}

.testimonial_div{
height:330px;
}

.fair_gap{
padding-left:0px !important;
padding-right:0px !important;
}

.fair_div{
padding:20px;
}

.ingrastrucrire_divgap{
padding-left:0px !important;
padding-right:0px !important;
margin-bottom:20px;
}

.single_prdimg {
float: left;
width: 100%;
height: 300px;
}

.enquiry_maindiv{
width:100%;
float:left;
height:auto;
margin-right:0px;
margin-top:10px;
/*margin:0px auto;*/
}

.wishlist_enquiry_maindiv{
width:100%;
height:auto;
margin:0px auto;
float:left;
}

.home_certificate_maindiv{
float:left;
width:100%;
height:auto;
margin:0px auto;
}

.home_banner{
display:none !important;
}

.mob_banner{
display:block !important;
}

.video_maindiv{
float:left;
width:100%;
padding:0px 2%;
}

.videodiv{
padding:5px;
}

.counter_maindiv{
border-right:0px solid #FFFFFF;
margin-bottom:20px;
}


.countdown_number {
font-size: 35px;
line-height: 45px;

}

.coundown_txt {
font-size: 12px;
line-height:15px;
}

.reallearning_txtmain_div{
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
border-radius:0px;
padding:20px;
margin-left:0px;
box-shadow: 0px 0px 0px #b3b3b3;
margin-top:0px;
}

.skilfuture_txtmain_div{
float:left;
width:100%;
height:auto;
background-color:#FFFFFF;
border-radius:0px;
padding:20px;
margin-left:0px;
z-index:0;
position:inherit;
box-shadow: 0px 0px 5px #b3b3b3;
margin-top:0px;
}

.desktop_reallearning{
float:left;
width:100%;
display:none;
}
.mobile_reallearning{
float:left;
width:100%;
display:block;
}

.life_txt{
float:left;
width:100%;
height:auto;
text-align:left;
color:#000000;
font-size:15px;
line-height:23px;


}

.life_heading{
font-size:22px;
}

.campus_gap{
padding-left:15px !important;
padding-right:15px !important;
margin-bottom:30px;
}

.accreditation_txt{
font-size:13px;
line-height:20px;

}

.blog_bgmaindiv{
float:left;
width:100%;
padding:40px 15px;
}

.speak_bgmaindiv{
float:left;
width:100%;
padding:40px 15px;
}

.testimonials_img{
padding-left:37%;
padding-right:37%;
}

.footer_social{
text-align:center;
}

.copyright{
text-align:center;
font-size:14px;
padding-top:5px;
}
.inner-page-mask {
float: left;
height: 100%;
width: 100%;
padding: 40px 22px;
}

.bannertxt_new {
font-size: 22px;
line-height: 45px;
}

.bannertxt_new_inside {
font-size: 18px;
line-height: 25px;
margin-bottom:0px;
}

.course_no_heading{
font-size:18px;
color:#FFFFFF;
font-weight:700;
}



.coursename_heading{
font-size:18px;
line-height:26px;
height:auto;
}

.banner_download_maindiv{
width:170px;
height:auto;
margin:0px auto;
}

.banner_download_brochure{
float:left;
width:100%;
height:40px;
line-height:40px;
background-color:#FFFFFF;
text-align:center;
color:#01538f;
font-weight:600;
font-size:12px;
margin-top:15px;
}

.coursedetails_coursetitle{
font-size:25px;
line-height:30px;
}

.pastevent_coursetitle{
font-size:25px;
line-height:30px;
}

.course_inside_divgap{
padding-left:0px !important;
padding-right:0px !important;
}

.course_inside_divgap1{
padding-left:0px !important;
padding-right:0px !important;
}


.course_duration_divgap1{
padding-left:0px !important;
padding-right:0px !important;
}

.course_duration_divgap2{
padding-left:0px !important;
padding-right:0px !important;
}

.mobile_divgap{
padding-left:15px !important;
padding-right:15px !important;
}

.inside_coursedetails_txt{
text-align:left;
font-size:15px;
}



.set > a{
   font-size:14px;
  }
  
 .course_img{
width:80px;
height:auto;
margin:0px auto;
} 

.home_coursename{
height:auto;
font-size:17px;
padding-bottom: 5px;
margin-bottom: 5px;
}

.home_coursedes{
height:auto;
font-size:14px;
line-height:18px;
margin-bottom:0px;
}

.course_durarion {
font-size:20px;
}

.mentor_div{
margin-bottom:20px;
}

.supreme_name{
font-size:16px;
line-height:26px;
}

.history_divgap{
padding-left:15px !important;
}

.history_txt{
font-size:40px;
line-height:50px;
}

.historyheading{
font-size:20px;
line-height:28px;
}

.historytxt{
height:auto;
overflow:auto;
}

.newtestimonial_bodydiv{
width:100%;
margin-top:10px;
margin-left:0px;
}

.newtestimonial_bodydiv1{
width:100%;
margin-top:10px;
margin-left:0px;
}

.mentor-designation{
line-height:24px;
}

.advantage_maindiv {
    height: auto;
}

.advantage_heading{
font-size:20px !important;
}

.advantage_bodytxt{
font-size:16px !important;
}

.benchmarke_maindiv{
float:left;
width:90%;
margin-left:5%;
margin-right:5%;
height:auto;
padding:20px;
border-radius: 10px;
margin-bottom:30px;
}


.knowledgeexpert_maindiv{
float:right;
width:90%;
height:auto;
margin-left:5%;
margin-right:5%;
padding:20px;
background:#f6f6f6;
border-radius: 10px;
margin-bottom:30px;
    border: 1px solid #CCCCCC;
}

.learning_img{
float:right;
width:100%;
margin-left:0px;
margin-bottom:30px;
}

.solid_bannertxt{
font-size: 20px;
line-height: 40px;
}

 .solid_banner{
padding:40px 0px;

} 

.learning_img_left{
float:left;
width:100%;
margin-left:0px;
margin-bottom:30px;
}

.learning_img_left1{
float:left;
width:100%;
margin-left:0px;
margin-bottom:30px;
}

.cpllaboration_font{
font-size:18px;
line-height:24px;
}

.social {
    position: fixed;
    top: 380px;
	display:none;
}


.whatsapp_icon {
    /*top: 0px;*/
	left:5px;
	bottom:0px;
	display:none;
}

.whatsapp_icon_new {
position: fixed;
width: 45px;
left: 3px;
bottom: 20px;
display:block;
z-index:100;
}

.stickyfooter {
    display: block;
    width: 100%;
    float: left;
    height: 40px;
    /* background-color: #333333; */
    position: fixed;
    margin-left: 0px;
    bottom: 0px;
    z-index: 210;
}

.sticky_applynow{
float: left;
    /* width: 33%; */
    width: 50%;
    height: auto;
       font-size: 15px;
    color: #FFFFFF;
    line-height: 40px;
	font-weight:700;
    text-align: center;
    background-color: #163a52;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.whydesun_pointdv{
font-size:30px;
line-height:35px;
}

.whydesun_pointsubdv{
font-size:25px; 
}

.whydesun_pointdivtxt{
height:auto;
}

.div_gap{
padding-left:2%;
padding-right:2%;
}

.skfgigap {
margin-bottom: 30px;
}

.edge_box1{
float:left;
width:100%;
height:auto;
}

/*.boxgap{
padding-left: 0px !important;
padding-right: 0px !important;
}*/

.beyond_academy{
float:right;
width:100%;
margin-bottom:30px;
margin-left:0px;
padding-left:15px;
padding-right:15px;

}

.learning_rightgap{
padding-right:0px;
}

.skill_trainingimg{
float:left;
width:100px;
height:100px;
background-color:#fa911e;
border-radius:50%;
padding:20px;
}

.skill_training_imgdiv{
width:100px;
height:auto;
margin:0px auto;
}

.programme_txt{
font-size:18px;
}

.service_bodygap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.pedigogy_bodygap {
padding-left: 15px !important;
padding-right: 15px !important;
}

.pegigogy_number {
       width: 15%;
    margin-right: 2%;
    }

.pegigogy_number_txt {
    float: left;
    width: 80%;
    height: auto;
    border-left: 2px solid #f77403;
    padding-left: 3%;
}


.divgap{
padding-left: 15px !important;
padding-right: 15px !important;
}

.skill_left_gap {
padding-left: 15px !important;
margin-bottom: 15px;
}

.home_coursename_new {
font-size: 18px;
font-weight: 800;
}

.course_homediv{
width:100%;
}

.skilltxt{
font-size:13px; 
line-height:16px; 
}


.upcomingprogrammes-content-front {
padding: 0;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0% 15px;
}

.upcoming_event_name{
float:left;
width:100%;
margin-bottom:5px;
text-align:left;
font-size:15px;
color:#FFFFFF;
font-weight:700;
}


.upcoming_event_desc{
float:left;
width:100%;
margin-bottom:5px;
text-align:left;
font-size:12px;
line-height:13px;
color:#FFFFFF;
font-weight:500;
}
.contactgap{
padding-left:15px !important;
padding-right:15px !important;
}

.cont_bottomgap{
padding-bottom:20px !important;
}
.antiragging{
padding-left:15px !important;
}

.eligibility-criteria1 ul  {
margin-left:-20px;
}

.eligibility-criteria1 ul li:before {
	margin-left:17px;
   
}

.notice_title{
width:30%;
padding:5px 5px;
font-size:17px;
font-weight:600; 
}

.notice{
float:left;
width:70%;
height:auto;
padding:8px 10px;
background-color:#163a52;
text-align:left;
color:#FFFFFF;
font-size:13px;
font-weight:500;
}

.coursebox_gap{
margin-bottom:15px;
}

.discloser{
padding:6px 5px;
font-size:12px;
line-height:20px;
}

.apply_divgap{
padding-left:0px !important;
padding-right:0px !important;
margin-bottom:0px;
}
.scholership_gap{
padding-left:0px !important;
padding-right:0px !important;
}
.admission_process_desk{
width:820px;
margin:0px auto;
display:none;
}

.admission_process_mob{
display:block;
float:left;
width:100%;
}

.career_divgap{
padding-right:0px;
}

.post-content {
float: left;
width: 60%;
}

.menu_show{
display:block !important;    
}

.home_about{
text-align:justify !important;    

}

.testimonial_txtalign{
text-align:left !important;    
}

.pastevent_name{
height:auto;    
}

.testimonialstxt{
float:left;
width:100%;
height:250px;

}

.voc_height{
height:auto !important;    
}


.landing_course_name{
float:left;    
width:100%;
text-align:left;
color:#fff;
font-size:25px;
line-height:30px;

padding-right:0px;
border-right:0px solid #fff;
border-bottom:2px solid #fff;
margin-bottom:20px;
padding-bottom:20px;
}

.landing_course_critaria{
  float:left;    
width:100%;
padding-left:0px;

text-align:left;
color:#fff;  
font-size:15px;
border-left:0px solid #fff;
}

.newapplynow_div {
    float: left;
    width: 100%;
    height: auto;
   /* padding: 0px 20px 20px;*/
    background-color: #fff;
    margin-top:20px;
    box-shadow: 0px 18px 30px -10px rgb(0 0 0 / 75%);
}

.landing_testimonial{
float:left;
width:100%;
height:auto;
padding:0px 0%;
}


.apply_newbody{
float:left;
width:100%;
padding: 0px 10px 20px;
}


.highlight_maindiv{
 float:left;
 width:100%;
 height:auto;
 padding:0px 15px !important;
 border-right:0px solid #ff8a00;
}


.newcourse-highlights-title{
 height:auto;
    
}


.desktop_banner{
display:none;    
}



.mobile_banner{
display:block;    
}


.usp_desktop_display{
display:none !important;    
}

.usp_mobile_display{
display:block !important;    
}


.usp_txt{
float:left;    
width:80%;
padding-top:4px;

text-align:left;
font-size:13px;
line-height:20px;
color:#000;
font-weight:600;
}

.usp_mob_imgdiv{
float:left;
width:20%;
}

.landingusp_img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fbd15b;
    padding: 12px;
    margin-right:15px;
}


}