@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900|Open+Sans:100,200,300,400,500,600,700,800,900&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext");

@font-face {
	font-family: Helvetica;
	src: url("../fonts/Helvetica.eot?") format("eot"), url("../fonts/Helvetica.ttf") format("truetype");
}


@font-face {
	font-family: 'arial';
	src: url("../fonts/ARIAL.eot?") format("eot"), url("../fonts/ARIAL.ttf") format("truetype");
}

@font-face {
    font-family: "forma-djr-display";
    src: url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/360cc7/00000000000000003b9ae4d5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "forma-djr-display-bold";
    src: url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/l?subset_id=2&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/d?subset_id=2&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/1a1d9c/00000000000000003b9ae4d9/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}


body {
	color: rgb(65, 72, 77);
	font-family: "Helvetica";
	font-weight: 300;
	line-height: 27px;
	overflow-x: hidden;
}

html,
/*body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #707070;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	line-height: 1.4;
	font-weight: 300;
	font-family: "Helvetica";

	/* font-family: 'Roboto', sans-serif; */
	/* font-family: Arial, Helvetica, sans-serif !important; */
	margin: 0;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

p {
	line-height: 24px;
	margin: 0 !important;
    font-family: 'Helvetica';
}

a {
	text-decoration: none !important;
    font-family: 'arial';
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	outline: 0 none;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 !important;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
  }
  .sidebar_right {
    background: #19459a;
    height: 100%;
    padding-top: 57px;
}
.sidebar_right .nav-pills .nav-link i {
    margin-right: 10px;
}
.sidebar_right .nav-pills .nav-link {
    background: transparent;
    text-align: left;
    padding: 18px 60px;
    font-size: 20px;
    color: #fff;
    font-family: 'Helvetica';
}
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  #mySidenav ul {
    padding-top: 50px !important;
}
.sidebar_right a {
    padding: 18px 60px;
    font-size: 20px;
    letter-spacing: .4px;
}
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidebar_left {
    background: #fff;
    height: 100%;
}
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .listinnng_ul {
    display: flex;
    justify-content: space-around;
    padding-top: 57px;
}
.listing_topp h1 {
    text-transform: uppercase;
    padding: 27px;
    margin: 0;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    font-size: 34px;
}
.listinnng_ul ul li a {
    color: #000000ba;
    font-size: 17px;
}
.sidebar_left .tab-pane{
    height: 100%;
}
.listing_container {
    height: 100%;
}
.listing__Bot {
    min-height: 95%;
    height: auto;
    background: #f0f0f0;
}
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  .info-heads ul {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.info-heads li {
    padding: 0 30px;
}
.info-heads a {
    font-family: 'arial';
    color: #fff;
    font-size: 13px;
}
.info-heads a:hover{
    color: #fff;
}
.info-heads a span {
    padding: 0 10px;
}
div#navbar {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-left: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    color: #fff;
}
.main-heaader {
    padding: 0;
    margin: 0;
    width: 100%;
}
.main-heads {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-heaader ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    border-top: 1px solid #2f56a0;
    border-bottom: 1px solid #2f56a0;
}

.main-heaader li {
    padding: 17px 7px;
}
/* .main-heaader a {
    font-size: 10px;
    color: #ffffffd6;
    font-family: 'arial';
} */
.main-heaader a {
    font-size: 12px;
    color: #ffffffd6;
    font-family: 'arial';
    font-weight: 600;
    letter-spacing: 0.5px;
}
.main-heaader a:hover{
    color: #fff;
}

.col-md-2.p-0.logggoed {
    width: 12%;
}
.col-md-8.p-0.mainned{
    width: 76%;
}
.loggo {
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 11px;
    border-right: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
}
section.header {
    position: absolute;
    width: 100%;
    z-index: 99;
    overflow: unset;
}
.mainn-banner{
    /* background-image: url(../images/main-banner.png); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.mainn-banner::before{
    content: '';
    background: transparent linear-gradient(180deg, #174295 0%, #02172900 100%) 0% 0% no-repeat padding-box;
    inset: 0;
    position: absolute;
}
.maiinn-heaad {
    padding-top: 150px;
    position: relative;
    z-index: 9;
}
.maiinn-heaad h1 {
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-family: 'Helvetica';
    padding-top: 24px;
}
.maiinn-heaad p {
    color: #F7885D;
    text-align: center;
    font-family: "forma-djr-display-bold";
    letter-spacing: 10px;
}
.welllc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.dassh-lineee {
    background: #ffffff4d;
    height: 2px;
    width: 31%;
    margin: 0 14px;
    position: relative;
    top: -3px;
}
.innt p {
    color: #fffffffa;
    position: relative;
    font-family: 'arial';
    width: 56%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0.8;
    font-size: 15px;
}
.innt {
    padding-top: 30px;
    position: relative;
    z-index: 9;
}
.expor-buttt a {
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    border: 1px solid #f7885d73;
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 9px 29px;
    width: auto;
    height: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    display: inline-block;
}
.expor-buttt {
    text-align: center;
    padding-top: 65px;
    position: relative;
    z-index: 1;
}

.expor-buttt a  span {
    padding-left: 10px;
    position: relative;
    top: -1.5px;
    font-size: 10px;
}
.banbottm-menn {
    position: absolute;
    backdrop-filter: blur(44px);
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.banbottm-menn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.expor-buttt a:hover{
    color: #fff;
}


.banbottm-menn a {
    color: #021729;
    font-family: 'forma-djr-display';
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 13px;
    transition: .3s;
    width: 200px;
    display: flex;
    justify-content: center;
}
.banbottm-menn a:hover {
    letter-spacing: 5px;
    color: #fff;
}
.bottom-book {
    letter-spacing: 2px !important;
    background: #F7885D;
    color: #fff !important;
    width: 130px;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
}
.maiinn-heaad h1 span {
    font-weight: 600;
    letter-spacing: 1px;
}
section.ipsc_helps {
    background: #174295;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.heading p {
    font-size: 14px;
    color: #ffffffc9;
    line-height: 21px;
}
.heading h1 span {
    font-weight: 100;
}
.heading h1 {
    font-size: 69px;
    color: #fff;
    font-weight: 600;
}
.heading {
    width: 50%;
    margin: auto;
}
.hepls_row_container {
 
    padding: 50px 0;
    margin-top: 4em;
}
.hepls_row_container .row {
    width: 100%;
    margin: auto;
}
.hepls_row_container .row .col-md-4 {
    border: 1px solid #f7885d24;
}
.helps_card p {
    font-size: 11px;
    color: #ffffff87;
    line-height: 14px;
    letter-spacing: .3px;
    transition: .5s;
    font-family: 'Helvetica';
}
.helps_card {
    width: 71%;
    margin: auto;
    padding: 70px 0;
    border-radius: 10px;
    /* background: #fff; */
    transition: .5s;
}
.help_name {
    margin-top: 16px;
}
.help_name h3 {
    color: #fff;
    font-size: 23px;
    transition: .5s;
}
.know_more a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline !important;
    transition: .5s;
    background: #174295;
    padding: 9px 18px;
    padding-bottom: 11px;
    border-radius: 34px;
}
.know_more a:hover{
    color: #fff;
}
.help_img img {
    height: 50px;
    border-radius: 5px;
}
.know_more {
    margin-top: 35px;
}
/* .helps_card:hover a {
    color: #000;
} */
.helps_card:hover h3 {
    color: #000;
}
.helps_card:hover p {
    color: #000;
}
.helps_card:hover {
    background: #fff;
    transform: translateY(-40px);
    width: 86%;
    padding: 70px 32px;
}
h1.rat_head {
    font-family: 'arial';
    font-weight: 600;
    color: #021729;
    font-size: 47px;
    margin: 0;
}
.rating_card {
    text-align: center;
}
.stars i {
    margin: 0 1.4px;
}

.stars {
    color: #F7885D;
    font-size: 13px;
    margin-bottom: 22px;
}
section.ratings {
    margin: 64px 0;
}
.testimonials_card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 50px;
}
.test_img img {
    height: 100%;
    width: 100%;
}

