header {
    background: #fff;
}

main {
    background: #f2f2f2;
}

footer {
    background: #05425d;
}

h1.my-4 {
    text-align: center;
}

.bk_white {
    background-color: white;
}

/* Clean Css */
.min_height {
    min-height: 300px;
}

/* Page Dynamic */

.page_title h1 {
    padding: 35px;
    background-color: white;
    text-transform: uppercase;
}

.page_cms {
    padding: 35px;
    background-color: white;

    font-size: 16px;
    text-align: justify;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.8;
}

.page_cms img {
    margin: 15px;
}

.page_cms p {
    font-size: 16px;
    text-align: justify;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.8;

}

/* -- */
#nav-corporate {
    display: none;
}

#squaresWaveG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.contact-require {
    border-color: red !important;
}

.hide-items {
    display: none;
}

.text-line {
    line-height: 23px;
}

.text-line-h4 {
    line-height: 40px;
    color: #ed2325;
    font-weight: bold;
}

.squaresWaveG {
    position: absolute;
    top: 0;
    background-color: rgb(255, 255, 255);
    width: 28px;
    height: 28px;
    animation-name: bounce_squaresWaveG;
    -o-animation-name: bounce_squaresWaveG;
    -ms-animation-name: bounce_squaresWaveG;
    -webkit-animation-name: bounce_squaresWaveG;
    -moz-animation-name: bounce_squaresWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#squaresWaveG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#squaresWaveG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#squaresWaveG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#squaresWaveG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#squaresWaveG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#squaresWaveG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#squaresWaveG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#squaresWaveG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

button.addProcedure a {
    color: white !important;
    font-size: 11px;
}

@keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(51, 121, 183);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(51, 121, 183);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(51, 121, 183);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(51, 121, 183);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(51, 121, 183);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;

    text-align: center;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 0px;
    background: white;
    cursor: pointer;
    display: block;
    left: 38%;
    height: 49px;
    width: 125px;
}

.browse {
    padding: 10px 20px !important;
    margin-left: 38%;
    background-color: #337AB7;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.multifile_remove_input {
    font-size: 18px;
}

.filename {
    font-size: 18px;
    color: red;
}

/* Frontend */
.form_required {
    color: red;
    font-weight: bold;
}

.form-control-captcha {
    min-width: 70px;
    width: 140px;
    position: absolute;
    display: inline-block;
    margin-left: 3px;
    height: 45px;
}

.margin-box {
    margin-bottom: 75px;
    margin-top: 15px;
}

.absolut-botton {
    position: absolute;
}

#here {
    position: absolute;
    width: 100%;
    top: -77px;
}

.form-control-message {
    height: 100px !important;
}
.input-group-captcha-contact{
    width: 340px;
}
.form-control-captcha-contact {
    width: 170px !important;
    padding: 10px;
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.alert-contact{
    margin: 10px;
}
.alert-contact ul{
    list-style-type: none;
}

/* End Frontend */

.searchBg {
    background: #1b6e95 none repeat scroll 0 0;
    padding: 20px 0 6px;
    display: inline-block;
    width: 100%;
}

.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.user-menu li {
    display: inline-block;
}

.header-right ul.list-inline li:nth-child(-n+3) {
    border-right: 1px solid #1b6e95;
}

.headerText {
    color: #3498db;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    margin: 7px 0 0;
    text-align: right;
}

.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #3498db;
}

.headerText span {
    color: #424242;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    margin: 0 6px;
}

.headerText button {
    padding: 0 7px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    height: 33px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    background: #3498db;
    border: 0;
}

.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}

.user-menu li a i.fa {
    margin-right: 5px;
}

.header-right ul.list-inline {
    text-align: right;
}

.header-right ul.list-inline li a {
    display: block;
    color: #1b6e95;
    font-size: 12px;
}

.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}

.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {
    background: none repeat scroll 0 0 #1abc9c;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.logo h1 {
    margin: 10px 0;
    font-weight: 400;
}

.logo h1 a {
    color: #999;
}

.logo h1 a:hover {
    text-decoration: none;
    opacity: .8
}

.logo h1 a span {
    color: #1abc9c;
}

.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}

.shopping-item a {
    color: #666;
}

.cart-amunt {
    color: #1abc9c;
    font-weight: 700;
}

.product-count {
    background: none repeat scroll 0 0 #1abc9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #1abc9c;
    border-color: #1abc9c;
}

.shopping-item:hover a {
    color: #fff;
    text-decoration: none
}

.shopping-item:hover .cart-amunt {
    color: #fff;
}

.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}


.mainmenu-area ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {
    background: #222
}

.mainmenu-area .nav > li > a:focus {
    color: #000
}

.slider-area {
    clear: both
}

.slider-area, .promo-area, .brands-area, .maincontent-area, .footer-top-area, .product-widget-area, .product-breadcroumb-area, .single-product-area {
    position: relative;
    overflow: hidden
}

.zigzag-bottom {
}

.slide-text-wrapper {
    height: 700px;
}

.slide-text-wrapper {
    display: table;
    width: 100%;
}

.slide-text {
    display: table-cell;
    vertical-align: middle
}

.zigzag-bottom {
    background: none repeat scroll 0 0 #1abc9c;
    bottom: -80px;
    height: 165px;
    left: -5%;
    position: absolute;
    transform: rotate(3deg);
    width: 108%;
    z-index: 9;
}

.slide-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover
}

.slide-bg:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.slide-one {
    background-image: url(img/slide-1.jpg)
}

.slide-two {
    background-image: url(img/slide-2.jpg)
}

.slide-three {
    background-image: url(img/slide-3.jpg)
}

.slide-text {
    color: #fff;
    font-size: 18px;
    font-weight: 200
}

.slide-text h2 {
    font-size: 45px;
    font-weight: 200
}

.slide-content {
    position: relative;
    z-index: 9;
    padding: 30px
}

.slide-content:before {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.readmore {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    border: 1px solid #1abc9c;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.readmore:hover {
    background: #222;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff
}


.promo-area {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 77px 0 200px;
}

.brands-area {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 0px 0 200px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom {
    background: #fff
}

.single-promo {
    border: 1px solid #17a78b;
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}

.single-promo i {
    font-size: 50px;
}

.single-promo:hover {
    color: #fff;
    background: #222;
    border-color: #222
}

.section-title {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center;
}


.product-f-image {
    position: relative;
}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product-hover:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .4s;
}

.product-hover a {
    background: none repeat scroll 0 0 #1abc9c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #1abc9c;
    width: 80%;
    z-index: 99;
    transition: .4s;
}

.product-hover a:hover {
    background: #000;
    text-decoration: none;
    border-color: #444;
}

.product-carousel-price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 5px;
    text-decoration: none;
}

.product-hover a i.fa {
    margin-right: 5px;
}

.product-hover a.add-to-cart-link {
    top: -25%;
}

