*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Signika', sans-serif;
}

ul{
	list-style: none;
}

a{
	text-decoration: none !important;
}
.carousel-caption {
    box-sizing: border-box;
    padding: 10px;
}
.carousel-caption h1{
    font-size: 42px;
    font-family: rubik!important;
    font-weight: 800;
    letter-spacing: 1.5px!important;
    text-shadow: 0px 0px 5px #000;  
    margin: 0px 0px 30px 0px ;   
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 180px;
    left: -5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff!important;
    text-align: center;
}
.btn3{
    font-family: 'Raleway', sans-serif;
    color:#fff;
    background: #1788c4;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    transition: 0.5s ease-in-out;
}
.btn3:focus{ color: #fff; }
.btn3:hover{
    color:#282828;
    background: none;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1788c4, 
                0 0 0 5px #1788c4,0 0 0 6.5px #fff, 0 0 0 7px #1788c4;
}
@media only screen and (max-width: 767px){
    .btn3{ margin-bottom: 30px; }
}
.btn4{
    font-family: 'Raleway', sans-serif;
    color:#fff;
    background: #60327a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    transition: 0.5s ease-in-out;
    margin-left: 15px;
}
.btn4:focus{ color: #fff; }
.btn4:hover{
    color:#282828;
    background: none;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #60327a, 
                0 0 0 5px #60327a,0 0 0 6.5px #fff, 0 0 0 7px #60327a;
}
@media only screen and (max-width: 767px){
    .btn4{ margin-bottom: 30px; }
}

.top_header{
	width: 100%;
	/* background: #1788c4; */
	background: #1882b5;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;

}
.top_icon ul li {
	float: left;	
	color: #efefef;
    margin: 0px 0;
    padding: 0px 25px 0px 0px;
	letter-spacing:0.5px;
}
.t-1{
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
}
.t-2{
    padding: 0px 0px 0px 0px!important;
    margin: 0px 0px 0px 0px!important;
}
.top_icon a{
	color: #fff;
    padding-left: 8px;
    font-weight: 300!important;
    letter-spacing: 0.8;
}
.top_icon a:hover{
	color: #fff!important;

}

.sp{
    margin: 10px 0!important;
    display: block;
}
.social-menu ul{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    display: block;
}
.social-menu ul li{
    display: inline-block;
    float: right;

}
.social-menu ul li a{
    padding: 0 15px;
    color: #fff;
    border-right: 1px solid #6bb1d6;
    transition: 0.5s;

}
.social-menu ul li .fab{
    font-size: 17px;
    transition: 0.5s;
}

.social-menu ul li .fab:hover{
    color: #fff;
    transform: translate(0, -15%);

}



.social-menu ul li a:hover{
    transform: translate(0, -15%);
}

.social-menu ul li:nth-child(1) a:hover{
    /*background-color: #3b5998 ;*/
}
.social-menu ul li:nth-child(2) a:hover{
    /*background-color: #E4405F;*/
}
.social-menu ul li:nth-child(3) a:hover{
    /*background-color: #1da1f2;*/
}
.social-menu ul li:nth-child(4) a:hover{
    /*background-color: #0cdc4f;*/
}
/*------------------------------------------
------------------------------------------
main logo part
------------------------------------------
------------------------------------------*/
.appointment-btn{
    align-items: center !important;
    float: right;
}
.appointment-btn a{

    background: #1788c4;
    color: #f1f1f1;
    text-shadow: 0 0 3px solid #000;
	/* border:1px solid #424141; */
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-top: 16%;
    cursor: pointer;
    box-shadow: inset 0px 0px 3px 0px #00000080;
    transition: 0.8s;


}
.appointment-btn a:hover{
    box-shadow: 0px 0px 3px #000;
    color: #282828!important;
    background: #fff;
}
/*------------------------------------------
------------------------------------------
navbar part
------------------------------------------
------------------------------------------*/
.menu{
    background: #203467;
    text-align: center;
	border-top:1px solid #203467;
	border-bottom:1px solid #203467;
}
.menu ul li{
    color: #fff;
    display: block;
    border-right: 1px solid #3b4c78;
}

.menu  ul li a{
    font-size: 17px;
    font-family: 'roboto',sans-serif!important;
    color: #fff;    
    text-align: center;
    letter-spacing: 0.9px;
    position: relative;
    padding: 10px 16px !important;

}
.menu ul li a:hover{
    color: #00c4ff;

}
.menu ul li a:hover i{
    color: #00c4ff;
    
}
.menu ul li a.active{
    color: #00c4ff;

}
.menu ul li a.active i{
    color: #00c4ff;
}
.sub-menu-1{
    display: none;

}
.menu ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    box-shadow: 0 0 2px #000;
    margin-top: 0px;
    margin-left: -15px;
    cursor: pointer;
    z-index: 10;
    
}
.sub-menu-1 ul li a:last-child{
    border-bottom: none;
}
.sub-menu-1 ul li:hover{
    background:#1788c4;
    color:#fff;
}
.sub-menu-1 ul li:hover a{
    color:#fff!important;
}
.sub-menu-1 ul li:hover i{
    color:#fff!important;
}
.menu ul li:hover .sub-menu-1 ul{
    display: block;
    /* margin: 10px; */

}

.menu ul li:hover .sub-menu-1 ul li{
    width: 280px;
    border-bottom: 1px solid #0002;
    border-radius: 0;
    text-align: left;
    transition: 0.5s ease-out;
    border-right:none;
    color: #fff;

}
.sub-menu-1 ul li a{
    display: inline-block;
    color: #000;
    padding: 10px 18px !important;
    width: 100%;
    text-align: left;
}



.menu .nav-link::after{
    content: '';
    width: 0%;
    height: 3px;
    display: block;
    border-bottom: 2px solid #1788c4;
    position: absolute;
    bottom: 0%;
}
.menu .nav-link:hover::after{
    width: 73%;
    transition: 0.3s ease-in-out;
}

.menu ul li:last-child{
	border-right: none !important;
}
.menu ul li a i{
    font-size: 17px;
    color: #fff;    
    text-align: center;
}

/*doctor about part.......*/




/*.home_about h1{
	font-size: 25px;
	font-weight: 700 !important;
	color: #613c82;
	font-family: roboto!important;
    border-bottom: 1px solid #0006;
    display: inline-block;

}*/
/*---------------------------------
About us part
---------------------------------*/
.top-bottom-space{
    padding: 60px;
}


.home_about h2{
	font-size: 35px;
	font-weight: 800 !important;
    font-family: 'rubik',sans-serif!important;
	color: #203467;
    padding:0px 0 0px;
    margin: 0px 0 0px ;
	text-transform:capitalize;
	/* border-bottom: 1px dashed #ddd; */

}
.home_about h3{
	font-size: 18px;
    line-height:28px;
    font-family:  'roboto', sans-serif!important; 
	font-weight: 500 !important;
	color: #2e2e36;
    margin: 0px 0px 0px!important;
    padding: 8px 0 4px;
	letter-spacing: 1px;
}
.home_about h4{
font-size: 17px;
    font-family: 'roboto',sans-serif!important;
    letter-spacing: 2px;
    color: #2e2e36;
    padding: 4px 0 12px;
    margin: 0px 0px 8px;
    border-bottom: 1px dashed #aeb0b1;
}
.home_about p{
	font-size: 16px;
    font-family: 'Poppins',sans-serif;
	/* font-weight: 500 !important; */
	color: #020202;
	text-align: justify;
    padding: 6px 0;
	letter-spacing: 0.8px;
    line-height: 28px;
}
.dr_img img{
	width: 100% !important;
	height: auto;
	border: 5px solid #d5d5d5;
	border-radius: 5px;
	box-sizing: border-box;
	/* padding: 10px; */
	box-shadow: 0 0 3px #0005;
    transition: 0.9s;

}


/*about part over.....*/
/* 
====================================
Treatment part
====================================
*/

.services-bgclr{
  padding: 70px 0;
  background: #e5e5e5;
  clip-path: polygon(0 0,100% 50px,100% 100%,0 100%);
}
.services-bgclr h1{
  text-align: center;
  padding-bottom: 30px;
  color: #1788c4;
  letter-spacing: 0.8;
  font-family: 'roboto',sans-serif;
  position: relative;
  font-size: 40px;
 
}
.services-bgclr h1:after{
    content: '';
    position: absolute;
    width: 16.5%;
    height: 3px;
    background: #1788c4;
    display: block;
    left: 42%;

}
.services-bgclr h1:hover:after{
    width: 12%;
    transition: 1s ease;
}


.for-padd{
  padding: 25px 0 0 0;
}
.border-bg{
  border:1px solid #0005;
  padding: 15px;
}
.border-bg img{
  width: 100%!important;
  
  border-radius: 5px!important;
  transition: 0.5s ease-in-out;
}
.border-bg img:hover{
  transform: scale(0.9);
}
.border-bg h2{
  color: #1788c4;
  font-family: 'roboto',sans-serif;
  font-size: 25px;
  padding-top: 12px;
  margin: 0px 0;
}

.border-bg p{
  margin: 12px 0;
  font-family: 'roboto',sans-serif !important;
  color: #282828;
  font-size: 16px;
  text-align: justify;
  padding: 0px 0px 13px 0px;
}

/*---------------------------------------*/
.btn-12{
    font-family: 'Raleway', sans-serif;
    color:#fff;
    background: #1788c4;
    font-size: 16px!important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 16px !important;
    border-radius: 6px;
    border: none;
    transition: 0.5s ease-in-out;
}
.btn-12:focus{ color: #fff; }
.btn-12:hover{
    color:#282828;
    background: none;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1788c4, 
                0 0 0 5px #1788c4,0 0 0 6.5px #fff, 0 0 0 7px #1788c4;
}
@media only screen and (max-width: 767px){
    .btn-12{ margin-bottom: 30px; }
}

/*----------------------------------*/
.btn1{
    color: #fff;
    background: #1788c4;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 18px;
    margin: 7px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0s;
}
.btn1:focus,
.btn1:hover{
    color: #fff;
    background: #2e2e2e;
}
.btn1:before,
.btn1:after{
    content: '';
    height: 100%;
    width: 80%;
    border: 2px solid #1788c4;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: -3px;
    top: -3px;
    transition: all 0.2s ease-in, width 0.5s cubic-bezier(.45,-0.33,.43,1.46);
}
.btn1:after{
    transform: rotate(180deg);
    top: auto;
    left: auto;
    right: -3px;
    bottom: -3px;
}
.btn1:hover:before,
.btn1:hover:after{
    width: 30%;
}
@media only screen and (max-width: 767px){
    .btn1{ margin-bottom: 30px; }
}
/*-------------------------------
service part start
-------------------------------*/

.for-space-p{
    padding: 40px 0 50px;
}
.orservices h1{
    font-size: 40px;
    font-family: 'roboto',sans-serif;
    text-align: center;
    color: #1788c4;
    font-weight: 700;
    letter-spacing: 0.9px;
    position: relative;
    padding-bottom: 30px;
}
.orservices h1:after{
    content: '';
    position: absolute;
    width: 18%;
    height: 3px;
    background: #1788c4;
    display: block;
    left: 41%;

}
.orservices h1:hover:after{
    width: 12%;
    transition: 1s ease;
}


.our-team2{
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #28282890;
    border-radius: 2px;
}
.our-team2 img{
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px #000;
}
.our-team2 .team-content{
    width: 100%;
    height: 14%;
    background: #1788c4;
    padding: 2%;
    position: absolute;
    top: 72%;
    left: 0;
    transform: translateY(100%);
    transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
}
.our-team2:hover .team-content{ transform: translateY(0); }
.our-team2 .title{
    display: block;
    font-size: 19px;
    font-weight: 800;
    font-family: 'roboto',sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 2px 0px 5px 0 !important;
}
.our-team2 .title a{
    color: #fff;
    text-shadow: 0 0 3px #282828;
}
.our-team2 .post{
    display: block;
    font-size: 17px;
    color: #fff;
}
.our-team2 .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team2 .social li{
    display: inline-block;
    margin-top: 30px;
}
.our-team2 .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #4c5462;
    margin-right: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 0s;
}
.our-team2 .social li a:hover{
    background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team2{ margin-bottom: 30px; }
}

/*---------------------
divider part
---------------------*/

.d-bg-color{
    width: 100%;
    background: #eeeeee;
    margin: 0px 0;
    text-align: center;
    padding: 13px 0px;
}
.d-yder{

}
.d-yder h3{
    font-size: 24px;
    font-family: 'roboto',sans-serif;
    color: #5a5656;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: left;
    margin: 0px 0px 0;
}

.padi{
    
    text-align: right;
}
.padi a{
    font-size: 20px;
    font-family: 'roboto',sans-serif;
    color: #fff;
    /*line-height: 50px;*/
    border: 1px solid #9ca0a0;
    background: #60327a;
    margin: 10px 0 10px 0;
    padding: 7px 15px;
    border-radius: 7px;
    transition: 0.5s;
}
.padi a:hover{
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0 0 5px #575a5a;
}





/* 
====================================
form part start
====================================
*/
.form-container{
    font-family: 'Roboto', sans-serif;
    padding: 42px 0 0 0;
    position: relative;
}
.form-container .form-icon{
    color: #fff;
    /*background-color: #60327a;*/
    /*font-size: 50px;*/
    text-align: center;
    line-height: 95px;
    height: 100px;
    width: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #60327a,0 0 20px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 1;
}
.form-icon img{
    border-radius: 50px;
    margin-bottom: 13px;

}
.form-container .form-horizontal{

    background-color: #1788c4;
    font-size: 0;
    padding: 80px 50px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.form-container .title{
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}
.form-horizontal .form-group{
    background-color: #fff;
    width: 100%;
    margin: 0 7px 25px 5px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
.form-horizontal .input-icon{
    color: #fff;
    background-color: #60327a;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    height: 38px;
    width: 48px;
    vertical-align: top;
    display: inline-block;
}
.form-horizontal .form-control{
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: calc(100% - 53px);
    height: 38px;
    padding: 1px 10px 0 7px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}
.form-horizontal textarea.form-control{
    height: auto;
    width: 100%;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.form-horizontal .btn{
    color: #fff;
    background-color: #60327a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    padding: 4px 20px;
    font-family: 'roboto',sans-serif;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0 5px 0 rgba(0,0,0,0.5);*/
    display: block;
    transition: all 0.3s ease 0s;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #2048C4;
    background-color: #fff;
    box-shadow: none;
}
@media only screen and (max-width:576px){
    .form-container .form-group{
        width: 100%;
        margin: 0 0 25px;
    }
}

/*-----------------------------
form over
-----------------------------*/

.cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
/* .col-md-4{ */
    /* padding-bottom:20px; */
/* } */

.white {
  color: #fff !important;
}
.mt{
	float: left;
	margin-top: -20px;
	padding-top: 20px;

}
.bg-blue-ui {
  background-color: #48a6d8 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  bottom: -200px;
  height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
display: visible;
width: 25px!important;
  height: 25px !important;
  border-radius: none;
  margin: 0 5px!important;
  box-shadow: 1px 1px 4px #000;
  
}

.blog .carousel-indicators .active {
  background: #1788c4;

}




.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #0003;
  text-align: center;
  z-index: 4;
  padding: 20px;
  height: 450px;
  box-shadow: -1px -1px 5px #0007;
  background: #fff;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  display: none;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}
.item-box-blog-heading h5{
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	background: #1785c2;
	color: #fff;
	padding: 5px 10px;
}

.item-box-blog-data p {
  font-size: 13px;
  display: none;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text p{
    font-size: 16px;
  max-height: 100px;
  overflow: hidden;
  color: #2c2d32;
  font-family: roboto!important;
  font-weight: 400 !important;
  text-align: justify;
  letter-spacing: 1px;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}

/*gallery part...........*/
    
    .wrap {
       overflow: hidden;
       margin: 10px;
    }
    .box {
    	width: 100% !important;
    	height: 330px !important;
       float: left;
       position: relative;
       width: 20%;
       padding: 20px;
       text-align: center !important;
       margin-left: 10%!important;
       box-sizing: border-box;
       border: 1px solid #fff;
       box-shadow: 0 0 7px #000;


    }
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner img {
       width: 100%;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       font-weight: 800;
       letter-spacing: 2px;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
    
    .selectableImageContainer {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 7px;
    float: left;
    width: 212px;
    text-align: center;
}

.zoom_toolbar_button {
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    border: 1px solid #000000;
    padding: 6px 0 0 3px;
}

.approved_image_toolbar_button {
    background-color: #8bc249;
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    padding: 6px 0 0 3px;
}

.disapproved_image_toolbar_button {
    background-color: #bb232a;
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    padding: 6px 0 0 1px;
}

.reviewIssuesButton {
    margin-left: 20px;
    color: #ffffff;
    background-color: #00aeef;
}

.markAllReviewed {
    background-color: #00aeef;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #ffffff;
}

.white {
    color: #ffffff;
}
.history-sec-wrapper{
		overflow: hidden!important;
	}

.history-sec-wrapper{
	position: relative;
    height: 550px;
    width: 100%;
    overflow: hidden;


}
.slide-banner{
    position: relative;
    background: url(../img/slider_bg.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 785px;
    z-index: 0;
    
}
/*.history-sec-wrapper .his-content {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.history-sec-wrapper .his-content img {
    max-width: 400px;
    display: inline-block;
}
.his-content{
	margin-top: -30px;
	
}
.his-content h1{
	font-weight: 1000!important;
	font-family: roboto !important;
	color: #fff;
	text-shadow: 0 0 4px #000,0 0 8px #1B9CFC  ;
	letter-spacing: 2px;
}*/

/*contact us part..................*/
.form_part h1{
    font-size: 40px;
    font-family: roboto!important;
    font-weight: 600;
    color: #25CCF7;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;

}
.contact_text{
    width: 100%;
    height: 187px;
    background: url(../img/contactus.jpg);
    background-size: 100% 100%;
    font-weight: 800;
    overflow: hidden;
    border: 1px solid #0002;
}

.contact_text h1{
    font-size: 50px;
    font-family: roboto!important;
    line-height: 187px;
}

/*form...............*/
.remove_space{
    margin: 0 !important;
    padding: 0!important;
}
.left_side_form{
    width: 100%;
    height: 500px;
    background: #fff;
    border: 15px solid #1788c4;
}
.right_side_form{
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background:#282828;
}
.full_form{
    /*border: 2px solid #0008;*/
    box-shadow: 1px 1px 5px #00000052;
}

.left_side_form h1{
    font-size: 35px;
    font-family: roboto!important;
    color: #282828;
    border-bottom: 2px solid #6caeb7;
    display: inline-block;
    margin-left: 30% ;
    padding: 5px 0;
}
.contact_internal h5{
    font-size: 25px;
    font-weight: 800;
    padding: 30px 40px 0px 40px;
}
.text_para p{
    padding: 5px 85px;
     font-family: roboto !important;
     font-weight: 500;
     color: #0009;
    text-align: justify;
}
.text_para strong{
    font-size: 17px;
    font-family: karla;
    color: #21252995 !important;
}
.contact_internal1 i{
    color: #1788c4;

}
.contact_internal i{
    color: #1788c4;
}
.contact_internal1 h5{
    font-size: 25px;
    font-weight: 800;
    color: #000;
    padding: 5px 40px 0px 40px;
}
.text_para1 p{
    padding: 5px 85px;
    font-family: 'karla' sans-serif;
    text-align: justify;

}
.text_para1 strong{
    font-size: 17px;
    font-family: karla;
    color: #21252995 !important;
     ;
}
/*contact form..........*/
.fom{
    width: 100%;
    height: auto;
    border: 2px solid #c87a0f;
    
}
.urname{
    width: 100%;
    height: 70px;
    float: left;
    border-color: #0002;


}
.urname input{
    width: 90%;
    height: 50px;
    text-align: left;
    padding-left: 8px;
    border-color: #0002;
}
.urname1{
    width: 100%;
    height: 120px;
    float: left;
    border-color: #0002;


}
.urname1 input{
    width: 90%;
    height: 100px;
    text-align: left;
    padding-left: 8px;
    border-color: #0002;

}
.sendbtn a{
    font-size: 18px;
    color: #fff;
    font-family: roboto!important;
    padding: 13px 20px;
    background: #00a8ff;
    border-radius: 13px;
    /*border: 1px solid #0006;*/

}
.sendbtn a:hover{
    color: #000 !important;
    background: #1dd1a1;
    transition: 0.9s;
}

.right_side_form h2{
    font-size: 35px;
    font-family: roboto;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.map_location{
    width: 100%;
    height: 80px;
    background: #1788c4;
    color: #fff;
    font-family: roboto;
    font-weight: 800;
    
    
}
.map_location h1{
    color: #fff;
    font-family: roboto;
    font-weight: 600;
    line-height: 80px;
}
.contact_map{
    background: #fff ;
}
.contact_map iframe{
    /*box-shadow: 1px 1px 6px #000 !important;*/
}
/*about_part............*/
.ab-pag-padding{
    padding: 60px 0 60px 0;
}

.about_text{
    width: 100%;
    height: 187px;
    background: url(../img/about_banner.jpg);
    background-size: 100% 100%;
    font-weight: 800;
    overflow: hidden;
}
.about_text h1{
    font-size: 50px !important;
    font-family: 'Roboto',sans-serif!important;
    padding-top: 40px;
    color: #203467;
    margin: 0px 0;
}
.short_nav ul li a{
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif!important;
    display: inline-block;
    color: #1d485e!important;
    float: left;
    letter-spacing: 0.8px;
    padding-left: 9px;
}
.short_nav i{
    padding: 4px 5px;
}


.dr_img1 img{
    width: 100%  !important;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #000;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #0005;
    margin: 20px 0 0;
    
}


.about_part h2{
    font-size: 45px;
    font-weight: 700 !important;
    font-family: roboto!important;
    color: #1486c2;
    border-bottom: 1px dashed #000;
}
.about_part h3{
    font-size: 25px;
    font-family: roboto !important;
    font-weight: 700 !important;
    color: #262626;
    letter-spacing: 2px;
}
.about_part h4{
    font-size: 18px;
    font-family: rubik !important;
    letter-spacing: 2px;
    color: #2e2e36;
}
.about_part p{
    font-size: 16px;
    font-weight: 400 !important;
    color: #2c2d32;
    text-align: justify;
    letter-spacing: 1px;
    font-family: roboto!important;
}
.about_text ul li{
    font-size: 20px;
    color: #000;
    z-index: 5;

}
/*---------------------
testimonials part
---------------------*/

.testimonials {
  background: #eeeeee;
  border: 1px solid #0002;
  text-align: center;
  width: 95%;
  max-width: 600px;
  padding: 38.2px;
  margin: 44px auto;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);*/
}
.title {
  font-size: 1.5rem;
  font-family: 'roboto',sans-serif!important;
  color: #1788c4;
}
.description {
  font-size: 0.95rem;
  color: #333;
}

.slider-container {
  margin-top: 2rem;
  margin: 2rem auto 0 auto;
  position: relative;
  overflow: hidden;
}
.slider {
  display: flex;
  flex: 0 0 1;
  width: 300%; /* Depends On slide-box Length * 100 */
  transition: all 0.5s linear;
}
.testimonials .slider {
  display: flex;
  flex: 0 0 1;
  width: 100%; /* Depends On slide-box Length * 100 */
  transition: all 0.5s linear;
  margin-left:0px!important;
}
.slide-box {
  padding: 0 0px;
  width:100%;
}
.slide-box .comment {
  background-color: #fff;
  color: #000;
  font-size: 0.86rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
}
.slide-box .comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.slide-box img {
  max-width: 60px;
  border-radius: 50%;
}
.slide-box .name {
  font-size: 1rem;
  font-family: 'roboto',sans-serif!important;
  padding: 5px 0 10px 0;
}
.slide-box .job {
  font-size: 0.7rem;
  color: #8d8e97;
  font-weight: 400;
}

.control-slider {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #fff;
  line-height: 40px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-left {
  left: 10px;
}
.btn-right {
  right: 10px;
}

@media screen and (max-width: 500px) {
  .slide-box {
    padding: 0 55px;
  }
}







/*table.............*/
.table_abt h1{
    font-size: 40;
    color: #552d73;
    font-family: roboto!important;
    font-weight: 800;
    letter-spacing: 1px;

}
table { 
    width: 100%; 
    border-collapse: collapse; 
    
    }

/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }

th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
    }

td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 16px;
    font-family: roboto!important;
    }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* table {  */
        /* width: 100%;  */
    /* } */

    /* Force table to not be like tables anymore */
    /* table, thead, tbody, th, td, tr {  */
        /* display: block;  */
    /* } */
    
    /* Hide table headers (but not display: none;, for accessibility) */
    /* thead tr {  */
        /* position: absolute; */
        /* top: -9999px; */
        /* left: -9999px; */
    /* } */
    
    /* tr { border: 1px solid #ccc; } */
    
    /* td {  */
        /* Behave  like a "row" */
        /* border: none; */
        /* border-bottom: 1px solid #eee;  */
        /* position: relative; */
        /* padding-left: 50%;  */
    /* } */

    /* td:before {  */
        /* position: absolute; */
        /* top: 6px; */
        /* left: 6px; */
        /* width: 45%;  */
        /* padding-right: 10px;  */
        /* white-space: nowrap; */
        /* content: attr(data-column); */

        /* color: #000; */
        /* font-weight: bold; */
    /* } */

}
.new_sec h1{
    font-size: 40px;
    color: #552d73 !important;
    font-family: roboto!important;
    font-weight: 800;
    letter-spacing: 1px;
}
    .addi p{
        list-style: disc !important;
        font-size: 16px;
        font-family: roboto !important;
        color: #0009;
        font-weight: 500;
        letter-spacing: 1px;

    }
/*
----------------------------
footer part
----------------------------*/
.footer-bg{
    background: #282828;
    
    height: auto;


}
  .foter-menu h2{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0 0;
    letter-spacing: 0.5px;
}
.p-for-f{
    padding-top: 25px;
}
.foter-menu{
    
    position: relative;
    

}


.foter-menu ul {    
    float: center;
    text-align: center;
     margin: 0 10px;
}
.foter-menu ul li{
    display: inline-block;   
    margin: 12px 10px;   
}
.foter-menu ul li a{
    color: #fff;
    font-size: 15px;
    border: 1px solid #4c4c4c;
    padding: 5px 10px 5px 10px;
    cursor: pointer;   
    letter-spacing: 0.5px;
    transition: .5s;
    font-weight: 400;
}
.foter-menu ul li a:hover{
  background: #fff!important;
  color: #000;
}

.foter-menu1{
    position: relative;
    border-bottom: 1px solid #777272;
}


.foter-menu1 ul {    
    float: center;
    text-align: center;
    margin: 2px 0px;


}
.foter-menu1 ul li{
    display: inline-block;
    margin: 12px 10px;
   
}
.foter-menu1 ul li a{
    color: #fff;
    font-size: 15px;
    border: 1px solid #4c4c4c;
    padding: 5px 8px 5px 8px;
    cursor: pointer; 
    letter-spacing: 0.5px;
    transition: .5s;
    font-weight: 400;
  }
  .foter-menu1 ul li i{
    transform: rotate(35deg);
  }
  .foter-menu1 ul li a:hover{
    background:#fff;
    color: #000;
  }

.foter-menu1 h2{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0 0;
    letter-spacing: 0.5px;
  }
 .b-contact{
    padding: 5px 0;
  text-align: center;
 }
  .b-contact p{
    font-size: 15px;
    letter-spacing: 0.8px;
   margin: 10px 0px 10px 0px;
   display: inline-block;
   letter-spacing: 0.5px;
    

  }
  .b-contact a{
    color: #fff;
    padding: 5px 8px 5px 8px;
    border-right: 2px solid #777272;
    cursor: pointer;
    transition: .3s;

  }
  .b-contact a:hover{
    color: #fff;

  }
  .btm-copyright{
    background: #60327a;
    text-align: center;
  }
  .btm-copyright p{
    font-size: 16px;
    color:#fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 10px 5px 10px 5px;
  }
   .btm-copyright a img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
  }
  #button8 {
  display: inline-block;
  background-color: #1788c4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button8::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button8:hover {
  cursor: pointer;
  background-color: #333;
}
#button8:active {
  background-color: #555;
}
#button8.show {
  opacity: 1;
  visibility: visible;
}
/*---------------------------
sidebar manu
---------------------------*/
.side-bar-menu {
    background-color: #203467;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #000;

    
    

}
.side-bar-menu h2{
    font-size: 22px;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 10px 0;
}
.side-bar-menu ul {
}
.side-bar-menu ul li{
    text-align: left;
    background:#0776bd;
    border-bottom: 1px solid #448ebd;

}
.side-bar-menu ul li a{
    font-size: 16px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 13px 25px;
    width: 100%;
    transition: 0.5s ;


}
.side-bar-menu i{
    float: right;
    padding-top: 4px;



}
.side-bar-menu ul li  a:hover{
    background: #f5f7f7;
    color: #282828;
}
.side-bar-menu ul li  a.active{
    background: #f5f7f7;
    color: #282828;
}
.side-bar-menu ul li  a.active{
    background: #f5f7f7;
    color: #282828;
}
/*-------------------------------*/
.side-bar-menu-2 {
    background-color: #60327a;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 3px #000;  

}
.side-bar-menu-2 h2{
    font-size: 22px;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 10px 0;
}
.side-bar-menu-2 ul {
}
.side-bar-menu-2 ul li{
    text-align: left;
    background:#1788c4;
    border-bottom: 1px solid #6faac9;

}
.side-bar-menu-2 ul li a{
    font-size: 15px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 13px 25px;
    width: 100%;
    transition: 0.5s ;


}
.side-bar-menu-2 i{
    float: right;
    padding-top: 4px;



}
.side-bar-menu-2 ul li  a:hover .active{
    background: #f5f7f7;
    color: #282828;
}
.side-bar-menu-2 ul li  a.active{
    background: #f5f7f7;
    color: #282828;
}
/*-----------------------------------*/
.sp-for-serv{
    padding: 50px 0 35px;
}
.servi-banner-right img{
    border-radius: 2px;
}
.text-part-spage h2{
    font-size: 28px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #203467;
    margin: 0px 0 0;
    padding: 15px 0 15px;
    position: relative;
   
}

.text-part-spage h2:after {
    position: absolute;
    content: '';
    background: #d9d0d0;
    width: 70px;
    height: 3px;
    left: 0px;
    bottom: 8px;
}

.text-part-spage h3{
    font-size: 20px;
    font-family: 'roboto',sans-serif !important;
    /* letter-spacing: 0.5px; */
    color: #0776bd;
    margin: 0px 0 0;
    padding: 15px 0 3px;
    position: relative;
   
}

.text-part-spage p{
    font-size: 16px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #282828;
    margin: 0px 0 0;
    padding: 5px 0 0px;
    /* text-align: justify; */
}
.text-part-spage strong{
    font-size: 16px;
    font-family: 'roboto',sans-serif !important;
    letter-spacing: 0.5px;
    color: #555381;
    margin: 0px 0 0;
    padding: 15px 0 15px;
	font-weight:1000;
}
.text-part-spage ul{margin:0 0 10px;}
.text-part-spage ul li{
	font-size: 16px;
    font-family: 'roboto',sans-serif !important;
    /* letter-spacing: 0.5px; */
    color: #282828;
    margin: 8px 0;
    padding: 0px 0 0 25px;
    /* text-align: justify; */
	position:relative;
	
}
.text-part-spage i{
    color: #203467;
    padding-right: 10px;
	position:absolute;
	left:0px;
	top:4px;
	font-size:14px;
}


.logo-appo{
	/* background:#000; */
	padding:16px 70px;
}
.logo_right_degg{
	text-align:right;
	/* width:100%; */
}
.logo_right_degg img{
	width:73%;
}


.marque_header {
    background: #1d98cb;
    /* background: #010101; */
    padding: 5px;
}
.marque_header marquee {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    height: 20px;
    line-height: 28px;
}



.carousel-control-prev, .carousel-control-next{width:5%!important;}



/**********************************************************
Services Section
**********************************************************/

.services-layout1{
	padding:50px 0;
	/* background:#090d16; */
	background:#1788c4;
}
.bg-img {
    position: relative;
    z-index: 1;
}
.services-layout1 .heading__title {
    font-size: 37px;
    margin-bottom: 20px;
	color:#fff;
}
.mb-6{margin-bottom:50px;}
.services-carousel.services-layout1 .service-item {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
}
.services-layout1 .service-item {
    padding: 0px 0px 28px;
}
.service__content{
	padding:5px 15px;
}
.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;    
	background: #f1f1f1;
	/* background: url(../images/fello_bg.jpg) no-repeat; */
    /* background-size: cover; */
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* border: 1px solid #1788c4; */
}
.service-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.service-item .service__icon {
    color: #B01919;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service__icon img{width:100%;}
.services-layout1 .service-item .service__content {
    /* padding: 0; */
}
.service-item .service__title {
    font-size: 20px;
	font-weight:900;
    margin-bottom: 11px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	/* color: #1788c4; */
	color: #4a4a4a;
}
.services-carousel .service-item .service__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	font-size: 16px;
    margin-bottom: 12px;
	color: #282828;
}
.service-item .btn:not(.btn__link) {
    height: 35px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.service-item .btn__secondary.btn__outlined {
    color: #fff;
    background-color: #1788c4;
    border: 1px solid #1788c4;
	font-weight:400;
}
.btn__rounded {
    border-radius: 50px!important;
}
.service-item .btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border: 0;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-item .btn i {
    margin: 0 3px;
}
.carousel-indicators .active {
    background-color: #1788c4!important;
}


/*********************************************************
Education, Fellowship About
*********************************************************/

.educ_main{
	padding:0px 0;
	background:#203467;
	/* background:url(../images/fello_bg.jpg) no-repeat; */
	/* background-size:100% 100%; */
}
/* .blue_color{background:#1788c4;} */
.blue_color{
	background:url(../images/fello_bg1.jpg) no-repeat;
	background-size:100% 100%;
}
.edu-item{
	padding:20px;
	border-radius:10px;
	margin:7px 0;
}
.edu-item h1{
	font-size:22px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin-bottom:15px;
}
.edu-item p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	position:relative;
	padding-left:25px;
	line-height:24px;
}
.edu-item p i{
	position:absolute;
	left:0px;
	top:4px;
	color:#fff;
}


