@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
/* .row{width:100%;display:block!important;} */

/*****************************************************************************************
Header Section
*****************************************************************************************/

.headertop{
	width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 40px;
    background: url(../img/header_bg1.png) repeat #FFFFFF;
    display: block;
    z-index: 999999;
}
.header_logo{width:100%;padding:0 0;}
.logo {
    float: left;
    padding: 0px 0px;
	width:35%;
}
.logo img{
    width: 45%;
    margin-top: 18px;
}
.contact-detail {
    float: right;
    margin: 30px 0px;
    padding: 0px;
}
.contact-detail p {
    text-align: right;
    margin: 0px;
	color:#705191;
}
.contact-detail p a{
	color:#705191;
}
.contact-detail i {
    margin-left: 5px;
    color: #5765a1;
}
.social-detail1{
	float:right;
	margin:33px 0px 0px;
	padding-left:100px;
}
.social-detail1 ul li a{
	border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    /*border: 1px solid #ed9245;*/
	background:#f6921c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#76129c;
	/*border-color:#5765a1;*/
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a i{padding-left:20px;}



.single-header-info {
    float: right;
    padding-left: 22px;
}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
    /*border: 1px solid #e1e1e1;*/
    height: 46px;
    margin-right: 15px;
    text-align: center;
    width: 46px;
	background:#fbebdb;
    border-radius: 5px;
}
.single-header-info .icon-box .inner-box i{
    color: #eb8749;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
}
.single-header-info .content h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}
.single-header-info .content p {
    font-size: 15px;
    margin: 0;
    color: #272727;
}

/*.header-marq{
    background: ##e7e6e6;
}
.marque_head{
	display:inline-block;
	background:#e7e6e6;
	height:31px;
}
.marque_head marquee{
	color:#323232;
	line-height:28px;
	font-size:14px;
	text-transform:capitalize;
	font-weight:500;
}*/

 /*Social */

.social-detail{
	float: left;
    margin: 30px 0px 30px -100px;
    padding: 0 0 0 60px;
}

.social-detail ul{}
.social-detail ul li{
	display:inline-block;
	padding:0 8px;
}
.social-detail ul li a{}
.social-detail ul li a i{
	background:#5765a1;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}



/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel{display:inline-block;}
.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#f38e38 no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:#76129c!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30b";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#f6921c no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#76129c!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30a";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}

.banner{
    position: relative;
}
/*.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;
}

.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}*/


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 54px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #f38e38;
}
.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-news li {
    float: left;
    height: 60px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.modern-ticker a {
    text-decoration: none;
}
.mt-news a {
    background: #a9bd40 none repeat scroll 0 0;
    border: 1px solid #a9bd40;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #fff;
}
.mt-news a:hover{
	color:#fff;
}
.mt-controls {
    background-image: url(../img/pause.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #f38e38;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.mt-next, .mt-prev {
    background-color: #f38e38;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
    padding: 60px 0;
}
/* .about-profile{padding:0 30px;} */

.about-profile img{
   /* width:380px;
    height: 380px;
    border-radius: 50%;
    border:8px solid #e3e3e3;*/
}

/*.about-profile1 img{
    width:100%;
    border:10px solid #e3e3e3;
}
*/

.about-profile1 img{
    width: 350px;
    height: 400px;
}

.about-home .about-profile {
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
	/*border:8px solid #e3e3e3;
	border-radius:50%;*/
}

/* .about-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

/* .about-home .about-profile img { */
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
/* } */

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}


.about-discription{}
/*.about-discription h1{
	font-size:28px;
	font-family: Monotype Corsiva;
	color:#6d5789;
	margin:0px;
	padding-bottom:5px;
}*/

.about-discription h2{
	color:#76129c;
	font-family:'Roboto', sans-serif;
    margin:0px;
    font-size: 34px;
    font-weight: 600;
    /*padding-left: 10px;*/
    position: relative;
    text-transform: uppercase;
}


.about-discription span{
    font-size: 16px;
  /*  color: #000;*/
  font-weight: 700;
}

/*.about-discription h2:before{
    content: '';
    width: 46%;
    height: 5px;
    border-bottom: 3px dashed #f6921c;
    top: 100%;
    left: 6px;
    float: left;
    position: absolute;
    transition: 0.5s;
}*/

/*.about-discription h2:hover:before{
    top: 0%;
    transform: scale(1.1,1.1);
}*/

/*.about-discription h2:after{
    content: '';
    width: 20%;
    height: 6px;
    border-bottom: 6px dashed #76129c;
    top: 100%;
    left: 50;
    float: left;
    position: absolute;
    transition: 0.5s;
}

.about-discription h2:hover:after{
    top: 0%;
    transform: scale(1.2,1.2);
}*/

.about-discription h3{
	font-family:'Roboto', sans-serif;
    color: #282828;
    padding: 2px 0 10px 0;
    position: relative;
	font-size: 20px;
    line-height: 30px;
}

.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #000000;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    display: inline-block;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#4a4a4a;
	background:#cad1ef;
	margin:0px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font-family:'Roboto', sans-serif;\
    font-size: 16px;
    line-height: 25px;
    text-align:justify;
    /*padding: 0 10px;*/
}

