/*
	Author: http://zilliondesigns.com/
	Version: 1.0
*/

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.woff2') format('woff2'),
         url('fonts/lato-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/Lato-Bol-webfont.woff2') format('woff2'),
         url('fonts/Lato-Bol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:"Lato Italic";
	src:url("fonts/Lato-Italic.eot?") format("eot"),
	url("fonts/Lato-Italic.woff") format("woff"),
	url("fonts/Lato-Italic.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'Conv_TrajanProBold';
	src: url('fonts/TrajanProBold.eot');
	src: local('?'), 
	url('fonts/TrajanProBold.woff') format('woff'), 
	url('fonts/TrajanProBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('fonts/TrajanPro-Regular.woff') format('woff'), 
	     url('fonts/TrajanPro-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'luzsans-bookluzsans-book';
    src: url('fonts/luzhporo-webfont.woff2') format('woff2'),
         url('fonts/luzhporo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'luzsans-mediumluzsans-medium';
    src: url('fonts/luzhpmro-webfont.woff2') format('woff2'),
         url('fonts/luzhpmro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust : none;
}
*::before,*::after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color:#fff !important;
	font-family: 'luzsans-bookluzsans-book';
	font-size: 17px;
	color:#333;
	line-height: 1.6;
}
.rotate{
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
    overflow:hidden;
}  
.rotate:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.zoom{
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.zoom:hover{
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* ------------------ RESPONSIVE VIDEO ------------------- */
.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border: 1px solid #777;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
    border: 1px solid #CCCCCC;
    resize: none;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	padding: 4px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type="text"]:focus, textarea:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border: 1px solid #51CBEE !important;
    box-shadow: 0 0 5px #51CBEE;
	-moz-box-shadow: 0 0 5px #51CBEE;
	-webkit-box-shadow: 0 0 5px #51CBEE;
}
h1 {
	font-family: 'Conv_TrajanProBold';
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
	line-height: 1.4;
    width: 100%;
	float:left;
}
h2 {
    float: left;
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    width: 100%;
	font-family: 'Conv_TrajanProBold';
}
h3 {
    float: left;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    width: 100%;
	font-family: 'Conv_TrajanProBold';
}
b, strong {
	font-family: 'luzsans-mediumluzsans-medium';
}
ul, ol {
	list-style: none;
}
em, i{
	font-family:"Lato Italic";
}
a {
    text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.no-transition {
	transition: all 0s ease-in-out 0s;
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
}
.clear{
	clear:both;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	border-image:none;
}
.content{
	float:left;
	width:100%;
}
.container{
	max-width: 1200px;
	width: 100%;
	position:relative;
	margin:0 auto;
	clear:both;
}
.container:before, .container:after {
    content: "";
    display: table;
}
.container:after {
    clear: both;
}
.content p {
    margin-bottom: 15px;
    width: 100%;
}
.content p:last-child {
	margin:0;
}
.content ol {
    list-style: decimal inside;
    margin: 0 0 10px;
}
.content ul li {
    width: 100%;
    position: relative;
    padding: 0 0 10px 30px;
    list-style: inside disc;
}
.edit {
    float: right;
	display:none;
}
.edit a {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 12px;
    padding: 3px 10px;
}
.alignleft {
    float: left;
    padding: 8px;
    box-shadow: 0 0 6px #555;
    margin: 0 0 10px 15px;
}
.alignright {
    float: right;
    padding: 8px;
    box-shadow: 0 0 6px #555;
    margin: 0 0 10px 15px;
}
.aligncenter {
    display: inline-block;
    padding: 8px;
    box-shadow: 0 0 6px #555;
    margin: 15px auto;
    clear: both;
}
.wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.content a {
    color: #2d4b8b;
    border-bottom: 1px solid;
}
/*----------------------------- HEADER ---------------------------------*/
.header {
    position: relative;
    width: 100%;
    float: left;
}
.header-topbar{
	position: relative;
    width: 100%;
    float: left;
	border-bottom: 1px solid #ccc;
}
.social-media{
	float:left;
	border-left: 1px solid #ccc;
}
.social-media a{
	float:left;
	width: 49px;
	height: 50px;
	background-image:url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/social-sprite.png);	
	border-right: 1px solid #ccc;
}
.social-media a.facebook{
	background-position: 0 0;
}
.social-media a.facebook:hover{
	background-position: 0 50px;
}
.social-media a.twitter{
	background-position: -50px 0;
}
.social-media a.twitter:hover {
    background-position: -50px 50px;
}
.social-media a.linkedin{
	background-position: -100px 0;
}
.social-media a.linkedin:hover{
	background-position: -100px 50px;
}
.social-media a.googleplus{
	background-position: -150px 0;
}
.social-media a.googleplus:hover{
	background-position: -150px 50px;
}
.social-media a.instagram{
	background-position: -200px 0;
}
.social-media a.instagram:hover{
	background-position: -200px 50px;
}
.header-topbar-right {
    float: right;
}
.header-timing {
    float: left;
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/clock-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 7px 0 0 40px;
    font-size: 17px;
    margin: 5px 40px 0 0;
    font-family: 'luzsans-mediumluzsans-medium';
}
.header-appointment {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: center left 15px;
    float: right;
    background-color: #81d4f7;
    height: 50px;
    padding: 9px 20px 0 55px;
    color: #074083;
    font-size: 20px;
    font-family: 'luzsans-mediumluzsans-medium';
}
.logo {
    float: left;
    margin: 15px 0;
}
.logo img {
    width: 400px;
	height: auto;
}
.header-middle-right{
	float:right;
}
.header-address {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/header-address-icon.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    float: left;
    font-size: 20px;
    font-family: 'luzsans-bookluzsans-book';
    padding: 0 0 0 30px;
    margin: 14px 20px 0 0;
    width: 325px;
}
.header-phone {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/header-phone-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    float: right;
    font-size: 26px;
    font-family: 'Conv_TrajanProBold';
    padding: 0 0 0 30px;
    margin: 10px 0 0 0;
}
.header-whatsapp {
    font-size: 26px;
    font-family: 'Conv_TrajanProBold';
    padding: 0 0 0 30px;
    margin: 10px 0 0 0;
    text-align:right;
}
.header-whatsapp a{
    position:relative;
}
.header-whatsapp a:after {
    position: absolute;
    left: -35px;
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/whatsapp.png);
    width: 22px;
    height: 22px;
    content: "";
    top: 7px;
}
.header-phone a, .header-whatsapp a {
    color: #333;
}
.casual_time {
    font-size: 14px;
    position: relative;
    display: inline-block;
}
/*.casual_time:before {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/clock-icon.png);
    position: relative;
    left: -2px;
    top: 8px;
}*/
.casual_time h4 {
font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
	    position: relative;
}
.casual_time h4:before {
    position: relative;
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/clock-icon2.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    top: 4px;
    margin-right: 10px;
}
/*----------------------------- NAVIGATION ----------------------------------*/
.header-bottombar {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#primary-navigation {
    float: right;
    position: relative;
	width: 100%;
}
#primary-navigation .menu > li {
    float:left;
	margin: 0;
    position: relative;
}
#primary-navigation .menu > li > a {
    color: #000;
    float: left;
    font-size: 17px;
    padding: 8px 14px;
    font-family: 'Conv_TrajanProBold';
    background-repeat: no-repeat;
    background-position: center top -50px;
    background-size: 60px auto;
    height: 45px;
}
#primary-navigation .menu > li > a:hover, 
#primary-navigation .menu > li.current-menu-item > a {
	color:#fff;
	background-color: #006093;
	background-image:url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/active-nav.png);
	background-position: center center;
}
#primary-navigation ul li.menu-item-has-children a:hover {
    border-bottom: 0 solid #ffffff;
}
#primary-navigation .sub-menu li {
    background-image: none;
    border-bottom: 1px solid #fff;
    float: none !important;
    padding: 0;
    text-align: left;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
	height:auto;
	display: table;
}
#primary-navigation .sub-menu {
    width: 250px;
}
#primary-navigation .sub-menu a {
    border: 0 none !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: table-cell;
    float: none !important;
    font-size: 12px !important;
    height: 42px !important;
    padding: 5px 10px !important;
    vertical-align: middle;
    width: 100%;
}
#primary-navigation .sub-menu a:hover{
    background-color: rgba(7,64,131,0.5) !important;
    color: #fff !important;
	padding-left:20px !important;
}
#primary-navigation .sub-menu .current-menu-item a {
    background-color: #074083 !important;
    color: #fff !important;
	padding-left:20px !important;
}
#primary-navigation ul ul {
    float: left;
    left: -999em;
    position: absolute;
    z-index: 99;
    top: 100%;
}
#primary-navigation ul ul ul{
    left: -999em;
    top: auto;
    margin:0;
    padding:0;
}
#primary-navigation .menu > li.menu-item-has-children:hover > a, 
#primary-navigation .menu > li.menu-item-has-children a:focus{
	background-image: url("images/active-nav.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}
#primary-navigation .sub-menu a:focus{
	background-image:none !important;
}
#primary-navigation ul li:hover > ul, 
#primary-navigation ul li.focus > ul {
    left: auto;
}
#primary-navigation ul ul li:hover > ul, 
#primary-navigation ul ul li.focus > ul {
    left: 100%;
}
#primary-navigation .menu > li.menu-item-has-children > a:after {
    /*content: "\f502";*/
    display: inline-block;
    font: 8px/1 Genericons;
    position: absolute;
    right: 5px;
    top: 14px;
    vertical-align: text-bottom;
}
#primary-navigation .menu-item-has-children li.menu-item-has-children > a::after, 
#primary-navigation .menu-item-has-children li.page_item_has_children > a::after, 
#primary-navigation .page_item_has_children li.menu-item-has-children > a::after, 
#primary-navigation .page_item_has_children li.page_item_has_children > a::after {
    right: 8px;
    top: 24px;
}

