
/* ==============
    Default CSS 
======================== */

/* Ensure Roboto is the only font used on the website */
body,
html,
h1, h2, h3, h4, h5, h6,
p, a, li, span, input, textarea, button {
    font-family: 'Roboto', Arial, sans-serif !important;
}
.mobile{
     display: none;
}

#basecallbtn{
    display:none;
}

.navbar {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

.navbar.sticky {
    top: 0;
}

.homepage-slides-wrapper {
    margin-top: 64px;
}

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #555;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-heading{
    width: 90%;
    position: absolute;
    bottom: 25px;
    left: 5%;
    background: #f05f26;
    padding: 10px 60px 10px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.box:hover .box-heading{
    left: 100%;
}

.pc-about-main h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.box .title1{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 35px 20px;
    background: #f05f26;
    transition: all 0.5s ease 0s;
}
.box:hover .boxContent{
    bottom: -40%;
    opacity: .8;
}
.box .description{
    font-size: 16px;
    color: #fff;
    line-height: 19px;
    padding-bottom: 20px;
}
.box .read{
    display: inline-block;
    padding: 10px 20px;
    background: #45499D;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
   /* margin-top: 20px;*/
    transition: all 0.3s ease 0s;
}
.box .read:hover{
    text-decoration: none;
    /*background: #fff;*/
    /*color: #3fc9f7;*/
}
.box .read i{
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.sec-treatment {
    background-color: #dcdeff;
}

.sec-treatment .treatment-wrap {
    margin-bottom: 30px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .box .description{
        font-size: 16px;
        line-height: 22px;
    }
    
    .box .boxContent{ padding-top: 50px; }
    .box .read{ margin-top: 5px; }
}

.f600 {
    font-weight: 600;
}

.cata {
    font-size:26px;
}

.page-banner {
    background: url("../images/page-banner.jpg") no-repeat center right;
    background-size: cover;
    margin-top: 65px;
    padding: 60px 0;
}

.navbar .navbar-brand {
   background-color: #fff;
   width: 300px;
}

.head-contact:before {
    content: "";
    border-right: 31px solid #f05f26;
    border-bottom: 31px solid #f05f26;
    border-left: 31px solid transparent;
    border-top: 30px solid transparent;
    position: absolute;
    top: 0;
    left: -62px;
}

.cta-sec {
    background: url("../images/cta-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}

.cta-sec h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
}

#logo1 {
    padding-top: 17px;
    padding-bottom: 17px;
}


#menu-tab1 {
    font-size: 21px;
    color: #fff!important;
}


.head-contact {
    color: #fff;
    font-size: 20px;
    padding: 12px;
}
.head-contact {
    background-color: #f05f26;
    position: relative;
    height: 61px;
    width: 100%;
}

.serviceBox{
    color: #000;
    background-color: #f5f5f5;
    text-align: center;
    padding:0 10px 20px;
    margin: 25px 0 0;
    border: 1px solid transparent;
    border-bottom: 10px solid #2E3391;
    border-radius: 0 30px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #2E3391;
    font-size: 35px;
    padding: 5px 40px;
    margin: -30px 0 0 0;
    box-shadow: 0 -10px 10px -5px rgba(0,0,0,0.2) inset;
    border-radius: 15px 15px 0 0;
    display: inline-block;
    transition: all 0.3s;
}
.serviceBox .service-icon i{
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon i{
    text-shadow: 0 0 5px #555;
    transform: rotate(360deg);
}
.serviceBox .service-content{


    height: 180px;
    background-color: #fff;
    padding: 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px rgba(0,0,0,0.2);
}
.serviceBox .title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceBox.orange{ border-bottom-color: #2E3391; }
.serviceBox.orange .service-icon{ background-color: #2E3391; }
.serviceBox.orange .title{ color: #000; }
.serviceBox.blue{ border-bottom-color: #01AFD2; }
.serviceBox.blue .service-icon{ background-color: #01AFD2; }
.serviceBox.blue .title{ color: #01AFD2; }
.serviceBox.darkblue{ border-bottom-color: #4363B0; }
.serviceBox.darkblue .service-icon{ background-color: #4363B0; }
.serviceBox.darkblue .title{ color: #4363B0; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 25px 0 50px; }
}


.c3
{
    color: #fff;
}

address{
    color: #fff;
}

.c2 {
    color: #fff;
    font-size: 12px;
    padding-bottom: 12px;
}

.small-border {

    margin-top: 30px;
}
.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 201px;
  margin: 1rem;
  position: relative;
  width: 380px;
}

.submit{
    color: #fff !important;
}

#section-contact {
    background-color:#141763;
}

address span {
    display: block;
    font-size: 16px;
    border-bottom: solid 1px #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}

#contact_form input[type=submit] {
    background: none;
}

.dark #contact_form input[type=text], .dark #contact_form textarea, .dark #contact_form input[type=email] {
    font-size: 15px;
    margin-bottom: 20px;
    color: #333 !important;
    border: none;
    border: solid 1px #555;
    background-color: #fff;
    border-radius: 0 !important;
}

#contact_form input[type=submit] {
    background: none !important;
}

.c1{
    color: #fff;
    padding-top: 20px;
    padding-bottom: 7px;  
}
.head11{

    font-size: 30px;
}
.box22{
    position: relative;
    perspective: 1000px;
}
.box22 .box-img22{
    border: 5px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform: translateX(0) rotateY(0);
    transition: all 0.40s ease-in-out 0s;
}
.box22:hover .box-img22{
    opacity: 0;
    transform-origin: right center 0;
    transform: translateX(-100%) rotateY(-90deg);
}
.box22 .box-img22 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.box22 .content22{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 13% 5%;
    text-align: center;
    background:#F05F26;
    opacity: 0;
    transform: translateX(-20%);
    transition: all 0.40s ease-in-out 0s;
}
.box22:hover .content22{
    opacity: 1;
    transform: translateX(0%);
}
.box22 .title22{
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.box22 .description22{
    font-size: 15px;
    color: #fff;
}
@media screen and (max-width: 990px) {
    .box22{ margin-bottom: 15px; }
}

.nav-item{

    font-size: 18px !important;
    font-weight: 600;
    padding-right: 40px;
}

.linkss{
    color: #000 !important;
}

#copyright{
    font-size: 16px;
    padding: 10px 0;
    /* padding: 20px; */
    background-color: #000;
    color: #fff;
}

.footer-bg {
    padding-bottom: 6px;
    padding-top: 10px;
    color: #000     ;
    background-color: #fff;
}

/*CONTACT PAGE
--------------------------------------*/
.location-section .contact-box {
  background-color: #fff;
  width: 100%;
  min-height: 200px;
  box-shadow: 2px 2px 7px 5px rgba(214,206,206,.47);
  padding: 20px;
  border: 1px solid #ededed;
}

.location-section .contact-box:hover{
  border-color: #45499D;
}

.location-section .contact-box:before,
.location-section .contact-box:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #45499D;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.location-section .contact-box:before{
  top: -3px;
}

.location-section .contact-box:after{
  bottom: -3px;
}

.location-section .contact-box:hover:before,
.location-section .contact-box:hover:after{
  left: 40px;
  opacity: 1;
}

.location-section .contact-box .service-icon{
  display: inline-block;
  position: absolute;
  top: 33%;
  left: 23px;
  font-size: 45px;
  color: #41d7f7;
  opacity: 0.3;
  transition: all 0.5s ease-in 0s;
}

.map {
  margin-bottom : -10px;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap" rel="stylesheet');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    overflow-x: hidden;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
h1{
    font-size: 36px;
    line-height: 44px;
}
h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 30px;
}
h1,h2,h3,h4,h5 {
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-top: 0;
}
h3 {
    font-weight: 600;
    font-size: 16px;
}
h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.text-orange {
    color: #f05f26;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
img {
    max-width: 100%;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.theme-btn {
    background: #F27545 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}
.btn {
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: -1;
}
.btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-block-area {
    padding: 100px 0;
}
.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}
.section-title span {
    color: #15aa19;
}
.car-icon {
    display: inline-block;
    margin: 15px 0 30px;
    position: relative;
}
.car-icon::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.car-icon::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.separator-line {
    height: 1px;
    background: #eee;
    margin: 60px 0;
}
.gray-bg {
    background: #f9fbfd;
}
.space-tb-30 {
    height: 30px;
}
.m-t-50 {
    margin-top: 50px;
}
hr {
    margin: 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
/* ============== 
    Preloader CSS Area 
========================= */
.site-preloader-wrap {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    bottom: 0;
}
.cf-loader {
	position: fixed;
	margin: 0 auto;
	top: 40%;
	left: 45%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.loading-spinner {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 15px solid #efefef;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	animation: rotation 3s infinite linear;
	 -webkit-animation: rotation 3s infinite linear;
	  -moz-animation: rotation 3s infinite linear;
	   -o-animation: rotation 3s infinite linear;
}
.loading-spinner:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	height: 100%;
	width: 100%;
	border-top: 15px solid #15aa19;
	opacity: 0.8;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
.go-rounder {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 70px;
	height: 70px;
	border: 20px solid;
	border-radius: 50%;
	border-top-color: #15aa19 ;
	border-left-color: #fff;
	border-bottom-color: #15aa19 ;
	border-right-color: #fff;
	opacity: 0.5;
	animation: goor 5s infinite;
	 -webkit-animation: goor 5s infinite;
	  -moz-animation: goor 5s infinite;
	   -o-animation: goor 5s infinite;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
@keyframes goor {
	0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
	50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
@-webkit-keyframes goor {
	0% {-webkit-transform: scale(1,1) rotate(0deg); opacity: 0.2;}
	50% {-webkit-transform: scale(4,4) rotate(360deg); opacity: 0;}
}
@-moz-keyframes goor {
	0% {-moz-transform: scale(1,1) rotate(0deg); opacity: 0.2;}
	50% {-moz-transform: scale(4,4) rotate(360deg); opacity: 0;}
}
@-o-keyframes goor {
	0% {-o-transform: scale(1,1) rotate(0deg); opacity: 0.2;}
	50% {-o-transform: scale(4,4) rotate(360deg); opacity: 0;}
}
.another {
	opacity: 0.1;
	transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	   -o-transform: rotate(90deg);
	
	animation: gooraty 5s infinite;
	 -webkit-animation: gooraty 5s infinite;
	  -moz-animation: gooraty 5s infinite;
	   -o-animation: gooraty 5s infinite;
	animation-delay: 1s;
	 -webkit-animation-delay: 1s;
	  -moz-animation-delay: 1s;
	   -o-animation-delay: 1s;
}
@keyframes gooraty {
	0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
	50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
@-webkit-keyframes gooraty {
	0% {-webkit-transform: scale(1,1) rotate(90deg); opacity: 0.1;}
	50% {-webkit-transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
@-moz-keyframes gooraty {
	0% {-moz-transform: scale(1,1) rotate(90deg); opacity: 0.1;}
	50% {-moz-transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
@-o-keyframes gooraty {
	0% {-o-transform: scale(1,1) rotate(90deg); opacity: 0.1;}
	50% {-o-transform: scale(4,4) rotate(-360deg); opacity: 0;}
}
.loader-text {
	position: absolute;
	top: 95px;
	left: -38px;
	color: #999999;
	text-transform: lowercase;
	letter-spacing: 3px;
	min-width: 160px;
	text-align: center;
	
	 -webkit-animation: opaa 5s infinite; /* Chrome, Safari 5+ */
     -moz-animation: opaa 5s infinite; /* Firefox 5-15 */
       -o-animation: opaa 5s infinite; /* Opera 12.00 */
          animation: opaa 5s infinite; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}
@-webkit-keyframes opaa {
	0% {opacity: 1;}
	10% {opacity: 0.5}
	15% {opacity: 1;}
	30% {opacity: 1;}
	65% {opacity: 0.3;}
	90% {opacity: 0.8;}
}
@-moz-keyframes opaa {
	0% {opacity: 1;}
	10% {opacity: 0.5}
	15% {opacity: 1;}
	30% {opacity: 1;}
	65% {opacity: 0.3;}
	90% {opacity: 0.8;}
}
@-o-keyframes opaa {
	0% {opacity: 1;}
	10% {opacity: 0.5}
	15% {opacity: 1;}
	30% {opacity: 1;}
	65% {opacity: 0.3;}
	90% {opacity: 0.8;}
}
@keyframes opaa {
	0% {opacity: 1;}
	10% {opacity: 0.5}
	15% {opacity: 1;}
	30% {opacity: 1;}
	65% {opacity: 0.3;}
	90% {opacity: 0.8;}
}

*, p {
    padding: 0;
    margin: 0;
}
/* ============== 
    End Preloader CSS Area 
========================= */
.navbar1 {
    background: url("http://allforeyeshospital.com/assets/images/list-header.png") center center; 
    background-size: cover;
    width: 377px;
}

.navbar1 p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    padding: 46px 0;
    font-weight: 600;
}

.service-sec img {
    padding-bottom: 30px;
}

.service-sec h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.service-sec ul li {
   position: relative;
   padding-left: 30px; 
}

.service-sec ul li i {
   position: absolute;
    top: 3px;
    left: 0px; 
    color: #f05f26;
} 

.navbar1 ul li a i {
    position: absolute;
    top: 12px;
    left: 50px;
    font-size: 18px;
    color: #f05f26;

}

.navbar1 ul li a {
    padding: 10px 50px;
    display: block;
    position: relative;
    padding-left: 78px;
    color: #000;
    font-weight: 600;
}

.navbar1 .navbar-nav>.active>a,
 .navbar1 .navbar-nav>.active>a:focus,
  .navbar1 .navbar-nav>.active>a:hover {
    background-color: #2f3192;
    color: #fff;
}

/* ==============

    Top Header CSS 
======================== */
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

section {
    padding: 80px 0;
}
/* ==============
    End Top Header CSS 
======================== */
/* 	============= 
	Default Main Menu CSS 
	======================= */

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #45499D;
}

.header {
    background-color: #45499D;
    padding: 4px 0;
}    

.navbar-light .navbar-nav > .active > a, 
.navbar-light .navbar-nav > .active > a:focus, 
.navbar-light .navbar-nav > .active > a:hover {
	background-color: #f5f5f5;
}

.navbar-nav > li > a:focus, 
.navbar-nav > li > a:hover {
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: #f5f5f5;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background-color: #f5f5f5;
}

.navbar-light .navbar-nav > .open > a, 
.navbar-light .navbar-nav > .open > a:focus, 
.navbar-light .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #f5f5f5;
}

.navbar-right .dropdown-menu {
	left: 0;
}

/* 	============= 
	Main Menu Two CSS 
    ======================= */
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #44499d;
}

.social-nav {
    text-align: right;
}

.call-icon {
    display: inline-block;
    margin-left: 10px;
}

.social-nav .call-icon a i {
    color: #fff;
    font-size: 18px;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 61px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0;
    line-height: 64px;
    margin-right: 20px; 
}

.navbar {
    border-bottom: 1px solid #45499D;
    padding: 0;
}

    
/* 	============= 
	Navbar toggle CSS 
	======================= */
    .navbar-light .navbar-toggle {
        border: none;
        background: transparent !important;
    }
    .navbar-light .navbar-toggle:hover {
        background: transparent !important;
    }
    .navbar-light .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

.slide-bg-1 {
    background-image: url("../images/banner23.jpg");
}
.slide-bg-2 {
    background-image: url("../images/slider-bg.jpg");
}
/*.slide-bg-3 {
    background-image: url("../images/slide-bg-3.jpg");
}*/
.swiper-slide {
    height: 600px;
    background-size: cover;
    background-position: center center;
}
.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
}
.homepage-slides-wrapper .swiper-slide::before {
	width: 100%;
	height: 100%;
	content: "";
	/*background: #000000;*/
	position: absolute;
	opacity: 0.3;
}

.theme-btn{
    
    color:#fff !important;
}
.swiper-slide h1 {
	font-size: 44px;
	color: #45499D;
	font-weight: 700;
	text-transform: capitalize;
}
.swiper-slide p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    max-width: 750px;
    margin: auto;
}
/* 	============= 
	End Default Slider CSS 
	======================= */


/* ==============
    Services Area CSS 
======================== */
.services-item {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box > h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover > h3 {
   opacity: 0;
    visibility: hidden;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.9);*/
    position: absolute;
    top: 0;
    left: 0;
    /*opacity: .4;*/
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    background: #F05F26;
    border-color: #F05F26;
}
/* ==============
    End Services Area CSS 
======================== */

.btn-common {
    background-color: #15aa19;
    border-color: #15aa19;
    color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-btn1 {
    background: #6cb027;
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-btn1::before {
    content: "";
    position: absolute;
    background: #082b49;
    width: 100%;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transition: .8s;
    -webkit-transition: .8s;
    z-index: -1;
}
.custom-btn1:hover::before {
    height: 380%;
    z-index: -1;
}
.custom-btn1:hover {
    color: #fff;
}

/*
01: Petcare Services Style
=============================*/
.pc-services-section .single-pc-service .service-pc-text {
    background: #e4e4e4;
    padding: 30px 10px;
    position: relative;
}
.pc-services-section .single-pc-service .service-pc-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #6cb027;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.pc-services-section .single-pc-service:hover h4 {
    color: #222222;
}
.pc-services-section .single-pc-service .s-icon {
    position: absolute;
    right: 24%;
    left: 65%;
    top: 26px;
    transform: translate(20px);
    text-align: center;
    display: none;
}
.pc-services-section .single-pc-service .s-icon a {
    background: #d40000;
    color: #f3f3f3;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    line-height: 24px;
    position: relative;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.pc-services-section .single-pc-service .s-icon a>i::before {
    font-size: 12px;
}
.pc-services-section .single-pc-service .s-icon a:hover {
    background: #6cb027;
    color: #ffff;
}
.pc-services-section .single-pc-service .s-icon i::before {
    font-size: 15px;
}
.pc-services-section .owl-theme .owl-nav [class*=owl-] {
    background: unset;
}
.pc-services-section .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .pc-services-section .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #082b49;
}
.pc-services-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    background: #383EAC;
    left: -45px;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}

.pdt{
    color: #fff ;
}

#overlay{
    content: "";
    background-color: rgba(34, 34, 34, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-button {
    display: none;
}

.footer11{ 
    padding-top: 50px;
    background-color: #141763;
}

.pc-services-section .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    background: #383EAC;
    right: -44px;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}
.pc-services-section .custom-btn1 {
    margin: auto;
    display: table;
    margin-top: 50px;
}

.footer-logo {
    background-color: #fff;
    padding: 16px 10px;
    margin-bottom: 20px;
}

.footer-wrap a i {
   font-size: 25px; 
}

.footer-links h4,
.footer-add h4 {
    color: #fff;
}

.footer-add p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.footer-add p i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #f05f26;
}

/*
01: Petcare Testimonials Style
================================*/ 
.pc-testimonials-section {
    background-image: url("http://allforeyeshospital.com/assets/images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    position: relative;
}
.pc-testimonials-section::before {
    content: "";
    position: absolute;
    background-color: rgba(34, 34, 34, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pc-testimonials-section .pc-section-title {
    position: relative;
}
.pc-testimonials-section .pc-section-title span {
    color: #ffff;
}
.pc-testimonials-section .pc-section-title h3 {
    color: #ffff;
}
.pc-testimonials-section .pc-single-testimonial {
    padding: 20px 20px;
    position: relative;
    height: 194px;
    border: 2px solid #fff;
}

.pc-testimonials-section .pc-single-testimonial p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    padding-right: 20px;
}
.pc-testimonials-section .pc-single-testimonial p>i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
}
.pc-testimonials-section .pc-single-testimonial .tst-cap h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}
.pc-testimonials-section .pc-single-testimonial .tst-cap h4 {
    font-size: 14px;
    color: #4c4a4a;
    text-transform: capitalize;
    margin-bottom: 0;
}
.pc-testimonials-section .owl-carousel .owl-controls .owl-nav {
    margin-top: 20px;
}
.pc-testimonials-section .owl-carousel .owl-controls .owl-nav .owl-prev, .pc-testimonials-section .owl-carousel .owl-controls .owl-nav .owl-next {
    background: #ffff;
    color: #F05F26;
    border-radius: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.pc-testimonials-section .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .pc-testimonials-section .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background:#383EAC;
    color: #ffff;
}

.service-sec ul li {
    position: relative;
}


/* End Home version 4
========================================*/
/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h1 {
      font-size: 24px;
      line-height: 32px;
  }    
    
  section {
      padding: 40px 0;
  }  
  
  .navbar-toggler-icon {
      background-color: #45499D;
  }
  
  .navbar-light .navbar-toggler {
      border-color: transparent;
  }
  
  .social-nav {
      display: none;
  }
  
  .pc-about-main h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .theme-btn {
    margin-top: 15px;
    margin-bottom: 30px;
  }
    
  .navbar .navbar-brand {
    width: 232px;
    padding-left: 15px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    line-height: 39px;
    margin-left: 15px;
    font-size: 14px;
  }
  
  .navbar-light .navbar-nav .nav-item {
      border-bottom: #232323;
  }
  
  .navbar-nav {
    background-color: #cecece;
  }
  
  #copyright {
      font-size: 12px;
      line-height: 20px;
  }
  
  .homepage-slides-wrapper {
    margin-top: 40px;  
  }
  
  .swiper-slide .title-left {
      padding-left: 48px;
  }

  .social-nav {
    text-align: left;
  }

  .call-icon { 
    margin-left: 0;
    padding-right: 15px;
   }
    
  .swiper-slide {
    height: auto;
  }

  .swiper-slide h1 {
    font-size: 18px;
    line-height: 26px;
  }
  
  .cta-sec {
      height: 115px;
      padding: 15px 0;
    }
  
  .cta-sec h3 {
    font-size: 14px;
    line-height: 22px;
  }
  
  .btn {
    padding: 4px 5px;
    font-size: 12px;
  }
  
  .swiper-slide .btn {
      margin: 10px 0 20px 0;
  }
  
  .sec-gallery .gallery-wrap {
      padding-bottom: 20px;
  } 
  
  .footer11 h4 {
      padding-top: 30px;
  }
  
  .page-banner {
    background: url("../images/slider-bg.jpg") no-repeat center center;
  }
  
  .single-pc-about {
      padding-bottom: 20px;
  }
  
  .navbar1 {
    width: 361px;
    margin-bottom: 40px;
  }
  
  .sec-media .thumb {
    margin-bottom: 20px;
  }
  
  .contact-box {
    margin-bottom: 20px;
  }
  
  #copyright {
      margin-bottom: 42px;
  }
  
  

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