.product-hover a.view-details-link {
    bottom: -25%;
}

.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}

.single-product p {
    color: #1abc9c;
    font-weight: 700;
}

.single-product {
    overflow: hidden;
}

.single-product:hover .product-hover a.add-to-cart-link {
    top: 32%;
}

.single-product:hover .product-hover a.view-details-link {
    bottom: 32%;
}

.single-product:hover .product-hover:after {
    left: 0
}


.product-carousel {
    padding-top: 40px;
}

.latest-product .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
    border: 1px solid #1abc9c;
    color: #1abc9c;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {
    color: #222;
    border-color: #222
}

.brand-list {
    padding-top: 40px;
}

.brand-list .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.brand-wrapper .owl-nav div {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.maincontent-area {
    padding-bottom: 170px
}

.product-wid-title {
    font-family: raleway;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}

.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}

.single-wid-product h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}

.product-wid-price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.single-wid-product h2 a {
    color: #222;
}

.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #1ABC9C;
}

.wid-view-more {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.wid-view-more:hover {
    color: #fff;
    background-color: #222;
    text-decoration: none
}

.single-product-widget {
    position: relative;
}

.product-widget-area {
    padding-bottom: 150px;
    padding-top: 30px;
}

.product-widget-area .zigzag-bottom {
    background: #333
}

.footer-top-area .zigzag-bottom {
    background: #000
}

.footer-top-area {
    background: none repeat scroll 0 0 #333;
    color: #999;
    padding: 35px 0 180px;
}


.footer-bottom-area {
    background: #000;
    color: #fff
}

.footer-about-us span {
    color: #1abc9c;
}

.footer-wid-title {
    font-family: raleway;
    font-size: 30px;
    font-weight: 100;
    color: #fff
}

.footer-about-us h2 {
    font-weight: 200;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}

.footer-menu a {
    display: block;
    padding: 5px 0;
    color: #999
}


.footer-social a {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 40px;
    border: 1px solid #1abc9c;
}

.footer-social a:hover {
    background-color: #222;
    border-color: #666
}

.footer-social {
    margin-top: 20px
}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;
    border: 1px solid #1abc9c;
}

.newsletter-form input[type="submit"]:hover {
    background: #222;
    border-color: #666
}

.newsletter-form {
    margin-top: 25px;
}

a {
    color: #3498DB
}

a:hover, a:focus {
    color: #3498DB
}

.footer-bottom-area {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    padding-bottom: 40px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}

ol.slide-indicators {
    left: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

ol.slide-indicators li {
    background: none repeat scroll 0 0 #222;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}

ol.slide-indicators li.active {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}


.carousel.carousel-fade .item {
    transition: opacity 1s ease-in-out
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
    font-size: 30px;
    text-align: right;
}

.copyright > p {
    margin: 10px 0 0;
}

.product-big-title-area {
    background: url(img/crossword.png) repeat scroll 0 0 #1ABC9C
}

.product-bit-title h2 {
    font-family: raleway;
    font-size: 50px;
    font-weight: 200;
    margin: 0;
    padding: 50px 0;
    color: #fff;
}

.single-product-area .zigzag-bottom {
    background-color: #333333
}

.single-product-area {
    padding: 80px 0 130px;
}


.sidebar-title {
    color: #3dc6ab;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.single-sidebar {
    margin-bottom: 50px;
}

/*
input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 0;
    padding: 10px;
}
*/
input[type="submit"], button[type=submit] {
    background: #3498db;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
    margin-left: 120px;
}

input[type="submit"]:hover, button[type=submit]:hover {
    background-color: #20B3E3;
    color: #fff;
}

.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}

.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}

.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}

.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.thubmnail-recent > h2 a {
    color: #222;
}

.product-sidebar-price > ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.single-sidebar a {
    display: block;
}

.product-breadcroumb {
    margin-bottom: 20px;
}

.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}

.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}

.product-breadcroumb > a:last-child::before {
    display: none;
}

.product-main-img {
    margin-bottom: 20px;
}

.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}

.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}

.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}

.product-inner-price {
    margin-bottom: 25px;
}

.product-inner-price > ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.quantity {
    float: left;
    margin-right: 15px;
}

.quantity input[type="number"] {
    border: 1px solid #1abc9c;
    padding: 5px;
    width: 50px;
}

.add_to_cart_button {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    padding: 6px 25px;
    display: inline-block
}

.add_to_cart_button:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none
}

form.cart {
    margin-bottom: 25px;
}

.product-inner-category {
    margin-bottom: 30px;
}

.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.product-tab li {
    display: inline-block;
}

.product-tab li.active {
    background: none repeat scroll 0 0 #1abc9c;
}

.product-tab li.active a {
    color: #fff;
}

.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}

.product-tab li a:hover {
    text-decoration: none;
}

.product-tab li a:focus {
    text-decoration: none;
}

.tab-content h2 {
    font-size: 20px;
}

.tab-content {
    margin-bottom: 30px;
}

.submit-review label {
    display: block;
}

.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}

.rating-chooser {
    margin-bottom: 30px;
}

.rating-chooser p {
    font-weight: 700;
}

.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
    margin-top: 30px;
}

.related-products-title {
    color: #3dc6ab;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.related-products-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -56px;
}


table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}

table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}

td.product-thumbnail img {
    height: auto;
    width: 70px;
}

td.product-name {
    font-size: 18px;
}

div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #1abc9c;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}

td.product-quantity div.quantity {
    float: none;
    margin: 0;
}

td.actions div.coupon {
    float: left;
}

.cart-collaterals {
    overflow: hidden;
}

.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}

.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}

.cart-collaterals h2 {
    color: #1abc9c;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}

div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}

.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}

.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}

.onsale {
}

div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}

div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.price > ins {
}

div.cart-collaterals ul.products li.product .price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}


.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}

.col2-set {
    margin-left: -30px;
    overflow: hidden;
}

.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}

#customer_details label {
    display: block;
    margin: 0 0 5px;
}

#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}

#customer_details h3 {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}

.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}

#order_review_heading {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}

#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}

#payment ul.payment_methods li {
    margin-bottom: 15px;
}

a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}


table.shop_table td.product-remove a {
    display: inline-block;
    padding: 0 5px 2px;
    text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {
    color: #fff;
    background: red;
    text-decoration: none
}

table.shop_table td.product-name a {
    color: #222;
}

table.shop_table td.product-name a:hover {
    color: #1ABC9C;
    text-decoration: none
}

div.quantity input.plus:hover, div.quantity input.minus:hover {
    background-color: #222
}

div.cart-collaterals ul.products li.product a:hover h3 {
    color: #1ABC9C
}

div.cart-collaterals ul.products li.product a:hover {
    text-decoration: none
}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button {
    background-color: #222
}


.cart-collaterals .shipping_calculator {
    float: right;
    width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}

#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}

#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}

#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}


.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}