.about-discription ul{}
.about-discription ul li{
	font: 400 16px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:5px;
}

.dr-more a {
    display: inline-block;
    background: #f6921c;
    padding: 10px 18px 10px 18px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.dr-more .abt-appont{
	background:#76129c;
    color: #ffffff;
    /*margin-bottom: 60px;*/
}

.dr-more .abt-appont:hover{
    background: #f6921c;
}

.dr-more a:hover{
	background:#76129c;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}

.dr-more img {
    margin: -2px 10px 0px 0px;\
    position: relative;
}

.about-profile img{
    width: 100%;
    border: 3px solid #a9a9a9;
}



.about-profile:before{
    content: '';
    width: 0%;
    height: 0%;
    float: left;
    border-top: 5px solid #76129c;
    border-left: 5px solid #76129c;
    position: absolute;
    transition: 0.5s;
    left: 0;
    top: 0;
}

.about-profile:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.about-profile:after{
    content: '';
    width: 0%;
    height: 0%;
    float: left;
    border-bottom: 5px solid  #f6921c;
    border-right: 5px solid  #f6921c;
    position: absolute;
    transition: 0.5s;
    right: 0;
    bottom: 0;
}

.about-profile:hover:after{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.home-cont{
    border: 2px solid #eeddf5;
    background: #fbf0ff;
    border-radius: 10px;
    padding: 30px; 
    box-shadow: 0 0 5px #d1d1d1;
}

/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:uppercase;
}
.header_title p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#76129c;
	text-transform: uppercase;
    font-weight: 600;

	/* padding-bottom:30px; */
}
/* Header Title End */


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.pro1 {
    padding: 50px 0;
    background: url(../img/attach_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-attachment: fixed;
}
.section-title {
    text-align: center;
    max-width: 720px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.section-title .sub-title1 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 32px;
	letter-spacing:1px;
}
.pro-detail {
    text-align: center;
    background-color: #ededed;
    padding: 0 0 20px 0;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 14%);
    margin-bottom: 25px;
}
.pro-detail img {
    width: 100%;
}
.pro-detail h3 {
    font-size: 18px;
    padding: 5px 0;
    color: #0f4e81 !important;
    border-bottom: 1px solid#ddd;
    margin-top: 13px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pro-detail h3 a {
    color: #76129c;
    font-family: font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.pro-detail h3 a:hover{
    text-decoration: none;
}

.pro-detail p {
    font-size: 16px;
    color: #282828;
    line-height: 26px;
	height:150px;
}
.pro-btn {
    display: inline-block;
    background-color: #f6921c;
    color: #fff;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 35px;
}
.pro-btn:hover{
	color:#fff;
	text-decoration:none;
	border-radius:0px;
	transition:0.5s;
}

/*************************************************************************************
Hospital Section
*************************************************************************************/


.form-review{
	/* background:url(../img/header_bg1.png) repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background:#ebefff;
	width:100%;
	padding:50px 0;
}
.testimonial{
    background: #e9e9e9;
    padding: 20px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    margin: 15px ;
	position:relative;

}

.cnt .testimonial{height:450px;}
.cnt .testimonial ul{height:300px;}

.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #5765a1;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Oswald', sans-serif;
	/* letter-spacing:1.5px; */
}

.testimonial p{
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    line-height:26px;
    /* margin: 0px 0 20px 0; */
	font-family: 'Roboto', sans-serif;
	/* letter-spacing:1.5px; */
}
.testimonial ul{}
.testimonial ul li{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.testimonial ul li a{color:#fff;}
.testimonial ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#5765a1;
}
.testimonial-btn {
    margin: 20px auto;
    /* text-align: center; */
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
	padding-left:0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #f38e38;
    padding: 8px 22px 8px 17px;
    color: #fff;
	border-radius:4px;
}
.sub-t a {
    background: #76129c !important;
    color: #fff !important;
}

.sub-t a:hover{
    background: #f6921c!important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}

/*************************************************************************************
Partner Section
*************************************************************************************/

.our_partner{
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background: #30384b;
	width:100%;
	padding:50px 0 0 0;
    /*margin-top: 60px;*/
}

.partner_main{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.partner_main img{width:100%;}

.partner_main .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.partner_main .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.partner_main .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.partner_main .owl-prev,
.partner_main .owl-next{
    position: absolute;
    left: -1%;
}
.partner_main .owl-next{
    left: auto;
    right: -1%;
}
.partner_main .owl-prev:before,
.partner_main .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.partner_main .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .partner_main .owl-theme .owl-controls,
    .partner_main .owl-prev,
    .partner_main .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
/* @media only screen and (max-width: 768px){ */
    /* .testimonial .testimonial-content{ */
        /* padding: 15px 10px 12px; */
    /* } */
    /* .testimonial .rating{ */
        /* right: 12px; */
    /* } */
/* } */



/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{
	background:url(../img/header_bg1.png) repeat;
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	width:100%;
	padding:60px 0 0 0;
    margin-bottom: 50px;
    /*background: #faedff;*/
}
.review{
    padding: 20px 30px 10px;
    margin: 0px 15px 0;
	/* background:#5765a1; */
    /* background-size:100% 100%; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.review .title{
    font-size: 25px;
    font-weight: 500;
    color: #424242;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
}
.review .description{
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    /* text-transform: capitalize; */
    /* margin: 0px 0 20px 0; */
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	line-height:27px;
	padding:0 80px;
}
.review ul{}
.review ul li{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.review ul li a{color:#fff;}
.review ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#f1f1f1;
}
.review-btn {
    margin: 20px auto;
    text-align: center;
}
.review-btn ul li {
    font: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
	padding-left:0px;
}

.review-btn ul li a {
    display: block;
    background: #f6921c;
    padding: 12px 22px 12px 17px;
    color: #ffffff;
	border-radius:5px; 
    font-size: 16px;
    font-weight: 400;
}

.review-btn ul li a:hover{
    text-decoration: none;
    background: #76129c;
    color: #ffffff;
}

/* Inner Page Section */

.review-inn .serv_myth {}
.review-inn .serv_myth p i{
	/* color:#735197; */
	color:#f38e38;
	font-size:26px;
	padding-right:5px;
	opacity:0.9;
}

/*****************************************************************************************
Blog Section
*****************************************************************************************/

.blog_frt{
	padding:15px 0;
}
.blog_frt img{width:100%;}

/*****************************************************************************************
Footer Section
*****************************************************************************************/

.foot_detail{padding-top:80px;}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	color:#f1f1f1;
	border-bottom:1px solid #535b6e;
	margin:0px;
	padding-bottom:10px;
}

.footer_inner h2{
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #ffefdc;
    margin: 15px 0;
}


.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	/*padding-bottom:20px;*/
	/*text-align:justify;*/
	line-height:26px;
}

.footer_inner ul{margin:0px;padding:0px;}

.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}

.footer_inner ul li:hover{
    color: #f6921c;
}


.footer_inner ul li a{
    color:#fff;
}

.footer_inner ul li a:hover{
    text-decoration: none;
    color: #f6921c;
}

.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#f1f1f1;
}
.footer_inner{}

.social-media ul li a{
    float: left;
    margin-right: 8px;
    color: #ffffff!important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}

.fb{
    background: #1976f2;
}

.tweet{
    background: #1da1f2;
}

.linkdin{
    background: #0077b5;
}

.youtube{
    background: #ff0000;
}

/* Copyright */

.copyright_inner{
    padding-top:20px;
    margin-left: -15px;
    margin-right: -15px;
}

.copyright_inner p{
	font-size:15px;
	color:#ffffff;
	margin:0px;
	background:#f6921c;
	padding:10px;
	text-align:center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.copyright_inner .sms_logo{padding-left:0px;}
.copyright_inner .sms_logo img{width:20px;}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.breadcrumb-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 80px;
    color: #FFFFFF;
	background:url(../img/attach_bg.png) no-repeat;
	background-size:100%;
	/* background-color: #ed9245; */
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Bubblegum Sans', cursive;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
}
.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.breadcrumb-section .breadcrumb span.current {
    margin: 0px;
}

.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}

/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:60px 0;}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	color: #76129c;
	padding-bottom:10px;
}
.dt-sc-contact-info {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 5px 0 7px;
    padding: 0;
    border-bottom: 1px dotted #CCCCCC;
}
.dt-sc-contact-info span {
    font-size: 20px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding-bottom: 12px;
    width: 40px;
    text-align: center;
	color: #f38e38;
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
}
.dt-sc-contact-info a{
    color: #000000;
}

.dt-sc-contact-info a:hover{
    text-decoration: none;
    color: #f6921c;
   
}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/


/**********************************************************************************
Form home page
**********************************************************************************/
.cnt-form{
	display:inline-block;
	width:100%;
}
.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 10px 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #76129c;
    font-size: 24px;
    text-align: left;
	padding-left: 0px;
    margin: 0 0 15px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.form-horizontal .form-group{
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:0px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 100%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #f38e38;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #f38e38;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #f38e38;
    border: 2px solid #f38e38;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}





/*****************************************************************************************
Video Section
*****************************************************************************************/

.inner-gallery-part{
	padding:50px 0;
}
.inner-gallery-part .gallery-img h1{
	color:#f38e38;
	/* color:#4a4a4a; */
	font: 400 20px/32px 'Roboto', sans-serif;
    display: block;
	margin:0px 0 5px;
	/* background:#a7c219; */
	padding:15px 0px 0;
}
.inner-gallery-part .gallery-img p{
	color:#4a4a4a;
	font: 500 16px/28px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	text-align:justify;
}
.even_video{padding-top:20px;}
.even_video img{width:100%;}
.marg-5{margin-top:30px;}
/* .inner-gallery-part .gallery-img { */
    /* position: relative; */
    /* margin-bottom: 30px; */
/* } */
/* .inner-gallery-part .gallery-img:before { */
    /* content: ""; */
    /* position: absolute; */
    /* background: #c9e249; */
    /* top: 0; */
    /* left: 0; */
    /* width: 0%; */
    /* height: 100%; */
    /* opacity: 0.3; */
    /* transition: all 0.3s ease 0s; */
/* } */
/* .inner-gallery-part .gallery-img:hover:before { */
    /* width: 100%; */
/* } */
/* .inner-gallery-part .gallery-img .view-btn { */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* width: 50px; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* text-align: center; */
    /* transition: all 0.3s ease 0s; */
/* } */
/* .inner-gallery-part .gallery-img:hover .view-btn { */
    /* opacity: 1; */
    /* visibility: visible; */
/* } */
/* .inner-gallery-part .gallery-img .view-btn i:before { */
    /* font-size: 45px; */
    /* color: #ffffff; */
/* } */
/* .gallery-img img{width:100%;} */


/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.form-review1 .form-horizontal .form-group{width:91%;margin-bottom:20px;}
.form-review1 .form-horizontal .form-terms{width:91%;margin-bottom:20px;}


.book_fixed{
	position:fixed!important;
	right:0px;
	bottom:0px!important;
	z-index:9999;
}
.book_fixed ul{margin:0px;}


.serv_myth ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #5765a1;
    padding-right: 7px;
}

.serv_myth li{
 display: flex;
}







.appointment a{
    display: inline-block;
    background: #f6921c;
    padding: 12px 22px 12px 17px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.appointment a:hover{
    background: #76129c;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.appointment i{
    padding-right: 5px;
}

.services{
    /* background: #dfdfdf; */
    background: url(../img/home-bg-2.png) no-repeat;
	background-size:100% 100%;
    padding: 60px 30px;
}

.services-list{
    /*border: 2px solid #e3e3e3;*/
    text-align: center;
    padding: 20px 0 0px;
    background: #fffaf2;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #c9c9c9;
    /*height: 400px;*/
    margin: 10px 0;
    transition: 05s ease-in-out;
}

.ser-headline h1{
    color: #fffeff;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.services-list img{
    width: 190px;
    height: 190px;
    border: 4px solid #e3e3e3;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.services-list:hover img{
    transform: scale(1.1, 1.1);
    
}
  

.services-list h2{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #383738;
    padding: 15px 0;
    display: inline-block;
    margin: 10px 0;
    line-height: 1.3;
}

.services-list:hover h2{
    color: #76129c;
}

.serv_width{
	width:calc(100% / 4);
	margin:0 5px;
}
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    margin: 15px -15px 0;
}
.services-list h2:hover{
    font-weight: 500;
    font-weight: 600;
    font-style: 18px;
}

.ser-btn{
     background: #f6921c;

}

.back-pain h2{
    margin-left: 20px;
}
.ser-btn:hover{
    background: #76129c;
}

.ser-btn a{
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 15px;
    /*border: 1px solid #000000;*/
    border-radius: 5px;
    margin: 0px 0;
    width:100%;
	display:block;
}

.ser-btn:hover a{
    text-decoration: none;
    color: #ffffff;
}

.attached h1{
    color: #000000;
}

.attachment{
    padding: 60px 0;
   /* background: #fcf8f3; */
   /*background: url(../img/home-bg-3.png) no-repeat;*/
   background-size:100% 100%;
   background: #fbf0ff;
}

.attachment-1{
    background: none;
    /*padding-bottom: 60px;*/
}

.attachment-heading h1{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.attachment-list{
    /*text-align: center;*/
    padding: 10px 0;
    /*border: 2px solid #000000;*/
    background: #e9e9e9;
    border-radius: 10px;
}

/*.attachment-details{
    padding: 10px 10px;
}*/
.attachment-details h3{
    color: #233344;
    font-family:'Roboto', sans-serif;
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    padding-left: 23px; 
}

.attachment-details p{
    color:#000000;
    font-family:'Roboto', sans-serif;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0 50px 22px; 
}

.attachment-btn a{
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 8px 0 0 18px; 
    background: #f6921c;
    padding: 10px 10px;
  }

.attachment-btn a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #76129c;
}

/*about-page*/

.inner-banner{
    background: url(../img/inner-banner.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 50px 0;
}

.inner-banner-headline h2{
    font-size: 38px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;

}

.inner-banner ul li{
    list-style: none;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
}

.inner-banner ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
}

.inner-banner ul li a:hover{
    color: #ff9212;
}

.about-us-page{
    padding: 60px 0 0 0;
}

.about-cont{
    border: 2px solid #eeddf5;
    background: #fbf0ff;
    border-radius: 10px;
    padding: 30px;
}


.about-us-page p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    margin: 10px 5px;
    line-height: 24px;
}

