@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



:root {
	--font-family: "Montserrat", sans-serif;
}

/* font-family: 'Almendra', serif; */
/* font-family: 'Poppins', sans-serif; */

body {
	--font-family: "Montserrat", sans-serif;
    font-family: "Montserrat", sans-serif!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

body,
html {
	height: 100%;
}

p {
	font-size: 16px;
	line-height: 35px;
	color: #000;
}

.top-header {
	padding: 8px 0;
	overflow: hidden;
	background: #053564;
}

.top-h-left {
	width: 50%;
	text-align: left;
	float: left;
	display: flex;
	padding: 5px 0;
}

.top-phone,
.top-email {
	margin-right: 41px;
}

.top-phone,
.top-email {
	line-height: 20px;
	padding-left: 30px;
}

.top-phone span,
.top-email span {
	font-size: 15px;
	font-weight: 300;
	color: #d4dee6;
	text-transform: none;
	display: inline-block;
	position: relative;
	left: -12px;
}

.top-phone:before {
	color: #008ed2;
	content: "\f098";
	font-family: FontAwesome;
	position: relative;
	left: -20px;
	font-size: 18px;
	top: 0px;
}

.top-email span {
	padding-left: 5px;
}

.top-email:before {
	color: #69C772;
	content: "\f003";
	font-family: FontAwesome;
	position: relative;
	left: -20px;
	font-size: 18px;
	top: 2px;
}

/* .top-h-right {
	text-align: right;
	float: right;
	padding: 24px 0;
} */
a.admission {
	color: #fff;
	font-size: 14px;
	background: #fa1e44;
	border-radius: 5px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 15px;
}

a.fees {
	color: #fff;
	font-size: 14px;
	background: #fe6c17;
	border-radius: 5px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 35px;
}

.main-menu a.admission,
.main-menu a.fees {
	display: none;
}

li.mob {
	display: none !important;
}

.top-h-right .facebook,
.top-h-right .twitter,
.top-h-right .instagram,
.top-h-right .youtube {
	line-height: 31px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	color: #69C772;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-right: 8px;
	border-radius: 6px;
}

.top-h-right .facebook {
	background: #383eb8;
	width: 40px;
	height: 40px;
}

.top-h-right .facebook:after,
.top-h-right .twitter:after,
.top-h-right .instagram:after,
.top-h-right .youtube:after {
	font-family: FontAwesome;
	color: #383eb8;
	font-size: 36px;
}

.top-h-right .facebook:hover,
.twitter:hover,
.instagram:hover,
.linkdin:hover {
	text-decoration: none;
}

.top-h-right .facebook:after {
	content: "\f09a";
	color: #fff;
	font-size: 22px;
	line-height: 42px;
}

.top-h-right .instagram {
	width: 40px;
	height: 40px;
	background: #383eb8;
}

.top-h-right .instagram:after {
	content: "\f16d";
	color: #fff;
	font-size: 22px;
	line-height: 42px;
}

.top-h-right .youtube {
	width: 40px;
	height: 40px;
	background: #383eb8;
}

.top-h-right .youtube:after {
	content: "\f16a";
	color: #fff;
	font-size: 22px;
	line-height: 42px;
}

header {
	margin: 0px 0px;
	position: absolute;
	background: transparent;
	z-index: 999;
	/* background-color: #FFF; */
	width: 100%;
}

.header-bg {
    /* background: linear-gradient(90deg, #6B0613 -38.87%, #BD451C 5.2%, #FFB775 25.68%, #FFE992 42.48%, #FFFA9C 107.2%); */
    background: url(/images/ranigiri-banner.jpg);
    background-size: cover;
    /* height: 99px; */
}



section h4 {
	font-size: 19px;
	font-weight: 300;
}

span.b-500 {
	font-weight: 500 !important;
}

section h3 {
	color: #004e99;
	font-size: 16px;
	/* text-align: center;
	text-transform: uppercase; */
	font-weight: 500;
	/* position: relative; */
}

section h3 img {
	position: relative;
	height: 20px;
	top: -11px;
	left: 4px;
}


a.view-all {
	display: inline-block;
	padding: 6px 80px 6px 42px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #979797;
	font-weight: 100;
	border-radius: 30px;
	border: 1px solid #979797;
	position: relative;
	text-decoration: none;
	margin-top: 10px;
	margin-top: 45px;
}

a.view-all::after {
	content: '\f063';
	font-family: FontAwesome;
	font-size: 20px;
	background: #979797;
	border: 1px solid #979797;
	padding: 5px;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	width: 60px;
	height: 60px;
	padding: 16px 0;
	top: -11px;
	right: 0px;
}


.logo-mobile {
	display: none;
}

.radius-30 {
	border-radius: 30px !important;
}

@media (min-width: 780px) {
	/*.stickyHeader { position: fixed; }*/
}

header:after {
	display: block;
	clear: both;
	content: '';
}

header .container {
	position: relative;
	/* min-height: 103px; */
}

.logo {
    /* width: 12%; */
    z-index: 9;
    text-align: center;
    float: left;
    position: absolute;
    top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.96);
    display: inline-block;
}

.logo img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.text-logo {
	float: left;
	position: absolute;
	left: 159px;
	width: 17%;
	padding: 16px;
}

.text-logo img {
	vertical-align: middle;
	width: 200%;
	margin: auto 0;
	position: relative;
	top: 7px;
}

/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/
.header-right {
    padding: 20px 0;
}

a.create_hope {
	margin-left: 68px;
}

.main-menu {
	/* background: linear-gradient(267deg, #6B0613 -48.23%, #BD451C 3.2%, #AC381A 45.51%, #FFFA9C 110.24%); */
	background: #11437c;
	width: 100%;
	/* display: inline-block; */
	text-align: right;
}

.menu-section {
	width: 100%;
	padding-left: 105px;
}

.w-menu {
	width: 100%;
	float: none;
}

.w-menu .container {
	position: relative;
	min-height: inherit;
}

.w-menu ul li a:hover {
	/* border-bottom: 3px solid #2A6117; */
}

/* .w-menu ul li a.active {
	color: #fa1e44;
} */

.w-menu .ul.sub-menu li a {
	color: #035d0c;
}

.w-menu ul li:last-child {
	margin-right: 0 !important;
}

@media (max-width:1200px) {
	.w-menu ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
}