.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {
    margin-bottom: 50px
}

.pagination > li > a, .pagination > li > span {
    color: #1abc9c;
}

.search-box {
    background: #1b6e95;
    display: flex;
}

.camera_container {
    margin-bottom: 15px;

    position: relative;
    margin-top: 115px;
}

.treatment-container {
    margin-bottom: 15px;
    position: relative;
    margin-top: 10px;
    background: #fff;
}

.btn-default1 {
    background: #20b3e3;
    height: 56px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.btn-default1:hover {
    background: #1da5d1;
    color: #fff;
}

.work-list {
    padding: 15px 0px;
}

.portfolio-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    color: #eb272f;
    font-size: 21px;
    border: 0;
    text-transform: none;
}

.portfolio-text a {
    color: #424242;
    font-weight: 300;
    font-size: 14px;
    text-transform: none;
}

.portfolio-text a i {
    padding: 0 0 0 10px;
}

.portfolio-text a span {
    color: #424242;
    font-weight: 400;
    font-size: 11px;
}

h2.portfolio-text::after {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    content: "";
}

.work-list a .featured-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.work-list a .featured-img img {
    width: 100%;
    float: left;
    position: relative;
}

.work-list a .featured-img img.subpage {
    width: 100%;
    float: left;
    position: relative;
}

.work-list a .featured-img1 {
    width: 100%;
}

.work-list a .featured-img1 span {
    width: 50%;
    float: right;
    position: relative;
    overflow: hidden;
}

.work-list a .featured-img1 img {
    max-width: 300px;
    float: right;
    position: relative;
    left: 50%;
}


.featured-img1 h1 {
    font-size: 21px;
    font-weight: 700;
    color: #424242;
    position: absolute;
    top: 70px;
    left: 10px;
}

.featured-img1 h1 small {
    font-size: 13px;
    font-weight: 700;
    color: #424242;
}

@keyframes imagehover {
    0% {
        height: 40px;
    }
    25% {
        height: 80px;
    }
    50% {
        height: 120px;
    }
    75% {
        height: 160px;
    }
    100% {
        height: 200px;
    }
}

.image-hover {
    display: none;
    position: absolute;
    text-align: center;
    width: 95%;
    height: 100%;
    float: left;
    margin: 0 auto;
    z-index: 9999;
    top: 0;

}

.image-hover i {
    color: rgba(138, 184, 57, 0);
    font-size: 30px;
    line-height: 230px;
    transition: 5s color ease-in;
    display: none;
}

.image-hover:hover i {
    display: block;
    color: #fff;
}

.image-hover1 {
    background: rgba(27, 110, 149, 0.5) none repeat scroll 0 0;
    display: none;
    float: left;
    height: 218px;
    position: absolute;
    text-align: center;
    width: 94%;
    left: 10px;
}

.image-hover1 i {
    color: rgba(138, 184, 57, 0);
    font-size: 30px;
    line-height: 270px;
    transition: 5s color ease-in;
    display: none;
}

.image-hover1:hover i {
    display: block;
    color: #fff;
}

.work-list a h3 {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.work-list a:hover .image-hover {
    display: block;
    animation: 0.4s ease-in 0s normal none 1 running imagehover;

}

.work-space {
    margin: 20px 0px 0;
}

.active {
    color: #fff !important;
}

/*
.fifth-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs  {
    background: #fff!important;
    border: 0 none;
    color: #3498db!important;
    position: relative;
    max-width: 570px;
}
*/

.active label {
    color: #424242;
}

.procedureItems {
    color: #483D8B !important;
    padding: 5px 10px !important;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-left: 1px solid #e6e6e6 !important;

}

.procedureItems:hover {
    background-color: #cef2ec !important;
}

.procedureInfo {
    color: #808080 !important;
    padding-left: 10px !important;
    font-size: 12px !important;
}

.changeColor {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.editFormGroup {
    position: inherit !important;
    margin-right: 5px !important;
    margin-left: 0px !important;
}

.editFormControl {
    width: 100% !important;
}

label.error {
    color: red;
}

.treatment {
    padding: 15px;
}

.treatment h1 {
    color: #424242;
    font-size: 36px;
    padding: 10px 0;
    text-align: center;
}

.treatment h1 br {
    display: none;
}

.treatment h1 span {
    font-size: 22px;
    color: #424242;
    display: block;
    width: 100%;
    padding: 40px 0 10px;
}

.treatment h1 span br {
    display: none;
}

.offs1 {
    background: #fff;
    display: flex;
}

.treatmentList i {
    color: #424242;
    font-size: 70px;
    text-align: center;
    display: inline-block;
}

.treatmentList ul li a {
    float: left;
    width: 30%;
    margin: 1, 5%;
    display: block;
}

.treatmentList ul li a i.fa {
    color: #424242;
    font-size: 70px;
    text-align: center;
    display: inline-block;
}


.nav-tabs > li {
    background: url(images/tabMenu-barbg.png) top left no-repeat;
}

.nav-tabs {
    border: none !important;
}

.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #cccccc;
    font-size: 13px;
    height: 49px;
    line-height: 15px;
    margin-right: 0;
    max-width: 320px;
    padding: 13px 0 0 8px;
    text-align: left;
}

.nav-tabs > li.active {
    border: 0 none;
    border-radius: 0;
    color: #cccccc;
    font-size: 13px;
    height: 49px;
    line-height: 15px;
    margin-right: 0;
    max-width: 540px;
    text-align: left;
    background: #3498db;
}


.nav-tabs > li > a:hover {

    color: #3498DB;
}

.nav-tabs > li.active > a:hover {

    color: #3498DB;
    background: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs {
    border: 0 none;
    color: #fff;
    position: relative;
    max-width: 570px;
}

.nav-tabs > li.active > a::after {
    border-color: transparent transparent transparent #3498db;
    border-style: solid;
    border-width: 25px 22px;
    content: "";
    height: auto;
    position: absolute;
    right: -44px;
    top: 0;
    width: auto;
    background: none;
    padding: 0;
}


.tab-wrap {
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
}

.tab-content {
    padding: 0;
}

.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: none;
}

.parrent h5 {
    padding: 30px 0 0 7px;;
}

.referance {
    font-size: 16px;
    text-align: center;
    color: #424242;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 0 0 40px;
}

.referance img {
    display: block;
    margin: 0px auto 15px;
}

#bottom {
    background: #424242 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

.rights img {
    font-size: 14px;
    padding: 20px 0 10px;
    display: block;

}

.rights span {
    display: inline-block;
    font-size: 15px;
    color: #cccccc;
    padding: 0 0 10px;
}

#bottom h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: lowercase;
    height: 40px;
}

#bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#bottom ul li {
    display: block;
}

#bottom ul li a {
    color: #cccccc;
    font-size: 12px;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}

.licences {
    background: #fff;
}

