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

@font-face{
	font-family: radI;
	src: url('../fonts/Radley-Italic.ttf');
}
@font-face{
	font-family: radR;
	src: url('../fonts/Radley-Regular.ttf');
}
@font-face{
	font-family: outEL;
	src: url('../fonts/Outfit-ExtraLight.ttf');
}
@font-face{
	font-family: outL;
	src: url('../fonts/Outfit-Light.ttf');
}
@font-face{
	font-family: outR;
	src: url('../fonts/Outfit-Regular.ttf');
}
@font-face{
	font-family: outM;
	src: url('../fonts/Outfit-Medium.ttf');
}
@font-face{
	font-family: outB;
	src: url('../fonts/Outfit-ExtraBold.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-clr-lg {
	color: #bed173;
}
.txt-clr-dg {
	color: #527359;
}
.txt-clr-lb {
	color: #2BA7FF;
}
.txt-clr-lv {
	color: #88ABDA;
}

.slick-prev {
	left: 0 !important;
	z-index: 9 !important;
}
.slick-next {
	right: 0px !important;
}


.header {
	/*position: fixed;*/
	width: 100%;
	background-color: #bed173;
	z-index: 99;
	transition-duration: .3s;
}
.sticky-header {
	background-color: #EC9F57;
	position: fixed;
	top:0;
	left:0;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
	padding: 15px 0;
}
.logo {
	height: 70px;
}
.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: #000 !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: 6px;
}
/*.navbar-collapse.collapse.in {
	background-color: #1D3C70;
}*/
.mobmenu-on{
	background-color: #EC9F57;
}
.sec01-mrgntop{
	margin-top:80px;
}


.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: outR;
	color: #fff;
	font-size: 20px;
	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: outR;
	color: #777;
	font-size: 12px;
}
.ftrbtm-p a {
	color: #ddd;
}
.ftrbtm-p a:hover {
	color: #bed173 !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: 22px;
	}
	.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;
}



.sec-hd-sml {
	font-family: radI;
	font-size: 23px;
	color: #999;
	line-height: 28px !important;
	margin-bottom: 15px;
}
.sec-hd-big {
	font-family: outR;
	font-size: 45px;
	line-height: 60px;
	color: #222;
	margin-bottom: 25px;
}
.ldpg-blg-bx {
	padding: 0 8px;
}
.ldpg-blg-bx img {
	width: 100%;
	margin-bottom: 14px;
}
.ldpg-blgbx-name {
	font-family: radR;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}
.ldpg-blgbx-lnk-p {
	font-family: outR;
	font-size: 13px;
}
.ldpg-rw06 {
	padding-top: 70px;
	padding-bottom: 50px;
}