@media (min-width:992px) {

	.w-menu {
		margin: 0px 0px 0px 0px;
		padding: 14px 0;
		position: relative;
		z-index: 99;
	}

	.w-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}


	.w-menu ul li {
		display: inline-block;
		position: relative;
		/* border-right: 1px solid #000; */
		margin: 0 23px;
	}

	.w-menu ul li:first-child {
		margin-left: 0;
	}

	.w-menu ul li:last-child {
		margin-right: 0;
		border: none;
		padding-right: 0;
	}

    .w-menu ul li a {
        padding: 0 0;
        margin: 0px 0px;
        text-decoration: none;
        cursor: pointer;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 187%;
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
    }

	.w-menu ul li.contact-menu {
		background-color: #ffc300;
		padding: 0px 20px;
	}

	.w-menu ul li.contact-menu:hover a {
		color: #571845;
	}

    .w-menu ul li ul {
        text-align: left;
        background-color: #11355f;
    }

    .w-menu ul li ul li a {
        line-height: 22px;
        padding: 12px 20px 12px 10px;
        color: #fff;
        border-bottom: 1px solid #2f4d70;
        margin: 0px 0px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        width: 100%;
        display: block;
    }

	.w-menu ul li ul li a:hover {
		border-bottom: 1px solid #2e6099;
	}
.w-menu .sub-menu active{
    color:none;
}
	/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
	.w-menu ul li ul li::after {
		content: '';
		display: block;
		width: 0;
		height: 0px;
		background: #035D0C;
		transition: width .3s;
	}

	.w-menu ul li ul li:hover {
		background: var(--main-color-one-hover);
	}

	/*ZOOM IN EFFECTS START*/


	/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
	/*ZOOM IN EFFECTS END*/

	/*SLIDE DOWN EFFECTS START*/
	.have-sub-menu {
		position: relative;
	}

	ul.sub-menu {
		visibility: hidden;
		/* hides sub-menu */
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}

	.have-sub-menu:focus>.sub-menu,
	.have-sub-menu:focus-within>.sub-menu,
	.have-sub-menu:hover>.sub-menu {
		visibility: visible;
		/* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		/* this removes the transition delay so the menu will be visible while the other styles transition */
	}

	/*SLIDE DOWN EFFECTS END*/


	/*FLIP EFFECTS START*/
	/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

	/*FLIP EFFECTS END*/

	/* sub navigation */
	.w-menu li ul {
		position: absolute;
		left: 0;
		top: 40px;
		width: 200px;
	}

	.w-menu li ul.right {
		right: 0px;
		left: auto;
	}

	.w-menu li li {
		position: relative;
		margin: 0;
		display: block;
	}

	.w-menu li li ul {
		position: absolute;
		top: 0;
		left: 200px;
		/* make this equal to the width of the sub nav above */
		margin: 0;
	}

	.w-menu li li ul.right,
	.w-menu li li ul.right li ul {
		right: 180px;
		/* make this equal to the width of the sub nav above */
		left: auto;
	}

	.w-menu ul li span {
		padding-left: 2px;
	}

	.w-menu ul li span.arrow-plus {
		position: relative;
		display: inline-block;
		z-index: 99;
		right: 0;
		top: 0px;
		cursor: pointer;
		text-align: center;
		height: auto;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f107";
		color: var(--main-color-one);
		font-size: 14px;
		color: #fff;
	}

	.w-menu ul li li span.arrow-plus {
		position: absolute;
		top: 8px;
		right: 10px;
	}

	.w-menu ul li li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f105";
		color: #FFF;
		font-size: 14px;
	}

	/*OTHER MENU STYLE START*/
	.w-menu ul li.other-menus>ul {
		/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}

	/* .active:focus {
		color: #f2ca3b;
		
	} */

	#nav a:hover,
#nav a:focus {
    /*color: #f2ca3b;*/
}

#nav .active {
  /*   color: #f2ca3b; Active color */
}
			

	.w-menu ul li.other-menus:hover {
		background-color: transparent;
	}

	.w-menu ul li.other-menus:before {
		font-family: FontAwesome;
		content: "\f0c9";
		color: #FFF;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		margin-left: -7px;
	}

	.w-menu ul li.other-menus>a {
		display: block;
		width: 50px;
		padding: 0px;
		margin: 0px;
		text-indent: -99999px;
	}

	.w-menu ul li.other-menus ul li a {
		padding-left: 20px;
	}

	.w-menu ul li.other-menus li:after {
		height: 0px;
		display: none !important;
	}

	.w-menu ul li.other-menus>.arrow-plus {
		display: none;
	}

	.w-menu ul li.other-menus ul {
		left: -160px;
	}

	.w-menu ul li.other-menus ul li ul,
	.w-menu ul li.other-menus ul li ul li ul,
	.w-menu ul li.other-menus ul li ul li ul li ul {
		position: absolute;
		top: 0;
		left: -200px;
		margin: 0;
	}

	.w-menu ul li.other-menus span.arrow-plus {
		position: absolute;
		top: 9px;
		left: 3px;
		right: auto;
	}

	.w-menu ul li.other-menus span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f104";
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar {
		width: 3px;
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar-thumb {
		background: var(--main-color-two);
	}

	.w-menu ul li.other-menus {
		cursor: pointer;
		position: relative;
	}

	/*OTHER MENU STYLE END*/
	/*MEGA MENU STYLE START*/
	.w-menu ul li.mega-menus {
		cursor: pointer;
		position: static;

	}

	.w-menu ul li.mega-menus>ul {
		position: absolute;
		width: 1170px;
		left: 0%;
		right: 0%;
		padding: 20px;
	}

	.w-menu ul li.mega-menus>ul>li {
		width: 20%;
		float: left;
		line-height: 10px;
		padding: 0px 10px;
	}

	.w-menu ul li.mega-menus ul li:hover {
		background-color: transparent;
	}

	.w-menu ul li.mega-menus>ul li a:hover {
		color: #000;
	}

	.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
		display: block;
		left: 0px;
		width: 100%;
		position: static;
	}

	.mega-menus ul span.arrow-plus {
		display: none !important;
	}

	.w-menu ul li.megamenu-li>a,
	.w-menu ul li.megamenu-with-out-sub>a {
		font-size: 13px !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
		/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
		display: block !important;
		line-height: 16px !important;
		color: #FFFFFF !important;

	}

	/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
	.megamenu-li>a:hover {
		color: #FFF !important;
		cursor: default;
	}

	.megamenu-li ul {
		margin-bottom: 20px !important;
		display: inline-block !important;
	}

	.w-menu li.mega-menus:hover ul {
		display: block;
		-moz-animation: zoomIn .3s ease-in;
		-webkit-animation: zoomIn .3s ease-in;
		animation: none !important;

	}

	.w-menu ul li.mega-menus ul li {
		/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}

	.w-menu ul li.mega-menus ul li a {
		line-height: 20px;
		padding: 5px 0px;
		font-size: 14px;
		color: #98d0ff;
	}

	.w-menu ul li.mega-menus ul li ul li a {
		line-height: 20px;
		padding: 1px 0px;
		font-size: 13px;
	}

	/*MEGA MENU STYLE END*/

	/*VERTICAL MENU STYLE START*/
	.w-menu.vertical-menu ul li {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
	}

	.w-menu.vertical-menu ul li ul.sub-menu {
		right: -200px;
		left: auto;
		top: 0px;
	}

	.w-menu.vertical-menu .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*VERTICAL MENU STYLE END*/
}

