body {
    background-color: #f7f7f7;
}
/* sp-section-1 top1,top2 */
#sp-section-1{
    height: 32px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
/* sp-section-1 top1,top2 end  */


/* top1 lang  */
.sp-module.top-lang .mod-languages{
    line-height: 32px;
}
/* top1 lang end */


/* user search */
.sp-module.search-block{
    float: right;
}
.sp-module.search-block .search input{
    border-radius: 0;
}
/* user1 search end */

/* top2 social */
.socialtop{
    text-align: right;
}
.socialtop ul.social-icon-list li{
    display: inline-block;
    border: none;
    padding: 0;
}
.socialtop ul.social-icon-list li:hover a{
    background-color: #0AAA90;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.socialtop ul.social-icon-list li:hover a i{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.socialtop ul.social-icon-list li:hover a i{
    color: white;
}
.socialtop ul.social-icon-list li a:before{
    content: none;
}
.socialtop ul.social-icon-list li a{
    display: block;
    width: 36px;
    height: 32px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #E6E6E6;
    padding: 0 5px;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.socialtop ul.social-icon-list a i.fa-facebook{
    color: rgb(62,91,152);
}
.socialtop ul.social-icon-list a i.fa-instagram{
    color: rgb(156,124,110);
}
.socialtop ul.social-icon-list a i.fa-youtube{
    color: rgb(224,42,32);
}
.socialtop ul.social-icon-list a i.fa-twitter{
    color: rgb(77,167,222);
}
.socialtop ul.social-icon-list a i.fa-google-plus{
    color: rgb(221,75,57);
}
/* top2 social end */


/* top user1 tel-mail */
.sp-module.tel-top{
    float: right;
}
.sp-module.tel-top .top-n-m p{
    font-size: 17px;
    margin: 2px 0;
    text-align: right;
    color: black;
}
.sp-module.tel-top .top-n-m p a{
    color: #0AAA90;
}
.sp-module.tel-top .top-n-m p a:hover,.sp-module.tel-top .top-n-m p a:focus {
    outline: 0;
    color: #b32abd;
    text-decoration: none;
}
/* top user1 tel-mail end */

/* top3 slogan */
.sp-module.slogan .slogan-block h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #0AAA90;
}
/* top3 slogan end */
#sp-main-body {
    padding: 30px 0;
}
.sp-module .sp-module-title{
	padding: 30px;
	text-align: center;
}

#sp-top-bar .sp-module {
    margin: 0;
}
#sp-top3 .sp-module:first-child {
    margin-right: 30px;
}


#sp-top3{
    text-align: right;
}
#sp-top3 a{
    color: #ffffff;
}

#sp-top-bar i{
    font-size: 24px !important;
    padding: 0 10px;
}
#sp-top-bar i.fa-facebook{
    color: #fff;
}
#sp-top-bar i.fa-instagram{
    color: #fff;
}
#sp-top-bar i.fa-youtube{
    color: #fff;
}

.tusiklinikasi ol {
    color: #969696;
}
.tusiklinikasi .basliq1 {
    color: #000063;
    text-align: center;
    font-size: 40px;
}
.tusiklinikasi .basliq2 {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.tusiklinikasi p{
    color: #000063;
}

/*------------------- Menu ---------------------*/

#sp-header {
    height: 50px;
	box-shadow: none;
    background-color: #0AAA90;
}
.sp-megamenu-parent >li >a {
    padding: 0px 9px;
    line-height: 48px;
    font-size: 14px !important;
    letter-spacing: 0px;
    color: white;
    border: solid 1px rgba(255, 255, 255, 0);
    text-transform: uppercase;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a{
    background-color: #B32ABD;
    color: white;
}
.sp-megamenu-parent >li.sp-has-child>a:after{
    content: none;
}
.sp-megamenu-parent >li:hover a{
    color: white;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover,.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:focus {
    background: transparent;
    padding-left: 19px !important;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #B32ABD;
	padding: 0px;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    color: white;
    padding: 2px 10px;
    border-bottom: 1px dotted #c6c2b9;
    font-size: 14px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;

}
.sp-megamenu-parent.menu-fade .sp-dropdown{
    background-color: #B32ABD;
}
@media(max-width: 767px){
#sp-menu{
	background: #fff;
	width: 100%;
}
#offcanvas-toggler{
	line-height: 40px;
	font-size: 30px;
}
#offcanvas-toggler >i{
	color: #000063;
}
}
.form-search label{
    display: none !important;
}
#sp-seardzh {
    padding-top: 13px;
}
.form-search .finder .input-medium {
    width: 75%;
	height: 28px;
    border-radius: 0;
	display: inline;
}
.form-search .btn-primary{
	font-size: 0px;
		padding: 6px;
}
.form-search .btn-primary span{
	font-size: 14px;

}
.btn-primary {
    border-color: #bfbfbf;
    background-color: #000063;
    border-radius: 0;
}
/*------------------- Menu END ---------------------*/