.sec01 {
	padding-top: 25px;
	padding-bottom: 40px;
	background-color: #FAF5F0;
}
.sec1-sml-hd {
	font-family: radI;
	font-size: 23px;
	color: #999;
	line-height: 30px !important;
}
.sec1-big-hd {
	font-family: outR;
	font-size: 75px;
	line-height: 85px;
	margin-bottom: 35px;
}
.sec1-cmn-txt {
	font-family: popR;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 40px;
}
.sec1-btn {
	font-family: popM;
	font-size: 18px;
	background-color: #bed173;
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
	transition-duration: .2s;
}
.sec1-btn:hover {
	background-color: #527359;
}
.col-sec01-lft {
	position: relative;
	padding-top: 60px;
}
.sec01-anmimg1 {
	position: absolute;
	width: 65px;
	top: 0;
	left: 50px;
	animation: s1anm1 6s linear infinite;
}
@keyframes s1anm1{
	0%{top: 0px; left: 50px;}
	50%{top: 50px; left: 0px;transform: rotate(140deg);}
	100%{top: 0px; left: 50px;}
}
.sec01-img {
	border-top-left-radius: 250px;
	border-bottom-right-radius: 250px;
	width:100%;
}
.sec01-img-p {
	position: relative;
	z-index: 5;
}
.sec01-anmimg3 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 400px;
	animation: s1anm3 19s linear infinite;
	opacity: 0.3;
}
@keyframes s1anm3{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(360deg);}
	100%{transform: rotate(0deg);}
}
.sec01-anmimg2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	animation: s1anm2 29s ease infinite;
	z-index: 9;
}
@keyframes s1anm2{
	0%{right: 0px;}
	50%{right: 300px;}
	100%{right: 0px;}
}
.sec02 {
	padding-top: 70px;
	padding-bottom: 50px;
	overflow: hidden;
}
.sec-sml-hd {
	font-family: radI;
	font-size: 23px;
	color: #999;
	line-height: 28px !important;
	margin-bottom: 15px;
}
.sec-big-hd {
	font-family: outR;
	font-size: 55px;
	line-height: 62px;
	color: #222;
	margin-bottom: 25px;
}
.sec-cmn-txt {
	font-family: outL;
	font-size: 16px;
	line-height: 26px;
	color: #333 !important;
	margin-bottom: 20px;
}
.sec2-btn {
	font-family: popM;
	font-size: 18px;
	background-color: #EC9F57;
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
	transition-duration: .2s;
}
.sec2-btn:hover {
	background-color: #bed173;
}
.sec2-btn-p {
	padding-top: 15px;
}
.sec02-img {
	width: 100%;
}
.sec02-anmimg1 {
	position: absolute;
	top: -100px;
	left: 0;
	animation: s2anm1 29s ease infinite;
}
@keyframes s2anm1{
	0%{top: -100px;}
	25%{transform: rotate(0);}
	50%{top: 50px;}
	75%{transform: rotate(45deg);}
	100%{top: -100px;}
}
.sec02-anmimg2 {
	position: absolute;
	bottom: 0;
	right: 150px;
	animation: s2anm2 23s ease infinite;
}
@keyframes s2anm2{
	0%{right: 150px;}
	50%{right: -150px;}
	100%{right: 150px;}
}
.sec02-img-p {
	width: 90%;
}
.sec02-img {
	border-top-left-radius: 250px;
	border-bottom-right-radius: 250px;
}
.col-sec02-rgt {
	padding-top: 35px;
}
.threepoint-box {
	text-align: center;
	padding: 50px 10px;
}
.tp-icn {
	width: 65px;
	transition-duration: .1s;
}
.threepoint-box:hover img.tp-icn {
    filter: drop-shadow(1px 3px 4px rgba(0,0,0,0.6));
    transform: scale(1.2);
}

.tp-icn-p {
	margin-bottom: 22px;
}
.tp-hd {
	font-family: outM;
	font-size: 18px;
	color: #000;
	line-height: 24px !important;
	margin-bottom: 18px;
}
.tp-txt {
    font-family: outL;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-align: justify;
    height: 160px;
    overflow: auto;
}
p.tp-txt::-webkit-scrollbar {
    width: 3px;
    background-color: #f4f4f4;
}
p.tp-txt::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.sec04 {
	padding-top: 70px;
	padding-bottom: 50px;
	overflow: hidden;
}
.sec4-pnt-txt {
	display: flex;
	margin-bottom: 20px;
}
.sec4-pnt-icn {
	width: 30px;
	height: 30px;
}
.sec4-pnt-spn {
	padding-left: 10px;
	font-size: 16px;
	font-family: outL;
	line-height: 22px;
	margin-top: -2px;
}
.sec04-img {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 100%;
}
.sec04-anmimg1 {
	position: absolute;
	bottom: -50px;
	left: 0;
	animation: s4anm1 20s linear infinite;
}
@keyframes s4anm1{
	0%{left: 0px;}
	50%{left: 300px;}
	100%{left: 0px;}
}
.sec4-btn {
	font-family: popM;
	font-size: 18px;
	background-color: #EC9F57;
	border-radius: 8px 8px 8px 8px;
	padding: 18px 33px 19px 33px;
	color: #fff !important;
	display: inline-block;
	transition-duration: .2s;
}
.sec4-btn:hover {
	background-color: #527359;
}