.footer-social-icons {
    text-align: right;
    padding: 25px 0 0;
}

.footer-social-icons a {
    font-size: 26px;
    margin: 0 25px;
    color: #fff;
}

.footer-social-icons span {
    margin-right: 10px;
}


.carousel-control.left-index, .carousel-control.right-index {
    background: none;
    width: 25px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control-index.left {
    left: -10px;
    top: 248px;
}

.carousel-control-index.right {
    right: 20px;
    top: 248px;
}

.carousel-control.left {
    left: -15px;
    top: 100px;
}

.carousel-control.right {
    right: -16px;
    top: 100px;
}

.broun-block {
    background: #fff;
    /*    padding-bottom: 34px;*/
}

.block-text {
    margin-top: 27px;
    padding: 80px 20px 20px;
    background: #fff;
    height: 410px;
}

.block-text a {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    font-style: italic;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.block-text a:hover img.play-icon {
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}

.mark {
    padding: 12px 0;
    background: none;
}

.block-text p {
    color: #424242;
    font-weight: 400;
    font-size: 13px; /*index*/
    line-height: 20px;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}

.textSlider {
    background: #e4e4e4;
    padding: 20px 0;
}

.textSlider .block-text img {
    width: 100%;
    margin: 0 0 10px 0;
}

.textSlider .block-text img.play-icon {
    width: 70px;
    position: absolute;
    top: 180px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -35px;
    -webkit-transform 2s; /* Safari */
    transition: transform 2s;
}

.textSlider .block-text img.videotitle-icon {
    width: 80px;
    position: absolute;
    top: -27px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -50px;
}

.textSlider .carousel-inner > .item {
    padding: 0 30px;
}

.textSlider .seeall {
    float: right;
    padding: 30px 44px 10px 0;
}

.textSlider .seeall a {
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
    color: #3498db;
}


.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.zmin h1 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 5px;
    border: 0;
}

.zmin h2 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    border: 0;
}

.zmin h3 {
    color: #eb272f;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    border: 0;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}

.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}

.rel {
    position: relative;
}

.textSlider-arrow {
    color: #424242;
    font-size: 26px;
}

.categoryList1 {
    background: #fff;
}