.test_img {
    overflow: hidden;
    border-radius: 10px;
    height: 217px;
}
.special__top.pateint_top {
    padding-bottom: 40px;
}
.test_content {
    padding: 30px 34px;
}
.test_content p {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-family: 'Helvetica';
}
.watch_now p {
    color: #000;
    opacity: .4;
}
.watch_now {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}
.watch_btn a {
    background: transparent linear-gradient(90deg, #D1562B 0%, #E59E30 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 11px;
    padding: 8px 21px;
    border-radius: 29px;
}
.patient_pagination.position-relative .swiper-pagination-bullet-active {
    background: #F7885D;
}

.patient_pagination.position-relative .swiper-pagination-bullet {
    background: #F7885D;
    margin: 0 5px !important;
}

.proce_left {
    background: #174295 0% 0% no-repeat padding-box;
    border-radius: 0px 12px 12px 0px;
    padding: 10em 0;
}
.proce_container {
    width: 67%;
    margin-left: 5em;
    color: #fff;
}
.proce_container span {
    font-weight: 600;
}

.proce_container h1 {
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 1.1em;
}
.proce_p {
    margin-top: 31px;
}
.proce_p p {
    font-size: 12px;
    color: #ffffff85;
    font-family: 'arial';
    line-height: 19px;
    letter-spacing: .3px;
}
.book_app a i {
    margin-left: 13px;
}
.book_app a {
    background: #F7885D;
    color: #fff;
    font-size: 12px;
    font-family: 'Helvetica';
    padding: 14px 33px;
    border-radius: 31px;
}
.book_app {
    margin-top: 48px;
}


.procedure_list ul li {
    width: 16%;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    margin-bottom: 18px;
    padding: 34px 20px;
    border-radius: 10px;
    margin-right: 25px;
    transition: .3s;
    border: 3px solid #fff;
}
.procedure_list ul li:hover {
    transform: translateY(-10px);
    border: 3px solid #17429521;
}
.procedure_list ul {
    display: flex;
    flex-wrap: wrap;
}
.procedure_list {
    position: absolute;
    width: 117%;
    height: 100%;
    top: 3.5em;
    transform: translate(0, -50%);
    left: -10%;
}
.proce_namme {
    margin-top: 18px;
}

.proce_namme p {
    font-family: 'Helvetica';
    color: #000;
    line-height: 18px;
    font-size: 15px;
}
.proc_list_top img {
    height: 57px;
}

.special__top h1 span {
    font-weight: 800;
}
.special__top h1 {
    font-size: 57px;
    color: #000;
    margin: 0;
}
.special__top {
    text-align: center;
    padding: 76px;
}
.spec_top {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.spec_name {
    margin-left: 31px;
    flex: 1;
}
.spec_name p span {
    color: #000;
    font-size: 11px;
    font-weight: 400;
}
.spec_name p {
    color: #174295;
    font-weight: 600;
    line-height: 19px;
    font-size: 18px;
}
.spec_conttop {
    margin-top: 30px;
}
.spec_conttop p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.spec_img img {
    height: 80px;
    filter: grayscale(1);
    transition: .4s;
    border-radius: 50%;
    width: 80px;
    object-fit: cover;
    border: 1px solid #000;
    padding: 2px;
}
.row.swiper-wrapper.doctor_sliderwrapper .col-md-4:first-child .spec_img img {
    border: none;
    padding: 0;
}
.spec_contbot {
    margin-top: 9px;
}
.spec_contbot p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.row.swiper-wrapper.doctor_sliderwrapper {
    margin: auto;
}
.row.swiper-wrapper.doctor_sliderwrapper .col-md-4.swiper-slide {
    width: 33.333%;
    /* margin: auto !important; */
    height: 100% !important;
}
.special_card {
    height: 335px;
    border: 1px solid #0000005e;
}
.spec_card_container {
    width: 85%;
    margin: auto;
    padding: 40px 0;
}
section.specialities .col-md-4 {
    padding: 0;
}
section.specialities::before {
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #174295 100%) 0% 0% no-repeat padding-box;
    height: 33%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(.5px);
}
section.specialities {
    position: relative;
}
.view_all {
    position: absolute;
    bottom: 3%;
    z-index: 9;
    left: 50%;
    transform: translate(-59%);
}

.view_all a {
    background: #174295 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    padding: 12px 35px;
    font-size: 12px;
    backdrop-filter: blur(19px);
}
.view_all a i {
    margin-left: 16px;
}
.exp_top span {
    font-weight: 600;
}
.exp_top h1 {
    font-size: 58px;
    color: #000;
    line-height: 58px;
    padding-left: 10px;
}
.exp_top {
    margin-top: 70px;
    margin-bottom: 34px;
}
.exp_list ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;

    border-bottom: 1px solid #00000045;
    padding: 30px 10px;
}
.exp_list ul li:first-child{
    border-top: 1px solid #00000045;
}
.exp_mid p {
    font-size: 14px;
}
.exp_mid {
    width: 37%;
}
.exp_right {
    width: 6%;
    font-size: 42px;
    color: #000000a3;
}
.exp_left img {
    height: 63px;
}

.plac_headd h1 span {
    color: #174295;
    font-weight: 600;
}

.plac_headd h1 {
    color: #000;
    font-size: 55px;
}
span.space {
    width: 4em;
    display: inline-block;
}
.plac_headd h1 {
    color: #000;
    font-size: 64px;
    letter-spacing: 1px;
    line-height: 1em;
}
.placess_card {
    text-align: center;
    position: relative;
    margin-top: 57px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e9edf5;
    border-radius: 10px;
    overflow: hidden;
}
p.addr {
    width: 52%;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    margin-top: 9px !important;
}

.locate_now a {

    color: #000;
    padding: 8px 24px;
    font-weight: 600;
    border-radius: 34px;
background-color: #fff;
}

.locate_now {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/Rectangle 5730.png');
    transition: .4s;
    background-size: cover;
    opacity: 0;
}
.locate_now.mumbai{
    background: url('../images/Rectangle 5730.png');
}

.placess_card:hover .locate_now{
    opacity: 1;
}

.trophies img {
    height: 143px;
}

.trophies {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inno_cont h1 span {
    font-weight: 600;
}

.inno_cont h1 {
    text-align: center;
    font-size: 54px;
}

section.innovation_driven {
    padding: 79px;
    text-align: center;
}
.nomiatui p span {
    color: #174295;
}
.nomiatui p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.nomiatui {
    width: 69%;
    margin: auto;
    margin-top: 20px;
}


section.year_of_exp{
    background: url('../images/Rectangle 5730.png');
    transition: .4s;
    background-size: cover;
    background-attachment: fixed;
}
.exp__listUL {
    width: 18em;
    background: #fff;
    padding: 20px 34px;
    border-radius: 10px;
    text-align: center;
}
.exp_liCont p {
    font-size: 12px;
}
.exp_liCont {
    padding: 40px 0;
    border-bottom: 1px solid #0000002e;
}
.exp_liCont h1 {
    font-size: 63px;
    margin: auto;
}
section.year_of_exp {
    background: url('../images/Mask Group 1.png');
    transition: .4s;
    background-size: cover;
    background-attachment: fixed;
    padding: 79px 40px;
    position: relative;
}

.exp__listUL ul li:last-child .exp_liCont {
    border: unset;
}


section.year_of_exp::before {
    content: '';
    position: absolute;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #174295 100%) 0% 0% no-repeat padding-box;
    width: 32%;
    height: 100%;
    right: 0;
    top: 0;
}

.book_conta {
    background: url('../images/Rectangle 5725.png');
    transition: .4s;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    width: 98%;
    margin: auto;
    position: relative;
    padding: 72px 40px;
}

.book_sdf7 {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 73%;
    margin: auto;
    border-radius: 15px;
    padding: 77px 69px;
    position: relative;
}

.book_mid p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.book_mid {
    width: 21%;
    text-align: center;
}

.book_app.sf__s {
    width: auto;
    margin: 0;
}

.book_conta::before {
    content: '';
    background: #174295;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.featured_list ul li {
    width: 20%;
    text-align: center;
}

.featured_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}
.train_left {
    height: 100%;
    background: #174295;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 30px;
}
.train_top h2 {
    color: #fff;
    font-size: 37px;
    margin-top: 18px;
    line-height: 1em;
}
.train_top p {
    font-size: 16px;
    color: #ffffff8a;
    line-height: 20px;
    margin-top: 25px !important;
}

.train_bot {
    margin-top: 50px;
}
.train_bot ul {
    color: #ffffffeb;
    font-family: 'arial';
    font-size: 14px;
    list-style: disc;
}

.train_bot ul li::marker{
    font-size: 22px;
}

.train_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.train_right {
    height: 100%;
    padding: 16px 0px;
    padding-right: 19px;
}
section.training {
    border-top: 1px solid #1742953b;
    border-bottom: 1px solid #1742953b;
    margin-top: 93px;
}

section.proceduree {
    overflow: hidden;
}
section{
    overflow-x: hidden;
}

.foot_lefttop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_logos {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.socials li a {
    background: #174295;
    color: #fff;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border-radius: 10px;
}
.socials ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.footer_left {
    padding: 70px 30px;
    border-right: 1px solid #17429547;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

.foot_left_mid ul li {
    display: flex;
    margin: 9px 0;
    /* align-items: center; */
}
.ul_left p {
    color: #174295;
    font-size: 13px;
    font-weight: 600;
    margin-top: 9px !important;
}
.ul_left {
    width: 17%;
}

.ul_right ul li a {
    margin: 0 6px;
    color: #000000c2;
    font-size: 13.5px;
    font-family: 'Helvetica';
    font-weight: 600;
}
.ul_right ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 18px;
}
.ul_right {
    flex: 1;
}

.foot_left_mid {
    margin-top: 60px;
}

.footer_right {
height: 100%;
}

.subscribe button i {
    margin-left: 4px;
}
.subscribe button {
    border: none;
    background: transparent;
    font-family: 'Helvetica';
    color: #F7885D;
    font-size: 12px;
    padding: 0 18px;
    font-weight: 600;
}

.subscribe input {
    flex: 1;
    font-family: 'Helvetica';
    border: unset;
    font-size: 15px;
    padding: 8px 10px;
}
.subscribe input:focus{
    outline: none;
}
.subscribe {
    border: 1px solid #707070bf;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.ft_rg_top p {
    color: #174295;
    font-weight: 600;
    font-size: 14px;
}

.foot_s8j p {
    font-size: 12px;
    line-height: 16px;
    color: #000000bf;
    margin-top: 18px !important;
    font-weight: 600;
    width: 70%;
}
.exp_right img {
    transform: rotate(-90deg);
}
.foot_rightTop {
    padding: 44px 50px;
    height: 37%;
    border-bottom: 1px solid #17429538;
    width: 90%;
}
.contac_hrad p {
    font-size: 14px;
    color: #174295;
    font-weight: 600;
}

.contact_container p {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #000000d4;
}
.contact_container {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}
.foot_rightBot {
    height: 50%;
    padding: 50px;
}
.contact_left {
    width: 41%;
}

.foot_left_bot p a {
    color: #00000073;
    font-family: 'Helvetica';
    text-decoration: underline !important;
}

.foot_left_bot p {
    font-size: 13px;
    color: #00000073;
    font-weight: 600;
}
.foot_left_bot {
    display: flex;
    justify-content: space-between;
    margin-top: 77px;
}


@media screen and (min-width:300px) and (max-width:770px){
    .col-md-2.p-0.logggoed {
        width: 29%;
    }
    .main-heaader {
        display: none;
    }
    .info-heads li:last-child {
        display: block;
        width: max-content;
        text-align: center;
    }
    .info-heads li {
        display: none;
    }
    .info-heads li {
        padding: 0;
    }
    .col-md-8.p-0.mainned {
        width: 42%;
    }
    .info-heads a {
        font-size: 11px;
        letter-spacing: .4px;
    }
    .info-heads a span {
        position: relative;
        top: -1.1px;
    }
    .maiinn-heaad h1 {
        font-size: 30px;
        padding-top: 24px;
    }
    .maiinn-heaad p {
        font-size: 11px;
        letter-spacing: 8px;
    }
    .dassh-lineee {
        top: -1px;
    }
    .innt p {
        width: 89%;
        opacity: 0.8;
        font-size: 14px;
        line-height: 23px;
    }
    .expor-buttt a {
        padding: 8px 23px;
        font-size: 12px;
    }
    .mainn-banner{
        height: auto;
    }
    .banbottm-menn {
        padding: 2px 0;
    }
    .banbottm-menn ul li {
        width: 50%;
        padding: 8px 0;
        display: none;
    }
    .banbottm-menn ul {
        flex-wrap: wrap;
    }
    .expor-buttt {
        margin-bottom: 15em;
    }
    .banbottm-menn ul li:last-child {
        margin: auto;
        margin-top: 0px;
        display: block !important;
    }
    .banbottm-menn ul li:last-child a {
        padding: 4px 33px;
        width: fit-content;
        font-size: 11px;
        margin: auto;
    }
    .heading h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
    .heading h1 {
        font-size: 26px;
    }
    .heading {
        width: auto;
    }
    .heading p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .3px;
    }
    .help_name h3 {
        font-size: 19px;
    }
    .helps_card {
        width: 84%;
        padding: 30px 0;
    }
    .helps_card:hover{
        width: 84%;
        padding: 30px 0;
        background: unset;
        transform: unset;
    }
    .helps_card:hover h3{
        color: #fff;
    }
    .helps_card:hover p{
        color: #ffffff87;
    }
    section.ipsc_helps {
        padding: 62px 0;
        padding-bottom: 35px;
    }
    .hepls_row_container {
        margin-top: 3em;
    }
    h1.rat_head {
        font-size: 30px;
    }
    .stars {
        font-size: 11px;
        margin-bottom: 11px;
    }
    .special__top {
        padding: 0;
    }
    .special__top h1 {
        font-size: 30px;
    }
    .proce_container {
        width: 94%;
        margin: auto;
    }
    .proce_container h1 {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 1.1em;
    }
    .book_app a {
        font-size: 11px;
        padding: 12px 29px;
        border-radius: 31px;
    }
    .proce_left {
        border-radius: unset;
        padding: 4em 0;
    }
    .procedure_list {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        transform: unset;
        padding: 50px 6px;
    }
    .procedure_list ul li {
        width: 31%;
        margin-bottom: 5px;
        padding: 22px 9px;
        margin-right: 5px;
        transition: .3s;
        border: 3px solid #ededed;
    }
    .procedure_list ul {
        justify-content: center;
    }
    .proc_list_top img {
        height: 44px;
    }
    .proce_namme p {
        line-height: 14px;
        font-size: 11px;
    }
    .spec_name p {
        font-size: 13px;
    }
    .spec_name p span {
        font-size: 10px;
    }
    .spec_img img {
        height: 60px;
    }
    .spec_conttop p {
        font-size: 11px;
        line-height: 16px;
    }
    .spec_contbot p {
        font-size: 12px;
        line-height: 19px;
    }
    .exp_list ul li {
        flex-wrap: wrap;
    }
    .exp_mid p {
        font-size: 12px;
        line-height: 20px;
    }
    .exp_mid {
        width: 84%;
        margin-top: 21px;
    }
    .exp_left img {
        height: 47px;
    }
    .plac_headd h1 {
        font-size: 30px;
        letter-spacing: 0px;
    }
    .exp_top h1 {
        font-size: 33px;
        line-height: 37px;
        padding-left: 10px;
    }
    .placess_card {
        margin-top: 24px;
        height: 306px;
    }
    section.innovation_driven {
        padding: 60px 10px;
    }
    .inno_cont h1 {
        text-align: center;
        font-size: 33px;
    }
    .trophies img {
        height: 71px;
    }
    .nomiatui {
        width: 100%;
    }
    .nomiatui p {
        font-size: 16px;
    }
    .exp_liCont h1 {
        font-size: 40px;
        margin: auto;
    }
    .exp_liCont {
        padding: 25px 0;
    }
    section.year_of_exp::before{
        display: none;
    }
    .book_sdf7 {
        flex-direction: column;
        width: 100%;
        padding: 35px 24px;
    }
    .book_left h3 {
        font-size: 19px;
    }
    .book_left {
        text-align: center;
    }
    .book_mid p {
        font-size: 13px;
    }
    .book_mid {
        width: 76%;
        text-align: center;
        margin: 23px 0;
    }
    .book_app.sf__s {
        margin-top: 10px;
    }
    .featured_list ul li img {
        height: 46px;
    }
    
    .featured_list ul li {
        width: 33%;
        text-align: center;
    }
    footer{
        overflow-x: hidden;
    }
    .train_top h2 {
        font-size: 25px;
        margin-top: 6px;
        line-height: 1em;
    }
    .train_top p {
        font-size: 14px;
        letter-spacing: .3px;
    }
    .train_bot ul li {
        font-size: 13px;
        letter-spacing: .3px;
        line-height: 17px;
        margin-bottom: 7px;
    }
    .train_bot ul li::marker {
        font-size: 18px;
    }
    .train_right {
        padding: 15px;
    }
    .foot_lefttop {
        flex-wrap: wrap;
    }
    img.footer_logo2 {
        height: 65px;
    }
    img.footer_logo3 {
        height: 65px;
    }
    .foot_logos {
        width: 100%;
    }
    .socials {
        margin-top: 19px;
    }
    .foot_left_mid ul li {
        flex-wrap: wrap;
    }
    .ul_left {
        width: 100%;
    }
    .ul_right {
        position: relative;
        left: -5px;
    }
    .ul_right ul li a {
        font-size: 12.5px;
    }
    .foot_rightTop {
        padding: 34px 30px;
        width: 100%;
    }

    .foot_rightBot {
        height: auto;
        padding: 30px;
        /* padding-bottom: 77px; */
    }
    .foot_left_bot {
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 100%;
        height: 50px;
        left: 0;
        padding: 17px;
        display: none;
    }
    footer {
        position: relative;
        overflow: auto;
    }
    .banbottm-menn a {
        width: auto !important;
    }
    .foot_left_bot p {
        font-size: 10px;
        color: #00000073;
        font-weight: 600;
        line-height: 20px;
    }
    .contact_left {
        width: 47%;
    }
    .contact_container p {
        font-size: 11px;
        line-height: 16px;
    }
}


.banner_slider_cont {
    /* background: url("../images/main-banner.png"); */
    background-size: cover;
}


.banbottm-menn a {
    color: #fff;
    font-family: 'forma-djr-display';
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 13px;
    transition: .3s;
    width: 220px;
    display: flex;
    justify-content: center;
    /* text-shadow: 2px 0px BLACK; */
}



.loggo img {
    width: 81%;
    margin-left: auto;
    position: relative;
    left: 11px;
}

section.mainn-banner.about_banner {
    background-image: url('../images/about-banner.jpg');
    height: auto;
}
.abb_left{
    position: relative;
}
.abb_left img {
    height: 575px;
}
section.aboutt {
    background-image: url('../images/ab-sec.png');
    background-size: cover;
    background-color: #174295;
    padding: 106px 0;
}

.abb_tp p {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
    font-family: 'Helvetica';
    letter-spacing: .4px;
    font-size: 18px;
}
.abb_heading h1 {
    font-size: 53px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 17px;
    letter-spacing: 1px;
}
.abb__p {
    margin-top: 24px;
}
.abb__p p {
    font-size: 16px;
    color: #ffffffbf;
}
.abb_right {
    width: 90%;
    margin: auto;
}

.book-noww {
    margin-top: 48px;
}

.book-noww a {
    padding: 16px 40px;
    border-radius: 40px;
    background-color: #f7885d;
    transition: all 450ms cubic-bezier(.25, .46, .45, .94);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Helvetica';
    letter-spacing: 1px;
}

.feedback {
    position: absolute;
    left: auto;
    top: auto;
    right: 1%;
    bottom: 17%;
    background: #fff;
    width: 47%;
    padding: 19px 21px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border-color: rgba(178, 183, 187, 0.3);
}
.feedback.feed2 {
    bottom: -6%;
    right: 15%;
}

.percent {
    margin-right: 15px;
}
.percent h1 {
    color: #184397;
    font-weight: 600;
    font-size: 48px;
}
.feedback.feed2 .percent h1{
    color: #f7885d;
}
.possuf p {
    font-size: 20px;
    font-weight: 600;
    color: #0000007d;
}

section.mission_vision {
    padding: 140px 0;
}

.mision p {
    color: #ffffffd1;
    letter-spacing: .3px;
    padding-bottom: 17px;
}
.mision h1 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 61px;
    color: #fff;
    margin-bottom: 20px;
}
.mision {
    background: #f7885d;
    height: 100%;
    border-radius: 10px;
    padding: 50px;
}