@media (max-width:1200px) and (min-width:991px) {
	.w-menu ul li.mega-menus>ul {
		width: 960px;
		margin-left: -480px;
	}
}

@media (max-width:991px) {

	.top-h-right {
		width: 100%;
	}

	.mobile-menu-icon {
		position: fixed;
		width: 40px;
		height: 40px;
		background-color: #012C03;
		display: block;
		right: 0px;
		cursor: pointer;
		top: 0px;
		z-index: 999999;
		text-align: center;
		transition: 0.3s;
		padding-top: 10px;
	}

	.mobile-menu-icon:after {
		font-family: FontAwesome;
		content: "\f0c9";
		line-height: 20px;
		font-size: 24px;
		font-weight: 400;
		color: #FFF;
	}

	.mobile-menu-icon.icon-open {
		transition: 0.3s;
		right: 300px;
	}

	.mobile-menu-icon.icon-open:after {
		content: "\f00d";
	}

	.mobile-menu {
		position: fixed;
		z-index: 999999;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		background: #012c03;
		transition: 0.3s;
	}

	.mobile-menu.menu-open {
		right: 0px;
		transition: 0.3s;
		padding-top: 45px;
	}

	.w-menu ul {
		padding: 0px;
		margin: 0px;
	}

	.w-menu ul li {
		float: none;
		list-style: none;
		position: relative;
	}

	.w-menu ul li a {
		color: #fefefe;
		font-size: 14px;
		text-align: left;
		display: block;
		padding: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.045);
		border-bottom: 1px solid rgba(0, 0, 0, 0.045);
	}

	.w-menu ul li a:hover,
	.w-menu ul li a:focus {
		text-decoration: none;
	}

	.w-menu ul li.active {
		background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}

	.w-menu ul li ul {
		display: none;
	}

	.w-menu ul li span.arrow-plus {
		position: absolute;
		width: 40px;
		height: 40px;
		/* border:solid 1px #FFF; */
		display: block;
		z-index: 99;
		right: 2px;
		top: 0px;
		cursor: pointer;
		text-align: center;
		padding-top: 8px;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f067";
		color: #FFF;
		font-size: 14px;
	}

	.w-menu ul li span.arrow-minimize:after {
		font-family: FontAwesome;
		content: "\f068";
		font-size: 14px;
	}

	.w-submenu {
		display: block !important;
		background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}

@media (max-width:479px) {
	.mobile-menu {
		width: 280px;
		padding-top: 45px;
	}

	.mobile-menu-icon.icon-open {
		right: 280px;
	}
}

/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/

/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-section,
.bs-slider .carousel-item {
	padding-top: 36.76923076923077%;
	/*Image Size 550px / 1360px = ‭40.44117647058824‬%*/
}

.banner-section {
	position: relative;
}

.bs-slider .carousel-item {
	overflow: hidden;
	background: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.weberge-slider {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay, .weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(7deg, #11437c66 63%, #ffffff 100%);
}

.bs-slider>.carousel-inner>.carousel-item>img,
.bs-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

.weberge-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.weberge-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.weberge-slider>.carousel-inner>.carousel-item>img,
.weberge-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
	opacity: 1;
}

.carousel-fade .carousel-item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	min-height: 952px;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.carousel-fade .carousel-item:first-child {
	top: auto;
	position: relative;
}

.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 50%;
	opacity: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 42px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
	background-color: var(--main-color-one);
}

.control-round .carousel-control.left {
	left: 1%;
	text-align: center;
}

.control-round .carousel-control.right {
	right: 1%;
	text-align: center;

}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
    padding: 10px;
    position: absolute;
    padding: 10px 0px;
    width: 1170px;
    z-index: 1;
    top: 135px;
    bottom: 0;
    left: 50%;
    margin-left: -585px;
}

.slide_style_left {
	text-align: left;
}

.slide_style_right {
	text-align: right;
}

.slide_style_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left {
	text-align: left;
}

.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align: right;
}

.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right {
	top: 0px;
}

.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner {
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right {
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0px;
	right: 0px;
}

.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before {
	content: '';
	margin-bottom: auto;
}

.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after {
	content: '';
	margin-top: auto;
}

.slide-text h1 {
    margin-bottom: 20px;
    font-weight: 400;
    font-weight: 800;
    font-size: 65px;
    color: #fff;
    font-family: var(--font-family);
}


.slide-text h1 span {
	color: var(--main-color-one);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}

.slide-text p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    line-height: 143%;
    color: #fff;
    font-family: var(--font-family);
    /* text-shadow: 1px 1px #000; */
}

/*.slide-text p::before {*/
/*	content: '';*/
/*	border: 1px solid #f23b7c;*/
/*	width: 43px;*/
/*	height: 0px;*/
/*	transform: rotate(-90deg);*/
/*	position: absolute;*/
/*	left: -20px;*/
/*	top: 28px;*/
/*	box-sizing: border-box;*/
/*}*/

.slide-text h3 {

	text-transform: uppercase;
	color: #fff;
	margin-bottom: 35px;
	font-size: 18px;
}

.slide-text a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 0px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text a:hover,
.slide-text a:active {
	color: #ffffff;
	background: #003369;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-inner .read-more {
	display: inline-block;
	background-color: #c70039;
	padding: 14px 50px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: 2px;
	border: 2px solid #fff;
}