/*.portfolio-item {margin-bottom: 30px;}*/
/*.portfolio-item {margin: 0 0 25px 0;}*/
.portfolio-item .hover-bg {
    height: 203px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    background: rgba(15, 90, 126, 0.9) none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    padding: 15% 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.hover-bg .hover-text h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.hover-bg .hover-text > ul {
    list-style: none;
    margin: 10px 0 0;
}

.hover-bg .hover-text > ul li {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.hover-bg .hover-text > ul li:before {
    color: #fff; /* or whatever color you prefer */
}

.hover-bg .hover-text > ul > li > a {
    color: #ffffff;
    margin: 0 auto;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 50%;
}

.hover-bg span {
    width: 50%;
    float: left;
    background: #fff;
    overflow: hidden;
    height: 207px;
}

.hover-bg span.text {
    color: #424242;
    font-size: 17px;
    font-weight: 700;
    padding: 40px 0 10px 10px;
    line-height: 17px;
}

.hover-bg span ul {
    margin: 10px 0 0;
}

.hover-bg span ul li {
    color: #424242;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-indent: 5px;
}

.hover-bg span ul li:before {
    color: #424242; /* or whatever color you prefer */
}


.hover-bg img {
    max-width: 160%;
}

.hover-bg .hover-text > h4 {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
    margin: -30px 0 0;
    color: #fff;
}

/*
.hover-bg .hover-text > ul > li {
    color: #424242;
    font-size:12px;
    text-decoration: underline;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    list-style:none;

}
*/
.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    transform: translateY(0px);
}

.hover-bg .hover-text > i {
    opacity: 0;
    transform: translateY(0px);
    transition: all 0.3s ease 0s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.title-abroad {
    margin: 20px 0px !important;
}

.navbar-nav > li > .dropdown-menu {

}

.navbar-default .navbar-nav > li > a {

}

.navbar-nav > li > .dropdown-menu {

}

.navbar-default .navbar-nav > li > a {
    font-weight: 300;
}

.mega-dropdown {
    position: static !important;

}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

.parallax a.link {
    text-decoration: underline;
}

.parallax .wrap {
    max-width: 870px;
    margin: 0 auto;
    padding: 60px 0;
}

.parallax .wrap strong {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.parallax .wrap strong small {
    display: block;
    margin-top: -3px;
    font-weight: 300;
}

.parallax .wrap strong small a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none;
    width: 310px;
    display: inline-block;
    line-height: 21px;
    margin: 10px 0 0;
}

.parallax .wrap * + p {
    margin-top: 8px;
    color: #ffffff;
}

.parallax .wrap * + .btn {
    margin-top: 23px;
}

@media (max-width: 767px) {
    .parallax .wrap strong {
        font-size: 45px;
        line-height: 55px;
    }
}

.parallax1 .wrap {
    max-width: 100%;
    letter-spacing: -2px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopaddingc {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.flex-list {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    list-style-type: none;
}

.flex-list li{
    min-height: 350px;
}

.flex-list + .flex-list {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .flex-list + .flex-list {
        margin-top: 0;
    }
}

.flex-list li {
    margin: 20px auto;
}

.flex-list li div {
    width: 150px;
    height: 150px;
    border: 2px solid #3498db;
    border-radius: 100px;
    margin: 0 auto;
}

.flex-list li div i {
    color: #3498db;
    font-size: 60px;
    text-align: center;
    padding: 38px 0 0;
}

.flex-list li span.title {
    color: #3498db;
    font-size: 19px;
    display: block;
    padding: 5px 0;
    font-weight: 500;
}

.flex-list li span.desc {
    color: #424242;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    font-weight: 400;

}

@media (max-width: 767px) {
    .flex-list li a span {
        font-size: 13px;
    }
}

.flex-list li img {
    -moz-transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 150px;
}

.flex-list li img:hover {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

@media (max-width: 767px) {
    .flex-list {
        text-align: center;
    }

    .flex-list li {
        display: block;
    }
}

.meggaMenu h3 {

    color: #285582;
    font-family: Avenir-Heavy, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
}

.complex-procedures {
    color: #7e99b4;
    font-size: 14px;
    line-height: 1.3;
}

.g-procedure-links {
    max-width: 230px;
    word-wrap: break-word;
    padding: 0;
}

.g-procedure-links li {
    table-layout: fixed;
    list-style-type: none;
}

.g-procedure-links .all-speciality-link {
    color: red !important;
    white-space: pre-line;
}

.g-procedure-links .all-speciality-link i {
    color: #424242;
    font-size: 10px;
    margin-left: 10px;
}

.g-procedure-links a {
    color: grey !important;
    line-height: 1.3;
}

.content-banner {
    border: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 178px;
    margin-top: 10px;
    position: relative;
    width: 208px;
}

.content-banner .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.content-banner .bg-image, .content-banner .content, .content-banner .overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content-banner .caption {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 20px 10px;
    text-align: center;
}

.content-banner .action {
    border: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff inset, 0 -1px 2px 0 #ccc inset;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0 20px 15px;
    padding: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #5c2d2d;
}

.g-procedure-links li {
    table-layout: fixed;
}

.mdg *, .mdg hr {
    box-sizing: border-box;
}

.mdg *, .mdg *::after, .mdg *::before {
    box-sizing: border-box;
}

/*h1, h2, h3, h4, h5, h6, li {
    padding-bottom: 0.273em;
}*/
/* --------------------- list  -------------   */
.hospital-list {
    margin: 125px 0 0;
}

.hospital-list h1 {
    color: #1b6e95;
    font-size: 30px;
    font-weight: 600;
}

.whitebox {
    background: #fff;
    width: 100%;
    padding: 10px 0;
}

.first-area h2 {
    font-size: 12px;
    font-weight: 700;
    color: #1b6e95;
}

.first-area span {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
}

.first-area ul {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
}

.first-area ul li {
    font-size: 12px;
    color: #424242;
    font-weight: 600;
}

.first-area ul li span {
    font-size: 9px;
    color: #424242;
    font-weight: 300;
    padding: 0 5px 0 0;
}

.first-area span.text {
    font-size: 12px;
    color: #424242;
    font-weight: 600;
    display: inline-block;
    margin: 25px 0 0;
}

.first-area span.text a {
    font-size: 12px;
    color: #1b6e95;
    font-weight: 600;
    display: block;
    padding: 10px 0 0;
}

.second-area {
    padding: 0 20px;
}

.second-area .nav-pills > li > span {
    font-weight: 600;
    font-size: 12px;
    color: #424242;
    line-height: 34px;
    padding: 0 10px 0 0;
}

.second-area .nav-pills > li > a {
    border-radius: 0;
    border: 1px solid #28779b;
    padding: 6px 10px;
    margin: 0 1px;
}

.third-area > div > input[type="text"] {
    border: 1px solid #4d4d4d;
    padding: 5px 7px 7px;
    width: 350px;
}

.third-area > div > input[type="submit"] {
    background: #1b6e95 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 5px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
}

.third-button {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #424242;
    border-radius: 20px;
    color: #424242;
    display: block;
    font-size: 12px;
    padding: 6px;
    text-align: center;
    width: 160px;
    font-weight: 700;
}

.third-textbutton {
    background: #fff none repeat scroll 0 0;
    color: #424242;
    display: block;
    font-size: 12px;
    padding: 6px;
    text-align: right;
    font-weight: 700;
    position: relative;
}

.third-textbutton-open {
    padding: 10px 0;
    left: -165px;
    width: 440px;
}

.third-textbutton-open li {
    padding: 0;
    text-align: left;
    background-color: #fff;
    float: left;
    width: 220px;
    list-style-type: none;
}

.third-textbutton-open li ul li {
    list-style-type: none;
}

.third-textbutton-open li ul li a {
    color: #424242;
    font-size: 13px;
    margin: 0 0 0 5px;
}

.third-textbutton-open li span {
    font-size: 9px;
    color: #424242;
    opacity: 0.5;
    padding: 0 7px 0 0;
}

.forth-area {
    padding-bottom: 5px;
}

.forth-area h1 {
    color: #1b6e95;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.sixth-area h1 {
    color: #1b6e95;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.sixth-area h2 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.forth-area h1 img {
    padding: 0 0 0 10px
}

.forth-area .city-name {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
}

.forth-area ul {
    list-style-type: none;
    padding: 0;
}

.forth-area ul li {
    font-size: 12px;
    color: #424242;
    line-height: 15px;
}

.forth-area .cost {
    font-size: 12px;
    color: #424242;
    font-weight: 600;
    text-align: right;
    line-height: 40px;
    display: inline-block;
    float: right;
}

.forth-area .check-detail-button {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #424242;
    border-radius: 20px;
    padding: 10px 15px;
    border: 0;
    text-transform: uppercase;
    margin: 0 5px;
}

.forth-area .get-quote-button {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #1b6e95;
    border-radius: 20px;
    padding: 10px 15px;
    border: 0;
    text-transform: uppercase;
    margin: 0 5px;
}

.forth-area span.certificate img {
    margin: 0 5px 0 0;
}

.fifth-area h1 {
    color: #1b6e95;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.fifth-area span.rate img {
    margin: 0 5px 0 0;
}

{
    color: #1b6e95
;
    font-size: 30px
;
    font-weight: 600
;
    text-transform: uppercase
;
}
.fifth-area span.subtext {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
}

.fifth-area span.text {
    color: #424242;
    font-size: 12px;
    font-weight: 400;
}

.fifth-area span.text a {
    color: #1b6e95;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 10px 0 0;
}

.fifth-area > input[type="button"] {
    background: #3498db none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    width: 100%;
}

.whitebox-detail {
    background: #fff;
    width: 100%;
    padding: 5px 20px;
    margin: 10px 0;
}

.sidebar-gq-btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 10px 0;
    padding: 15px 12px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border: 0;
    background: #f2f2f2;
}

.sidebar-gq-btn span {
    font-size: 9px;
    font-weight: 300;
    line-height: 30px;
}

.sidebar-gq-btn:focus, .sidebar-gq-btn:active:focus, .sidebar-gq-btn.active:focus, .sidebar-gq-btn.focus, .sidebar-gq-btn.focus:active, .sidebar-gq-btn.active.focus {
    outline-offset: -2px;
}

.map {
    min-width: 300px;
    min-height: 200px;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}

.fifth-tab {
    border: medium none !important;
}

.fifth-tab > li {
    background: none;
    padding: 0 15px;
}

.fifth-tab > li:nth-child(-n+1) {
    padding: 0 15px 0 0;
}

.fifth-tab > li > a {
    border: 0 none;
    border-radius: 0;
    color: #aeaeae;
    font-size: 15px;
    font-weight: 600;
    margin-right: 0;
    padding: 0;
    text-align: left;
    line-height: 25px;
    height: 26px;
}

.fifth-tab > li:nth-child(-n+3) {
    border-right: 1px solid #aeaeae;
}

.fifth-tab > li.active > a::after {
    content: "";
    height: auto;
    position: absolute;
    right: -44px;
    top: 0;
    width: auto;
    color: #1b6e95;
    font-size: 16px;
    border: 0;
    background: none;
}

/*.fifth-tab > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {background: none ;border: 0 none;color: #1b6e95;font-size: 16px;max-width: 570px;position: relative;} anasayfa etkilen,yor*/
.fifth-area hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #adadad -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

.fifth-tab h3 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 600;
}

.fifth-tab h4 {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0;
}

.fifth-tab p {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.fifth-tab p.bold {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}

.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('images/a12.png') no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}

.fifth-services {
    background: #fff;
}

.fifth-services ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fifth-services ul li {
    color: #424242;
    font-size: 12px;
    font-weight: 400;
}

.fifth-services ul li span {
    color: #1b6e95;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px 0 0;
    line-height: 34px;
}

/*.licences img {margin: 10px 10px 0 0;} anasayfa etkileniyor*/
.fifth-services input[type="submit"] {
    padding: 5px 10px;
    background: #f2f2f2;
    color: #1b6e95;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 30px 0;
}

.fifth-services p.little-p {
    font-size: 11px;
    font-weight: 400;
    color: #424242;
}

.fifth-services .rate-little img {
    width: 10px;
}

.fifth-services .name {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
    margin: 30px 0 0;
}

.fifth-services .desc {
    color: #1b6e95;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}

.fifth-services .date {
    color: #aeaeae;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}

.fifth-services .date span {
    padding: 0 0 0 10px;
}

.panel-gq-btn {
    margin: -10px 0 0;
}

.panel-gq-btn button {
    background: #3498db;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border-radius: 15px;
    border: 0;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion1 .panel-heading {
    padding: 0;
}

#accordion .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

#accordion1 .panel-title > a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    font-weight: 300;
    font-size: 12px;
}

#accordion1 .panel-title > a.accordion-toggle::before, #accordion1 a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    margin-top: 3px;
    font-weight: 300;
    font-size: 12px;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}

#accordion1 .panel-title > a.accordion-toggle.collapsed::before, #accordion1 a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}

.panel-body li {
    font-size: 12px;
    color: #424242;
    list-style-type: none;
}

.sixth-area span.title-blue {
    color: #1b6e95;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 10px 0 0;
}

.sixth-area div.text a {
    color: #424242;
    font-size: 12px;
    font-weight: 400;
}

.sixth-area div.text {
    color: #424242;
    font-size: 12px;
    font-weight: 400;
}

.sixth-area div.text span {
    color: #424242;
    font-size: 12px;
    font-weight: 600;
}

.sixth-area span.title {
    font-size: 20px;
    color: #1b6e95;
    font-style: italic;
    font-weight: 700;
    display: block;
}

.sixth-area span.desc {
    font-size: 15px;
    color: #3498db;
    font-weight: 600;
    display: block;
}

.sixth-area span.sub-text {
    font-size: 12px;
    color: #424242;
    font-weight: 400;
    display: block;
}

.sixth-area span.sub-text > span {
    color: #1b6e95;
}

.gray-bg {
    background: #f2f2f2;
    padding: 10px;
    min-height: 70px;
}

.gray-bg.extra {
    padding: 30px;
}

.modal-body p {
    font-size: 12px;
    color: #424242;
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

#success_message {
    display: none;
}

.ui-box {
    width: 90%;
    height: 80px;
    background: #f2f2f2;
    margin: 0 auto;
    text-align: center;
    color: #424242;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0;
}

.requestt {
    background: #f2f2f2;
    width: 100%;
    padding: 18px 0;
}

.requestt > span {
    margin: 0 10px;
}

.requestt > span > input[type="text"] {
    background: #f2f2f2;
    padding: 10px 25px;
    border: 1px solid #424242;
    color: #adadad;
    font-size: 12px;
}

.requestt > span > input[type="select"] {
    background: #f2f2f2;
    padding: 10px 25px;
    border: 1px solid #424242;
    color: #adadad;
    font-size: 12px;
}

.requestt-textbutton {
    background: #fff;
    padding: 10px 25px;
    border: 1px solid #424242;
    color: #adadad;
    font-size: 12px;
}

.requestt > button {
    background: #1b6e95 !important;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
}

.side-bar > input[type="text"] {
    background: #fff;
    padding: 10px 25px;
    border: 1px solid #424242;
    color: #adadad;
    font-size: 12px;
    width: 100%;
}

.side-bar > input[type="button"] {
    background: #424242;
    padding: 10px 25px;
    border: 0;
    color: #adadad;
    font-size: 12px;
    border-radius: 15px;
}

.side-bar > input[type="submit"] {
    background: #adadad;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    width: 100%;
    margin: 15px 0;
}

.form-group > span.dropdown {
    width: 300px;
    margin: 17px auto 0;
    display: inline-block;
    height: 50px;
    padding: 10px 12px;
    line-height: 1.42857143;
    background-color: #f2f2f2;
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group > span.dropdown a {
    font-weight: 600;
    font-size: 14px;
    color: #424242;
    display: block;
    width: 100%;
}

.form-group > span.dropdown a span.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    margin: 13px 0 0;
    float: right;
    line-height: 30px;
}

.form-group > span.dropdown > ul.dropdown-menu {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0px;
    list-style: outside none none;
    min-width: 100%;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.radio {
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


.checkbox {
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 300px;
    text-align: center;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.form-group button {
    background: #f2f2f2 none repeat scroll 0 0;
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    color: #2d2d2d;
    display: block;
    margin-top: 15px !important;
    min-width: 300px;
    padding: 11px 20px;
    text-transform: uppercase;
    margin-right: 0 !important;
}

.searchbox-toptext {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: -15px 0 3px 0px;
    padding: 5px 0;
}

.searchbox-bottomtext {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: -5px 0 0 0px;
    padding: 5px 0;
}

.searchbox-bottomtext span {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.rate {
    margin: 0 0 10px 0;
}

.toTop {
    background: #ED2325;
    border-radius: 30px;
    bottom: 10px;
    font-size: 26px;
    padding: 10px 0;
    position: fixed;
    right: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
}

.toTop:hover {
    background: #1b6e95;
    color: #fff;
}

/*.anchor-links ul {width: 100px;margin: o auto;display: block;}*/
.licences {
    display: block;
    margin: 10px 0 0;
}

.seventh {
    margin: 10px 0;
}

.seventh h1 {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #424242;
    margin: 0;
}

.seventh p {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #424242;
    margin: 0;
}

.cc-subpage {
    top: 310px !important;
    left: 35px;
}

body.modal-open-noscroll {
    margin-right: 0 !important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

.section-check {
    background-color: #0abea0;
}

.section-check {
    background: #ccc url("../images/checkmark-white.png") no-repeat scroll center center;
    border-radius: 50%;
    display: block;
    height: 25px;
    margin-top: 5px;
    transition: all 150ms ease-in-out 0s;
    width: 25px;

}

.section-check {
    transition: all 150ms ease-in-out 0s;
}

.form-group {
    position: relative;
}

/* Quote Design */

.whitebox .form-group {
    position: initial;
    margin-left: initial;
    width: initial;
    margin-bottom: 16px;
}
.whitebox .form-group textarea {
    height: 80px;
    border-radius: 0;
    border: 1px solid #92daf1;
    width: 100%;
    padding: 10px;
}
.whitebox .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #92daf1;
    width: 100%;
}
.btn-quote-send {
    margin: 30px auto !important;
    height: 60px !important;
    width: 100% !important;
    background: #d42e2e !important;
    margin-left: initial !important;
}
#dropzonePreview{
    border: 2px dashed #92daf1;
    /* border-radius: 5px; */
    background: #f9f9f9;
    min-height: 150px;
    /* border-radius: 0; */
    /* color: #909090;*/
}
#dropzonePreview span{
    color: black;
    font-weight: bold;
}
.dz-button {
    background: initial;
    color: initial;
}
.page-scroll{
    color: white;
}
.sliderArea {
margin: 133px 0 4px;
overflow: hidden;
}

.slider img {
width: 100%;
}

.footer-col {
width: 12.5% !important;
}

@media (max-width: 768px) {
.footer-col {
width: 24% !important;
}

.filtersection {
margin-top: 125px;
}

.branchsection {
display: none;
}

.third-area > div > input[type="text"] {
width: 78%;
}

.header-right ul.list-inline {
display: none;
}

.headerText {
text-align: right;
margin: -5px 0 0;
}

.logo {
}

.referance {
font-size: 13px;
min-height: 180px;
}

.footer-social-icons {
padding: 20px 0;
}

.footer-social-icons a {
font-size: 20px;
margin: 0 15px;
}

.headerText {
font-size: 12px;
}

.header-right {
margin: 5px 0 0;
}

#bottom h3 {
font-size: 15px;
height: 18px;
margin-bottom: 0px;
margin-top: 0;
}

#bottom .widget {
margin-bottom: 30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs {
max-width: 96%;
}

.nav-tabs > li.active > a::after {
right: -55px;
}

.nav-tabs > li {
background: url(images/tabMenu-barbg.png) top right no-repeat;
width: 283px;
margin: 0 0 10px 0;
}

.carousel-control.left {
left: 0px;
top: 140px;
}

.carousel-control.right {
right: 0px;
top: 140px;
}

.referance img {
margin: 0 auto 15px;
}

.hospital-list {
margin: 165px 0 0;
}

.forth-area {
padding-left: 15px;
padding-right: 15px;
}

.certificate {
width: 100%;
margin: 0 auto;
display: inline-block;
text-align: right;
}

.hospital-list {
margin: 125px 0 0;
}

.subscribeTitle {
font-weight: 600;
color: #424242;
font-size: 20px;
line-height: 16px;
padding: 5px 0 0;
text-align: center;
}

.third-button {
width: 200px;
margin: 10px auto;
}

.third-textbutton {
text-align: center;
}

.third-textbutton-open {
width: 100%;
left: 10px;
}

.third-textbutton-open li {
width: 100%;
}

.nopaddingm {
padding: 0 15px !important;
}

.nopaddingc {
padding: 0 !important;
}

.gray-bg {
margin: 10px 0;
min-height: 250px;
}

.ui-box {
margin: 10px 0;
}

.licences {
text-align: right;
}

.requestt > span > input[type="text"] {
width: 90%;
margin: 0 auto 10px;
display: block;
}

.requestt-textbutton {
width: 90%;
margin: 0 auto;
display: block;
}

.requestt > span {
margin: 0;
}

.requestt > button {
margin: 15px;
width: 90%;
}

.navbar-header {
text-align: left;
}
}

@media (max-width: 768px) {
.footer-col {
width: 50% !important;
}
}

#subscribe {
background: #cccccc;
padding: 10px 0;
margin: 0;
}

.subscribeTitle {
font-weight: 600;
color: #424242;
font-size: 20px;
line-height: 16px;
padding: 5px 0 0;
}

.subscribeText {
display: inline-block;
font-weight: 400;
color: #424242;
font-size: 13px;
}

.firstanchor p {
font-size: 13px;
color: #424242;
}

.firstanchor h3 {
font-size: 15px;
color: #1b6e95;
font-weight: 600;
text-transform: uppercase;
}

.fifth-services h4 {
font-size: 13px;
font-weight: 600;
color: #424242;
margin: 0 0 4px 0;
}


header {
text-align: center;
height: 120px;
background: #fff;
color: #fff;
/ / set animation -webkit-transition: all 0.4 s ease;
transition: all 0.4s ease;
}

header.sticky {
position: fixed;
height: 95px;
width: 100%;
background: #fff;
text-align: left;
box-shadow: 0px 1px 10px #aaa;
}

header.sticky img {
width: 150px;
position: relative;
}

header.sticky .list-inline {
display: none;
}

header.sticky div.headerText {
margin: -5px 0 0;
}

h2 {
border-bottom: 1px solid #ccc;
color: #1b6e95;
font-size: 15px;
font-weight: 600;
margin: 10px 0;
padding-bottom: 10px;
text-transform: uppercase;
}

.blueLine {
border: 1px solid #20b3e3 !important;
}

.redLine {
border: 1px solid red !important;
color: red;
}

/*
.glyphicon-menu-left {position: absolute;top: -135px;left: -50px;}
.glyphicon-menu-right {position: absolute;top: -135px;right: 50px;}

*/

.glyphicon-menu-left {
    background: url(images/left-arrow-slider.png) top left no-repeat;
    width: 24px;
    height: 44px;
    background-size: contain;
}

.glyphicon-menu-right {
    background: url(images/right-arrow-slider.png) top left no-repeat;
    width: 24px;
    height: 44px;
    background-size: contain;
}

.list-first-icon i {
    font-size: 14px;
    padding: 0 5px 0 0;
    font-weight: 600;
}

.accordion-heading {
    padding: 10px 0;
}

.accordion-heading a {
    font-size: 15px;
    font-weight: 600;
    color: #424242;
    text-transform: uppercase;
}

.accordion-heading a.sub-title {
    font-size: 13px;
    font-weight: 600;
    color: #424242;
    text-transform: none;
}

.accordion-inner {
    background: #f2f2f2;
    padding: 10px;
}

.accordion-group {
    margin: 5px 0;
}

.learnMore-link {
    display: block;
}

.learnMore-link a {
    font-size: 13px;
    font-weight: 600;
    color: #1b6e95;
}

.second-area-ltitle {
    float: left;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    font-size: 15px;
    color: #424242;
    margin: 0 15px 0 0
}

.fixed-button-link {
    top: 120px;
    left: 5px;
    position: fixed;
    height: 90px;
    width: 90px;
    background-color: #ed2325;
    z-index: 9999;
    border-radius: 50%;
    display: none;
}

.english-fixed-button-text {
    color: white;
    padding-top: 35px;
    padding-left: 8px;
}

.russian-fixed-button-text {
    color: white;
    padding-top: 25px;
    padding-left: 6px;
    font-size: 13px;
}

.fixed-button-link-text {
    color: #FFFFFF !important;
}

.anchor-active {
    border-bottom-style: solid !important;
}

.modal-link {
    text-decoration: underline;
}

@media (min-width: 900px) {
    .fixed-area {
        position: fixed !important;
        z-index: 1029;
        background: #fff;
        width: 100%;
        padding: 5px 20px;
        margin: 10px 0;
        width: 390px;

    }

    .absolute-area-info {
        top: 212px;
        position: absolute;
        width: 100%;
    }

}

.rating-stars {
    position: relative;
    width: 94px;
    top: 3px;
    margin-bottom: 0px;
    display: inline-block;
    background: url('../turmeda/images/star-rate.png') 0 -26px repeat-x;
    float: left;
    line-height: 1px;
}

.rating-stars-span {
    height: 20px;
    display: block;
    background: url('../turmeda/images/star-rate.png') repeat-x;
}

.new-position-for-turkish {
    margin-left: 87px;
}


/* --------- New ----------*/

.jumbotron {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.slider-eng {
    font-size: 40px;
    padding: 10px 0 0;
}

.sliderBox {
    background: #1A8194;
    height: 126px;
    text-align: center;
    margin: 0 0 10px;
}

.sliderBox img {
    margin: 25px 0 0;
    width: 40px;
    height: auto;
}

.sliderBox span {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0;
}

#branch .portfolio-item .branch-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

#branch .portfolio-item .branch-img img {
    width: 100%;
    height: 350px;
}

/*#branch .portfolio-item .branch-img span {position: absolute; top: 54px; left: 50%; right: 50%; margin: 0 0 0 -40px; }*/
#branch .portfolio-item .branch-img span img {
    width: 80px;
    height: 80px;
}

#branch .portfolio-item span.text {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 93%;
    padding: 10px;
    min-height: 135px;
    position: absolute;
    bottom: 0;
}

#branch .portfolio-item span.text span {
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    color: #fff;
}

#branch .portfolio-item span.text ul {
    list-style-type: none;
    margin: 0;
}