.sec03 {
	padding-top: 40px;
	padding-bottom: 35px;
	overflow: hidden !important;
}
.sec03 .row {
	border: 1px solid rgba(255, 89, 12, 0.3);
	border-radius: 40px;
	background-color: rgba(255, 89, 12, 0.17);
	background-image: url('../images/background-2.png');
	background-size: cover;
	background-position: center;
}
.sec05 {
	padding-top: 35px;
	padding-bottom: 25px;
}
.sec5-col-lft-img {
	background-image: url('https://mdoctorshub.com/landing-page/endocrinology/assets/images/home-4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
}
.sec05 .row {
	background-color: #527359;
}
.sec5-col-rgt-txt {
	padding: 40px 50px 30px;
}
.sec5-col-rgt-txt .sec-sml-hd {
	color: #ccc;
}
.sec5-col-rgt-txt .sec-big-hd {
	font-size: 45px;
	line-height: 53px;
	color: #fff;
	margin-bottom: 25px;
}
.sec5-col-rgt-txt .sec-cmn-txt {
	color: #fff !important;
}


.animate-charcter {
	background-image: linear-gradient( -225deg, #2BA7FF 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 5s linear infinite;
	/*display: inline-block;*/
}
.animate-charcter-lt {
	background-image: linear-gradient( -225deg, #fff 0%, #bed173 29%, #EC9F57 67%, #fff800 100% );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 5s linear infinite;
	/*display: inline-block;*/
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.sec4-btn-p {
	padding-top: 15px;
}


/*-------------- Popup Form #Start -----------*/
.callback-frm-dv {
	background-color: #2AA7FF;
	border-radius: 10px;
	padding: 20px 20px 25px;
	position: relative;
	box-shadow: 12px 20px 0 0 rgba(0,0,0,0.15);
	width: 100%;
	margin: auto;
}
.cbfrm-hd {
	text-align: center;
	font-family: outM;
	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;
}
::placeholder {
  color: #fff !important;
  opacity: 1;
}
:-ms-input-placeholder { 
 color: #fff !important;
}

::-ms-input-placeholder {
 color: #fff !important;
}
.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;
}
/*-------------- Popup Form #End -----------*/


.floting-btn {
    position: fixed;
    right: calc(-40px);
    bottom: 65px;
    background-color: #bed173;
    padding: 10px 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transform: rotate(-90deg);
    color: #000;
    font-family: 'outR';
    letter-spacing: 0.5px;
    cursor: pointer;
    z-index: 99999;
}

.popup-wrap {
	display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}
.popup-inr {
    display: table-cell;
    vertical-align: middle;
}
.popup-body {
    width: 340px;
    margin: auto;
    position: relative;
}
img.popup-clsbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    width: 25px;
    transition-duration: .3s;
}
.popup-clsbtn:hover {
    transform: rotate(90deg);
}




/*----------------- 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: radR !important;
    letter-spacing: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 2px 0;
    font-size: 21px;
    line-height: 21px;
    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 ----------------*/



.col-sm-3.cs_wdth {
	width: calc(100%/5);
}

.doctor-card {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(48, 62, 35, 0.1);
	transition: all 0.3s ease;
	text-align: center;
	height: 100%;
}

.doctor-image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 1.5rem;
	overflow: hidden;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #f00, #00f) border-box;
  border: 4px solid transparent;
}
.text-truncate-multiple {
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec088-img {
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 100%;
}

.sec08 {
	padding-top: 70px;
	padding-bottom: 50px;
	overflow: hidden;
}
.sec07 {
	padding-top: 70px;
	padding-bottom: 50px;
	overflow: hidden;
}


/*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: #EC9F57 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;
}
#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: #EC9F57 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 #F23338;
	padding-left: 25px;
}
.faq_section{
    background: #FAF5F0;
}
/*end of the faq part*/

.footer_container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.cta-section {
	background: #FAF5F0;
}

.floating-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #fff;
    padding: 12px 17px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    cursor: pointer;
    border:  1px solid #25D366;
}
.floating-button:hover,.floating-button:focus {
    color: #fff;
}

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




@media screen and (max-width:1199px){
																																																					
	.sec1-big-hd {
		font-family: outM;
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	}
	.col-sec02-rgt {
		padding-top: 0px;
	}
	.sec-big-hd {
		font-family: outM;
		font-size: 40px;
		line-height: 50px;
	}
	.sec1-cmn-txt {
		margin-bottom: 25px;
	}





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


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

	.sec04-anmimg1 {
		bottom: -100px;
	}
	.sec5-col-lft-img {
		min-height: 715px;
	}
	.sec5-col-rgt-txt {
		padding: 40px 30px 30px;
	}








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


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

	





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


@media screen and (min-width:768px) and (max-width:991px){
	.sec5-col-lft-img {
		min-height: 725px;
	}
	.sec5-col-rgt-txt {
		padding: 40px 30px 30px;
	}
	.sec01-anmimg3 {
		width: 80%;
	}
	.sec01-img {
		border-top-left-radius: 150px;
		border-bottom-right-radius: 150px;
		margin-top: 100px;
	}
	.sec02-img {
		border-top-left-radius: 150px;
		border-bottom-right-radius: 150px;
	}
	.sec01-anmimg2 {
		bottom: -100px;
	}
	.sec02-img-p {
		width: 100%;
		padding-top: 100px;
	}
	.sec02-anmimg2 {
		opacity: 0.5;
	}
	.sec04-img {
		margin-top: 100px;
	}
	.sec04-anmimg1 {
		bottom: -150px;
		width: 150px;
	}
	@keyframes s4anm1{
		0%{left: 0px;}
		50%{left: 210px;}
		100%{left: 0px;}
	}
	.sec5-col-lft-img {
		min-height: 740px;
	}
	.sec02-anmimg2 {
		bottom: -100px;
	}
	.sec03 .row .col-sm-3 {
		width: 50%;
	}
	.sec5-col-rgt-txt .sec-big-hd {
		font-size: 32px;
		line-height: 45px;
	}






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


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

	.col-sm-3.cs_wdth {
	width: 100%;
	display: block;
	margin: auto;
}

	.col-sec01-lft {
		padding-top: 30px;
		text-align: center;
	}
	.sec01-img-p {
		padding-top: 35px;
	}
	.sec02-img-p {
		width: 90%;
		margin: 0 auto 30px;
	}
	.col-sec02-rgt {
		text-align: center;
	}
	@keyframes s2anm2{
		0%{right: 0px;}
		50%{right: 150px;}
		100%{right: 0px;}
	}
	.col-sec04-lft .sec-big-hd, .col-sec04-lft .sec-sml-hd {
		text-align: center;
	}
	.sec4-btn-p {
		text-align: center;
		margin-bottom: 40px;
	}
	@keyframes s4anm1{
		0%{left: 0px;}
		50%{left: 280px;}
		100%{left: 0px;}
	}
	.sec5-col-lft-img {
		min-height: 450px;
	}
	.sec5-col-rgt-txt {
		padding: 40px 15px 30px;
		text-align: center;
	}
	.tp-txt {
		height: auto;
		text-align: center;
	}
	.threepoint-box {
		padding: 30px 10px;
	}
	.sec04 {
		padding-top: 50px;
	}






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


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

	@keyframes s4anm1{
		0%{left: 0px;}
		50%{left: 170px;}
		100%{left: 0px;}
	}
	.sec5-col-lft-img {
		min-height: 350px;
	}
	.sec01-anmimg3 {
		width: 200px;
	}
	.sec1-big-hd {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.sec1-sml-hd {
		font-size: 18px;
		line-height: 25px !important;
	}
	.sec1-cmn-txt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.sec1-btn {
		font-family: outM;
		font-size: 14px;
		border-radius: 8px 8px 8px 8px;
		padding: 12px 20px 12px 20px;
	}
	.sec01-img {
		border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}
	.sec02-img {
		border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}
	.sec01-anmimg2 {
		width: 100px;
	}
	.sec02-anmimg1 {
		width: 130px;
	}
	.sec02-anmimg2 {
		bottom: -30px;
		width: 100px;
	}
	.sec-sml-hd {
		font-size: 18px;
		line-height: 25px !important;
		margin-bottom: 10px;
	}
	.sec-big-hd {
		font-size: 28px;
		line-height: 34px;
	}
	.sec-cmn-txt {
		font-size: 14px;
		line-height: 22px;
	}
	.sec2-btn-p {
		padding-top: 10px;
	}
	.sec2-btn {
		font-family: outM;
		font-size: 14px;
		padding: 12px 20px 12px 20px;
	}
	.sec02 {
		padding-bottom: 35px;
	}
	.threepoint-box {
		padding: 30px 20px;
	}
	.sec03 .row {
		padding-top: 30px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.sec04 {
		padding-top: 30px;
		overflow: hidden;
	}
	.sec4-btn {
		font-size: 14px;
		padding: 12px 20px 12px 20px;
	}
	.sec04-anmimg1 {
		width: 100px;
	}
	.sec5-col-rgt-txt .sec-big-hd {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.sec-hd-sml {
		font-size: 18px;
		line-height: 24px !important;
		margin-bottom: 10px;
	}
	.sec-hd-big {
		font-family: outM;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	.ldpg-rw06 {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.tp-hd {
		font-size: 20px;
		line-height: 25px !important;
		margin-bottom: 10px;
	}
	.sec01-mrgntop{
		margin-top:60px;
	}















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