.mission_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mission_img {
    height: 660px;
    overflow: hidden;
    border-radius: 10px;
}

.mision.visojn {
    background: #19459a;
}
.row.misson_row {
    margin-top: 25px !important;
}

section.mission_vision .row {
    width: 90%;
    margin: auto;
}

.feat_ue {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.feat_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.feat_img {
    height: 40px;
    overflow: hidden;
    width: 65px;
    border-radius: 3px;
    margin-right: 15px;
}
.feat_right p i {
    font-size: 12px;
    margin-left: 9px;
    transition: .4s;
}
.feat_right p {
    color: #f7885d;
    font-size: 13px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.nav-link.blog_tab.active {
    background-color: #f7885d !important;
    box-shadow: 0 30px 30px -20px rgba(104,87,76,.6);
}

.nav-link.blog_tab.active .feat_right p{
    color: #fff;
}

.nav-link.blog_tab.active .feat_right p i{
    margin-left: 20px;
}
.nav-link.blog_tab {
    border: unset !important;
    border-radius: 2px !important;
}

.blog_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}
.blog_card:hover .blog_img img {
    transform: scale(1.1);
}
.blog_img {
    height: 197px;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog_feat {
    display: flex;
    align-items: center;
}

section.blogs {
    padding: 100px 0px;
    overflow: unset;
}
.blog_feat p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
    line-height: 20px;
}
.blog_feat {
    display: flex;
    align-items: center;
}
.blog_featLeft {
    border: 1px solid #00000082;
    padding: 0 10px;
    margin-right: 15px;
}

.blog_title h4 {
    color: #000000c7;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.blog_title {
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog_title h4 {
    color: #000000e0;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.blog_desc p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .3px;
    color: #0000009e;
}
.blog_card {
    margin-bottom: 76px;
    height: 100%;
    width: 93%;
}
/* .blogs_container {
    width: 90%;
    margin: auto;
} */
.blogs_left.sticky-top {
    top: 5em;
}

.blogs_left.sticky-top {
    top: 5em;
    padding-left: 36px;
}

section.mainn-banner.about_banner.contact_banner {
    background: #174295;
    height: auto;
}

.expor-buttt.expp__vont {
    margin-bottom: 138px;
}

.banbottm-menn.banbb-mencont {
    background: #f7885d;
    padding: 19px;
}
.banbottm-menn.banbb-mencont ul {
    justify-content: center;
}
.banbottm-menn.banbb-mencont a i {
    font-size: 22px;
}
.banbottm-menn.banbb-mencont a {
    width: 96px;
}
.conte_D {
    background: #174295;
    border-radius: 10px;
    padding: 38px;
    height: 100%;
}
section.contact {
    padding: 100px 0;
    padding-bottom: 25px;
}
section.contact .container {
    width: 73% !important;
}
.conte_D p {
    color: #fff;
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 21px;
    margin-top: 27px !important;
}
.conte_D h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.comt_top {
    margin-bottom: 19px;
}
.comt_top p {
    font-size: 24px;
    color: #000000e0;
    font-weight: 600;
    letter-spacing: .3px;
}
.cont_right {
    padding: 34px 35px;
}

.input-form textarea {
    width: 100%;
    padding: 10px 13px;
    border-radius: 18px;
    border: 1px solid #00000029;
    background: transparent;
}

.input-form input {
    width: 47%;
    padding: 10px 13px;
    border-radius: 18px;
    border: 1px solid #00000029;
    background: transparent;
}
.input-form select {
    width: 47%;
    padding: 10px 13px;
    border-radius: 18px;
    border: 1px solid #00000029;
    background: transparent;
}
.input-form {
    display: flex;
    align-items: center;
    font-family: 'Helvetica';
    justify-content: space-between;
    margin-bottom: 12px;
}
section.contact .row {
    background: #f2f4f8;
    border-radius: 14px;
    padding: 9px 0;
}

button.submitt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3rem;
    padding: 0.75rem 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3rem;
    background-color: #174295;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    border: unset;
    font-family: 'Helvetica';
    letter-spacing: 1px;
    margin-top: 29px;
}

.bell {
    position: relative;
    left: 1em;
}

section.mainn-banner.about_banner.blog_banner{
    background-image: url('../images/blog-banner.jpg');
}

.slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
  }
  
  .slide {
   
  
    display: grid;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }
  
  .input-form select {
    color: #787879;
}
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 10));
    }
  }
  .marqueee {
    width: 73%;
    overflow: hidden;
    margin: auto;
}
.immo {
    padding: 0 50px;
}

.immo h1 {
    width: max-content;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    color: #f7885d;
    text-transform: uppercase;
    font-size: 98px;
}

.prrocedure{
    background: #174295;
    padding: 50px 0; 
}
.proc-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82%;
}
.proc-head h1 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 55px;
    border-bottom: 3px solid #fff;
    width: fit-content;
    padding-bottom: 20px;

}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align: middle;
}
.proc-head  span {
    backdrop-filter: blur(19px);
    margin: 0 20px;
    background: hsla(0, 0%, 100%, 0.1);
    z-index: 99999999;
    top: 0;
    display: inline-flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 79px;
    font-size: 35px;
    padding: 0;
    color: #fff;
}
.proc-head  span a{
    color: #fff;
}
.proc-head  span a:hover{
    color: #fff;
}
.dessccc {
    padding-top: 30px;
}