/* position1 plastik cerrahi */
.sp-module.plastik-cerrahi-block h3.sp-module-title{
    color: #dac1a2;
    font-size: 23px;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
}
.plastik-cerrahi-block .plastika-block h1{
    font-size: 34px;
}
.plastik-cerrahi-block .plastika-block h1 a{
    color: white;
}
#sp-hagginda,#sp-haqqinda{
    background-color: #087766;
    color: #fff;
    padding: 50px;
}
/* position1 plastik cerrahi END */


/* position3 forum-home */

.sp-module.elaqe-forum .visforms-form form .field8,.sp-module.elaqe-forum .visforms-form form .field9,.sp-module.elaqe-forum .visforms-form form .field10 {
    width: 30.3%;
    float: left;
    margin-right: 1%;
}
.sp-module.elaqe-forum .visforms-form > h1{
    font-size: 27px;
}
.sp-module.elaqe-forum .visforms-form form .visCSSlabel,.sp-module.elaqe-forum .visforms-form form input.visCSSinput{
    width: 100%;
}
.sp-module.elaqe-forum .visforms-form form .visCSSinput{
    background-color: white;
}
.sp-module.elaqe-forum .visforms-form form .visCSSlabel,.sp-module.elaqe-forum .visforms-form > h1 {
    color: #7d7e7e;
}
.sp-module.elaqe-forum .visforms-form form textarea.visCSSinput{
    width: 93%;
    clear: both;
}
.sp-module.elaqe-forum .visforms-form form .visBtnCon{
    clear: both;
}
.sp-module.elaqe-forum .visforms-form form .visBtnCon > input.btn{
    background-color: #766d62;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    float: left;
    outline: none;
    padding: 10px 16px;
}

/* position3 forum-home  END */



/*------------------- Block 1 ------------------*/
#sp-blodzk-1{
	background: #9caac6;
	color: #fff;
}
#sp-blodzk-1 #sp-user2{
	padding: 0 50px;
}
/*------------------- Block 1 END ------------------*/

/* diger bolmeler */
.sp-module.diger-bolmeler .d-box{
    text-align: center;
}
.sp-module.diger-bolmeler{
    padding: 60px 0 0;
}
.sp-module.diger-bolmeler .d-box > h2 a{
    font-size: 23px;
    display: block;
    font-weight: 400;
    color: #0AAA90;
    margin: 7px 0;
}
.sp-module.diger-bolmeler .d-box > h2 a:hover{
    color: #b32abd;
}
.sp-module.diger-bolmeler .d-box .d-box-img img{
   margin: 0 auto;
}
/* diger bolmeler end */

/* tibbi xidmetler home */
#sp-khidmetler,#sp-xidmetler{
    padding: 5px 0;
    background: url(/images/Tibbi-xidmetler/ps_neutral.png);
    background-repeat: repeat;
}
#sp-seo{
	background: #daedea;
}
.sp-module.t-xidmetler h3{
	padding-bottom: 20px !important;
}
.sp-module.t-xidmetler .t-xid-box{
    text-align: center;
    padding-right: 30px;
}

.sp-module.t-xidmetler .t-xid-box img{
    margin: 0 auto;
	height: 150px;
}