#branch .portfolio-item span.text ul li {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

#branch .portfolio-item span.text ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.logoLink {
    width: 100%;
    display: inline-block;
    text-align: left;
}

section#fifth label {
    margin-bottom: 0.1rem;
}

section#fifth .form-control, .popupModal .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #92daf1;
    width: 100%;
    min-width: 250px !important;
}

section#fifth textarea, .popupModal textarea{
    height: 80px;
    border-radius: 0;
    border: 1px solid #92daf1;
    width: 100%;
    padding: 10px;
}

section#fifth button.btn-send {
    margin: 30px auto;
    height: 60px;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 10px;
    background: #d42e2e;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

section#fifth .form-group , .popupModal .form-group{
    margin-bottom: 15px;
    left: 0;
    margin: 0 auto;
    margin-left: 0;
    position: inherit;
    right: 0;
    width: 100%;
    margin-bottom: 1rem;
}

section#fifth h1 {
    width: 100%;
    text-align: center;
    color: #4a4646;
    padding: 20px 0;
    font-weight: 300;
    font-size: 38px;
}

.required-message {
    font-family: 'Calibri';
    font-size: 11px;
    color:#000;
}

#file {
    display: none;
}

.upload {
    border: 1px solid #92daf1;
    height: 50px;
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 8px;
    box-sizing: border-box;
}