.dessccc p {
    color: #fff;
    font-family: 'Helvetica';
    width: 81%;
    line-height: 30px;
}
.proccc-immages {
    padding-top: 50px;
    width: 90%;
}
.immad-head h3 {
    color: #fff;
    font-size: 19px;
    text-align: center;
}
.imaaaed img {
    width: 100%;
    border-radius: 10px;
}
.pross.imma {
    border: 1px solid #fff;
    padding: 18px;
    border-radius: 10px;
}
.immad-head {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:30px;
}
.proce-immg-head h1{
    color: #fff;
    font-family: 'Helvetica';
    font-size: 35px;
    padding-bottom: 20px;
}
.imaaaed video{
    width: 100%;
}
.bllogg-inffor h4 {
    color: #000;
    font-size: 20px;
}
.bllogg-inffor {
    padding-top: 20px;
}
.bllogg-inffor p {
    color: #000;
    font-size: 15px;
}
.bllogg-inffor a {
    color: #fff;
    backdrop-filter: blur(12px);
    background: #174295;
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 40px;
}
.bloog-imma img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.bloog-imma {
    height: 150px;
}
.bllgs-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.tessi-namme h4 {
    color: #174295;
    font-family: 'Helvetica';
}
.tessi-namme small {
    color: #174295;
    font-family: 'Helvetica';
}
.teesti-vidd {
    padding-bottom: 20px;
    height: 250px;
}
.review-maiin {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.prrocedure-white{
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 9999;
}

.prrocedure-white .proc-head h1{
    color: #000;
    font-size: 50px;
}

.prrocedure-white .proce-immg-head h1{
    color: #000;
}

.prrocedure-white .pross.imma{
    border: 1px solid #1c4697;
}

.prrocedure-white .immad-head h3{
    color: #000;
}
.prrocedure-white .dessccc p{
    color: #000;
}
.prrocedure-white .bllgs-main{
    background: #1c4697;
}

.prrocedure-white .bllogg-inffor h4{
    color: #fff;
}
.prrocedure-white .bllogg-inffor p{
    color: #fff;
}

.prrocedure-white .bllogg-inffor a{
    background:#fff;
    color:#000
}

.prrocedure-white .proc-head span a{
    color: #000;
}
.prrocedure-white .proc-head  span {
    background: hsl(0deg 0% 0% / 10%);
}

.prrocedure-white .review-maiin{
    background: #1c4697;
}

.prrocedure-white .tessi-namme h4{
    color: #fff;
}

.prrocedure-white .tessi-namme small{
    color: #fff;
}
section.pharrm-inntt {
    padding: 80px 0;
    background: #1c4697;
}
.leeeeff-heaad h3 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 50px;
}
.leeff-phhar-infor {
    padding-top: 15px;
}
.leeff-phhar-infor p {
    color: #ffff;
    padding: 8px 0;
    width: 85%;
    line-height: 29px;
}

.pharrmacc-rigght {
    height: 100%;
}
.pharrmacc-rigght img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.pharrma-servvi {
    padding: 80px 0;
}