.slide-text-inner .read-more:hover {
	background-color: #900c3e;
	text-decoration: none;
}

.slide-text-inner .learn-more {
	display: inline-block;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-radius: 6px;
	margin-top: 10px;
	padding: 10px 33px;
	border-radius: 25px;
	background: #f23b7c;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #fff;

}



/* .slide-text-inner .learn-more::after {
	content: '\f061';
	font-family: FontAwesome;
	font-size: 20px;
	padding: 5px;
	color: #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	right: 5px;
} */

.slide-text-inner .learn-more::after:hover {
	color: #000;
}

.slide-text-inner {
	padding-left: 7%;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
	.slide-text {
		width: 970px;
		/* margin-left: -485px; */
		/* padding-left: 15px; */
		padding-right: 15px;
	}
}

@media (max-width: 991px) {

	.banner-section,
	.bs-slider .item,
	.bs-slider .carousel-item {
		padding-top: 0%;
		height: 400px;
	}

	.carousel-inner,
	.carousel-item {
		height: 100%;
	}

	.slide-text {
		width: 98%;
		/*same width like container*/
		margin-left: 0px;
		left: 0px;
		right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.slide_style_left,
	.slide_style_right,
	.slide_style_center,
	.slide-text.text_style_top_center,
	.slide-text.slide_style_middle,
	.slide-text.text_style_bottom_center,
	.slide-text.text_style_top_left,
	.slide-text.slide_style_middle_left,
	.slide-text.text_style_bottom_left,
	.slide-text.text_style_top_right,
	.slide-text.slide_style_middle_right,
	.slide-text.text_style_bottom_right {
		/* text-align: center; */
	}

}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
	.slide-text h1 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.control-round .carousel-control {
		display: none;
	}
}

@media (max-width: 480px) {
	.slide-text {
		padding: 10px 30px;
	}

	.slide-text h1 {
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.slide-text p {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 18px;
	}

	.slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 10px;
		line-height: 10px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	}

	.indicators-line>.carousel-indicators {
		display: none;
	}

	.bs-slider>.carousel-inner>.item>img,
	.bs-slider>.carousel-inner>.item>a>img {
		margin: auto;
		width: auto !important;
	}

	.middle-two .middle-one-image {
		border: 10px solid #fff;
	}

	.slide-text-inner .read-more {
		padding: 8px 30px;
	}
}

/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/

.jom-slider .tns-controls [aria-controls] {
	/* top: -50px; */
}

.jom-slider {
	position: relative;
}

.jom-slider .tns-nav {
	display: none;
}

.jom-slider .tns-controls [aria-controls] {

	z-index: 9999;
}

.jom-slider [data-controls="prev"] {
	position: absolute;
	/* left: 50%; */
	top: 388px;
	margin-left: -45px;
}

.jom-slider [data-controls="next"] {
	position: absolute;
	/* right: 50%; */
	left: 94%;
	top: 73%;
	margin-right: -45px;
}



/* sections */



/* header  */


.header-top {
	display: flex;
	justify-content: space-evenly;
	/* gap: 484px; */
	align-items: center;
}

.header-bottom {
	display: flex;
	/* text-align: center; */
	/* justify-content: center; */
	/* align-items: center; */
	gap: 10px;
}

.header-right-block1 {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 167%;
	color: #040404;
	font-family: var(--font-family);
}

.header-right-block1 svg {
	margin-right: 6px;
	margin-bottom: 3px;
}

/* .header-right-block2 {
	position: relative;
	top: 9px;
} */

.header-right-block2 svg {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.header-right-block2 p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 167%;
    color: #040404;
    font-family: var(--font-family);
    margin: 0;
}



.header-right-block3 h6 {
	color: #BD451C;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

a.downloads-button {
	color: #FFF;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 7px;
	background: #BC8D1A;
	padding: 9px 15px;
	text-decoration: none;
}

a.donate-us-button {
	color: #FFF;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 7px;
	background: #BC8D1A;
	padding: 9px 15px;
	text-decoration: none;
}



/* book your slots */
.book-your-slots h2 {
	font-weight: 700;
	font-size: 47px;
	color: #fff;
	font-family: var(--font-family);
}

.book-your-slots p {
	font-weight: 400;
	font-size: 29px;
	color: #fff;
	font-family: var(--font-family);
}

.book {
	background: url(../images/book-ranigiri.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.book1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 39px 0px;

}

a.appointment {
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	padding: 10px 23px;
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
	text-decoration: none;
	background: transparent;
	font-family: var(--font-family);
	transition: background-color 0.9s ease;
}

.appointment {
	margin-left: 55px;
}

.appointment:hover {
	background-color: #f23b7c;
	border: none;
}



/* 
	our doctors */
.doctors-block {
	display: flex;
	flex-direction: row;
	gap: 21px;
	padding: 56px 0;
	justify-content: center;
}

@media(max-width:768px){
    .doctors-block {
        flex-wrap:wrap;
        align-items:center;
    }
}


.doctors-block-1 {
	border-radius: 24px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
}

.doctors-block-1 img {
    width: 100%;
    border-radius: 24px;
}

a.buttons {
    background: #f23b7c;
    padding: 11px 24px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 187%;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-family);
    transition: background-color 0.9s ease;
}

a.buttons:hover {
	background: linear-gradient(45deg, #d81b60, #ffd700);
}

a.buttons svg {
    transition: transform 0.3s ease;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

a.buttons:hover svg {
	animation: moveRight 0.3s forwards;
	/* Apply the moveRight animation on hover */
}

@keyframes moveRight {
	from {
		transform: translateX(0);
		/* Start position: no translation */
	}

	to {
		transform: translateX(10px);
		/* End position: translate 10px to the right */
	}
}

.doctors-content {
	padding-bottom: 20px;
}

.doctors-content h3 {
	font-weight: 700;
	font-size: 22px;
	color: #305E92;
	text-align: left;
	text-transform: none;
	font-family: var(--font-family);
}

.doctors-content h4 {
	font-weight: 500;
	font-size: 16px;
	color: #305e92;
	text-align: left;
	font-family: var(--font-family);
}

.doctors {
	padding: 34px 20px;

}


/* hospital-trust */
.hospital-trust {
	background: #f8f8f8;
	padding: 55px 0;
}

.hospital-trust-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: center;
}

.trust-paragraph {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	color: #305e92;
	padding-left: 18px;
	margin-top: 21px;
}

.trust-paragraph::before {
	content: '';
	box-sizing: border-box;
	border: 1px solid #f23b7c;
	transform: rotate(-90deg);
	position: relative;
	right: 16px;
	top: 7px;
}

.trust-paragraph1 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 219%;
	color: #305e92;
	margin: 36px 0;
}

.trust-headings h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 65px;
	color: #305e92;
}