.about-us-page img{
    width: 100%;
    height: 350px;
}

/*.about-profile{
    position: relative;
}

.about-profile:before{
    content: '';
    width: 0%;
    height: 0%;
    float: left;
    border-top: 5px solid #76129c;
    border-left: 5px solid #76129c;
    position: absolute;
    transition: 0.5s;
    left: 0;
    top: 0;
}

.about-profile:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.about-profile:after{
    content: '';
    width: 0%;
    height: 0%;
    float: left;
    border-bottom: 5px solid  #f6921c;
    border-right: 5px solid  #f6921c;
    position: absolute;
    transition: 0.5s;
    right: 0;
    bottom: 0;
}

.about-profile:hover:after{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}*/

.space{
    padding-bottom: 60px;
}

.about-home1{
    padding-bottom: 60px;
}
.cont-list{
    padding: 20px 0;
}

.cont-list ul li a{
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cont-list i{
    padding-right: 10px;
}

/*marq*/

.header-marq{
    background: #f6eafb;
    line-height: 0;
    padding: 2px 0;
}

.marque_head{
    width: 100%;
    height: 30px;
    display: inline-block;
}

.marque_head marquee{
    color:#323232;
    line-height:34px;
    font-size:14px;
    text-transform:capitalize;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
}

.head-social ul{
    margin-bottom: 0;
}

.head-social ul li{
    /* float: left; */
	display:inline-block;
	width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 21px;
    transition: 0.5s;
}
.head-social ul li a{
    /* float: left; */
	display:inline-block;
    color: #ffffff!important;
    font-size: 16px;
    padding: 5px 0;
    margin: 0 4px;
    width: 30px;
    height: 30px;
}

.head-fb{
    background: #1976f2;
}

.head-tweet{
    background: #1da1f2;
}

.head-linkdin{
    background: #0077b5;
}

.head-youtube{
    background: #ff0000;
}

.sub-menu{
    display: none;
}

.dropdown-menu .sec_drop ul li{
    background: #f6921c;
}

.dropdown-menu .sec_drop ul li:hover{
    background: #76129c;
}

.carousel-caption h1{
   font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #76129c;
    font-family: 'Roboto', sans-serif;
    padding: 0 100px;
    text-align: right;
    position: relative;
}

.carousel-caption p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    padding: 0 100px;
    text-align: justify;
    margin: 0;
}