.phar-serr-headd h2{
    text-align: center;
    font-family: 'Helvetica';
    font-size: 45px;
}
.servii-lisss {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pharr-icccons {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7885d;
    width: 70px;
    padding: 13px;
    border-radius: 75px;
    margin-left: auto;
    margin-right: auto;
}
.phaarserr-naame {
    padding-top: 28px;
    text-align: center;
}
.phaarserr-naame h4 {
    font-family: 'Helvetica';
    font-size: 18px;
}
.phar-serr {
    padding-top: 50px;
}

section.pharr-ctta {
    padding: 50px 0;
    background: #1c4697;
}
.cttass h2 {
    text-align: center;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 35px;
}
.cttass a {
    color: #f7885d;
}

.cttass a:hover {
    color: #f7885d;
}

section.trraain {
    padding: 80px 0;
    background: #1c4697;
}
.trrain-heads h2 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 45px;
    text-align: center;
}
.trrain-heads p {
    color: #fff;
    text-align: center;
    font-family: 'Helvetica';
    margin-top: 23px !important;
    font-size: 20px;
    background: #f7885d;
    width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 40px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trainn-lisst {
    padding-top: 50px;
}
.trainn-lisst ul {
    display: flex;
    flex-wrap: wrap;
}

.lisssso-icccon p {
    color: #fff;
    background: #f7885d;
    width: 70px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 28px;
    height: 70px;
    border-radius: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.liso-inffor h4 {
    font-family: 'Helvetica';
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}
.lissst-ddiv {
    background: #fff;
    padding: 17px 6px;
    margin-bottom: 40px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.trainn-lisst .row {
    align-items: center;
    justify-content: center;
}
.trrain-rriggghr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trrain-rriggghr video {
 width: 100%;
}

.upcomming-courrse .row{
    position: relative;
}

.card {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    width: 300px;
    height: 300px;
    /* margin: -150px; */
    float: left;
    perspective: 500px;
  }
  
  .content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
  
    transition: transform 1s;
    transform-style: preserve-3d;
  }
  
  .card:hover .content {
    transform: rotateY( 180deg ) ;
    transition: transform 0.5s;
  }
  
  .front,
  .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
  }
  
  .back {
    background: #fff;
    transform: rotateY( 180deg );
  }
  .upcomming-courrse {
    padding: 20px 0;
}
.couurrsee{
    padding: 80px 0;
}

.upcomming-courrse h2 {
    text-align: center;
    font-family: 'Helvetica';
    color: #000;
    font-size: 50px;
}
.upcomming-courrse h2 span{
    color: #f7885d;
}
.upcomming-courrse p {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-family: 'Helvetica';
}
.courr-immages img {
    width: 100%;
}

.dessc-corr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.dessc-corr p{
    text-align: left;
}

.traai-viddeo video {
    width: 100%;
}
.reccord-inffor img {
    background: #1c4697;
    padding: 13px;
    border-radius: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.reccord-inffor {
    text-align: center;
}
.reccord-inffor h4 {
    padding-top: 20px;
    font-family: 'Helvetica';
    font-size: 36px;
    font-weight: 600;
}
.reccord-inffor p {
    font-family: 'Helvetica';
    font-size: 19px;
    font-weight: 600;
}
.traai-viddeo {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
}
.trraain-recc {
    height: 100%;
    display: inline-grid;
    width: 100%;
    align-items: center;
}

.facultyy{
    padding: 80px 0;
    background: #1c4697;
}
section.fellowwes {
    padding: 0 0 50px 0;
}

.facultyy-heaad{
    text-align: center;
}
.facultyy-heaad h2 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 55px;
}
.facultyy-heaad p {
    background: #f7885d;
    width: 430px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    font-size: 17px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
}
.facultyy-lisst ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.facultyy-lisst li {
   
    width: 17%;
    margin: 0 19px;

}
.facultyy-lisst {
    padding-top: 80px;
}
.member-immg img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
.memm-inffors h4 {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 18px;
    text-align: center;
    margin-top: 11px;
}
.memm-inffors p {
    color: #555;
    font-family: 'Helvetica';
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-top: 11px !important;
}

.falcullty-members{
    margin-bottom: 40px;
}
.member-immg {
    text-align: center;
    height: 147px;
    width: 147px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.key-featuures{
    padding: 80px 0;
}
.featurees-hhead {
    text-align: center;
}
.featurees-hhead span {
    color: #f48960;
}
.featurees-hhead p {
    font-size: 18px;
    padding-top: 10px;
}   
.featuree-lisss ul {
    display: flex;
    flex-wrap: wrap;
}
.featuree-lisss li {
    width: 47%;
    margin: 12px 19px;
    /* display: flex; */
}
.feaatt-mmaa{
    display: flex;
    align-items: center;
}
.featuree-lisss {
    padding-top: 50px;
}
.featt-imaagg {
    width: 70px;
    padding: 15px;
    border-radius: 54px;
    background: #f48960;
    margin-right: 15px;
}
.featt-imaagg img {
    width: 100%;
    height: 100%;
}
.corrr-lisss {
    border-bottom: 1px solid #000;
    padding: 25px 0;
}
.annu-regg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.annu-regg p {
    padding: 0;
    font-family: 'Helvetica';
    font-size: 25px;
    font-weight: 600;
}

.annu-regg a {
    padding: 0;
    font-family: 'Helvetica';
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #fff;
    background: #f48960;
    border-radius: 43px;
    display: flex;
    width: 147px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.courr-immages {
    background: #1c4697;
    padding: 20px;
}

.courrse-tessi{
    background: #1c4697;
    padding: 80px 0;
}
.cour-testi-heeaad h2 {
    color: #fff;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 55px;
}
.cour-testi-heeaad p {
    color: #fff;
    background: #f48960;
    font-family: 'Helvetica';
    font-size: 18px;
    width: 300px;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
}
.corrr-tesss {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 230px;
    position: relative;
}
.tess-name {
    display: flex;
    align-items: center;
    /* position: absolute;
    bottom: 11px; */
}
.tess-name img {
    width: 55px;
}
.mySwiperiie {
    padding-top: 50px !important;
}
.teees {
    padding-top: 20px;
}

section.specialities.team_of_doctors::before {
    display: none;
}
section.book_online_seccc {
    background: #174295;
    padding: 70px 0;
}
.book_onlineimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.book_onlineimg {
    height: 350px;
}
.book_ttop {
    background: #fff;
    margin-bottom: 10px;
    padding: 23px;
    border-radius: 10px;
}
.payy_noww {
    margin-top: 17px;
}
.payy_noww a {
    background: #f7885d;
    color: #fff;
    padding: 8px 15px;
    border-radius: 23px;
    letter-spacing: .2px;
    font-size: 14px;
}
.book_ttop p {
    font-size: 14px;
    color: #000c;
    letter-spacing: .3px;
}

.terms_and_conditionppa ul li {
    font-family: 'arial';
    color: #ffffffc7;
    padding: 5px 0;
    letter-spacing: .3px;
    display: flex;
}
.terms_and_conditionppa ul {
    padding-left: 33px !important;
}
.terms_and_conditionppa h4 {
    color: #fff;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.terms_and_conditionppa {
    margin: auto;
    margin-top: 46px;
    border: 1px solid #ffffff52;
    border-radius: 9px;
    padding: 34px;
}
.terms_and_conditionppa ul li i {
    margin-right: 10px;
    margin-top: 6px;
    color: #fff;
    font-size: 12px;
}
.book_ttop:last-child {
    margin: auto;
}

.hover_dropdown {
    position: absolute;
    z-index: 9999;
    top: 104px;
    background: #174295;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 0;
    transition: .3s;
    overflow: hidden;
}
.main-heaader li:hover .hover_dropdown {
    height: auto;
    padding: 20px 0;
}
.hoverrr_container {
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    width: 82.5%;
}
ul.hover-drop {
    display: block !important; 
    border: none;
 width: auto;
}

ul.hover-drop li {
    padding: 10px;
}
ul.hover-drop li a {
    font-size: 13px;
    letter-spacing: .3px;
}
.accordion-body {
    font-family: 'Helvetica';
}
section.mainn-banner.about_banner.training_banner {
    height: auto;
}
.close_sidebar {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 20px;
    display: none;
}
.listing_topp {
    position: relative;
}
.row.helps_row.swiper-wrapper {
    width: 100%;
}
.hepls_row_container {
    overflow: unset !important;
}
.hepls_row_container .row .col-md-4 {
    border: 1px solid #f7885d24;
    width: 33.333% !important;
    margin: 0 !important;
    height: 335px;
}
ul.swiper-wrapper.exp_list__ul {
    flex-wrap: wrap;
}
.maiesmalls .row{
    position: relative;
}
@media screen and (min-width:300px) and (max-width:770px){
    .abb_left img {
        height: auto;
    }
    .close_sidebar{
        display: block;
    }
    .feedback {
        display: none;
    }
    .abb_right {
        margin-top: 43px;
    }
    .abb_heading h1 {
        font-size: 35px;
    }
    .book-noww a {
        padding: 11px 32px;
        font-size: 16px;
        font-weight: 100;
    }
    section.mission_vision .row {
        flex-direction: column-reverse;
    width: 100%;
    }
    .row.misson_row {
        flex-direction: column !important;
        margin-top: 58px !important;
    }
    .mission_img {
        height: 319px;
    }
    .mision {

        padding: 29px 25px;
    }
    .mision h1 {
        font-size: 35px;
    }
    .mision p {
        padding-bottom: 11px;
        font-size: 14px;
        line-height: 23px;
    }
    .mision {
        margin-top: 12px;
    }
    section.specialities.ab__specialities {
        margin-top: 32px;
    }
    .blogs_left.sticky-top {
        top: 0em;
        padding-left: 0px;
        margin-bottom: 19px;
    }
    section.blogs {
        padding: 50px 13px;
    }
    .blogs_left.sticky-top li.nav-item {
        width: 50%;
        justify-content: center;
    }
    .nav-link.blog_tab {
        width: 100%;
    }
    .blogs_left.sticky-top .nav.nav-tabs {
        justify-content: center;
    }
    .feat_img {
        height: 30px;
        overflow: hidden;
        width: 40px;
        border-radius: 3px;
        margin-right: 9px;
    }
    .nav-link.blog_tab.active .feat_right p i {
        margin-left: 7px;
    }
    .feat_right p {
        color: #f7885d;
        font-size: 9px;
    }
    .feat_right p i {
        font-size: 10px;
    }
    .nav-link.blog_tab {
        padding: 5px 9px;
    }
    .blog_card {
        width: auto;
        margin-bottom: 52px;
    }
    .blog_title {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .blog_img {
        margin-bottom: 18px;
    }
    .banbottm-menn.banbb-mencont ul {
        justify-content: center;
    }
    
    .banbottm-menn.banbb-mencont li {
        width: auto;
        margin: 0 13px !important;
    }
    .banbottm-menn.banbb-mencont ul li:last-child a {
        padding: initial;
    }
    section.contact .container {
        width: 100% !important;
    }
    .conte_D h1 {
        font-size: 22px;
    }
    .conte_D p {
        letter-spacing: .4px;
        font-size: 13px;
        line-height: 18px;
        margin-top: 14px !important;
    }
    .bell {
        left: 0em;
    }
    .cont_right {
        padding: 34px 14px;
    }
    .immo h1 {
        font-size: 50px;
    }
    .banbottm-menn.banbb-mencont {
        padding: 10px;
    }
    .marqueee {
        width: 90%;
    }
    .s___778 .proccc-immages {
        width: 100% !important;
    }
    .pross.imma {
        height: auto;
    }
    .bloog-imma img {
        height: 137px;
    }
    .bloog-imma {
        height: auto;
        margin-bottom: 12px;
    }
    .teesti-vidd iframe {
        height: 133px;
        border-radius: 8px;
    }
    .teesti-vidd {
        padding-bottom: 10px;
        height: auto;
    }
    .faq____headinfgg h3 {
        font-size: 40px;
        margin: auto;
    }
    .faq____headinfgg.sticky-top {
        padding: 0;
        margin-bottom: 17px;
    }
    .faq__setionnsd {
        padding: 25px 20px;
    }
    .accordion-body {
        font-family: 'Helvetica';
        line-height: 21px;
        font-size: 14px;
    }
    .accordion-button {
        border-radius: 0px !important;
        padding: 10px 10px !important;
        font-size: 14px !important;
        letter-spacing: .3px;
    }
    .accordion-button::after {
        width: 13px !important;
        height: 20px !important;
        background-size: contain;
        background-position: center;
    }
    .proccc__headdd h1 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    section.proceduree.s77__secondd .procedure_list {
        right: 0% !important;
    }
    section.proceduree.s77__secondd .proce_left {
        padding: 3em 0;
    }
    section.proceduree.s77__secondd .proce_container {
        margin: auto;
    }
    .proce_container h1 {
        font-size: 27px;
        letter-spacing: 0.3px;

    }
    .proce_left {
        border-radius: unset;
        padding: 3em 10px;
    }
    .book_onlineimg {
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .book_ttop p {
        font-size: 13px;
        line-height: 20px;
    }
    .payy_noww a {
        padding: 7px 13px;
        font-size: 13px;
    }
    .terms_and_conditionppa ul {
        padding-left: 4px !important;
    }
    .terms_and_conditionppa ul li {
        font-size: 13px;
    }
    .terms_and_conditionppa {
        padding: 27px 15px;
    }
    .terms_and_conditionppa ul li i {
        margin-top: 4px;
    }
    .leeeeff-heaad h3 {
        font-size: 35px;
    }
    .leeff-phhar-infor p {
        width: 100%;
        line-height: 24px;
    }
    .pharrmacc-rigght {
        margin-top: 23px;
    }
    section.pharrma-servvi {
        padding: 57px 0;
    }
    .phar-serr-headd h2 {
        font-size: 35px;
    }
    .servii-lisss {
        margin-bottom: 20px;
    }
    .cttass h2 {
        font-size: 25px;
    }
    .expor-buttt.expp__vont {
        margin-bottom: 223px;
    }
    .lissst-ddiv {
        margin-bottom: 16px;
        height: 174px;
    }
    .upcomming-courrse h2 {
        font-size: 35px;
    }
    .courrr-dessc {
        padding: 19px 10px;
    }
    .courrr-dessc ul {
        padding-top: 14px !important;
    }
    .courrr-dessc ul li {
        font-family: 'Helvetica';
        font-size: 14px;
        padding: 3px 0;
    }
    .courrr-dessc small {
        font-family: 'Helvetica';
    }
    .annu-regg {
        width: 75%;
    }
    .courr-immages {
        margin-top: 21px;
    }
    .upcomming-courrse p {
        font-size: 16px;
    }
    .trraain-recc {
        margin-top: 21px;
    }
    .reccord-inffor {
        margin-bottom: 22px;
    }
    .reccord-inffor img {

        width: 64px;
    }
    .reccord-inffor h4 {
        padding-top: 7px;
        font-size: 28px;
        margin: auto;
    }
    .reccord-inffor p {
        font-size: 16px;
        font-weight: 500;
    }
    .facultyy {
        padding: 38px 0;
    }
    .facultyy-heaad h2 {
        font-size: 35px;
    }
    .facultyy-heaad p {
        width: auto;
        margin-top: 15px !important;
        font-size: 14px;

        border-radius: 30px;
    }
    .facultyy-lisst li {
        width: 47.8%;
        margin: 0px 4px;
    }
    .facultyy-lisst {
        padding-top: 35px;
    }
    .memm-inffors h4 {
        font-size: 17px;
    }
    .memm-inffors p {
        font-size: 11px;
    }
    .featuree-lisss li {
        width: 100%;
        margin: 9px 10px;
        /* display: flex; */
    }
    .feeeat-dissc {
        flex: 1;
    }
    .featt-imaagg {
        width: 49px;
        height: 49px;
        padding: 12px;
        border-radius: 50%;
        margin-bottom: 7px;
    }
    .feeeat-dissc p {
        font-size: 12px;
        line-height: 19px;
    }
    .corrr-tesss {
        height: 380px;
    }
    .cour-testi-heeaad p {
        width: auto;
        height: auto;
        padding: 4px 6px;
        font-size: 16px;
    }
    .cour-testi-heeaad h2 {
        font-size: 35px;
    }
    .annu-regg a {
        height: auto;
        width: auto;
        padding: 5px 18px;
        font-size: 14px;
    }
    /* .sidebar_tab {
        display: none !important;
    } */
    .col-md-8.p-0.mobile_slidee {
        position: fixed;
        width: 100%;
        height: 100%;
        right: -101%;
        transition: .3s;
    }
    .active_slidebar{
        right: 0 !important;
    }
    .sidebar_right .nav-link.active {
        background-color: transparent !important;
    }
    .sidebar_right a {
        padding: 11px 45px;
        font-size: 17px;
        letter-spacing: .4px;
    }
    .sidebar_right .nav-pills .nav-link {
        padding: 11px 45px;
        font-size: 17px;
    }
    .listing_topp h1 {
        padding: 17px;
        font-size: 25px;
    }
    #mySidenav ul {
        padding-top: 0px !important;
        width: 100%;
    }
    .listinnng_ul {
        display: flex;
        justify-content: space-around;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
        height: 100vh;
        overflow-y: overlay;
    }
    .listinnng_ul ul li a {
        font-size: 15px;
        padding: 5px 32px;
    }
    .sidenav a:hover{
        color: #000;
    }
    .hepls_row_container .row .col-md-4 {
        width: 100% !important;
        margin-right: 10px !important;
    }
    .hepls_row_container {
        overflow: hidden !important;
    }
    .row.helps_row.swiper-wrapper {
        width: 100% !important;
        flex-wrap: unset;
    }
    .patient_pagination.service-pagination.position-relative {
        margin-bottom: 10px;
        margin-top: 4px;
    }
    .row.swiper-wrapper.doctor_sliderwrapper {
        flex-wrap: unset;
    }
    .row.swiper-wrapper.doctor_sliderwrapper .col-md-4.swiper-slide {
        margin-right: 10px !important;
    }
    .special__top {
        margin-bottom: 20px;
    }
    .swiper.doctors-slider {
        margin-bottom: 65px;
    }
    .view_all {
        bottom: 5%;
        transform: translate(-50%);
    }
    ul.swiper-wrapper.exp_list__ul {
        flex-wrap: unset;
    }
    .patient_pagination.service-pagination.experience-pagination.position-relative {
        text-align: center;
    }
}

section.pharr-ctta {
    background: #fff;
    border-bottom: 1px solid #0000002b;
}
.pharr-ctta h2 {
    color: #000;
    font-weight: 600;
}
.phar-serr-headd h2 {
    font-weight: 600;
}

.servii-lisss {
    padding: 30px;
    box-shadow: none;
    border-radius: 10px;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #0d64a9ab;
}

.phaarserr-naame h4 {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


section.ratings {
    background: #fff;
    margin: 0px;
    padding: 100px 0px;
}

section.section.proceduree {
    margin-top: 30px;
}
.liso-inffor h4 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.4px;
}

.courrr-dessc h4 {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.8px;
}
.courrr-dessc li {
    line-height: 30px;
    color: #333;
}



.corrr-lisss {
    border-bottom: 1px solid #000;
    padding: 0px;
    background: #1c4697;
    margin-bottom: 17px;
    border: none;
}
.corrr-lisss.d__uuyyy {
    background: #fff;
}

.courrr-dessc ul li span i {
    background: #f7885d;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 31px;
    line-height: 25px;
    margin-right: 7px;
}
.courrr-dessc ul li span i {
    background: #a5c4ffeb;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 31px;
    line-height: 20px;
    margin-right: 7px;
    font-size: 11px;
}

.courrr-dessc small {
    background: #f7885d;
    color: #fff;
    padding: 2px 10px;
    border-radius: 26px;
    padding-bottom: 4px;
}

.corrr-lisss.co__lorr .courrr-dessc p {
    color: #fff;
    font-style: italic;
    margin-bottom: 31px;
    /* display: inline-block; */
    width: 100%;
    padding-bottom: 16px;
}

.corrr-lisss.co__lorr .annu-regg p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 31px;
}
.s774__09888s {
    padding-bottom: 45px;
    margin-top: -68px;
}

.s774__09888s h2.s445454sss45 {
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 0px;
}
.dessc-corr h4 {
    color: #fff;
    font-size: 29px;
}

.corrr-lisss.co__lorr li {
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}

.corrr-lisss.co__lorr .courr-immages img {
    position: relative;
    top: -41px;
    box-shadow: 0 0 10px 4px #0000003b;
    left: -34px;
}
.corrr-lisss.co__lorr.d__uuyyy {
    background: #1c4697;
    padding-left: 44px;
    margin-top: 70px;
}
.corrr-lisss.co__lorr .dessc-corr h4 {
    color: #fff;
    font-size: 22px;
}

.corrr-lisss.co__lorr.d__uuyyy .courr-immages img {
    left: 41px;
}
.corrr-lisss.co__lorr.d77744ff {
    float: left;
    width: 100%;
    margin-top: 61px;
}

.s77sfsfsf {
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 38px;
    padding-bottom: 70px;
}
.member-immg {
    padding-top: 11px;
}
.falcullty-members {
    background: #fff;
    padding-bottom: 24px;
    border-radius: 9px;
    color: #000;
}

.memm-inffors h4 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
    text-align: center;
    margin-top: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.featuree-lisss li {
    width: 47%;
    margin: 12px 19px;
    /* display: flex; */
    box-shadow: 0 0 4px 4px #00000024;
    border-radius: 8px;
    padding: 15px 13px;
}

section.mainn-banner.about_banner.blog_banner.packages_banner .maiinn-heaad {
    z-index: 9;
    padding: 0;
}

.filterss_container {
    padding: 40px 30px;
    background: #eee;
    border-radius: 5px;
}
.filterss_title {
    border-bottom: 1px solid #00000036;
    margin-bottom: 20px;
}

.filterss_title h1 {
    font-size: 31px;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.filter_checkboxx {
    margin-bottom: 6px;
}

.filter_checkboxx label {
    font-family: 'Helvetica';
    font-size: 14px;
}
.blogs_left.filterss.sticky-top {
    top: 3em;
    z-index: 9;
}

.blog_card.pack_card {
    margin-bottom: 0;
    width: 100%;
    padding: 11px;
    border: 1px solid #00000029;
    border-radius: 11px;
    transition: .3s;
}
.blog_img {
    height: 197px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 9px;
}
.blog_feat.pack_feat {
    justify-content: space-between;
    /* padding: 0 10px; */
}

.blog_featLeft.pack_name {
    border: none;
}
.blog_featLeft.pack_name p {
    font-size: 17px;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
}
.blog_featRight.pack_price p {
    font-size: 20px;
}

.read___moreee a {
    background: #f7885d;
    color: #fff;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    /* margin-top: 34px; */
    margin-left: 9px;
    border-radius: 13px;
}

.read___moreee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}
.pack_price p {
    font-size: 22px;
    font-family: 'forma-djr-display-bold';
}

.all_blogs.all_packagess .col-md-4 {
    margin-bottom: 24px;
}
.all_blogs.all_packagess {
    padding: 0 23px;
}

.packk_leftt img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
section.packages_descc {
    padding: 50px 0;
    background: #174295;
    overflow: unset;
}
img.footer_logo {
    height: 59px;
}
.pamcm__doo h1 {
    text-transform: uppercase;
    font-family: 'forma-djr-display-bold';
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 1px;
}
.pamcm__doo p {
    color: #ffffffd6;
    letter-spacing: .2px;
    font-size: 15px;
}
.packk__prieeeee p {
    font-size: 21px;
    color: #000;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.packk__prieeeee h2 {
    margin: 0;
    margin-left: 14px;
    font-family: 'forma-djr-display-bold';
    font-size: 28px;
    letter-spacing: 0.3px;
    color: #174295;
}
.packk__prieeeee {
    display: flex;
    align-items: center;
    margin-top: 42px;
    width: fit-content;
    border: 1px solid #0000000f;
    padding: 9px 19px;
    background: #eee;
    border-radius: 4px;
}

.packk_right {
    padding: 20px;
    padding-left: 0;
}

.incc__heading {
    padding: 20px 0;
}
.incc__heading h1 {
    /* text-align: center; */
    text-transform: uppercase;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    font-size: 45px;
    color: #fff;
}
section.inclusionn {
    padding: 74px 0;
    overflow: unset;
}
.incc_listingg ul li {
    font-size: 15px;
    font-family: 'Helvetica';
    padding: 12px 0;
    border-bottom: 1px solid #ffffff47;
    letter-spacing: .2px;
    color: #ffffffc9;
}
.pack_price h6 {
    font-size: 13px;
    margin-bottom: 4px;
    color: #8f8f8f;
}
.faqqQ_accc .accordion-item {
    margin-bottom: 9px;
    border: 1px solid #00000026;
    border-radius: 6px !important;
    overflow: hidden;
}
.faqqQ_accc .accordion-button {
    background: #eee;
    color: #000;
}
.faqqQ_accc {
    /* width: 75%; */
    margin: auto;
}

section.mainn-banner.about_banner.blog_banner.packages_banner {
    height: 100vh;
    background-size: cover !important;
    display: flex;
    align-items: center;
    background-position: center !important;
}

.packages__right {
    background: #fff;
    width: 68%;
    padding: 55px 34px;
    border-radius: 8px;
    margin: auto;
    margin-top: -627px;
    top: 25px !important;
    position: relative;
    z-index: 9999;
}
.input-flief input {
    width: 100%;
    font-family: 'Helvetica';
    padding: 9px 12px;
    border-radius: 5px;
    border: 1px solid #00000021;
    margin-bottom: 16px;
}
.input-flief textarea {
    width: 100%;
    font-family: 'Helvetica';
    padding: 9px 12px;
    border-radius: 5px;
    border: 1px solid #00000021;
    margin-bottom: 16px;
}

button.submitttt {
    background: #f7885d;
    width: 100%;
    font-family: 'Helvetica';
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

section.mainn-banner.about_banner.blog_banner.packages_banner h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.banbottm-menn.amimp__menn ul li a {
    font-size: 13px;
    letter-spacing: 3px;
}
.maiinn-heaad.aimp-headd {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
section.join-wrokshop {
    padding: 63px 0;
    text-align: center;
}
.join__headeing {
    margin-bottom: 27px;
}
.koin__pp {
    width: 66%;
    margin: auto;
}
section.welcome_aimp {
    overflow: unset;
    background: #174295;
    padding: 60px 0;
}

.join__headeing.well_headin p {
    color: #fff;
    font-style: italic;
}

.join__headeing.well_headin h1 {
    color: #fff;
    font-size: 30px;
}
.join__headeing.well_headin {
    text-align: center;
    margin-bottom: 17px;
}

.koin__pp.ell_joinnd p {
    color: #ffffffb5;
    text-align: center;
}

.wellc__leftt h5 {
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.wellc__leftt h4 {
    color: #fff;
}
.faf___ekkk {
    padding-top: 15px;
}
ul.ehyy li {
    color: #fff;
    font-family: 'Helvetica';
    padding-bottom: 10px;
    font-size: 15px;
    letter-spacing: .3px;
}

.wll__img {
    text-align: center;
}
.wll__img img {
    height: 494px;
}

.row.welcc_row {
    margin-top: 60px;
}
.wllcl__cont {
    width: 60%;
    margin: auto;
    border: 1px solid #ffffff4d;
    padding: 20px;
    border-radius: 10px;
}
.koin__pp.ell_joinnd {
    width: 100%;
}
.wellc__leftt {
    margin-left: 65px;
}
.maiinn-heaad.aimp-headd h1 {
    padding: 0;
    margin: 0;
}

section.scientiifc {
    padding: 50px 0;
}
.scii_heading {
    text-align: center;
}
.confernef__sf p {
    color: #174295;
}
.confernef__sf {
    text-align: center;
    padding: 49px;
    background: #eee;
    border-radius: 10px;
    margin-top: 18px;
    padding-bottom: 68px;
}
.confernef__sf h1 {
    font-weight: 600;
    font-size: 35px;
}

.tabbss_top {
    margin-top: -21px;
}

.tabbss_top .nav-link {
    background: #fff !important;
    border: 1px solid #17429570 !important;
    border-radius: 8px !important;
    margin: 0 8px !important;
    font-family: 'Helvetica';
    letter-spacing: .3px;
    font-size: 14px;
    color: #000 !important;
}
.tabbss_top .nav-tabs {
    justify-content: center;
    border: none;
}

.tabbss_top .nav-link.active {
    background: #174295 !important;
    color: #fff !important;
    border: 1px solid ;
}

.tabs_container {
    margin-top: 15px;
    border: 1px solid #0000002b;
    padding: 30px;
    border-radius: 7px;
}
.tabs_container.table-responsive p {
    font-size: 14px;
    line-height: 20px;
}
tr:nth-child(odd) {
    background-color: #e8e8e8;
}
tr:nth-child(even) {
    background-color: #dddddd;
}

.aimppf_img {
    text-align: center;
    padding: 50px 0;
}

.workk_headif h1 {
    font-size: 33px;
}
.workk_headif {
    text-align: center;
    padding: 50px 0;
}
.work_ig {
    text-align: center;
}
section.workshopp {
    background: #eee;
    padding-bottom: 56px;
}

.facc_list ul li {
    width: 24%;
}

.facc_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}


.fac_img {
    width: 26%;
    margin-right: 10px;
}
.fac__namem h5 {
    font-size: 18px;
    margin: 0;
    /* color: #fff; */
    letter-spacing: .3px;
}
.fac__namem p {
    font-size: 12px;
    letter-spacing: .3px;
    font-style: italic;
    /* color: #ffffffd4; */
}
.faacc_coard {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #0000000a;
}

section.org_teamm {
    padding: 50px 0;
    text-align: center;
}
.teacm_cardd {
    padding: 64px 20px;
    border: 1px solid #00000017;
    border-radius: 5px;
    background: #f7f7f7;
}
.teamms_img img {
    border-radius: 50%;
}
.team_conetntn p {
    color: #174295;
    font-size: 14px;
}

.team_conetntn {
    margin-top: 20px;
}
.team_conetntn h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.register_noww {
    padding: 59px;
    text-align: center;
    background: #174295;
}
.refgg__header p {
    width: 45%;
    margin: 0 auto !important;
    color: #fff;
    font-size: 21px;
    padding-top: 12px;
    line-height: 29px;
}

.refgg__header h4 {
    color: #fff;
    font-weight: 600;
    letter-spacing: .4px;
}

.regis__Carddd {
    padding: 34px 30px;
    border: 1px solid #0000002b;
    border-radius: 8px;
}

.regis__Carddd h5 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.regis__Carddd {
    padding: 34px 30px;
    border: 1px solid #0000002b;
    border-radius: 8px;
}

.inter__natoon a {
    background: #174295;
    color: #fff;
    padding: 9px 16px;
    border-radius: 5px;
}
.inter__natoon {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #eee;
    align-items: center;
    border-radius: 5px;
    margin: 17px 0;
}
section.register_cardss {
    padding: 50px 0;
}

.faccc_ciid8 {
    width: 40%;
    text-align: center;
    margin: auto;
    background: #eee;
    padding: 37px;
    border-radius: 5px;
}

.faccc_ciid8 a {
    display: block;
    background: #f7885d;
    width: fit-content;
    margin: auto;
    color: #fff;
    margin-top: 10px;
    padding: 5px 14px;
    border-radius: 5px;
}

.faccc_ciid8 h4 {
    font-weight: 600;
    color: #174295;
}
.faccc_ciid8 h5 {
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 41px;
}

section.logoooss {
    padding: 50px 0;
}

.logogoo {
    text-align: center;
}

.logogoo img {
    width: 86%;
}

.platinummm {
    margin-bottom: 18px;
}

.platinummm p {
    background: #eee;
    padding: 5px 14px;
    border-radius: 3px;
    width: fit-content;
}
.platinummm h6 {
    /* font-weight: 600; */
    color: #fff;
}

.spomn_rightt input {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    font-family: 'Helvetica';
    border: 1px solid #00000021;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: .4px;
}
.spomn_rightt p {
    color: #fff;
}
.spomn_rightt textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-family: 'Helvetica';
    border: 1px solid #00000021;
    border-radius: 6px;
    font-size: 15px;
    letter-spacing: .4px;
}
.sponn_left h1 {
    text-align: left;
    font-weight: 600;
    color: #fff;
}
.spomn_rightt {
    padding: 44px 30px;
    border: 1px solid #ffffff69;
    width: 78%;
    margin: auto;
    border-radius: 6px;
}
button.subvsf_f7 {
    background: #f7885d;
    font-family: 'Helvetica';
    color: #fff;
    border: none;
    padding: 7px 26px;
    border-radius: 6px;
}

.swiper-paginationsss {
    margin-top: 13px;
}

section.mainn-banner.about_banner.single_blog_banner {
    height: 87vh;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.mainn-banner.about_banner.single_blog_banner .maiinn-heaad {
    width: 60%;
    margin: auto;
    padding: 0;
}
section.mainn-banner.about_banner.single_blog_banner .maiinn-heaad h1{
    padding: 0;
}

.blog_cont_wrapper {
    max-width: 70%;
    margin: auto;
    margin-top: 100px;
}

.blog_cont_wrapper h1 {
    font-family: 'forma-djr-display-bold';
}

.blog_cont_wrapper h2 {
    margin-top: 48px;
    font-family: 'forma-djr-display-bold';
    font-size: 31px;
    letter-spacing: 1px;
}
.blog_cont_wrapper p {
    letter-spacing: .2px;
    line-height: 30px;
    font-size: 18px;
    color: #6a6a6a;
}
.blofgG__imggg img {
    width: 100%;
    margin-top: 50px;
}

.bann__cone.home_bannconee {

    display: flex;
    justify-content: center;
    align-items: center;
}
.bann__cone.home_bannconee .maiinn-heaad {
    padding: 0;
}


.bann__cone.home_bannconee .maiinn-heaad h1 {
    padding: 0;
    font-size: 80px;
    margin: 0;
}
section.mainn-banner.about_banner.single_blog_banner.city_banner::before {
    z-index: 9;
}

.city__slider img {
    width: 100%;
}
.city_banner_content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    z-index: 9;
}
.welllc.hha__s9k p {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 5px;
}
.button_nbanner {
    display: flex;
    justify-content: center;
}

.button_nbanner .expor-buttt a {
    background: #fff;
    color: #000;
    margin: 0 10px;
}
.button_nbanner .expor-buttt {
    padding-top: 20px;
}
.banbottm-menn.city_bottommen a {
    width: 300px;
}

section.ipsc_clinicc {
    overflow: unset;
    padding: 80px 0;
}
.clinic_lefttt.sticky-top {
    top: 21px;
}
.clinic_lefttt.sticky-top h1 span {
    font-weight: 600;
}
.clinic_lefttt.sticky-top h1 {
    font-size: 57px;
}
.clinic_rightt p {
    padding-bottom: 26px;
}
.clinic_rightt h6 {
    font-weight: 600;
    font-size: 19px;
}
.mappp iframe {
    width: 100%;
    height: 100%;
}
.mappp {
    height: 100%;
}
section.sponsorshippss.city__mappssf {
    overflow: unset;
}
.short_desccc p {
    font-size: 15px;
    letter-spacing: .2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #878787;
}
.short_desccc {
    padding: 10px;
}
.marqueee.packk_marquee h1 {
    font-size: 30px;
}
.marqueee.packk_marquee {
    width: 100%;
    margin-top: -45px;
}
.row.advantianges {
    margin-top: 51px;
}
.contentssss ul li {
    font-size: 14px;
    margin-bottom: 9px;
}
.contentssss ul {
    list-style: auto;
    padding-left: 21px !important;
}
.contentssss p {
    font-size: 15px;
    padding-bottom: 13px;
    font-weight: 600;
}
.packages__right.sticky-top {
    z-index: 9;
}
section.under-mantenttee h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    padding-top: 50px;
}

section.under-mantenttee {
    background: #174295;
    padding: 50px 0;
    height: 71vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.procedure_list.endoscopyyfs_d8 {
    position: unset;
    margin: auto;
    width: auto;
    left: unset;
    transform: unset;
    padding: 0 11px;
    margin-top: 17px;
}
.procedure_list.endoscopyyfs_d8 .proccc-immages {
    float: unset;
}
.procedure_list.endoscopyyfs_d8 .s___778 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proce_left.pdfd___dju7.wus_shangg .proce_container {
    width: 100%;
    margin: auto;
    text-align: center;
}

.proce_left.pdfd___dju7.wus_shangg {
    padding: 70px 50px !important;
    border-radius: 0px !important;
}
section.mainn-banner.about_banner.endoscopy_banner {
    padding-bottom: 57px;
}
section.section.proceduree.s77__secondd.formisdf__df {
    margin: 0;
    padding: 0;
}
.proce_left.pdfd___dju7.wus_shangg .proce_p {
    margin: 0;
}
.proce_left.pdfd___dju7.wus_shangg .proce_p p {
    font-size: 20px;
    color: #ffffffd1;
    line-height: 28px;
    text-align: justify;
}
.procedure_list.endoscopyyfs_d8 .proccc-immages {
    float: unset;
    width: 49.6% !important;
    margin: 0;
    margin-bottom: 14px;
    padding: 14px;
}
.procedure_list.endoscopyyfs_d8 .pross.imma {
    height: auto !important;
}

.row.ultraa_row {
    padding: 50px 0;
}
.ultreA__left h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}
.ultreA__left {
    width: 90%;
}
.ultreA__left p {
    color: #5e5e5e;
    font-size: 16px;
    padding: 5px 0;
}

.head__ultra {
    border-bottom: 2px solid #0000002b;
    padding-bottom: 7px;
}
ul.lisitinf_ultra {
    margin-top: 31px;
}
ul.lisitinf_ultra li a {
    background: #eee;
    color: #6a6a6a;
    padding: 12px 17px;
    display: block;
    margin: 4px 0;
    letter-spacing: .3px;
    font-size: 14px;
    transition: .3s;
}
ul.lisitinf_ultra li a:hover{
    background: #174295;
    color: #fff;
}
section.ultrasounf__ecaj {
    overflow: unset;
    margin-top: 44px;
}
section.sponsorshippss {
    margin-top: 69px;
    background: #174295;
    padding: 50px 0;
}
.gsf___teamofdocc .row.swiper-wrapper.doctor_sliderwrapper {
    flex-wrap: wrap;
}
section.doctorrrrr {
    background: #174295;
    padding-top: 13em;
}
.docc_imgg {
    text-align: center;
}
.docc_imgg img {
    height: 450px;
}
.doc_nameee p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .3px;
}

.doc_nameee h1 {
    color: #fff;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.docc_specalitiess ul {
    list-style: circle;
    padding-left: 18px !important;
}

.docc_specalitiess ul li {
    color: #fff;
    font-size: 14px;
}
.docc_specalitiess p {
    color: #fff;
    letter-spacing: .4px;
    font-size: 18px;
    padding-bottom: 10px;
}
.docc_specalitiess {
    border: 1px solid #ffffff40;
    padding: 19px;
    border-radius: 10px;
    margin: 18px 0;
}
.reqq_apppojf a {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 9px 18px;
    margin: 10px 0;
    border-radius: 5px;
    margin-bottom: 29px;
}
section.consultantt {
    overflow: unset;
    padding: 70px 0;
}
.sonss__rightht ul li {
    display: flex;
    margin-bottom: 31px;
}
.iconnnn {
    width: 43px;
    font-size: 30px;
    margin-top: -12px;
}
.conss__conttt p {
    font-size: 15px;
    color: #5e5e5e;
}

.conss__conttt h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.conss__conttt li {
    margin: 0 !important;
    font-family: 'Helvetica';
    color: #5e5e63;
    font-size: 15px;
}
.conss__conttt {
    flex: 1;
}
.conssf__leftt.sticky-top {
    top: 50px;
}
section.overviwe__tabss {
    padding: 50px 0;
    background: #eee;
}
.ff___absss .nav-link.active {
    background: #174295 !important;
    color: #fff !important;
}

.ff___absss .nav-tabs {
    justify-content: center;
    border: none;
}
.ff___absss .nav-link {
    color: #000;
    font-family: 'Helvetica';
    letter-spacing: .3px;
    border: 1px solid #0000002b !important;
    margin: 0 4px;
    border-radius: 6px !important;
}
.tabbss_contalk58j {
    border: 1px solid #0000003d;
    padding: 40px;
    margin-top: 20px;
    border-radius: 8px;
}

.tabbss_contalk58j ul {
    list-style: circle;
    padding-left: 16px !important;
    margin: 0;
}
.tabbss_contalk58j ul li {
    font-family: 'Helvetica';
    color: #515151;
    font-size: 15px;
}
.tabbss_contalk58j h5 {
    font-weight: 600;
    font-size: 19px;
}
section.appointemnt_secsf {
    margin-top: 139px;
    padding: 50px 0;
}
.appi__container {
    max-width: fit-content;
    width: 100%;
    box-shadow: none;
    padding: 90px 50px;
    margin: auto;
    padding-top: 0;
    position: relative;
    border-radius: 13px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 102px;
    margin-bottom: 30px;
}
.tabb_formm {
    padding: 0px;
    box-shadow: none;
}
.tabb_formm button {
    background: #005da7;
    color: #fff;
    border: none;
    font-family: 'Helvetica';
    letter-spacing: .3px;
    padding: 7px;
    font-size: 17px;
    margin-top: 15px;
}
.tabb_formm input {
    font-family: 'Helvetica';
    padding: 8px 11px;
    font-size: 15px;
    letter-spacing: .3px;
    border: 1px solid #00000000;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 13px;
}
.tabb_formm {
    width: 468px;
    margin: auto;
    border-radius: 30px;
}
.tabb_formm form {
    display: flex;
    flex-direction: column;
}
.book__appointmentdf33 h1 {
    font-size: 34px;
    font-weight: 600;
}

.book__appointmentdf33 {
    text-align: center;
    padding: 27px;
}

.appoint_type {
    width: 636px;
    margin: auto;
    border: none;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: transparent;
}


.appotn_typecard {
    position: relative;
    width: 47%;
    text-align: center;
    padding: 19px 0;
}
.appotn_typecard p {
    background: #005da7;
    color: #fff;
    padding: 6px 12px;
    letter-spacing: .3px;
    border-radius: 4px;
}
.appotn_typecard input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0px;
}
.appotn_typecard {
    position: relative;
}
.next_buttonnss button {
    border: none;
    background: transparent linear-gradient(90deg, #174295 14%, #abbbd9 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 6px 54px;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 18px;
    margin: 0 6px;
}
.next_buttonnss {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    font-family: 'Helvetica';
    display: flex;
}
.form-groups {
    display: block;
    margin-bottom: 0px;
    width: 24%;
    background: #eee;
    padding: 8px 8px;
    border-radius: 4px;
}
  
  .form-groups input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .servic_checkboxes form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
  .form-groups label {
    position: relative;
    cursor: pointer;
    font-family: 'Helvetica';
  }
.form-groups label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    top: -1px;
    border-radius: 4px;
}
.form-groups input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  .servC__contianre {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}
.srrrv_hedddd h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #000;
}
.coef__left {
    display: flex;
    width: fit-content;
    margin: auto;
    padding: 31px 60px;
    border: 1px solid #0000001c;
    border-radius: 10px;
}
.doc__tlistsss{
    height: 341px;
    overflow-y: scroll;
}
.inputet input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.inputet {
    position: relative;
    font-family: forma-djr-display-bold;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 17px;
    /* margin-bottom: 4px; */
    background: #f5f5f5;
    border: 1px solid #00000012;
    border-radius: 5px;
    cursor: pointer;
}
.tabss_buttonss {
    display: flex;
}
/* .coef__righttiminggs {
    width: 0;
    overflow: hidden;
    transition: .5s;
    height: 0;
} */