.trust-headings h3 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 32px;
	color: #305e92;
}

a.trust-read-more {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #305e92;
	text-decoration: none;
}

.arrow-icon {
	transition: transform 0.3s ease;
	/* Adding transition for smooth animation */
}

.trust-read-more:hover .arrow-icon {
	animation: moveRight 0.3s forwards;
	/* Apply the moveRight animation on hover */
}

@keyframes moveRight {
	from {
		transform: translateX(0);
		/* Start position: no translation */
	}

	to {
		transform: translateX(10px);
		/* End position: translate 10px to the right */
	}
}

.who-we-are-outer h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	color: rgb(255, 255, 255);
	background: rgb(17, 67, 124);
	width: fit-content;
	padding: 5px 15px;
	position: relative;
	margin-bottom: 2px;
}

.horizontal-line {
	border: 0.70px solid #a4a4a4;
	width: 139px;

}

.trust-image {
	display: flex;
	gap: 91px;
	flex-direction: column;
}


.trust-image img {
	width: 100%;
}

.who-we-are-outer {
	display: flex;
	align-items: center;
	justify-content: end;
}



/* our services */

.our-services-block {
	padding: 1px 0;
	background: linear-gradient(to right,
			white 0%,
			white 50%,
			#11437c 50%,
			#11437c 100%);
}

.our-services-outer {
	display: flex;
	margin: 25px 0;
}

.our-services-outer img {
	width: 100%;
}

.our-services {
	display: flex;
	align-items: center;
	margin: 46px 0;
}

.our-services h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	color: rgb(255, 255, 255);
	background: rgb(17, 67, 124);
	width: fit-content;
	padding: 5px 15px;
	position: relative;
	margin-bottom: 0px;
}

.services-img-title {
	/* background-image: url(../images/our-services-ranigiri.jpg); */
	/* background-size: cover; */
	width: 83%;
}

.services-img-title h2 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 65px;
	line-height: 92%;
	color: #fff;
	margin: 69px 0;
}

.services-img-title h3 {
	color: #cfe9eb;
	font-size: 32px;
	font-weight: 700;
	font-family: var(--font-family);
	margin-bottom: 0px;
}

.services-img-title h4 {
	font-family: var(--font-family);
	font-weight: 200;
	font-size: 17px;
	color: #fff;
}

.medical {
	margin: 75px;
}




/* benefits  */


.benefits-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* gap: 15px; */
}


.benefits {
	background: linear-gradient(43.47deg, #cfe9eb 29.55%, #cfe9eb 105.58%) no-repeat;
	background-size: 44%;
	margin: 150px 0 75px;
}

.benefits-left img {
	width: 70%;
	position: relative;
	top: -50px;
	border-radius: 7px;
}

.benefits-list-box {
	display: grid;
	grid-template-columns: 5% 93%;
	gap: 10px;
	background: #cfe9eb;
	border-radius: 5px;
	padding: 15px;
}

.benefits-line {
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
	top: -50px;
}

.benefits-right h5 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 17px;
	color: rgb(255, 255, 255);
	background: rgb(17, 67, 124);
	width: fit-content;
	padding: 5px 15px;
	position: relative;
	margin-bottom: 1px;
}


.benefits-right h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 21px;
    line-height: 130%;
    color: #305e92;
}

.benefits-right h2::before {
	content: '';
	box-sizing: border-box;
	border: 1px solid #f23b7c;
	transform: rotate(-90deg);
	position: relative;
	right: 16px;
	top: 7px;
}

.benefits-right p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 196%;
    color: #305e92;
    margin: 25px 0 28px;
}

.benefits-list-box h6 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 162%;
    color: #11437c;
    margin: 0;
    padding: 0;
}
.benefits-list-box img {
	margin: auto;
}

.benefits-list-outer {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.benefits-list-box svg {
	margin: auto 0;
}


/* nursing ad  */


/* .nursing {
	padding: 23px 0;
} */

.nursing-address {
	display: flex;
	justify-content: space-between;
}

.nursing-inner {
    padding: 50px 0 36px 52px;
}

.nursing-inner h1 {
	font-family: var(--font-family);
	font-weight: 900;
	font-size: 50px;
	line-height: 115%;
	color: #fff;
}

button.nursing-button {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #fff;
	background: #f23b7c;
	border-radius: 25px;
	border: none;
	outline: none;
	padding: 10px 30px;
	margin: 40px 0 35px;
}

.nursing-address-left h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 115%;
    color: #cfe9eb;
}

.nursing-address-left h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 115%;
    color: #cfe9eb;
}

.nursing-address-left p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 139%;
	color: #cfe9eb;
}

.nursing-address-right {
    background: #11437c;
    border-radius: 7px 0 0 7px;
    height: fit-content;
    margin: auto 0;
    padding: 14px 26px 10px 26px;
}

.nursing-address-right h5 {
	font-family: var(--font-family);
	font-weight: 900;
	font-size: 24px;
	line-height: 66%;
	color: #fff;
	padding: 0;
	margin: 0;
}

.nursing-address-right h5 span {
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0.23em;
}


/* get care */
.get-care {
	margin: 59px 0;
}

.get-care-outer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 21px;
}

.get-care-block {
    border-radius: 24px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 32px 31px 44px;
}

.get-care-content h3 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 30px;
	color: #040404;
}

.get-care-content p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #7b7f84;
}

.get-care-content {
	margin: 31px 0;
}


a.get-care-button  {
	border-radius: 25px;
	background: #f23b7c;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
	border: none;
	outline: none;
	text-decoration: none;
    padding: 14px 21px;


}

a.get-care-button:hover {
	background: linear-gradient(45deg, #d81b60, #ffd700);
	
}

a.get-care-button:hover img {
	animation: moveRight 0.3s forwards;
	/* Adding transition for smooth animation */
}



@keyframes moveRight {
	from {
		transform: translateX(0);
		/* Start position: no translation */
	}

	to {
		transform: translateX(10px);
		/* End position: translate 10px to the right */
	}
}

/* footer */
footer {
    background: #11437c;
    padding: 58px 0;
}

.footer-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 22px 0;
}
.footer-block-1 {
	margin-top: 12px;
}