/***********************************************
Testimonials
***********************************************/

.testimonial1 {
    padding: 50px 0 50px 0;
    background: #f5edf1;
}
.heading__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #282828;
    margin-bottom: 0px;
}
.heading__title {
    font-size: 37px;
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.testimonial-invild .review .review-description {
    background: #fafafa;
    padding: 24px;
    border-radius: 6px;
}
.testimonial-invild .review .review-description a .first {
    float: left;
}
.testimonial-invild .review .review-description a .first p {
    font-size: 24px;
    border: 1px solid #d3d1d2;
    background: #d3d1d2;
    color: #4a4a4a;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
}
.testimonial-invild .review .review-description a .second {
    display: inline-block;
    padding-left: 12px;
}
.testimonial-invild .review .review-description a .second ul {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 7px;
}
.testimonial-invild .review .review-description a .second ul li {
    float: left;
    list-style: none;
}
.testimonial-invild .review .review-description a .second ul li i {
    color: rgb(255 180 0);
}
.testimonial-invild .review .review-description a .second h1 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: #175790;
    line-height: 1px;
}
.testimonial-invild .review .review-description .review-title {
    float: unset;
    display: inline-block;
    padding-top: 10px;
    text-align: left;
}
.testimonial-invild .review .review-description a .second ul .date-revi {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
}
.testimonial1 .testimonial-invild .review .review-description .review-title h2 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.testimonial-invild .review .review-description .review-title h2 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    text-transform: unset !important;
}
#more17, #more16, #more15, #more14, #more13, #more12, #more11, #more10, #more9, #more8, #more7, #more6, #more5, #more4, #more3, #more2, #more1, #more {
    display: none;
}
.testimonial1 .testimonial-invild .review .review-description .review-title a {
    color: #b00302;
}
.testimonial-invild .review .review-description .review-title .rev-img {
    padding-top: 15px;
}
.testimonial-invild .review .review-description .review-title .rev-img img {
    width: 106px;
}