#style-3::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #eee;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #eee;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
}


#style-4::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #eee;
}

#style-4::-webkit-scrollbar
{
	width: 6px;
	background-color: #eee;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
}

.scghedule_toimgss ul li:hover {
    background: #174295;
    color: #fff;
}

.scghedule_toimgss {
    margin-left: 50px;
}
.scghedule_toimgss ul li {
    border: 1px solid #0069ff;
    padding: 6px 21px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #0069ff;
    font-family: 'forma-djr-display-bold';
    letter-spacing: 1.2px;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
    position: relative;
}
.scghedule_toimgss ul li input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
.tabss_buttonss .nav-link {
    padding: 0;
    background: transparent;
    border: none;
    margin-bottom: 10px;
    color: #000;
}
.tabss_buttonss .nav-link.active {
  background: transparent;
}
.tabss_buttonss .nav-link.active .inputet {
    background: #174295;
}
.tabsss{
    display: none;
}
.input__frommd label {
    font-family: 'Helvetica';
    font-size: 15px;
}

.input__frommd input {
    border-radius: 16px;
}
.input__frommd {
    display: flex;
    flex-direction: column;
}




@media screen and (min-width:300px) and (max-width:770px) {
    .bann__cone.home_bannconee .maiinn-heaad h1 {
        padding: 0;
        font-size: 34px;
    }
    section.mainn-banner .container-fluid {
        height: 50vh !important;
    }
    section.mainn-banner.about_banner.single_blog_banner {
        height: auto;
    }
    section.mainn-banner.about_banner.single_blog_banner .maiinn-heaad {
        padding-top: 145px;
        width: 100%;
    }
    .blog_cont_wrapper {
        max-width: 95%;
        margin: auto;
        margin-top: 64px;
    }
    .blog_cont_wrapper p {
        letter-spacing: .2px;
        line-height: 25px;
        font-size: 16px;
    }
    .blog_cont_wrapper h2 {
        margin-top: 36px;
        font-size: 23px;
        letter-spacing: 1px;
    }
    .maiinn-heaad.aimp-headd {
        height: 100%;
    }
    .koin__pp {
        width: 100%;
    }
    .koin__pp p {
        font-size: 15px;
    }
    .wllcl__cont {
        width: 100%;
    }
    .join__headeing.well_headin h1 {
        font-size: 26px;
    }
    .join__headeing.well_headin p {
        font-size: 14px;
    }
    .wellc__leftt {
        margin-left: 0;
    }
    .wellc__leftt h5 {
        font-size: 15px;
    }
    ul.ehyy li {
        padding-bottom: 4px;
        font-size: 13px;
        letter-spacing: .3px;
    }
    .wll__img img {
        height: 375px;
        margin-top: 20px;
    }
    .confernef__sf h1 {
        font-weight: 600;
        font-size: 22px;
    }
    .confernef__sf {
        text-align: center;
        padding: 24px;
        margin-top: 18px;
        padding-bottom: 55px;
    }
    .tabbss_top .nav-link {
        border-radius: 8px !important;
        margin: 0 8px !important;
        font-size: 12px;
        padding: 5px 13px;
        color: #000 !important;
        margin-bottom: 8px !important;
    }
    .tabs_container {
        margin-top: 11px;
        border: 1px solid #0000002b;
        padding: 16px;
        border-radius: 7px;
    }
    .tabs_container h1 {
        margin: 0;
        font-size: 21px;
    }
    .scii_heading h4 {
        font-size: 16px;
    }
    .work_ig {
        margin-bottom: 15px;
    }
    .workk_headif h1 {
        font-size: 25px;
    }
    .workk_headif p {
        font-size: 14px;
    }
    .facc_list ul li {
        width: 49.1%;
    }
    .facc_list ul {
        gap: 6px;
    }
    .fac__namem h5 {
        font-size: 16px;
        letter-spacing: .2px;
    }
    .faacc_coard {
        padding: 7px;

    }
    section.register_noww {
        padding: 32px 14px;
        text-align: center;
        background: #174295;
    }
    .refgg__header p {
width: 100%;
        font-size: 16px;
        padding-top: 11px;
        line-height: 24px;
    }
    .inter__natoon a {
        padding: 6px 9px;
        border-radius: 5px;
        font-size: 12px;
    }
    .inter__natoon p {
        font-size: 13px;
        line-height: 18px;
        width: 60%;
    }
    .faccc_ciid8 {
        padding: 25px;
        width: 100%;
    }
    .faccc_ciid8 h5 {
        font-size: 17px;
        margin-bottom: 29px;
    }
    section.logoooss .row {
        justify-content: center;
    }
    
    section.logoooss .row .col-md-4 {
        width: 50%;
        margin-bottom: 15px;
    }
    .workk_headif {
        padding-bottom: 16px;
    }
    .platinummm h6 {
        font-size: 14px;
    }
    .platinummm p {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .spomn_rightt {
        padding: 28px 23px;

        border-radius: 6px;
        width: 100%;
    }
    button.subvsf_f7 {
        padding: 4px 18px;
        border-radius: 6px;
    }
    .regis__Carddd {
        margin-bottom: 10px;
    }
    .inter__natoon {
        padding: 4px 9px;

        margin: 9px 0;
    }
    .spomn_rightt input {
        padding: 7px;
        font-size: 14px;
        letter-spacing: .4px;
    }
    section.mainn-banner.about_banner.blog_banner.packages_banner h1 {
        text-align: center;
    }
    .packk_right {
        padding: 0px;
    }
    .pamcm__doo p {
        font-size: 14px;
    }
    .packk__prieeeee p {
        font-size: 16px;
    }
    .packk__prieeeee h2 {
        font-size: 25px;
    }
    .incc_listingg ul li {
        font-size: 14px;
        font-family: 'Helvetica';
        padding: 8px 0;
    }
    .incc__heading h1 {
        font-size: 30px;
    }
    .packages__right {
        width: 100%;
        margin-top: 50px;
        top: 25px !important;
        position: relative;
        z-index: 9999;
    }
    .marqueee.packk_marquee {
        margin-top: 23px;
    }
    .all_blogs.all_packagess {
        padding: 0;
    }
    section.mainn-banner.about_banner.blog_banner.packages_banner .container-fluid {
        height: 54vh !important;
    }
    section.under-mantenttee h1 {
        font-size: 40px;
    }
    .corrr-lisss.co__lorr .courr-immages img {
        left: 0;
        top: 0;
    }
    .corrr-lisss.co__lorr .dessc-corr h4 {
        font-size: 18px;
    }
    .corrr-lisss.co__lorr li {
        font-size: 13px;
        display: flex;
    }
    .annu-regg {
        width: 75%;
        margin: auto;
        margin-bottom: 17px;
    }
    .annu-regg {
        width: 75%;
        margin: auto;
        margin-bottom: 17px;
    }
    .corrr-lisss.co__lorr.d__uuyyy .courr-immages img {
        left: 0;
    }
    .s77sfsfsf {
        padding-top: 100px;
        padding-bottom: 37px;
    }
    .falcullty-members {
        margin-bottom: 6px;
    }
    .feaatt-mmaa {
        flex-direction: column;
        align-items: flex-start;
    }
    .featuree-lisss li {
        width: 47%;
        margin: 5px 5px;
        /* display: flex; */
        box-shadow: 0 0 2px 2px #00000024;
    }
}

section.aboutt.fg44564{
      background-image: url(../images/sddff.jpg);
    background-size: cover;
    
}
section.welcome_aimp.dg4564ss{
    
    background-image: url(../images/sdsfffff2.jpg);
    background-size: cover;
}section.org_teamm.f_098yh{
    
    background-image: url(../images/sdsfffff2.jpg);
    background-size: cover;
}
section.faculty__regis.fg545454 {
    background-image: url(../images/ab-sec.png);
    background-size: cover;
    background-color: #174295;
    padding: 48px 0;
}


section.faculty__regis.fg545454 {
    background: TRANSPARENT;
    background-size: cover;
}

.faccc_ciid8.sdgsdg45646 {
    padding: 56px!important;
    border-radius: 14px;
}

.s__098ytghjiuyg2344.newwdiesconnd h5 {
    text-transform: uppercase;
    margin-bottom: -37px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.s__098ytghjiuyg a {
    padding-top: 0px;
    margin-top: 0px;
}

.test_content {
    padding: 17px 8px;
}

.testimonials_card .test_content h3 {
    font-size: 18px;
    font-weight: 600;
}

.test_content p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Helvetica';
}

.watch_now p {  
    font-weight: 600;
    /* color: #000!important; */
}   

.test_img {
    overflow: hidden;
    border-radius: 10px;
    height: 317px;
    object-fit: cover!important;
}
.register__office p {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #000000d4;
}


h3.regis__trar__oo998 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 11px;   
    margin-bottom: 7px;
    color: #174295;
}