.footer-block-1 p {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	color: #cfe9eb;
	padding: 20px 0px 0px;
}

.social-media-icons {
	display: flex;
	gap: 10px;
}

.footer-block-2 h4 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.location {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #cfe9eb;
	display: flex;
	gap: 12px;
	align-items: center;
}

.phone {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.tele-phone {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #cfe9eb;
	display: flex;
	gap: 12px;
	align-items: center;
}

.mobile {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #cfe9eb;
	display: flex;
	gap: 12px;
	align-items: center;
}

.mail {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: #cfe9eb;
	display: flex;
	gap: 12px;
	align-items: center;
}

.footer-block-3 h4 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}

.footer-menus li a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 220%;
	color: #cfe9eb;
	list-style: none;
	white-space: nowrap;
	text-decoration: none;
}


.footer-menus li {
	list-style: none;
}

.get-in-touch {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 32px;
}

.footer-menus {
	display: flex;
	gap: 37px;
	margin-top: 29px;
}

.footer-menus ul {
	margin: 0;
	/* Remove default margin */
	padding: 0;
	/* Remove default padding */
}

/* copyright */
.copy-right-outer {
	display: flex;
	gap: 157px;
	margin: 35px 0 0;
}

.copy-right-outer button {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 187%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	background: transparent;
	white-space: nowrap;
	padding: 11px 24px;
	outline: none;
	transition: background-color 0.9s ease;
}

.copy-right-outer button:hover {
	background: #f23b7c;
	border: none;

}

.copy-right {
	display: flex;
	gap: 28px;
	margin-top: 31px;
}

.copy-right p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #cfe9eb;
}









/*---------------subpages-------------*/
.inner-banner {
    height: 450px;
    background-color: #000;
    padding: 145px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner .bs-slider-overlay {
    background: linear-gradient(3deg, #11437c66 56%, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-banner h1 {
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
}
@media  (max-width: 480px) {
	.inner-banner h1 {font-size:26px;}
}
@media (max-width:768px) {
	.inner-banner {
		height: 363px;
	}
}

.under-sub-banner{
	margin: 70px 0px 70px;
}
.vertical-tab {
	margin: 0px 0px 70px;
}
.under-sub-banner:after{
	display: block;
	clear: both;
	content: '';
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}
.pathway li:before {
    content: '/';
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #fff;	
}
.pathway li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway li a:hover{
	color: #fc0;
	text-decoration: none;
}

.pathway-o ul {
    margin: 0px;
    padding: 20px 0px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway-o li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
	color: #585858;
}
.pathway-o li:before {
    content: '/';
    color: #585858;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway-o li a {
    color: #585858;	
}
.pathway-o li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway-o li a:hover{
	color: #b92035;
	text-decoration: none;
}
.right-sub-section{
	width: 75%;
	float: left;
	background-color: #fff;
	
}
.welcome-sub-content{
	position: relative;
	height: 100%;
	padding: 0px 20px 0px 0px;
}

.welcome-sub-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top:0px;
}
.welcome-sub-content p img {max-width: 100%;border-radius:6px;}
.right-sub-section .welcome-sub-content h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    color: #305e92;
    padding: 0px 0px 16px;
}
.right-sub-section .welcome-sub-content h1 span {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    /* padding-top: 10px; */
    color: #000;
}
.right-sub-section .welcome-sub-content h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #f23b7c;
    margin: 0;
}