/*************************************************
Footer
*************************************************/

.our_partner {
    /* background: url(../img/footer-bg.jpg) no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: 100% 100%; */
    /* background: #ff838321; */
    background: #203467;
    width: 100%;
    padding: 50px 5px 0;
}
.footer_inner h1 {
    color: #f1f1f1;
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #0b4b8359;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.footer_inner ul {
    margin: 0px;
    padding: 0px;
}
.footer_inner ul li {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    margin: 8px 0;
    color: #f1f1f1;
    position: relative;
    padding-left: 18px;
}
.footer_inner ul li a {
    color: #f1f1f1;
}
.footer_inner ul li i {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #f1f1f1;
}
.footer_inner ul li span {
    /* color: #e77e37; */
    /* color: #0b4b83; */
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.copyright_inner {
    padding-top: 20px;
}
.copyright_inner p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    background: #1882b5;
    padding: 10px;
    text-align: center;
}


.chat_with{
	position:fixed;
	right:0px;
	bottom:40%;
	z-index:9999;
}
.chat_with img{
	width:110px;
}

.chat_with:hover img{
	width:120px;
	transition:0.5s;
}

/**************************************************
Hospital Attachments
**************************************************/

.hospital-attachments {
    background: #ebf1ff;
    background: #f2fbff;
    padding: 50px 0px;
}
.hospital-attachments2 .item {
    margin-bottom: 15px;
    margin-top: 15px;
}
.test-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #b8b7b7;
    margin: 4px auto;
    position: relative;
    display: flex;
}
.test-left {
    width: 45%;
}
.test-wrap {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.test-right {
    width: 55%;
}
.test-item iframe {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    height: 100%;
}
.tst-icon i {
    position: absolute;
    top: 0px;
    right: 0;
    left: auto;
    font-size: 18px;
    background: #1882b5;
    width: 45px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    /* z-index: 999; */
}
.test-item h4 {
    color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 5px;
    background: #203467;
    padding: 10px 15px;
}
.test-data {
    padding: 15px 15px;
    height: 215px;
}
.test-item .test-data p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
}
.test-data i {
    color: #1882b5;
    position: absolute;
    left: 0px;
    top: 5px;
}


.logo img{width:100%;}


.navbar-nav .nav-link img{width:13px;}


.sub_menu2{
	position:relative;
}
.sub_menu2 .sub-menu-2 {
	display:none;
	
}
.sub_menu2:hover .sub-menu-2 {
	display:block;
	position:absolute;
	right:-100%;
	top:0px;
	background:#fff;
	border:1px solid #ddd;
}
.sub_menu2 .sub-menu-2 ul li a{color:#282828!important;}
.sub_menu2 i{
	position:absolute;
	right:12px;
	top:15px;
	color:#282828;
}

.gall_img{
	margin:15px 0;
}
.gall_img img{
	width:100%;
	border:5px solid #ddd;
}

.gall{
	padding:0px 0 50px;
}







.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider1{margin-top:20px;}
.slide img{
	width:100%;
	border: 5px solid #d5d5d5;
    border-radius: 5px;
}