.sp-module.t-xidmetler .t-xid-box .t-xid-img{
    margin-bottom: 10px;
}
.sp-module.t-xidmetler .t-xid-box .t-xid-title {
    font-size: 17px;
    color: black;
}
.sp-module.t-xidmetler .t-xid-box:hover a {
    color: #b32abd;
}
h3.sp-module-title {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #0AAA90;
    font-size: 28px !important;
    text-align: center;
    position: relative;
}
h3.sp-module-title:after{
    content: "";
    display: block;
    height: 3px;
    background-color: #0AAA90;
    margin: 0 auto;
    margin-top: 15px;
}

/* tibbi xidmetler home end */


/*------------------- position5 bt-con-slider ------------------*/
.sp-module.slide-emeliyyat .bt-cs .bt-inner img{
    outline: none;
    border: none;
    max-width: 100%;
    width: 100%;
}
.sp-module.slide-emeliyyat .bt-cs .bt-inner .bt-title{
    font-size: 23px;
    color: #444444;
    border-bottom: 1px solid #c6c2b9;
}
.sp-module.slide-emeliyyat .bt-introtext {
    color: #827a70;
    margin-top: 17px;
    font-size: 15px;
}
.sp-module.slide-emeliyyat p.readmore a{
    color: #4e4132;
}
.sp-module.slide-emeliyyat p.readmore a:hover{
    text-decoration: underline;
}
/*------------------- position5 bt-con-slider END ------------------*/


/*------------------- section8 videolar link ------------------*/
#sp-section-8{
    background: #766d62;
}
.sp-module.videos-block .videos a.videos-link{
    font-size: 45px;
    color: white;
    display: block;
    padding: 104px 0;
    text-align: center;
}
/*------------------- section8 videolar link END ------------------*/

/*------------------- Menu Left ------------------*/
#sp-left{
    color: #ffffff;
    background: #5a79a5;
    padding-bottom: 30px;
}
#sp-left .sp-module ul >li >a {
    color: #fff;
    line-height: 24px;
}
#sp-left .sp-module ul >li:hover >a {
    color: #e6e6dc;
	padding-left: 5px;
}
#sp-left .sp-module ul >li {
    border-bottom: 0;
}
#sp-left .sp-module .sp-module-title:before{
    width: 100%;
}
#sp-left .sp-module .sp-module-title:after{
    width: 50%;
}

/*----------------- Menu Left END-----------------*/

/*------------ Hekimler Article page--------------*/
.view-category.itemid-108 .blog .intro-image{
    height: 175px;
	margin-bottom: 0;
    overflow: hidden;
}
.view-category.itemid-108 .blog  h2 {
    margin: 8px 0 0;
	color: #000063;
	font-size: 16px;
	text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #ffc605;
}
.view-category.itemid-108 .blog  h3 {
    margin: 8px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.view-category.itemid-108 .blog .item:hover img {
    opacity: 0.8;
}
.view-article.itemid-108 .entry-image.full-image{
	float: left;
	padding-right: 30px;
}
.view-article.itemid-108 .entry-image.full-image img{
	width: 400px;
}
.view-article.itemid-108 .item  h2{
	padding-top: 100px;
}
.view-article.itemid-108 .item  h3{
	padding-bottom: 140px;
}
.itemid-108 .item  h4{
	padding-bottom: 5px;
	padding-top: 10px;
	color: #000063;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px dotted #000063;
}

.itemid-108 .item  p{
	margin-left: 30px;
}
.itemid-108 .entry-header{
	margin-bottom: 0;
}
.pagination-wrapper {
    text-align: center;
}
.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    border-color: #000063;
    background-color: #000063;
}
.pagination>.active>a, .pagination>.active>span {
    border-color: #000063;
    background-color: #000063;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #000000;
    background: #cad2d8;
    border-color: #cad2d8;
}
/*------------ Hekimler Article page END--------------*/