section.specialities.team_of_doctors .col-md-4 {
    padding: 12px;
}
.connf_img {
    height: 172px !important;
}
.conff_right .col-md-4{
    margin-bottom: 50px;
}
.conf-content h3 {
    font-size: 21px !important;
}
.conff_card{
    position: relative;
}
.visit_websitee a {
    position: absolute;
    bottom: 15px;
}
.conff_left h1 {
    text-align: center;
    margin-bottom: 50px;
}
.conff_left br {
    display: none;
}
section.confernce_sec{
    padding-top: 50px !important;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .banbottm-menn ul li:nth-child(4){
        display: block;
    }
}

.event-new h3 {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'forma-djr-display-bold';
    font-size: 40px;
    border-bottom: 3px solid #f7885d;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #f7885d;
}

footer.footer {
    border-top: 1px solid #17429552;
}


.listinnng_ul li a:hover{
    
    color: #000;
    font-weight: 600;
}

span.s___icons12 {
    float: left;
    width: 20%;
}

.s___icons12 img {
    border: 1px solid #00000026;
    border-radius: 8px;
    /* box-shadow: 0px 0px 3px 0px #00000029; */
}

.servC__contianre .form-groups input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -7px;
    width: 257px;
    height: 62px;
    border: solid #0079bf;  
    border-width: 2px 2px 2px 2px;
    transform: none;
    border-radius: 5px;
}
.servC__contianre .form-groups label:before{
    display:none;
}


