/*----------*/

@font-face{
	font-family: dmsd;
	src: url('../fonts/DMSerifDisplay-Regular.ttf');
}
@font-face{
	font-family: popL;
	src: url('../fonts/Poppins-Light.ttf');
}
@font-face{
	font-family: popR;
	src: url('../fonts/Poppins-Regular.ttf');
}
@font-face{
	font-family: popM;
	src: url('../fonts/Poppins-Medium.ttf');
}
@font-face{
	font-family: popSB;
	src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face{
	font-family: popB;
	src: url('../fonts/Poppins-Bold.ttf');
}



/*############################################ Header & Footer #Start ##########*/
a{
	text-decoration: none !important;
}
.txt-color01 {
	color: #2BA7FF;
}
.txt-color02 {
	color: #1B3C74;
}
.slick-prev {
	left: 0 !important;
	z-index: 9 !important;
}
.slick-next {
	right: 0px !important;
}


.header {
	position: fixed;
	width: 100%;
	/*height: 100px;*/
	z-index: 99;
	transition-duration: .3s;
}
.sticky-header {
	background-color: #1D3C70;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
	padding: 15px 0;
}
.nav.navbar-nav li a {
	font-family: popM;
	color: #fff !important;
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.nav.navbar-nav li a:hover {
	color: #2BA7FF !important;
	background-color:transparent !important;
}
.navbar-brand {
    display: flex;          
    align-items: center;    
    gap: 10px;                   
    padding: 40px 0;         
}

.navbar-brand .logo {
    display: block;
    height:65px;
}
.navbar-right {
	margin-top: 10px;
}
.navbar-collapse.collapse.in {
	background-color: #1D3C70;
}
.mobmenu-on{
	background-color: #1D3C70;
}

.footer {
	background-color: #1b1b1b;
}
.ftr-lgbtm-tmp {
	color: #ddd;
	font-family: popR;
	font-size: 14px;
}
.ftr-contact-txt {
	color: #ddd;
	font-family: popR;
	font-size: 14px;
}
.foot-logo {
	margin-top: 30px;
	margin-bottom: 15px;
	width: 240px;
}

.ftr-qucklink-a {
	position: relative;
	padding: 5px 5px 5px 0px;
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ddd;
	font-family: popR;
	font-size: 13px;
}
.ftr-qucklink-a:hover {
	color: #fff !important;
}
.ftr-col-hd {
	font-family: dmsd;
	color: #fff;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 0.5px;
}
.footer-bottom {
	background-color: #111;
	padding: 15px 0;
}
.footer-main {
	padding-top: 55px;
	padding-bottom: 40px;
}
.ftrbtm-rgt {
	text-align: right;
}
.ftrbtm-p {
	margin-bottom: 0;
	font-family: popL;
	color: #777;
	font-size: 12px;
}
.ftrbtm-p a {
	color: #ddd;
}
.ftrbtm-p a:hover {
	color: #0B5ED7 !important;
}

@media screen and (max-width:991px){
	.footer-main {
		text-align: center;
	}
	.foot-logo {
		margin-top: 10px;
		margin-bottom: 25px;
		width: 195px;
	}
	.ftr-lgbtm-tmp, .ftr-contact-txt {
		font-size: 13px;
	}
	.ftr-col-hd {
		font-size: 20px;
		line-height: 22px;
		margin-top: 25px;
		margin-bottom: 6px;
	}

}

@media screen and (max-width:767px){
	.navbar-toggle {
		border: 1px solid rgba(255,255,255,0.3);
		margin-top: 30px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-brand {
		height: auto;
		padding: 5px 15px;
		font-size: 15px;
	}
	.header {
		height: auto;
	}
	.nav > li > a {
		padding: 10px 15px !important;
	}

	.footer-bottom, .ftrbtm-rgt {
		text-align: center !important;
	}

}

@media screen and (max-width:480px){
	.logo {
		height: 50px !important;
	}
	.navbar-toggle {
		margin-top: 13px;
	}
}
/*############################################### Header & Footer #END ##########*/

.whtsapp-dv {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 2000;
}
.whtsapp-lnk .wtsp-icn {
	font-size: 30px;
	color: #fff;
	background: green;
	padding: 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	z-index: 99;
	position: relative;
	box-shadow: 1px 3px 3px rgba(0,0,0,.6);
}
.whtsapp-icn-txt {
	background: green;
	color: #fff;
	padding: 4px 9px 4px 21px;
	margin-left: -17px;
	float: left;
	margin-top: 6px;
	box-shadow: 1px 2px 2px rgba(0,0,0,.4);
	border-radius: 12px;
	font-size: 14px;
}








.topbanner-dv {
	background-image: url('../images/Bg-1-min.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	position: relative;
}
.topbanner-dv::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/Abstract-Bg-min-1.png');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-bnr-hd {
	font-family: "dmsd", Sans-serif;
	color: #fff;
	font-size: 72px;
	line-height: 100px;
	margin-bottom: 40px;
	margin-top: 140px;
}
.mnbnrhd-spn {
	font-style: italic;
}
.main-bnr-txt {
	font-family: popR;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
	display: ;
}
.main-bnr-btn {
	font-family: popM;
	font-size: 16px;
	background-color: #2BA7FF;
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
	margin-right: 10px;
}
.main-bnr-btn-p {
	margin-bottom: 140px;
	width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.logo-dv {
	display: table;
	padding: 10px 0;
}
.logo {
	height: 80px;
}

.main-bnr-lyrimg-p {
	padding-top: 250px;
	position: relative;
	height: 600px;
}
.main-bnr-lyrimg {
	width: 100%;
}

.nef-counter-div {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.nef-counter-icn-dv {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	text-align: center;
}
.nef-counter-txt-dv {
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}
.nef-counter-hd {
	font-family: dmsd;
	color: #1D3C70;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}
.nef-counter-txt {
	font-family: popL;
	color: #000;
	font-size: 14px;
}
.nef-counter-icn-dv .fa {
	font-size: 25px;
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 4px;
	line-height: 49px;
}
.nef-cntr-inr-rw .col-sm-6:nth-child(1) .nef-counter-icn-dv .fa {
	background-color: #FFB200 !important;
}
.nef-cntr-inr-rw .col-sm-6:nth-child(2) .nef-counter-icn-dv .fa {
	background-color: #4CD080 !important;
}
.nef-counter-icn-dv .fa:hover {
	color: #000;
}
.ldpg-rw02 {
	margin-top: -120px;
}
.nef-cntr-inr-rw {
	margin-top: -80px;
}
.ldpg-rw03 {
	padding-top: 130px;
	padding-bottom: 50px;
	overflow: hidden;
}
.nfpg-abt-hd-sml {
	font-family: popM;
	color: #2AA7FF;
	font-size: 15px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-top: 45px;
}
.nfpg-abt-hd-big {
	color: #1B3C74;
	font-family: dmsd;
	font-size: 45px;
	line-height: 65px;
	width: 500px;
	margin-bottom: 20px;
}
.nfpg-abt-txt {
	font-family: popL;
	color: #444;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}
.nfpg-abt-btn {
	font-family: popM;
	font-size: 18px;
	background-color: #2BA7FF;
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
}
.nfpf-abt-img01 {
	max-width: 100%;
	margin-bottom: 25px;
	border-radius: 6px;
}
.nfpf-abt-img02 {
	max-width: 100%;
	border-radius: 6px;
}
.sec-hd-sml{
	font-family: popM;
	color: #2AA7FF;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
.doc-sec-sml-hd {
	width: 600px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
.sec-hd-big{
	color: #1B3C74;
	font-family: dmsd;
	font-size: 45px;
	line-height: 65px;
}
.srvc-sec-hd-rw {
	padding-bottom: 40px;
}
.ldpg-rw04 {
	padding-top: 70px;
	padding-bottom: 50px;
}
.srvc-bx-rw {
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
}
.srvc-bx-rw .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.srvc-bx {
	background-color: #F0F9FF;
	padding: 25px 30px;
	height: 460px;
	transition-duration: .2s;
	position: relative;
}
.srvc-bx-rw .col-md-3:hover .srvc-bx {
	background-color: #2AA7FF;
	margin-top: -40px;
	border-radius: 20px;
}
.srvc-bx-rw .col-md-3:hover .srvc-bx .srvc-bx-hd, .srvc-bx-rw .col-md-3:hover .srvc-bx .srvc-bx-txt {
	color: #FFF;
}
.srvc-bx-rw .col-md-3:hover .srvc-bx .srvc-bx-btn {
    color: #2BA7FF;
    background-color: #FFF;
}
/*.srvc-bx-icn-dv {
	display: table-cell;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
}*/
.srvc-bx-icn {
    width: 80px;
    border-radius: 100%;
    background-color: #fff;
}
.srvc-bx-hd {
	font-family: dmsd;
	color: #1b3c74;
	font-size: 22px;
	line-height: 32px !important;
	margin-bottom: 20px;
	margin-top: 25px;
}
.srvc-bx-txt {
	font-family: popR;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	max-height: 160px;
	overflow-y: auto;
}
p.srvc-bx-txt::-webkit-scrollbar {
    width: 3px;
    background-color: #f4f4f4;
}
p.srvc-bx-txt::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
a.srvc-bx-btn {
    display: inline-block;
    padding: 5px 15px;
    font-family: 'popM';
    color: #fff;
    background-color: #2BA7FF;
    border-radius: 4px;
    transition-duration: .6s;
}
p.srvc-bx-btn-p {
    padding-top: 10px;
}
.nfpg-lead-hd {
	color: #1B3C74;
	font-family: dmsd;
	text-align: center;
	font-size: 100px;
	line-height: 150px;
	margin-bottom: 30px;
}
.nfpg-lead-txt {
	text-align: center;
	font-family: popL;
	font-size: 18px;
	width: 80%;
	margin: 0 auto 50px;
}
.nfpg-lead-btn {
	font-family: popM;
	font-size: 18px;
	/* background-color: #2BA7FF; */
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
	width: 265px;
	transition-duration: .2s;
}
.leadbtn01 {
	background-color: #2BA7FF;
}
.leadbtn01:hover {
	background-color: #1B3C74;
}
.leadbtn02 {
	background-color: #1B3C74;
	margin-left: 10px;
}
.leadbtn02:hover {
	background-color: #2BA7FF;
}
.ldpg-rw05 {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.ldpg-rw05::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://www.mdoctorshub.com/landing-page/nephrology/assets/images/bg-3432.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: ;
	opacity: 0.6;
}
.ldpg-rw06 {
	padding-top: 70px;
	padding-bottom: 60px;
}
.ldpg-blg-bx img {
	width: 100%;
	margin-bottom: 14px;
}
.ldpg-blgbx-name {
	font-family: dmsd;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}
.ldpg-blgbx-lnk-p {
	font-family: popR;
	font-size: 13px;
}
.ldpg-blg-bx {
	padding: 0 8px;
}
.nfpf-abt-anim1 {
	position: absolute;
	transform: rotateY(180deg);
	top: -25px;
	left: -25px;
	width: 70px;
	animation: abt-anm1 9s ease infinite;
}
@keyframes abt-anm1{
	0% {top: -25px;left: -25px;}
	50% {top: -100px;left: -100px;}
	100% {top: -25px;left: -25px;}
}
.col-cstm-5 {
	width: 20%;
	float: left;
	padding: 0 15px;
}
.sptm-bx {
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 40px 10px;
	border-radius: 7px;
	background-color: #fff;
	min-height: 360px;
}
.sptm-icn-p {
	margin-bottom: 15px;
}
.sptm-icn {
	width: 100px;
}
.sptm-name {
	font-family: popM;
	font-size: 16px;
	color: #000;
}
.ldpg-sptm-rw {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ldpg-rw07 {
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.ldpg-rw07::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/colorful-design-min.jpg');
	background-position: center;
	background-size: cover;
	opacity: 0.6;
}
.fact01-info-hd {
	font-family: popM;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}
.fact01-point-p {
	font-family: popL;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #222;
	position: relative;
	padding-left: 35px;
}
.fact01-point-p::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../images/rgt-arw24.png');
	background-size: cover;
}
.fact01-point-p strong {
	font-family: popM;
	font-weight: normal;
	color: #000;
}
.callback-frm-dv {
	background-color: #2AA7FF;
	border-radius: 10px;
	padding: 40px 40px 55px;
	position: relative;
	box-shadow: 12px 20px 0 0 rgba(0,0,0,0.15);
	width: 375px;
	margin: auto;
}
.cbfrm-hd {
	text-align: center;
	font-family: dmsd;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.callback-frm-dv .row .col-xs-12, .callback-frm-dv .row .col-xs-6 {
    margin-bottom: 10px;
}
.cbfrn-inpt {
	width: 100%;
	height: 30px;
	background-color: transparent;
	box-shadow: none !important;
	border: 0;
	border-radius: 0 !important;
	padding: 0 10px;
	color: #FFF !important;
	font-family: popR !important;
	font-size: 14px !important;
	border-bottom: 1px solid #ccc;
	outline: 0 !important;
}
select.cbfrn-inpt option {
    color: #000 !important;
}
.cbfrn-inta {
    width: 100%;
    height: 60px;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    border-radius: 0 !important;
    padding: 0 10px;
    color: #FFF !important;
    font-family: popR !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
    outline: 0 !important;
    resize: none !important;
}
.cbfrn-inta::-webkit-scrollbar {
    width: 3px;
    background-color: #f4f4f4;
}
.cbfrn-inta::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.cbfrm-btn {
	width: 200px;
	height: 50px;
	font-family: popM;
	background-color: #1B3C74;
	border: 1px solid #1B3C74;
	color: #fff !important;
	font-size: 18px;
	border-radius: 4px;
	display: block;
	margin: auto;
}
.cbfrm-txt {
	text-align: center;
	font-family: popR;
	color: #fff;
	font-size: 13px;
}
.cbfrm-btn.vrfotp-btn {
	margin-bottom: 15px;
}
.backtodiv1 {
	margin-right: 8px;
	cursor: pointer;
}
.resend-otp {
	margin-left: 8px;
	cursor: pointer;
}
.rxbx {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	padding: 50px 20px;
	border-radius: 7px;
	position: relative;
	min-height: 365px;
	margin-bottom: 20px;
}

.cntr_styl{
justify-content: center;
  display: flex;
  }

.rxbx-hd {
	font-family: popSB;
	font-size: 18px;
	color: #000;
	line-height: 26px;
}
.rxbx-txt {
	font-family: popL;
	font-size: 16px;
	color: #222;
}
p.rxbx-txt::-webkit-scrollbar {
    width: 3px;
    background-color: #f4f4f4;
}
p.rxbx-txt::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.rxbx-icn-p {
	margin-bottom: 15px;
}
.rxbx-icn {
	width: 70px;
}
.rxbx:hover .rxbx-icn {
	filter: hue-rotate(240deg);
}
.rxbx2 {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	padding: 37px 20px;
	border-radius: 7px;
	position: relative;
	min-height: 325px;
	background-color:#fff;
}
/*.rxbx:hover {
	transform: scale(1.05) !important;
}*/
.ldpg-rw09 {
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(to right bottom, #bff5ff, #effcff, #bff5ff);
}
.ldpg-rw08 {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.rxbx2 .rxbx-txt {
	height: 95px;
	overflow: auto;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}
:-ms-input-placeholder { 
 color: #fff !important;
}

::-ms-input-placeholder {
 color: #fff !important;
}
.ldpg-rw10 {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #f4f4f4;
}
.fact01-point-p a {
	font-family: popR;
}


/*-------------- Animation CSS #Start ----------------*/

.ml1 .letter, .ml2 .letter, .ml3 .letter, .ml4 .letter, .ml5 .letter  {
  display: inline-block;
  line-height: 1em;
}

.revealY{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.revealY.active{
  transform: translateY(0);
  opacity: 1;
}

.revealL-R{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}
.revealL-R.active{
  transform: translateX(0);
  opacity: 1;
}

.revealR-L{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}
.revealR-L.active{
  transform: translateX(0);
  opacity: 1;
}

/*----------------- Animation CSS #End -----------------------*/


/* ------------ Captcha Code #Start ------------------*/
#txtCaptchadis {
    height: 30px;
    border: 1px solid #199cd6;
    float: left;
    width: 35%;
    text-align: center;
    background-image: url(../images/5.png)!important;
    font-family: parisish !important;
    letter-spacing: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 0;
    font-size: 21px;
    line-height: 29px;
    color: #006495;
}
.cl-s {
    font-size: 26px;
    color: #ff6eb0;
}
.cl-m {
    font-size: 20px;
    color: #0093d1;
}
.cl-l {
    font-size: 31px;
    line-height: 0px;
    color: #00aaa0;
}
.cl-s {
    font-size: 26px;
    color: #ff6eb0;
}
.cl-l {
    font-size: 31px;
    line-height: 0px;
    color: #00aaa0;
}

input.cap-error-inpt {
    border-bottom-color: red;
}
div#contact_results {
    display: table;
    width: 92%;
    margin: auto;
}
#contact_results .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}
#contact_results .success {
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}
img#btnrefresh {
    width: 8%;
    margin: 1%;
    cursor: pointer;
}
#txtInput.cbfrn-inpt {
    width: 53%;
}
.rotate360{
    transform: rotate(360deg);
    transition-duration: .2s;
}

/*-------------- Captcha Code #End ----------------*/


/*start of the faq part*/

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
    border-radius: 20px;
    margin-top: 50px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #1C436E none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-family: popM;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #1C436E none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
	border-left: 3px solid #0091EB;
	padding-left: 25px;
}
/*.faq_section{
    background: #FAF5F0;
}*/
/*end of the faq part*/
/*.faq-bounce {
  animation: upDownRotate 4s ease-in-out infinite;
  display: inline-block; 
}

@keyframes upDownRotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}*/
.footer_container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

/*@keyframes pulseZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}*/


/*##################################### Responsive Start #############################*/




@media screen and (max-width:1199px){
	.main-bnr-hd {
		font-size: 60px;
		line-height: 86px;
		margin-top: 50px;
	}
	.nef-counter-icn-dv {
		width: 40px;
	}
	.nef-counter-icn-dv .fa {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.nef-counter-txt-dv {
		padding-left: 10px;
	}
	.nef-counter-hd {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 0px;
	}
	.nef-counter-txt {
		font-size: 12px;
		margin-bottom: 0;
	}																																																				
	.main-bnr-lyrimg-p {
	    padding-top: 200px;
	}






} /*--- 1199 ---*/


@media screen and (min-width:992px) and (max-width:1199px){

	.nfpg-lead-hd .txt-color01 {
		font-size: 95px;
	}
	.sptm-bx {
		min-height: 252px;
	}
	.callback-frm-dv {
		margin-top: 40px;
	}
	.rxbx2 .rxbx-txt {
		height: 118px;
	}
	.rxbx2 {
		min-height: 350px;
	}
	.rxbx {
		min-height: 300px;
	}







} /*--- 992 - 1199 ---*/


@media screen and (max-width:991px){

	.main-bnr-hd {
		font-size: 45px;
		line-height: 55px;
		margin-top: 45px;
		margin-bottom: 25px;
	}
	.main-bnr-lyrimg-p {
		padding-top: 150px;
		position: relative;
		height: 500px;
	}
	.nfpg-abt-hd-big {
		font-size: 35px;
		line-height: 45px;
		width: 100%;
		margin-bottom: 15px;
	}
	.nfpg-abt-hd-sml {
		font-family: popM;
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.nfpg-abt-txt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.sec-hd-sml {
		font-size: 17px;
	}
	.sec-hd-big {
		font-size: 35px;
		line-height: 45px;
	}
	.nfpg-lead-hd {
		font-size: 75px;
		line-height: 110px;
	}
	.nfpg-lead-txt {
		font-size: 15px;
	}
	.ldpg-rw07 .row .col-sm-7 {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	.rxbx-txt {
		font-size: 14px;
	}




} /*--- 991 ---*/


@media screen and (min-width:768px) and (max-width:991px){

	.main-bnr-btn-p {
		margin-bottom: 80px;
	}
	.col-cstm-5 {
		padding: 0 5px;
	}
	.sptm-bx {
		height: 240px;
	}
	.ldpg-rw07 .row .col-sm-5 {
		width: 100%;
		float: none;
	}
	.rxbx-hd {
		font-size: 15px;
		line-height: 23px;
	}
	.rxbx {
		height: 275px;
	}
	.rxbx2 {
		height: 300px;
	}










} /*--- 768 - 991 ---*/


@media screen and (max-width:767px){
	.topbanner-dv {
		text-align: center;
	}
	.main-bnr-txt {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.main-bnr-btn-p {
		margin-bottom: 10px;
	}
	.main-bnr-lyrimg-p {
		height: auto;
    		padding-top: 30px;
	}
	.ldpg-rw02 {
		margin-top: 0;
	}
	.nef-cntr-inr-rw {
		margin-top: 0;
		padding-top: 50px;
	}
	.nef-cntr-inr-rw .col-sm-6 {
		width: 50%;
		float: left;
	}
	.ldpg-rw03 {
		padding-top: 70px;
		text-align: center;
	}
	.ldpg-rw04 {
		padding-top: 50px;
	}
	.nfpg-lead-hd {
		font-size: 50px;
		line-height: 55px;
	}
	.nfpg-lead-hd .txt-color01 {
		font-size: 45px;
	}
	.nfpg-lead-txt {
		width: 100%;
	}
	.nfpg-lead-btn {
		font-size: 15px;
		padding: 12px 10px 12px 10px;
		width: 205px;
	}
	.main-bnr-lyrimg {
		width: 80%;
	}
	.nfpg-abt-btn-p {
		margin-bottom: 30px;
	}
	.ldpg-rw05::before {
		opacity: 0.3;
	}
	.doc-sec-sml-hd {
		width: 100%;
	}
	.col-cstm-5 {
		width: 33.33%;
		padding: 0 10px;
	}
	.sptm-bx {
		height: 240px;
		margin-bottom: 20px;
	}
	.col-cstm-5:nth-child(4) {
		margin-left: 17.3%;
	}
	.rxbx {
		min-height: auto;
		margin-bottom: 20px;
	}
	.rxbx2 {
		min-height: auto;
		margin-bottom: 20px;
	}
	.rxbx2 .rxbx-txt {
		height: auto;
		overflow: auto;
	}
	.ldpg-rw07::before {
		opacity: 0.4;
	}

	.scrntst-hd-dv {
		width: 505px;
		margin: auto;
	}










} /*--- 767 ---*/


@media screen and (max-width:550px){
.scrntst-hd-dv {
    width: 340px;
    margin: auto;
}
.blganmhd-dv {
	width: 285px;
	margin: auto;
}



} /*--- 550 ---*/

@media screen and (max-width:480px){
	/*.nef-cntr-inr-rw .col-sm-6 {
		width: 100%;
		float: none;
	}*/
	.col-xs-6 {
		width: 100%;
		float: none;
	}
	.main-bnr-hd {
		font-size: 35px;
		line-height: 45px;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.main-bnr-txt {
	  font-size: 14px;
	  margin-bottom: 30px;
	  line-height: 25px;
	}
	.main-bnr-btn {
		font-size: 14px;
		border-radius: 8px 8px 8px 8px;
		padding: 12px 25px 12px 25px;
	}
	.nef-counter-icn-dv {
		display: block;
		width: 100%;
	}
	.nef-counter-txt-dv {
		display: block;
		text-align: center;
		padding-left: 0 !important;
		padding-top: 7px;
	}
	.nfpg-abt-hd-big {
		font-size: 26px;
		line-height: 32px;
	}
	.nfpg-abt-btn {
		font-size: 15px;
		padding: 12px 20px 12px 20px;
	}
	.nfpg-abt-txt {
		margin-bottom: 25px;
	}
	.sec-hd-big {
		font-size: 26px;
		line-height: 32px;
	}
	.nfpg-lead-hd {
		font-size: 38px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.nfpg-lead-txt {
		font-size: 14px;
		width: 100%;
	}
	.leadbtn02 {
		margin-left: 0;
		margin-top: 10px;
	}
	.ldpg-rw03 {
		padding-top: 45px;
		text-align: center;
		padding-bottom: 30px;
	}
	.col-cstm-5 {
		width: 50%;
		padding: 0 10px;
	}
	.sptm-bx {
		height: 240px;
	}
	.col-cstm-5:nth-child(4) {
		margin-left: 0;
	}
	.col-cstm-5:nth-last-child(1) {
		margin-left: 25%;
	}
	.callback-frm-dv {
		padding: 60px 25px 70px;
		width: 95%;
	}
	.cbfrm-hd {
		font-size: 30px;
		line-height: 35px;
	}
	.srvc-bx-txt {
		max-height: unset;
	}
	.srvc-bx {
		height: auto;
		margin-bottom: 25px;
	}
	.fact01-point-p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 25px;
	}
	.fact01-point-p::before {
		top: 3px;
		width: 16px;
		height: 16px;
	}
	.rxbx-hd {
		font-size: 16px;
		line-height: 24px;
	}
	.scrntst-hd-dv {
		width: 260px;
		margin: auto;
	}
.blganmhd-dv {
	width: 215px;
}












} /*--- 480 ---*/


@media screen and (max-width:460px){

	.nfpg-lead-hd .txt-color01 {
		font-size: 34px;
	}
	.bkds-hd-dv {
		width: 255px;
		margin: auto;
	}


} /*--- 460 ---*/