.visforms-form .visCSSinput {
    border-radius: 0;
}
.visforms-form #recaptcha_response_field {
    float: right;
    margin-top: -75px;
    width: 150px;
    margin-left: 66%;
    position: absolute;
    border-radius: 0;
}
.visforms-form .captcharefresh1 {
    position: absolute;
    left: 60%;
    bottom: 20%;
}
.visBtnCon .btn {
    background: #0aaa90;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
}
.visBtnCon .btn:hover {
    background: #5a79a5;
    color: #fff;
}

/*---------------- ixtisas kategoriyalar ----------------*/
.ixtisas-kat{
	padding: 20px 50px;
}
.ixtisas-kat ul{
	position: relative;
    padding-left: 45px;
    min-height: 30px;
    margin-bottom: 10px;
	list-style-type: none;
}
.ixtisas-kat ul li{
	border-bottom: none;
}
.ixtisas-kat ul li.first-letter{
    background-color: #e8ede0;
    width: 30px;
    color: #000063;
    text-align: center;
    border-radius: 4px;
    margin-left: -40px;
}
.ixtisas-kat ul:hover li.first-letter{
    color: #fff;
    background-color: #ffc605;
}
.ixtisas-kat ul li a{
	color: #000;
	line-height: 24px;
}
.ixtisas-kat ul li:hover a{
	color: #ccc;
}
/*---------------- ixtisas kategoriyalar END ----------------*/


/*---------------- Footer  ----------------*/
#sp-bottom{
    background-color: #0aaa90;
    padding: 60px 0;
}
#sp-bottom1, #sp-bottom2, #sp-bottom3{
	padding-bottom: 20px;
}
#sp-bottom h3.sp-module-title{
	color: #fff;
}
#sp-bottom h3.sp-module-title:before, #sp-bottom h3.sp-module-title:after {
    background-color: #fff;
}
#sp-footer{
    background: #097766;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #d1d1d1;
}
/*---------------- Footer END ----------------*/


/*---------------- Footer menu ----------------*/
.f-bottom h3.sp-module-title{
    padding: 0;
    text-align: left;
}
.sp-module.f-xeberdarliq h3.sp-module-title,.sp-module.f-menu h3.sp-module-title{
    color: #766d62;
    font-size:23px;
}
.sp-module.f-menu ul.menu li a{
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    transition: none;
}
.sp-module.f-menu ul.menu li a:before{
    content: none;
}
.sp-module.f-menu ul.menu li a:hover,.sp-module.f-menu ul.menu li a:focus{
    color: #7e7870;
    text-decoration: underline;
    background-color: transparent;
}
.sp-module.f-menu ul.menu li{
    border: none;
}
/*---------------- Footer menu END ----------------*/

/*---------------- Footer xeberdarliq ----------------*/
.sp-module.f-xeberdarliq .xeb-text{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
/*---------------- Footer xeberdarliq END ----------------*/

/*---------------- Footer contact ----------------*/
.sp-module.f-contact{
    background-color: #087766;
    padding: 25px 20px 25px 30px;
    color: #fff!important;
    border-radius: 15px;
}
.sp-module.f-contact h3.sp-module-title{
    font-size: 27px !important;
	color: #fff;

}
.sp-module.f-contact .custom.f-contact{
    font-size: 16px;
}
.sp-module.f-contact .custom.f-contact p:not(:last-child){
    border-bottom: 1px solid white;
}
.sp-module.f-contact .custom.f-contact p{
    padding: 15px 0;
}
.sp-module.f-contact .custom.f-contact span.f-con-icon{
    width: 9%;
    overflow: auto;
    display: block;
    float: left;
}
.sp-module.f-contact .custom.f-contact span.f-con-info {
    display: inline-block;
    width: 91%;
}
.sp-module.f-contact .custom.f-contact p a{
    color: white;
    transition: none;
}
.sp-module.f-contact .custom.f-contact p a:hover{
    text-decoration: underline;
}
.sp-module.f-contact .custom.f-contact p i{
    color: white;
    line-height: 30px;
    font-size: 23px;
    text-align: center;
    float: left;
    margin-right: 16px;
}
/*---------------- Footer contact END ----------------*/