/*.carousel-btn{
    margin: -5% 12% 1% 61%;;

}*/

.carousel-btn a{
    color: #ffffff;
    background: #f6921c;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

.carousel-btn a:hover{
    background: #76129c;
    text-decoration: none;
    color: #ffffff;
}


/*attachment slider*/

.hospital-attachments{
    padding: 60px 0;
    background: #efe4f3;
}

.card-slider {
  display: flex;
  /*white-space: nowrap;*/
  overflow-x: auto;
  margin-top: 10px;
  /*gap: 40px;*/
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.label-container {
  display: flex;
  justify-content: flex-end;
}


.label-container {
  display: flex;
  align-items: center;
}

.label-container h2 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  margin-right: auto;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
}

.label-container .bi {
  font-size: 18px;
}

.label-container button {
  background-color: #76129c;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  padding: 10px;
  width: fit-content;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  border: none;
}

.label-container button:hover{
    background: #f6921c;

}


.label-container button:disabled {
  background-color: #f6921c;
  cursor: not-allowed;
  border: none;
}

.attachments-headline h2{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
   text-transform: uppercase;
}

.attachments-card {
  transition: transform 0.3s ease-in-out;
  font-family: "Arial", sans-serif;
  background: transparent;
  /*border: 2px solid #a3a3a3;*/
  padding: 20px 20px;
  box-shadow: 1px 1px 3px #4a4a4a;
  background: #ffffff;
  border-radius: 5px;
  height: 480px;
}

/*.attachments-card:hover {
  cursor: pointer;
  transform: scale(0.95);
}
*/

.attachments-details{
    margin: 15px 0;
}


.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 350px;
  height: 240px;
  display: block;
  /*border-radius: 20px;*/
  object-fit: cover;
  image-rendering: pixelated;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0 0 20px 20px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)100%);
}