section#fifth label {
    font-weight: 400;
}

.fifth-area h3 {
    width: 100%;
    text-align: center;
    color: #3498db;
    padding: 20px 0 0;
    font-weight: 700;
    font-size: 26px;
}

.fifth-area h3 div {
    width: 100%;
    text-align: center;
    color: #4a4646;
    padding: 20px 0;
    font-size: 16px;
}

.fifth-area .linee {
    background: #3498db;
    width: 80%;
    height: 5px;
    border-radius: 20px;
    margin: 30px auto;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.6)
}

.modal-header {
    padding: 5px;
}

.modal-title {
    font-size: 22px;
}

.whitebox .forth-area h1 {
    margin-top: 10px;
}

.main-slider {
    width: auto;
    position: relative;
    bottom: -180px;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
}

.main-slider .text1 {
    font-size: 28px;
    font-weight: bold;
    color: #337ab7
}

.main-slider .text2 {
    font-size: 20px;
    font-weight: normal;
    color: #337ab7
}

.main-slider .text2 img {
    width: 21px;
    margin-right: 10px;
}

section.sliderArea .slider {
    height: 398px;
    overflow: hidden;
}

section#branch .branding {
    margin: 0 0 25px;
    overflow: hidden;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav > li {
        margin: 0 7px 0 0;
        float: left;
        font-size: 13px;
    }

    .flex-list li span.desc {
        height: 135px;
    }

    .textSlider .block-text img.play-icon {
        top: 140px;
    }

    .jumbotron p {
        margin-bottom: 5px;
    }

    .second-opinion {
        margin-bottom: 5px;
    }

    .slider-eng {
        font-size: 34px;
    }

    .sliderBox {
        height: 108px;
    }
}