.right-sub-section .welcome-sub-content h4{
	font-size: 23px;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #0e8ee4;
}
.right-sub-section .welcome-sub-content h4.strong{font-weight: 600; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}
.right-sub-section .welcome-sub-content p:last-child {margin-bottom:0px; padding-bottom:0px;text-align: justify;}
.right-sub-section .welcome-sub-content th {font-weight: 600; color: #fff; background-color: #fa1e44; font-size: 18px;}
.right-sub-section .welcome-sub-content td {
    font-weight: 500;
    color: #282828;
    font-size: 0.9rem;
}
.right-sub-section .welcome-sub-content td.left {font-weight: 600; color: #fff; background-color: #383838;}

.right-sub-section .welcome-sub-content p span{
	font-weight: 600;
}
.right-sub-section .welcome-sub-content li {
    padding-bottom: 30px;
    background-image: linear-gradient(-15deg,#cbcbcb,#e3dede45);
    padding: 25px 35px;
    margin-top: 15px;
    border-radius: 0 22px 5px 0;
    list-style-type: disclosure-closed;
    padding-left: 25px;
}
.right-sub-section .welcome-sub-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    /* padding: 5px 15px 6px 15px; */
    text-align: justify;
    list-style-position: inside;
}
.notp ol{
	margin: 0;
	padding: 0;
}
.notp strong{
	color: #F03922;
}
.right-sub-section .welcome-sub-content .lear-more{
	background-color: #b92035;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .lear-more:hover{
	background-color: #383838;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .read-more{
	background-color: #383838;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .read-more:hover{
	background-color: #b92035;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .vision-mission p{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 20px;
	text-align: left;
}
.right-sub-section .welcome-sub-content .vision-mission p strong {font-weight:600; font-style:normal;}
.right-sub-section .welcome-sub-content .vision-mission img{
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
.right-sub-section{
	width: 100%;
	float: none;
	padding-bottom: 50px;
}
}
@media (max-width:768px) {
	.welcome-sub-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.right-sub-section .welcome-sub-content .read-more, .right-sub-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media (max-width:1200px) {
	.right-section .welcome-sub-content .read-more,
	.right-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
	}
}
.left-sub-menu-section{
	width: 25%;
	float: left;
	background-color: #733d90;
	border-radius:6px;
}
.left-sub-menu-section .left-menu-one-dr{
	padding: 0px;
}
.left-sub-menu-section .left-menu-one-dr img {max-width:100%;}
.left-sub-menu-section .left-menu-one {
    padding: 20px;
    padding-bottom: 30px;
    height: 50%;
    background: linear-gradient(45deg, #d81b60, #ffd700);
}
.left-sub-menu-section .left-menu-one h3{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}
.left-sub-menu-section .left-menu-one h3 a{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration:none;
}
.left-sub-menu-section .left-menu-one h3 a:hover{color:#fc0}
.left-sub-menu-section .left-menu-one ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.left-sub-menu-section .left-menu-one ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li ul li{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li a{
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	display: inline-block;
}
.left-sub-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #fcee4f;
}
.left-sub-menu-section .left-menu-one .read-more:after{
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}
@media (max-width:991px) {
.left-sub-menu-section {
    width: 100%;
    float: none;
}
}
.subheading {color:#fa1e44;font-weight:700;font-size:26px;margin-bottom:1rem;}


.subpage-section{
text-align: center;
padding: 60px 0px;
}
.subpage-section h3 {
    font-size: 31px;
    font-weight: 800;
    color: #f23b7c;
    margin-bottom: 30px;
    line-height: 40px;
}
.subpage-section span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    width: 100%;
}
.subpage-section h4 {
    font-size: 22px;
    font-weight: 700;
    color: #959595;
    margin-bottom: 10px;
}
.subpage-section .content {font-weight:400; text-align:left; overflow:hidden;}
.subpage-section .content p {font-size:16px; line-height:36px; margin-bottom:20px; font-weight:600;}
.subpage-section .content .vismis {background: #e8eef4; padding:20px; font-size:16px; line-height:30px; margin-bottom:20px; text-align:justify; color:#012d5c; border-radius:6px;}
.subpage-section .content .principal-name {font-size:18px; color:#012d5c; text-align:center; margin-bottom:16px; margin-top:10px; font-weight:800;}
.subpage-section .content .all-news-img {max-width:100%; height:auto;border-radius:6px;}
.subpage-section .content .news-img {margin-right:20px; margin-bottom:20px; max-width:100%; height:auto;}
.subpage-section .content .row-b-padding {padding-bottom:30px;}
.subpage-section .content .news-page-title {padding-top:10px; padding-bottom:30px; line-height:24px;}
.subpage-section .content .news-page-title a {font-size: 16px;
    font-weight: 700;
    color: #181860;
    text-decoration: none;}
.subpage-section .content .news-page-title a:hover {color:#fa1e44;}
.subpage-section .content .news-page-title .date {font-size: 14px;
    font-weight: 400;
    color: #818181;
    line-height: 16px; padding-top:8px;}
.subpage-section .content th {background:#f4f7fa; text-transform:uppercase;}
.subpage-section .content td {vertical-align:middle;}
.subpage-section .content .downloads-select {padding:12px; margin-bottom:10px; border:1px solid #ddd;font-weight:600;color:#fa1e44;}
.subpage-section .content .downloads-button {
    display:inline-block;
	background-color: #181860;
    color: #fff;
    font-weight: 800;
    padding: 3px 15px;
    border-radius: 4px;
	font-size:14px;
	text-decoration:none;
}
.subpage-section .content .downloads-button:hover {background:#fa1e44;}
.subpage-section .tc-search {margin-bottom:20px;}
.subpage-section .tc-search p {color:#f00;}
.subpage-section .tc-input {padding:12px; border:1px solid #ddd; border-radius:4px; outline:none; font-weight:800;}
.subpage-section .tc-button {padding:12px 18px; border:1px solid #fa1e44; background:#fa1e44; color:#fff; font-weight:600;border-radius:4px;}
.subpage-section .tc-button:hover {background:#065fa6; border:1px solid #065fa6;}
.subpage-section .tc-search-result .tc-number {font-size:18px; font-weight:400; color:#065fa6;}
.subpage-section .tc-search-result .tc-number strong {color:#fa1e44;}
.subpage-section .tc-search-result .not-found {color:#f00;}
.subpage-section .tc-search-result img {max-width:100%;}


.subpage-section .photo-album-name p {padding:16px 0 0 0; margin:0; line-height: 24px;}
.subpage-section .photo-album-name a {font-weight:600; color:#333; text-decoration:none;}
.subpage-section .photo-album-name a:hover {color:#fa1e44;}

.modal-body {color:#fff;background:#000;}
.modal-body strong {color:#fecd05;}
.modal-body a {color:#fecd05; font-weight:600; text-transform:uppercase; margin-left:14px;}

.subpage-section .content a.circle-bg {
    text-align: center;
    background-color: #fcee4f;
    border: 4px dotted #fff;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 0px;
    line-height: 135px;
    font-size: 36px;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
	font-weight:800;
}
.subpage-section .content a.circle-bg:hover {
	background:#fa1e44;
	border: 4px dotted #fff;
	color:#fff;
}
@media  (max-width: 480px) {
	.subpage-section {padding: 40px 0px;}
	.subpage-section h3 {line-height:46px;}
	.subpage-section h3 span {line-height:32px;}
	.subpage-section .content .downloads-button strong {display:none;}
}
.media-img{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	margin:50px 0px;
}
.media-img-video{
	margin:10px 0px 50px 0px!important;
}
.media-img img{
	width: 100%;
	height: auto;
	transition: transform .2s;
	cursor: pointer;
	border-radius:6px;
}
.media-img img:hover{
	transform: scale(1.08);
}
.subpage-section .photo-album-name p {
    padding: 16px 0 0 0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 24px;
}
.subpage-section .photo-album-name a {
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.subpage-section .photo-album-name a:hover {color:#F03922;}

@media (max-width: 991px) {
.media-img {
    display: block;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 50px 0px;
}
.media-img div{
	margin-bottom: 30px;
}
}

.subpage-section-con {
    padding: 40px 0px 60px 0;
}

.subpage-section .content .waiting-message {color:#f00; margin:0; padding:0 0 20px 0; text-align:center;}
.subpage-section .content .alumni-img {max-width:240px; height:auto;}
.subpage-section .alumni-input {
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    outline: none;
    font-weight: 400;
    font-size: 0.9rem;
}
.subpage-section .alumni-input:read-only {background:#f0f0f0;}
.subpage-section .alumni-input::placeholder {color:#999; font-weight:800;}
.subpage-section .alumni-button {
    padding: 8px 18px;
    border: none;
    background: #0a7ce1;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    font-family: var(--font-family);
}
.contact-feedback {
	background: #eaeff3;
	
}
.contact-feedback > .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 20px; */
    align-items: center;
}
@media(max-width: 991px) {
	.contact-feedback > .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.subpage-section-con {
		padding: 0px 0px 60px 0;
	}
}
.subpage-section .alumni-button:hover {background:#df0b0b;transition:0.7s;}
.subpage-section .photo-upload-title {font-weight:800;}
.subpage-section .content label.error {color:#f00; display:block;}

.subpage-contact-us {
    text-align: center;
    padding: 81px 0px 53px;
    /* background: #8cbbe1; */
}
.subpage-contact-us h3 {
    font-size: 36px;
    font-weight: 700;
    color: #0a7ce1;
    margin-bottom: 10px;
    line-height: 28px;
	font-family: var(--font-family);
	text-align: justify;
}
.ranigiri-address {
    font-size: 14px;
    font-family: var(--font-family);
    text-align: justify;
    color: #000000;
    font-weight: 400;
}
.subpage-contact-us span{
	font-size: 18px;
	font-weight: 800;
	color: #181860;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}

.subpage-contact-us .contact-mg {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.subpage-contact-us .contact-mg h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: var(--font-family);
    text-align: justify;
}
.subpage-contact-us .contact-mg .contact-box {
    /* background: #fff; */
    height: 100%;
    /* padding: 20px 9px 0px; */
    margin-bottom: 30px;
    border-radius: 10px;
	text-align: center;
}
.contact-mg-learn {margin-top:40px;}
.contact-mg-learn a.lear-more {
    background-color: #fa1e44;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    text-align: center;
    padding: 15px 30px;
	text-decoration:none;
}
.contact-mg-learn a.lear-more:hover {background:#2ea636;}

.contact-mg-units {margin-top:20px;}
.contact-mg-units h4 {font-size:18px!important; margin-bottom:8px; padding: 0!important}
.contact-mg-units .contact-box {background:#f0f0f0; height:100%; padding:14px; margin-bottom:15px;}
.contact-mg-units .contact-box p {font-size: 14px!important; line-height: 24px!important; margin: 0!important; padding: 0!important;}

.subpage-contact-us h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0a7ce1;
    margin-bottom: 16px;
}
.subpage-contact-us .contact-address {font-weight:400; color:#484848; line-height:28px;}
.subpage-contact-us .contact-address p {
    margin-bottom: 0px;
    color: #181860;
    font-weight: 800;
    text-align: justify;
}
.subpage-contact-us .contact-address a {color:#fa1e44;}
.subpage-contact-us .contact-address a:hover {color:#181860;}

.subpage-section h2.contact {
    color: #0a7ce1;
    font-weight: 500;       
    font-size: 24px;
    margin-bottom: 5px;
    font-family: var(--font-family);
}
.subpage-section p.contactcnt {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: var(--font-family);
}
.contact-map {
	background:#f4f7fa;
}

.footer-social {
    display: inline-block;
    margin-top: 23px;
    /* padding-left: 94px; */
}
.footer-social a {
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}


/* Footer Social Media Icons  */

/* Facebook  */
.footer-social a.facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.facebook::after {
	content: '\f09a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 4px 11px;
	color: #1F2F98;
}
/* Instagram */
.footer-social a.instagram {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.instagram::after {
	content: '\f16d';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 9px;
    color: #1F2F98;
}

/* youtube */
.footer-social a.youtube {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.youtube::after {
	content: '\f16a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 7px;
    color: #1F2F98;
}
.donate-bx {
    background:#9BE7FF;
    padding:14px;
    border-radius:12px;
    font-weight:700;
    color:#000;
}







.contact-us-grid > .container{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
@media(max-width:991px){
    .contact-us-grid > .container{
    	display: grid;
    	grid-template-columns: repeat(1,1fr);
    	grid-gap: 0;
    }
    .subpage-contact-us {
        text-align: left;
        padding: 50px 0px 0px;
        /* background: #e9e9e9; */
    }
    /* .subpage-section-con {
        padding: 0px 0px 60px 0;
    } */
}
.contact-page-address strong{
	color: #000;
	font-weight: 400;
	font-family: var(--font-family);
}
.contact-box p > strong {
    color: #df0b0b;
    font-weight: 700;
    font-size: larger;
	font-family: var(--font-family);
}
.subpage-section input::placeholder {
	font-weight: 400;
}
.contact-us-grid {
	background: #e9e9e9 ;
}


.visndmiss {
    background: #11437c17;
    padding: 15px 15px 30px;
    border-radius: 4px;
    margin: 5px 0;
}
.visndmiss hr {
    margin: 9px 0 15px;
    padding: 0;
}
.welcome-sub-content h5 {
    font-size: 1rem;
    line-height: 2rem;
    border-bottom: 1px solid #dcd8d8;
    padding: 15px 0;
    margin: 0;
    color: #000;
}
.header-right-block1 p{
    margin:0;
    padding:0;
}
a{
   text-decoration:none!important; 
}
a:hover{
    color:#fff!important;
}


.ranigiri-doctors-section-outer img {
    max-width: 100%;
}
.ranigiri-doctors-section-outer h5.name {
    color: #11437c;
    font-size: 1.5rem;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 800;
    margin: 10px 0 3px;
}
.ranigiri-doctors-section-outer h6.designation {
    color: #f23b7c;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.ranigiri-doctors-section-outer p.branch {
    color: #000;
    text-align: center!important;
    margin: 5px 0;
    font-size: 0.9rem;
}


.ranigiri-doctors-section-outer h4.op-time-head {
    color: #fff;
    background: #11437c;
    text-align: center;
    font-size: 1.1rem;
    margin: 0 0 20px;
    padding: 0;
}
.ranigiri-doctors-section-outer p.timings {
    color: #ff0000;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1.9rem;
}

.accordion-item h2 button, .accordion-button:not(.collapsed) {
    color: #000!important;
    font-weight: 700;
}
.ranigiri-doctors-section-outer li{
      background-image: none!important;
      padding:0!important;
      margin-top: 15px!important;
      border-radius:0;
      list-style-type: disclosure-closed;
      padding-left: 0;
}
.ranigiri-doctors-section-outer ul{
    padding:0!important;
}
h3.contact-now {
    color: red;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

a.trust-read-more:hover{
    color:#305e92 !important;
}

.doc-pagination-begin{
	display: flex;
	justify-content: end;
	align-items: center;
}
.doc-pagination{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.doc-pagination-begin{
	display: flex;
	justify-content: start;
	align-items: center;
}
a:hover{
    color:none !important;
}


/*test */

.sub-services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
@media(max-width:991px){
    .sub-services-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:600px){
    .sub-services-grid {
        grid-template-columns: repeat(1,1fr);
    }
}
.sub-services-grid h5{
    border:none;
    padding:0;
}