.proce_left {
    background: #174295 0% 0% no-repeat padding-box;
    border-radius: 0px 12px 12px 0px;
    padding: 10em 0;
    min-height: 747px;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

a.morelink {
    color: #f5f207;
    margin-top: 9px;
}


.imaaaed img {
    width: 100%;
    border-radius: 10px;
    height: 184px;
}

.immad-head {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}.cent__ar__headings h3 {
    font-weight: 600;
    font-size: 37px;
    background: #163e8c;
    display: inline-block;
    padding: 9px 15px;
    /* margin-top: -23px; */
    /* position: relative; */
    /* z-index: 99999999999999; */
    color: #fff;
}




.cent__ar__headings {
    text-align: center;
    font-weight: 600;
}
li.boldotssmals a {
    background: #fff;
    color: #000 !important;
    width: max-content;
    display: inline-flex;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 51px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 10px;
}
.info-heads .boldotssmals a span {
    padding: 0 10px 0 0;
}

.delcontsa ul {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 25px !important;
    flex-direction: column
}

.bangl-contas ul {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 25px !important;
    flex-direction: column;
}

.delcontsa ul li {
    width: 100%;
    margin: 12px 10px;
}

.bangl-contas ul li {
    width: 100%;
    margin: 12px 10px;
}

section.bospabadrs {
    padding-top: 80px;
}

h3.oficdadea {
    text-align: center;
    font-family: 'forma-djr-display-bold';
    color: #000;
    font-size: 35px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    width: fit-content;
}

.adrelpsa {
    display: flex;
    width: 100%;
    align-items: center;
}
.adrelpsa small {
    background: #f7885d;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    margin-right: 15px;
}
.adrelpsa h3 {
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-right: 15px;
}
.adrelpsa p {
    font-family: 'Helvetica';
    font-size: 15px;
    width: 62%;
}

.delcontsa {
    border-right: 1px solid #00000036;
}
.bangl-contas {
    padding-left: 20px;
}


        .hoverrr_container ul.hover-drop {
    width: 33%!important;
    float: left!important;
}
            
            
            .hoverrr_container {
    display: inline-block!important;
    /* align-items: center; */
    justify-content: space-around;
    width: 91%!important;
}
        .main-heaader a {
    
    font-weight: normal!important;
   
}
            
            ul.hover-drop li {
    padding: 4px;
}
     ul.hover-drop li a {
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 16px!important;
    display: inline-block;
    padding-bottom: 9px;
}

ul.hover-drop li {
    padding: 8px 14px;
    border-right: 1px solid #ffffff8c;
    margin-bottom: -11px;
}

.sticky-top {

    z-index: 9!important;
}
.theenewwsidebarsd{
    height: 100vh;
    overflow: hidden;
}
.theenewwsidebarsd .sidebar_right{
    overflow-y: scroll;
}

.theenewwsidebarsd .sidebar_left #v-pills-tabContent{
    overflow-y: scroll;
}


.theenewwsidebarsd .sidebar_left #v-pills-tabContent::-webkit-scrollbar {
    width: 5px;
  }
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  