@media screen and (max-width: 768px) {
    .sliderBox {
        margin: 10px 0 10px;
    }

    .input-group-btn {
        right: 20px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn-blue {
        height: 51px;
    }

    .slider-eng {
        font-size: 16px;
    }

    .navbar-inverse {
        display: block;
    }

    /*.col-sm-offset-7 {margin-left: 56.333333%!important;} */
    .navbar-toggle {
        display: block;
    }

    #branch .portfolio-item span.text {
        min-height: 133px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #nav-corporate {
        display: block;
    }
}

@media screen and (max-width: 414px) {

    .header-right {
        padding: 11px 0 0;
        border-top: 1px solid #f8f8f8;
        margin: 5px 0 0;
    }

    .logo a img {
        width: 160px;
    }

    header.sticky .logo a img {
        width: 140px;
    }

    header.sticky .header-right {
        margin: 0;
    }

    header.sticky {
        height: 102px;
    }

    header.sticky .navbar {
        top: 0;
    }

    .main-slider {
        width: 100%;
    }

    .jumbotron p {
        max-width: 90%;
    }

    .main-slider .text2 {
        font-size: 18px;
    }

    .main-slider .text1 {
        font-size: 20px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 0;
        padding-left: 0px;
        width: 100%;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn-blue {
        height: 50px;
    }

    .input-group-btn {
        right: -1px;
    }

    .form-group2 {
        width: 63%;
    }

    .form-control {
        min-width: 100%;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100%;
    }

    .navbar-nav > li {
        float: none;
        font-size: 15px;
    }

    .rights img {
        margin: 0 auto;
    }

    .rights span {
        text-align: center;
    }

    .footer-social-icons {
        text-align: center;
    }

    #branch .portfolio-item span.text {
        min-height: 145px;
    }

    .sticky .header-right {
        padding: 5px 0 0;
    }
}