.discount-badge {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 10px;
  padding: 5px;
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
  font-family: "Proxima Nova Condensed", sans-serif;
}

.attachment-name {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #76129c;
  margin: 0;
  padding: 15px 0 10px 0;
}

.rating {
  display: flex;
  align-items: start;
  margin-top: 5px;
  font-weight: semi-bold;
}

.review-count {
  margin-left: 5px;
  font-weight: semi-bold;
}

.delivery-info {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.bi-star-fill {
  color: green;
}

.bi-dot {
  font-size: 26px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

    /* .container { */
        /* max-width: 350px; */
        /* margin: auto; */
        /* padding: 10px; */
      /* } */
      
      /* Card Slider */
      
      .label-container h2 {
        color: #111;
        font-family: Poppins, serif;
        margin-right: auto;
        font-size: 18px;
        font-weight: bold;
      }
      
      .label-container i {
        font-size: 14px;
      }
      
      /* Card Slider */
      
      /* Restaurant Card */
      .card-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: fit-content;
        gap: 10px;
        margin-top: 10px;
      }
      
       .image-container img {
        width: 180px;
        height: 140px;
        display: block;
        border-radius: 20px;
        object-fit: cover;
        image-rendering: pixelated;
      }
      
      .image-container::after {
        content: "";
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        border: none;
        border-radius: 0 0 20px 20px;
        bottom: 0;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.8) 100%
        );
      }
      
      .discount-badge {
        position: absolute;
        color: #fff;
        bottom: 0;
        left: 10px;
        padding: 5px;
        z-index: 2;
        font-weight: bold;
        font-size: 12px;
        font-family: "Proxima Nova Condensed", sans-serif;
      }
      
           
      .info-details{       
        align-items: center;
        justify-content: space-between;
        font-size: 10px;
        padding: 10px 10px;
        }

            
      .rating {
        display: flex;
        align-items: start;
        margin-top: 3px;
        font-weight: semi-bold;
      }
      
      .review-count {
        margin-left: 3px;
        font-weight: semi-bold;
      }
     
      .delivery-info {
        display: flex;
        font-size: 10px;
        align-items: center;
      }
      
      .bi-dot {
        font-size: 16px;
      }
      /* Restaurant Card */
}