/*------------------------------ SECTION 1 --------------------------------*/
.section1, .section1 img{
	float: left;
	width: 100%;
	position:relative;
}
.section1 .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22%;
}
.wrap-banner-caption {
    color: #fff;
    float: left;
    width: 100%;
    padding: 0 0 0 70px;
}
.banner-heading {
    font-family: 'Conv_TrajanProBold';
    font-size: 42px;
    float: left;
    width: 100%;
    line-height: 1;
    margin: 0 0 10px;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.banner-desc {
    float: left;
    width: 100%;
    font-size: 20px;
    text-shadow: 0 0 10px #796244, 0 0 10px #796244;
	font-family: 'latobold';
}
.accreditation {
    position: absolute !important;
    width: 140px !important;
    top: 10px;
    right: 20px;
}
/*----------------------------- Section 2 --------------------------------*/
.section2{
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0;
}
.sec2-left {
    float: left;
    width: 49%;
}
.sec2-left h1 {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec2-heading-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #a26f06;
    font-size: 24px;
    position: relative;
    line-height: 1.2;
    padding: 58px 0 0 110px;
    background-size: 170px auto;
    margin: 0 0 25px;
}
.sec2-left .content {
    font-size: 14px;
    margin: 0 0 5px;
}
.sec2-left h1 span{
	color: #000000;
	float:left;
	width: 100%;
}
.sec2-heading::after {
    content: "";
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#777), to(transparent));
    background-image: -webkit-linear-gradient(left, #777, transparent);
    background-image: -moz-linear-gradient(left, #777, transparent);
    background-image: -o-linear-gradient(left, #777, transparent);
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.sec2-right {
    float: right;
    width: 49%;
    margin: 90px 0 0 0;
}
.sec2-btn{
	margin: 22px 0;	
}
.btn {
    float: left;
    border-radius: 3px;
    background-color: #074083;
    color: #fff;
    padding: 7px 20px 8px;
    font-family: 'Conv_TrajanProBold';
    font-size: 18px;
}
.btn:hover{
	background-color: #01ADED;
}
.sec2-phone{
	background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec2-phone-icon.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	color:#a26f06;
}
.sec2-phone a{
	color:#a26f06;
}
.sec2-phone {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec2-phone-icon.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    color: #a26f06;
    float: left;
    clear: both;
    padding: 0 0 0 35px;
    font-size: 26px;
	font-family: 'luzsans-mediumluzsans-medium';
}

/*----------------------------- SECTION 3 --------------------------------*/
.section3 {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.page-template-page-treatment .section3 {
    padding: 50px 0 80px;
}
.section3 .bx-wrapper .bx-controls-direction a {
    top: 55%;
}
.section-heading {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/section-heading-border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 40px;
    color: #000;
    position: relative;
    padding: 0 0 15px 0;
	margin: 0 0 40px;
	text-align: center;
}
.section3 .section-heading {
	margin: 0;
}
.section-heading::before {
    content: "";
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/section-heading-logo.png);
    width: 119px;
    height: 85px;
    position: absolute;
    margin-left: -85px;
    top: -30px;
}
.single-treatment-box {
    float: left;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin: 90px 0 20px 0;
    border: 1px solid #dadada;
    padding: 0 10px 25px;
	position: relative;
}
.single-treatment-box img {
    margin: -50px auto 20px;
    border-radius: 100%;
    width: 150px;
	height: 150px;
    padding: 5px;
    border: 1px solid #dadada;
	background-color: #fff;
}
.single-treatment-box h3 {
    color: #555;
    font-size: 14px;
    margin: 0 0 10px;
    height: 36px;
}
.single-treatment-box:hover h3{
	color: #11c0f3;	
}
.treatment-readmore {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/treatment-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #555555;
    width: 32px;
    height: 32px;
    position: absolute;
    margin: auto;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: -16px;
	z-index: 2;
}
.single-treatment-box:hover .treatment-readmore{
	background-color: #11c0f3;
}
.treatment-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 90%;
    margin: auto;
}
.single-treatment-box:hover .treatment-line {
	background-color: #555555;
}
.section3 .bx-wrapper .bx-prev {
    left: -35px;
}
.section3 .bx-wrapper .bx-next {
    right: -35px;
}



/*----------------------------- SECTION 4 --------------------------------*/
.section4{
	float: left;
	width: 100%;
	padding: 100px 0 70px;
	text-align:center;
}
.section4 .slide{
	margin-bottom: 3px; 
}
.wrap-member-image {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/member-image-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    width: 100%;
    padding: 0 0 27px;
}
.wrap-member-image img {
    border-radius: 100%;
    margin: 0 auto;
    width: 162px;
    border: 2px solid #2d4b8b;
}
.section4 h3 {
    margin: 15px 0 8px;
    font-size: 19px;
    height: 49px;
    color: #333;
}
.member-education {
	font-size: 17px;
	color: #2d4b8b;
	font-family: 'luzsans-mediumluzsans-medium';
}
.section4 .bx-wrapper .bx-prev {
    left: -35px;
}
.section4 .bx-wrapper .bx-next {
    right: -35px;
}


/*----------------------------- SECTION 5 --------------------------------*/
.section5{
	background-image:url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec5-bg.jpg);
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	float: left;
	width: 100%;
	padding: 130px 0;
	text-align:center;
	color: #fff;
}
.section5 h2{
	font-family: 'luzsans-bookluzsans-book';
	font-size: 36px;
}
.section5 h3 {
    font-family: 'luzsans-bookluzsans-book';
    font-size: 40px;
    margin: 10px 0 20px;
}
.sec5-btn {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec5-readmore.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 370px;
    height: 60px;
    color: #fff;
    display: block;
    margin: 0 auto;
    clear: both;
    font-size: 27px;
    text-align: center;
    padding: 14px 95px 0 5px;
}
.tab-content h3 {
    color: #15367d;
}
/*----------------------------- SECTION 6 --------------------------------*/
.section6{
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align:center;
}
.wrap-post-homepage {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0px #ddd;
    margin: 0 0 30px;
    padding: 0 0 40px 0;
    position: relative;
    color: #333;
}
.wrap-post-homepage img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.wrap-post-homepage h3 {
    font-size: 22px;
    font-family: 'luzsans-bookluzsans-book';
    margin: 20px 0 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0 10px;
}
.wrap-post-homepage .content {
    padding: 0 10px;
}
.post-readmore{
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/treatment-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #074083;
    width: 38px;
    height: 38px;
    position: absolute;
    margin: auto;
    border-radius: 1px;
    left: 0;
    right: 0;
    bottom: -16px;
    z-index: 2;
}
.wrap-post-homepage:hover .post-readmore{
    background-color: #11c0f3;
}
.section6 .bx-wrapper .bx-prev {
    left: -35px;
}
.section6 .bx-wrapper .bx-next {
    right: -35px;
}

/*----------------------------- SECTION 7 --------------------------------*/
.section7{
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align:center;
	background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/sec7-bg.jpg);
    background-repeat: repeat;
    background-position: center top;
}
.section7 .bx-wrapper .bx-prev {
    left: -35px;
}
.section7 .bx-wrapper .bx-next {
    right: -35px;
}
.tabbing{
	cursor: pointer;
}
.tabbing img {
    margin: 0 auto;
    border: 5px solid #999999;
    border-radius: 100%;
}
.tabbing h3 {
    font-family: 'luzsans-mediumluzsans-medium';
    padding: 15px 0 40px;
    margin: 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabbing.current{
	background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/active-tabbing.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.tabbing:hover img, .tabbing.current img {
    border: 5px solid #15367d;
}
.tabbing:hover h3, .tabbing.current h3{
	color: #15367d;	
}
.tab-content {
    display: none;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    margin: -2px 0 0 0;
    width: 100%;
}
.tab-content.current{
	display: block !important;
}
.tab-content p::before {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/quote-open.png);
    position: relative;
    left: -10px;
}
.tab-content p::after {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/quote-close.png);
    position: relative;
    top: 5px;
    left: 10px;
}
.custom-treatment-template-default .inner-content {
    width: 100% !important;
}
.custom-treatment-template-default .sidebar-inner {
    display: none;
}
hr {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0;
    background-color: #ccc;
    height: 1px;
    border: 0;
}
.custom-treatment-template-default .inner-content .f-img {
    display: none;
}
.col3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}
/*----------------------------- FOOTER --------------------------------*/
.footer {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 100%;
    float: left;
    width: 100%;
    position: relative;
	color: #fff;
}
.footer a{
	color: #fff;
}
.half-footer{
	position:absolute;
	width: 43%;
	height: 100%;
	background-color: rgba(21,54,125,0.80);
}
.half-footer::after {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-half-element.png);
    right: -20px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    height: 41px;
}
.footer-box1{
	float: left;
	width: 40%;
	padding: 40px 0;
}
.footer-box1 h3 {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    width: 100%;
    font-size: 36px;
    padding: 35px 0 0px 75px;
    margin: 0 0 40px 0;
}
.footer-box1 h4{
	font-family: 'Conv_TrajanProBold';
	font-size: 22px;	
}
.f-add{
	padding: 15px 15px 15px 60px;
	background-repeat: no-repeat;
    background-position: center left 15px;
    float: left;
    width: 100%;
	letter-spacing: 1px;
}
.footer-address {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-address-icon.png);
    border: 1px solid #ccc;
    background-color: rgba(21,54,125,0.40);
    border-radius: 10px;
	background-position: 20px 15px;
}
.footer-phone{
	background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-phone-icon.png);	
}
.footer-email{
	background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-email-icon.png);
}
.footer-bottom{
	float: left;
	width: 100%;
	padding: 30px 0;
	background-color: #15367d;
	color: #fff;
	text-align:center;
	font-family: 'luzsans-mediumluzsans-medium';
	font-size: 18px;
}
.footer-bottom a{
	color: #fff;
}
.footer-bottom a:hover{
	color: #11C0F3;
}
.footer-bottom li {
    background-image: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/footer-nav-seperator.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 20px;
}
.footer-bottom li:last-child {
	padding-right: 0;
	background-image: none;
}
.footer-bottom li:first-child {
	padding-left: 0;
}
.footer-bottom .sub-menu {
    display: none;
}
.copyright {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}
/*----------------------------- Inner Pages --------------------------------*/
.wrap-inner-page {
    float: left;
    width: 100%;
	position:relative;
}
.wrap-inner-page h1, 
.wrap-inner-page h2, 
.wrap-inner-page h3{
	font-family: 'Conv_TrajanProBold';
    float: none;
}
.feature_title {
    float: left;
    width: 100%;
	position:relative;
}
.f-img {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.div-absolute{
	position:absolute;
	width: 100%;
	height: 100%;
}
.div-table{
	display:table;
	height: 100%;
	width: 100%;
}
.div-vertical{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.heading {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 32px;
    line-height: 1;
    text-shadow: 0 0 15px #000, 0 0 15px #000,0 0 15px #000, 0 0 15px #000;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.inner-content {
    float: left;
    width: 70%;
    margin: 50px 0;
}
.sidebar-inner {
    float: right;
    width: 27%;
    margin: 50px 0;
    background-color: #efefef;
    padding: 15px;
}
.full-content {
    float: left;
    width: 100%;
    margin: 40px 0 20px;
}
.wpcf7 {
    clear: both;
    float: left;
    width: 100%;
	font-family: 'luzsans-bookluzsans-book';
	font-size: 18px;
}
.wpcf7 p{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.wpcf7-list-item input {
    width: auto !important;
    height: auto !important;
    margin: 6px 8px 0px 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    float: left;
    width: 100%;
    font-size: 18px;
	color: #333;
    height: 40px;
    border-radius: 0;
    background-color: transparent;
	margin: 5px 0 0 0;
	font-family: 'latoregular';
}
.wp-span {
    float: left;
    width: 170px;
    padding: 0 10px 0 0;
}
span.wpcf7-list-item {
    margin: 0 20px 0 0 !important;
}
.half-footer-right {
    position: absolute;
    right: 0;
    width: 57%;
    height: 100%;
    z-index: 2;
}
.wpcf7 .half-right p {
    margin: 10px 0 0 0;
    height: 45px;
}
.wpcf7-select {
    float: left;
    width: 235px;
    height: 33px;
    border: 1px solid #ccc;
}
.wpcf7 textarea{
	height:100px;
	padding:10px;	
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #074083;
    border: 1px solid #074083;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 45px;
    padding: 0;
    width: 155px;
	font-family: 'Conv_TrajanProBold';
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #81D4F7;
    color: #074083;
}
div.wpcf7-response-output {
    clear: both;
    margin: 10px 0 0 !important;
    padding: 10px !important;
}
span.wpcf7-not-valid-tip {
    clear: both;
    float: left;
    width: 100%;
}
.half-left {
    float: left;
    width: 48%;
}
.half-right {
    float: right;
    width: 48%;
}
.wrap-cf7{
	float:left;
	width: 80%;
}
.default-content {
    font-size: 16px;
}
.inner-content .f-img {
    margin: 0 0 20px;
	padding: 8px;
	box-shadow: 0 0 6px #555;
}
.wrap-blog-post {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.default-content a {
    color: #074083;
    border-bottom: 1px solid;
}
.blog-reamore {
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    padding: 10px 25px;
    background-color: #074083;
    color: #fff;
    font-size: 16px;
}
.blog-reamore:hover{
    background-color: #81D4F7;
    color: #074083;
}
blockquote p::before {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/quote-open.png);
    position: relative;
    left: -10px;
}
blockquote p::after {
    content: url(https://kuwaiteyecenter.com/wp-content/themes/ksec/images/quote-close.png);
    position: relative;
    top: 5px;
    left: 10px;
}
blockquote {
    position: relative;
    margin: 0 0 20px !important
}
.logos img {
    margin: 0 20px 40px;
}
.logos {
    text-align: center;
    margin: 40px 0 0 0;
}
.blog-post.blog-page-post {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px 0;
}
.blog-f-img {
    width: 100%;
    height: auto;
}
.blog-post .post-date {
    font-size: 12px;
    margin: 10px 0;
}
/*---------------------------------- SIDEBAR --------------------------------------*/
.sidebar li {
    float: left;
    font-size: 16px;
    margin: 0 0 10px;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #aaa;
}
h2.widget-title{float:left;font-size:20px;margin:0 0 10px;width:100%;}
.sidebar a{color:#074083;float:left;}
.sidebar span{clear:both;float:left;font-size:13px;}

/*---------------------------------------- PAGINATION ----------------------------------------*/
.navigation.blogpostsnav {
    float: left;
    width: 100%;
    margin: 0 0 4% 0;
	text-align:center;
}
.blogpostsnav ul {
    margin: 0;
    padding: 0;
}
.blogpostsnav li a,
.blogpostsnav li a:hover,
.blogpostsnav li.active a,
.blogpostsnav li.disabled {
	color: #fff;
	text-decoration:none;
}
.blogpostsnav li {
	display: inline-block;
	vertical-align:top;
}
.blogpostsnav li a,
.blogpostsnav li a:hover,
.blogpostsnav li.active a,
.blogpostsnav li.disabled {
	background-color: #737373;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 5px 12px;
    color: #fff !important;
}

.blogpostsnav li a:hover,
.blogpostsnav li.active a {
	background-color: #074083;
    color: #fff;
}
.wrap-teammember {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #efefef;
    border: 1px solid #ccc;
    margin: 0 0 30px 0;
}
.wrap-teammember .wrap-member-image {
    width: 165px;
}
.teammember-right {
    float: right;
    width: 83%;
}
.teammember-right .member-education {
    margin: 0 0 10px;
}
.footer-map{
	display: none;
}

/*=== new team meber plugin ===*/
.new_team_member{
	
	}
.wp_teamshowcase_slider.design-1 .member-content .member-desc {
    margin: 15px 0 5px;
    display: none;
}
.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg{
	background: url(https://www.kuwaiteyecenter.com/wp-content/themes/ksec/images/member-image-bg.png) no-repeat center bottom !important;
    width: 100%;
    padding: 0 0 27px;	
	}
.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg img{
border-radius: 100%;
    margin: 0 auto;
    width: 162px !important;
    border: 2px solid #2d4b8b;
    height: auto !important;
    left: 0;
    right: 0;
    bottom: 30px;
	}
.teamshowcase-image-bg .teamshowcase-hover-icon{
	display:none;
	}
.teamshowcase-image-bg:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wp_teamshowcase_slider.design-1 .member-name{
    font-size: 19px !important;	
    line-height: 1.2;
	}
.wp_teamshowcase_slider.design-1 .member-name a{
    margin: 15px 0 8px;
    font-size: 19px !important;
    height: 49px;
    color: #333;
    font-family: 'Conv_TrajanProBold';		
	display:block;
	}
.wp_teamshowcase_slider.design-1 .member-content .member-job{
    font-size: 17px;
    color: #2d4b8b;
    font-family: 'luzsans-mediumluzsans-medium';	
	}
ul.slick-dots {
    display: none !important;
}
@media only screen and (max-width : 767px){
.wp_teamshowcase_slider.design-1 .member-name,
.wp_teamshowcase_slider.design-1 .member-name a{
    font-size: 16px !important;	
	}    
.wp_teamshowcase_slider.design-1 .member-content .member-job{
    font-size: 14px !important;	    
    }
}

/*---------------------------------- RESPONSIVE -------------------------------------*/

@media only screen and (max-width : 1199px){
    .container{
        width: 95%;
    }
    .logo img {
        width: 300px;
    }
    .header-address {
        font-size: 16px;
        padding: 0 0 0 30px;
        margin: 10px 25px 0 0;
        width: 280px;
    }
.casual_time {
    clear: left;
    padding-left: 30px;
}
.casual_time p {
    display: inline-block;
    margin-right: 10px;
}
    .header-phone {
        font-size: 18px;
        padding: 0 0 0 25px;
        margin: 36px 0 0 0;
    }
    .header-appointment {
        background-position: center left 10px;
        padding: 14px 10px 0 46px;
        font-size: 14px;
    }
    .header-timing {
        padding: 9px 0 3px 35px;
        font-size: 14px;
        margin: 7px 20px 0 0;
    }
    #primary-navigation .menu > li > a {
        font-size: 13px;
        padding: 13px 12px;
    }
    .banner-heading {
        font-size: 32px;
    }
    .banner-desc {
        font-size: 16px;
    }
    .section2 {
        padding: 30px 0;
    }
    .section3 {
        padding: 60px 0 40px;
    }
    .section4 {
        padding: 70px 0 40px;
    }
    .section5 {
        padding: 80px 0;
    }
    .section6 {
        padding: 60px 0 30px;
    }
    .sec2-left h1 {
        font-size: 18px;
        padding: 30px 0 0 65px;
        background-size: 100px auto;
        margin: 0 0 25px;
    }
    .sec2-right {
        margin: 83px 0 0 0;
    }
    .section-heading {
        font-size: 30px;
    }
    .section3 .bx-wrapper {
        max-width: 880px !important;
    }
    .section4 .bx-wrapper {
        max-width: 880px !important;
    }
    .section5 h2 {
        font-size: 30px;
    }
    .section5 h3 {
        font-size: 36px;
    }
    .section6 .bx-wrapper {
        max-width: 782px !important;
    }
    .section7 .bx-wrapper {
        max-width: 780px !important;
    }
    .footer-box1 h3 {
        font-size: 26px;
        padding: 25px 0 0px 50px;
        margin: 0 0 15px 0;
        background-size: 70px auto;
    }
    .footer-bottom {
        font-size: 14px;
    }
    .footer-bottom li {
        padding: 0 25px 0 15px;
    }
    .alignright.size-full.wp-image-143, .alignright {
        width: 30%;
        height: auto;
        padding: 3px;
    }
    .heading {
        font-size: 24px;
    }
    .wrap-inner-page h2 {
        font-size: 20px;
    }
    .wrap-inner-page h3 {
        font-size: 18px;
    }
    .teammember-right {
        width: 79%;
    }
    .col3 {
        width: 26%;
        display: inline-block;
        vertical-align: top;
        margin: 0 20px;
    }
.accreditation {
        width: 110px !important;
    }
} 
@media only screen and (max-width : 979px){
    .logo img {
        width: 250px;
    }
.casual_time{
    padding-left: 24px;
    padding-bottom: 10px;
    }    
    .header-address {
        padding: 0 0 0 25px;
        margin: 10px 10px 0 0;
        width: 275px;
    }
    .header-bottombar{
        display: none;
    }
    .banner-heading {
        font-size: 26px;
    }
    .banner-desc {
        font-size: 14px;
    }
    .sec2-left h1 {
        font-size: 14px;
        padding: 25px 0 0 50px;
        background-size: 80px auto;
    }
    .section3 .bx-wrapper {
        max-width: 580px !important;
    }
    .section4 .bx-wrapper {
        max-width: 580px !important;
    }
    .section5 h2 {
        font-size: 24px;
    }
    .section5 h3 {
        font-size: 30px;
    }
    .sec5-btn {
        width: 260px;
        height: 42px;
        font-size: 21px;
        text-align: left;
        padding: 8px 0px 0 50px;
        background-size: cover;
    }
    .section6 .bx-wrapper {
        max-width: 372px  !important;
    }
    .section6 .slide {
        margin: 0 !important;
    }
    .section7 .bx-wrapper {
        max-width: 500px !important;
    }
    .section-heading {
        font-size: 22px;
    }
    .section-heading:before {
        content: none;
    }
    .footer-box1 h3 {
        font-size: 24px;
        padding: 0;
        background-image: none;
    }
    .footer-box1 h4 {
        font-size: 16px;
    }
    .footer-bottom {
        font-size: 13px;
    }
    .footer-bottom li {
        padding: 0 8px;
        background-image: none;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 10px;
    }
    .content, p {
        font-size: 13px;
    }
    .header-phone a{
        color: #000;
    }
    .heading {
        font-size: 22px;
    }
    .teammember-right {
        width: 73%;
    }
    .inner-content, .sidebar-inner{
        width: 100%;
    }
    .inner-content, .sidebar-inner {
        width: 100%;
        margin: 20px 0;
    }
}
@media only screen and (max-width : 767px){
.casual_time p {
    display: block;
    margin-right: 0px;
    font-size: 11px;    
}    

    .header-timing {
        padding: 7px 0 3px 25px;
        font-size: 11px;
        margin: 10px 10px 0 0;
        background-size: 17px auto;
    }
    .header-appointment {
        background-position: center left 10px;
        padding: 14px 9px 0 35px;
        background-size: 18px;
    }
    .header-phone {
        font-size: 16px;
        padding: 0 0 0 30px;
        margin: 0;
        position: fixed;
        top: 9px;
        right: 2.5%;
        z-index: 9999999;
        color: #fff;
    }
    .header-phone a{
        color: #fff;
    }
    .header-address {
        padding: 0 0 0 25px;
        margin: 16px 0 0 0;
        width: 245px;
        text-align: justify;
        font-size: 14px;
    }
    .logo {
        margin: 7px 0;
    }
    .sec2-left h1 {
        padding: 25px 0 0 0;
        background-image: none;
    }
    .section2 {
        padding: 0px 0 20px;
    }
    .sec2-phone {
        font-size: 22px;
    }
    .section3 {
        padding: 20px 0 30px;
    }
    .section3 .bx-wrapper .bx-prev, .section4 .bx-wrapper .bx-prev {
        left: -25px;
    }
    .section3 .bx-wrapper .bx-next, .section4 .bx-wrapper .bx-next {
        right: -25px;
    }
    .section4 {
        padding: 30px 0;
    }
    .section5 h2 {
        font-size: 19px;
    }
    .section5 h3 {
        font-size: 24px;
    }
    .section5 {
        padding: 35px 0 40px;
        background-attachment: inherit;
    }
    .section6 {
        padding: 30px 0 0px;
    }
    .section7 {
        padding: 30px 0;
    }
    .footer-box1 h3 {
        font-size: 20px;
    }
    .footer-box1 h4 {
        font-size: 14px;
    }
    .footer-box1 {
        padding: 30px 0 10px;
    }
    .f-add {
        padding: 10px 5px 10px 45px;
        background-position: center left 15px;
        font-size: 12px;
        background-size: auto 18px;
    }
    .footer-address {
        background-position: 16px 13px;
    }
    .footer-bottom .menu-main-menu-container {
        display: none;
    }
    .copyright {
        margin: 0;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .banner-heading {
        text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    }
    .banner-desc {
        text-shadow: 0 0 10px #796244, 0 0 10px #796244, 0 0 10px #796244, 0 0 10px #796244;
    }
    .heading {
        font-size: 18px;
    }
    .wrap-inner-page h2 {
        font-size: 18px;
    }
    .wrap-inner-page h3 {
        font-size: 16px;
    }
    .full-content {
        margin: 20px 0 20px;
    }
    .inner-content {
        margin: 20px 0;
    }
    .logos img {
        margin: 0 10px 30px;
        width: 130px;
        height: auto;
    }
    .wrap-teammember .wrap-member-image {
        width: 100%;
        text-align: center;
    }
    .teammember-right {
        float: right;
        width: 100%;
        text-align: center;
    }
    .teammember-right .content {
        text-align: left;
    }
    .accreditation {
        width: 70px !important;
        top: 5px;
        right: 10px;
    }
}
@media only screen and (max-width : 639px){
    .header-appointment {
        padding: 4px 0px 2px 35px;
        background-size: 18px;
        clear: both;
        background-color: transparent;
        height: auto;
        font-size: 13px;
    }
    .header-timing {
        padding: 1px 0 0px 22px;
        margin: 2px 0 0 0;
        float: right;
        background-position: center left;
    }
    .logo img {
        width: 230px;
    }
    .header-address {
        width: 210px;
        font-size: 12px;
    }
    .section1 .bx-pager.bx-default-pager{
        display: none;
    }
    .sec2-left {
        float: left;
        width: 100%;
    }
    .sec2-right {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .section3 .bx-wrapper {
        max-width: 280px !important;
    }
    .single-treatment-box {
        margin: 60px 0 20px 0;
    }
    .section4 .bx-wrapper {
        max-width: 280px !important;
    }
    .single-treatment-box img {
        width: 100px;
        height: 100px;
        padding: 3px;
    }
    .section5 h2 {
        font-size: 14px;
    }
    .section5 h3 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .section7 .bx-wrapper {
        max-width: 220px !important;
    }
    .half-footer-right{
        display: none;
    }
    .half-footer:after {
        content: none;
    }
    .section1 .bx-wrapper .bx-controls-direction a {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        
        transform-origin: center right;
        -webkit-transform-origin: center right;
        -moz-transform-origin: center right;
        -o-transform-origin: center right;
    }
    .section1 .bx-wrapper .bx-controls-direction a.bx-prev{
        transform-origin: center left;
        -webkit-transform-origin: center left;
        -moz-transform-origin: center left;
        -o-transform-origin: center left;
        left: 5px;
    }
    .section1 .bx-wrapper .bx-controls-direction a.bx-next{
        right: 5px;
    }
    .section1 .container {
        bottom: 5%;
    }
    .wrap-banner-caption {
        padding: 0 0 0 25px;
    }
    .banner-heading {
        font-size: 18px;
    }
    .banner-desc {
        font-size: 11px;
        line-height: 1.3;
    }
    .footer {
        background-image: none;
        background-color: rgba(21,54,125,0.80);
    }
    .half-footer {
        width: 100%;
        display: none;
    }
    .footer-box1 {
        width: 100%;
    }
    .alignright.size-full.wp-image-143, .alignright {
        width: 45%;
    }
    .wrap-inner-page h1 {
        position: relative;
        bottom: auto;
        float: left;
        margin: 10px 0 0 0;
        text-shadow: none;
        color: #01ADED;
        border-bottom: 2px solid;
        padding: 0 0 4px;
    }
    .page-id-163 .half-left, .page-id-163 .half-right {
        width: 100%;
    }
    .page-id-166 .half-right{
        margin: 20px 0 0 0;
    }
    .page-id-166 .half-left h2, .page-id-166 .half-right h2{
        margin: 0 0 0 0;
    }
    .page-id-166 .half-left, .page-id-166 .half-right {
        width: 100%;
    }
    .logos img {
        margin: 0 6px 20px;
        width: 88px;
    }
    .col3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }
	.footer-map{
		display: block;
		float: left;
		width: 100%;
		height: 130px;
	}
}
@media only screen and (max-width : 479px){
    .logo {
        float: none;
        display: block;
        margin: 10px auto 0;
        width: 230px;
    }
.casual_time {
    width: 210px;
    margin: 0 auto;

}    
.casual_time h4 {
    font-size: 13px;
}
.header-middle-right {
        float: right;
        width: 100%;
    }
    .header-address {
        display: block;
        margin: 10px auto;
        float: none;
    }
    .section3 .bx-wrapper .bx-prev, .section4 .bx-wrapper .bx-prev {
        left: -15px;
    }
    .section3 .bx-wrapper .bx-next, .section4 .bx-wrapper .bx-next {
        right: -15px;
    }
    .section6 .bx-wrapper .bx-prev {
        left: 0;
    }
    .section6 .bx-wrapper .bx-next {
        right: 0;
    }
    .section6 .bx-wrapper .bx-controls-direction a {
        top: -30px !important;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    .copyright {
        font-size: 11px;
    }
    .alignright {
        width: 100%;
        margin: 0 0 15px;
    }
.sec2-left h1 {
    width: 73%;
}
    
}