.slider-btn a{
    padding: 10px 12px;
    background: #f6921c;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.slider-btn a:hover{
   text-decoration: none;
   color: #ffffff;
   background: #76129c;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/*attachment slider*/

.sidebar{
    /*padding: 50px 0;*/    
    border-radius:15px 15px;
}

.sidebar-list{
    box-shadow: 1px 1px 2px #8b8484;
}

.sidebar-list h2{
    font-size: 24px;
    font-weight: 600;
    background: #76129c;
    color: #fff;
    padding: 12px 0px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.sidebar-list ul li a{
    font-size: 16px;
    color: #000000;
    padding: 11px 15px;
    display: block;
    /*text-transform: capitalize;*/
    text-decoration: none;
    background: #ffd6a6;
    border-bottom: 1px solid #ddb586;
    font-family: 'Roboto', sans-serif;
}

.sidebar-list ul li.active a{
    background: #76129c;
    color: #ffffff;
}

.sidebar-list ul li a:hover{
    color: #ffffff;
    background: #76129c;
}

.services-item{
    padding: 50px 0 30px 0;
}

.ser-cont-right h1{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: #76129c;
}

.ser-cont-right p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
     font-weight: 400;
     text-align: justify;
}

.ser-cont-right img{
    border: 2px solid #d1d1d1;
    margin: 20px 0;
}

.ser-cont-right ul li a{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.ser-cont-right ul li{
    list-style: numbers;
}
.ser-cont-right ul li a:hover{
    color: #76129c;
}

.galle{
    padding: 40px 0;
}

.img-thumbnail{
    margin: 20px 0;
}

.testim-cont{
    margin: 20px 0;
    background: #f8e6ff;
    padding: 20px 20px;
    border-radius: 10px;
    /*height: 350px;*/
}

.testim-cont p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.testim{
    padding: 60px 0;
}

.testim-cont h3{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #76129c;
}

.testim-cont ul li{
    margin: -1px 0px;
    color: #f6921c;
    display: inline-block;
    
}

.testim-cont ul{
margin-bottom: 0;
}

.video-gell{
    padding: 50px 0;
}
.video-gell video{
    width: 100%;
    height: 400px;
    border: 1px solid #dee2e6;
}

.modal-body{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.blog{
    padding: 50px 0;
}
.blog-cont-left img{
    width: 100%;
    margin: 10px 0;
    border: 2px solid #d1d1d1;
    border-radius: 5px;
}

.blog-cont-right h2{
    font-size: 30px;
    font-weight: 500;
     font-family: 'Roboto', sans-serif;
     color: #76129c; 
}

.blog-cont-right h3{
    font-size: 20px;
    font-weight: 500;
     font-family: 'Roboto', sans-serif;
    color: #955203;
    padding: 10px 0 0 0; 
    margin-bottom: 0;
}

.blog-cont-right p{
    font-size: 15px;
    font-weight: 400;
     font-family: 'Roboto', sans-serif;
    color: #504e4a; 
    text-align: justify;
    margin: 0;
    padding: 0 0 10px 0;
}

.blog-cont-right ul li a{
    font-size: 17px;
    /*font-weight: 300;*/
    font-family: 'Roboto', sans-serif;
    color: #000000; 
    text-decoration: none
    padding: 8px 0;
}

.contact-form-area {
    position: relative;
    padding: 50px 0;
}

.contact-form {
    position: relative;
    display: block;
    padding: 40px 40px;
    border: 1px solid #f6921c;
    background: #f6921c;
    }

.contact-title {
    position: relative;
    display: block;
    padding-bottom: 20px;
    /*margin-top: -5px;*/
}

.contact-title h2 {
    font-size: 26px;
    /*margin: 0 0 8px;*/
    color: #ffffff;
    font-weight: 600;
     font-family: 'Roboto', sans-serif;
}

.contact-title p {
    margin: 0;
    color: #323232;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form input[type="text"], .contact-form form input[type="date"], .contact-form form input[type="email"],

 .contact-form form textarea {
    background: transparent;
    border: 1px solid #f6921c;
    color: #323232;
    display: block;
    font-size: 14px;
    height: 45px;
    margin-bottom: 25px;
    padding: 0 20px;
    border-radius: 5px;
    width: 100%;
    transition: all 500ms ease;
    background: #ffffff;
}

.button, input {
    overflow: visible;
}

.contact-form form textarea {
    height: 140px;
    border-radius: 5px;
    padding: 10px 20px;
}

.contact-form form textarea {
    background: transparent;
    border: 1px solid #f6921c;
    color: #323232;
    display: block;
    font-size: 15px;
    height: 100px;
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    transition: all 500ms ease;
    background: #ffffff;
}
.textarea {
    overflow: auto;
    resize: vertical;
}

.contact-form form .button-box input {
   padding: 18px 30px;
    cursor: pointer;
    display: block;
    border: none;
    background: #ffffff;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}

.contact-form form .button-box input:hover{
    background: #76129c;
    color: #ffffff;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #307cbd;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    padding: 21px 30px 21px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    border-radius: 30px;
}

.adrs-headline h2{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.cont-right{
    padding: 20px 20px 5px 20px;
    background: #fff2e4;
    border-radius: 10px;
}

.cont-right p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 0;
}

.cont-right ul li {
    line-height: 40px;
}
.cont-right ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
  }


.cont-right ul li i{
    color: #f6921c;
    margin-right: 5px;
}

.cont-right a:hover{
    text-decoration: none;
    color: #f6921c;
}



