.logo-box,nav.navbar {
    //animation -webkit-transition: all .4s ease
}

.ar-float,.scrollbar {
    float: right
}

.section,nav.navbar .navbar-nav {
    //animation -webkit-transition: all .4s ease
}

body {
    background: url(../imgs/bg.jpg) 50% 0 repeat-y;
    font-family: tim-font;
    font-size: 18px
}

textarea {
    resize: none
}

a:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    h1 {
        font-size:50px;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width:992px) {
    h1 {
        font-size:38px;
        text-align: center
    }
}

@media (max-width: 768px) {
    h1 {
        font-size:28px;
        text-align: center
    }

    .tap-group a {
        font-size: 12px !important
    }

    .container {
        padding-left: 45px !important
    }
}

h2 {
    font-size: 30px;
    color: #26ace2;
}

h3 {
    font-size: 24px;
    text-align: center
}

.ar-dir {
    direction: rtl !important
}

.en-dir {
    direction: ltr !important
}

.ar-align {
    text-align: right !important
}

.en-align {
    text-align: left !important
}

.en-float {
    float: left
}

.navbar-nav>li>a {
    font-size: 14px
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.logo-box,.section,nav.navbar,nav.navbar .navbar-nav {
    transition: all .4s ease
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media (min-width: 992px) {
    nav.navbar.expand {
        min-height:120px
    }

    .logo-box.expand:after {
        width: 230px;
        height: 195px
    }

    .logo-box.expand {
        width: 240px;
        height: 200px
    }

    nav.navbar.expand .navbar-nav {
        margin-top: 60px !important
    }

    nav.navbar .lang {
        top: 0;
        right: auto;
        left: 220px
    }

    nav.navbar.expand .lang {
        top: 0;
        left: auto;
        right: 20px
    }
}

@media (min-width: 768px) {
    body {
        padding-top:120px
    }

    .navbar-nav {
        height: 58px
    }

    .navbar-nav>li {
        float: right !important
    }

    .navbar-nav>li a {
        padding: 15px 10px
    }

    .navbar-default .navbar-nav>.active>a:after,.navbar-default .navbar-nav>.active>a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 50%
    }

    .navbar-nav>li:last-child:after {
        content: ''
    }

    .navbar-default .navbar-nav>.active>a:after {
        border-width: 0 14px 14px;
        border-color: #26ace2 transparent;
        margin-left: -14px;
        top: 44px;
        z-index: -1
    }

    .navbar-default .navbar-nav>li>a:focus {
        color: #26ace2
    }

    .navbar-default .navbar-nav>.active>a:before {
        border-width: 0 7px 7px;
        border-color: #29ade2 transparent;
        margin-left: -7px;
        top: 51px;
        z-index: 1;
    }
}

.blog-sub-block .text:after,.doctor-block:before,.logo-box:after,.tap-group .active:after {
    content: ''
}

@media (min-width: 768px) and (max-width:992px) {
    body {
        padding-top:60px;
        padding-bottom: 50px
    }

    nav.navbar .lang,nav.navbar.expand .lang {
        top: 69px !important
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>.active>a:after,.navbar-default .navbar-nav>.active>a:before {
        content:'';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: 50%;
        right: -20px
    }

    body {
        padding-top: 60px
    }

    .navbar-nav>li {
        padding-right: 20px
    }

    .navbar-default .navbar-nav>.active>a:after {
        border-width: 14px 14px 14px 0;
        border-color: transparent #26ace2;
        margin-top: -14px;
        z-index: -1
    }

    .navbar-default .navbar-nav>.active>a:before {
        border-width: 7px 7px 7px 0;
        border-color: transparent #e280a6;
        margin-top: -7px;
        z-index: 1
    }
}

.lang,.logo-box:after {
    display: block;
    top: 0;
    position: absolute
}

nav.navbar .navbar-nav {
    margin-top: 20px
}

nav.navbar {
    min-height: 70px;
    border: 1px solid #26ace2;
    border-left: 0;
    border-right: 0;
    background-repeat: repeat-x;
    background-image: url(../imgs/nav-bar-bg.png);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
}

.logo-box,.logo-box:after {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.logo-box {
    position: absolute;
    width: 140px;
    height: 100px;
    padding: 0 20px;
    background-color: rgba(255,255,255,.3);
    -webkit-box-shadow: 0 25px 60px -10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 25px 60px -10px rgba(0,0,0,.15);
    box-shadow: 0 25px 60px -10px rgba(0,0,0,.15);
    overflow: hidden
}

.plane,.start-plane {
    //animation -webkit-transition: all 1s cubic-bezier(.43,-.6,.035,2.465)
}

.logo-box:after {
    right: 5px;
    width: 130px;
    height: 95px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.9);
    z-index: -1
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #26ace2
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border: 0
}

.navbar-default .navbar-nav>li>a {
    color: #26ace2;
    text-align: right
}

.asdfrdfd,.create,.doctor-block,.item-block,.item-block .img,.lang a,.scrollbar a,.tap-group a,p {
    text-align: center
}

.navbar-default .navbar-nav>li>a:hover {
    color: #26ace2b8;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #26ace2b8;
}

.lang {
    width: 161px;
    height: 40px;
    right: auto;
    left: 180px;
}

.asdfrdfd,.lang a {
    display: inline-block;
    width: 28px;
    height: 32px;
    background-color: #26ace2;
    color: #f5f5f5;
    padding-top: 5px;
    font-family: arial;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.15);
}

.asdfrdfd {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 336px
}

.fade,.section {
    position: relative
}

.lang a:hover {
    background-color: #f5f5f5;
    color: #e280a6
}

.lang a.active {
    /* background-color:#f5f5f5; */
    color: #26ace2;
    border: 2px solid #f2f2f2;
}

.section {
    display: block;
    overflow: hidden;
    background-position: center
}

.fade {
    visibility: hidden;
    opacity: 0;
    top: 30px
}

.show-element {
    visibility: visible;
    opacity: 1;
    top: 0;
    //animation -webkit-transition: opacity,top 1s cubic-bezier(.43,-.6,.035,2.465);
    transition: opacity,top 1s cubic-bezier(.43,-.6,.035,2.465)
}

.orange-divider {
    background-image: url(../imgs/section2-top.png)
}

.wight-divider {
    background-image: url(../imgs/section6-top.png)
}

.move-down {
    display: block;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -300px;
    opacity: 0
}

.move-down-show {
    top: 0;
    opacity: 1;
    //animation -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.tap-group {
    display: table;
    width: 100%;
    border-spacing: 1px
}

.tap-group a {
    display: table-cell;
    height: 60px;
    border: 3px solid #c30e78;
    background-color: #eb088d;
    padding: 5px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.15);
}

.tap-group a:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #c30e78;
    background: -moz-linear-gradient(left,rgba(248,142,67,1) 0,rgba(242,97,45,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(248,142,67,1)),color-stop(100%,rgba(242,97,45,1)));
    background: -webkit-linear-gradient(left,rgba(248,142,67,1) 0,rgba(242,97,45,1) 100%);
    background: -o-linear-gradient(left,rgba(248,142,67,1) 0,rgba(242,97,45,1) 100%);
    background: -ms-linear-gradient(left,rgba(248,142,67,1) 0,rgba(242,97,45,1) 100%);
    background: linear-gradient(to right,rgb(235 8 141) 0,rgb(183 9 111) 100%);
}

.tap-group a:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #f2602d;
    background: -moz-linear-gradient(left,rgba(242,97,45,1) 0,rgba(248,142,67,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(242,97,45,1)),color-stop(100%,rgba(248,142,67,1)));
    background: -webkit-linear-gradient(left,rgba(242,97,45,1) 0,rgba(248,142,67,1) 100%);
    background: -o-linear-gradient(left,rgba(242,97,45,1) 0,rgba(248,142,67,1) 100%);
    background: -ms-linear-gradient(left,rgba(242,97,45,1) 0,rgba(248,142,67,1) 100%);
    background: linear-gradient(to left,rgb(235 8 141) 0,rgb(183 9 111) 100%);
}

.tap-group a:hover {
    background: #2caee3;
    border-color: #1699ce;
}

.tap-group .active {
    background: #2caee3 !important;
    border-color: #1699ce !important;
    position: relative;
    text-decoration: none;
}

.tap-group .active:after {
    width: 0;
    border-width: 14px 14px 0;
    border-color: #1699ce transparent;
    border-style: solid;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 57px;
}

.item-block {
    display: inline-block;
    width: 220px;
    height: 280px;
    vertical-align: top;
    text-decoration: none
}

.item-block:hover {
    text-decoration: none
}

.item-block .img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    border: 5px solid #fff;
    background-color: #fafafa;
    //animation -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.item-block:hover .img {
    background-color: #fbede7
}

.item-block .img img {
    width: 190px;
    opacity: .5;
    //animation -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.item-block .img img:hover {
    opacity: 1;
    //animation -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.big-arrow,.small-arrow,.start-big-arrow,.start-small-arrow {
    //animation -webkit-transition: all 1s cubic-bezier(.43,-.6,.035,2.465)
}

.big-arrow,.plane,.small-arrow,.start-big-arrow,.start-plane,.start-small-arrow {
    position: absolute;
    transition: all 1s cubic-bezier(.43,-.6,.035,2.465)
}

.item-block .title {
    font-size: 16px;
    color: #f2602d;
    text-align: center;
    padding: 10px;
    display: block;
    height: 80px
}

.cretae-trip {
    background-color: #f47b2c;
    background-image: url(../imgs/create-trip.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 700px
}

.world-map {
    position: absolute;
    z-index: 1;
    width: 1396px;
    height: 680px;
    background-image: url(../imgs/create-trip-world-map.png);
    top: 10px;
    opacity: .1
}

.start-big-arrow,.start-small-arrow {
    opacity: 0
}

.start-big-arrow {
    top: 60px;
    right: 0;
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.start-small-arrow {
    top: 110px;
    right: 22px;
    width: 100px;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.big-arrow {
    top: 60px;
    right: 0;
    opacity: .4
}

.small-arrow {
    top: 110px;
    right: 22px;
    width: 100px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 1
}

.footer-submit,.light-info,.social-link {
    //animation -webkit-transition: all .8s ease
}

.start-plane {
    top: 250px;
    left: 35%;
    opacity: 0
}

.plane {
    top: 150px;
    left: 47%;
    opacity: 1
}

.footer-submit,.light-info,.social-link {
    transition: all .8s ease
}

.drop-box {
    display: inline-block;
    width: 45%;
    height: 400px;
    background-color: #51112f;
    border-radius: 10px;
    -webkit-box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
    -moz-box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
    box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
    padding: 10px
}

.create,.drop-box-content {
    display: block;
    width: 100%;
    color: #fff
}

.drop-box-content {
    border: 5px solid #6b193f;
    border-radius: 10px;
    height: 265px;
    background: rgba(107,25,63,1);
    background: -moz-linear-gradient(top,rgba(107,25,63,1) 0,rgba(163,38,96,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(107,25,63,1)),color-stop(100%,rgba(163,38,96,1)));
    background: -webkit-linear-gradient(top,rgba(107,25,63,1) 0,rgba(163,38,96,1) 100%);
    background: -o-linear-gradient(top,rgba(107,25,63,1) 0,rgba(163,38,96,1) 100%);
    background: -ms-linear-gradient(top,rgba(107,25,63,1) 0,rgba(163,38,96,1) 100%);
    background: linear-gradient(to bottom,rgb(19 105 140) 0,rgb(38 172 226) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b193f', endColorstr='#a32660', GradientType=0);
    margin-bottom: 10px;
    padding-right: 5px;
    overflow-y: scroll;
}

.create {
    border: 5px solid #ff490b;
    border-radius: 10px;
    height: 100px;
    font-size: 30px;
    padding: 10px;
    background: rgba(255,99,15,1);
    background: -moz-linear-gradient(top,rgba(255,99,15,1) 0,rgba(255,72,11,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(255,99,15,1)),color-stop(100%,rgba(255,72,11,1)));
    background: -webkit-linear-gradient(top,rgba(255,99,15,1) 0,rgba(255,72,11,1) 100%);
    background: -o-linear-gradient(top,rgba(255,99,15,1) 0,rgba(255,72,11,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,99,15,1) 0,rgba(255,72,11,1) 100%);
    background: linear-gradient(to bottom,rgba(255,99,15,1) 0,rgba(255,72,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff630f', endColorstr='#ff480b', GradientType=0)
}

.create:hover {
    background: #ff490b;
    color: #fff
}

.scrollbar {
    display: inline-block;
    width: 50%;
    height: 400px;
    padding-right: 10px;
    background: 0 0;
    overflow-y: scroll
}

.big,.doctor-block,.scrollbar a,.small {
    display: block
}

.drop-box-content::-webkit-scrollbar-track,.scrollbar::-webkit-scrollbar-track {
    background-color: transparent
}

.drop-box-content::-webkit-scrollbar,.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

.drop-box-content::-webkit-scrollbar-thumb,.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #882050
}

.scrollbar a,.sendButton {
    border: 2px solid #7d173f
}

.scrollbar a {
    min-height: 48px;
    color: #fff;
    border-radius: 10px;
    padding: 8px;
    margin: 3px;
    font-size: 20px;
    background: #7d173f;
    background: -moz-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(113,17,59,1)),color-stop(100%,rgba(236,42,119,1)));
    background: -webkit-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -o-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -ms-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: linear-gradient(to right,rgb(19 105 140) 0,rgb(38 172 226) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71113b', endColorstr='#ec2a77', GradientType=1);
}

.doctor-block,.doctor-block img,.doctor-block:before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.scrollbar a:focus,.scrollbar a:hover {
    background: rgba(91,18,43,1);
    background: -moz-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(91,18,43,1)),color-stop(100%,rgba(174,35,84,1)));
    background: -webkit-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -o-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -ms-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: linear-gradient(to right,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b122b', endColorstr='#ae2354', GradientType=1);
    text-decoration: none
}

.scrollbar .active,.scrollbar .active:focus,.scrollbar .active:hover {
    background: #fcecef;
    border-color: #fff;
    color: #36071b
}

p {
    color: #606060
}

.doctor-block {
    width: 230px;
    height: 350px;
    margin: 0 auto;
    background-color: rgba(237,237,237,1);
    position: relative;
    -webkit-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2);
    box-shadow: 0 45px 50px -16px rgba(0,0,0,.2)
}

#b-a-Carousel,.contact-msg-box {
    -webkit-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2)
}

.doctor-block img {
    width: 230px
}

.doctor-block:before {
    width: 232px;
    height: 350px;
    margin: 0 auto;
    background: rgba(253,91,32,1);
    background: -moz-linear-gradient(top,rgba(253,91,32,1) 0,rgba(237,237,237,1) 75%,rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(253,91,32,1)),color-stop(75%,rgba(237,237,237,1)),color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,rgba(253,91,32,1) 0,rgba(237,237,237,1) 75%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top,rgba(253,91,32,1) 0,rgba(237,237,237,1) 75%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top,rgba(253,91,32,1) 0,rgba(237,237,237,1) 75%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom,rgba(253,91,32,1) 0,rgba(237,237,237,1) 75%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd5b20', endColorstr='#ededed', GradientType=0);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1
}

.gray-info,.light-info {
    text-align: center;
    width: 232px;
    height: 60px;
    padding: 5px;
    position: absolute;
    top: 290px;
    left: 0;
    color: #fff
}

.gray-info {
    background-color: #373737;
    z-index: 10
}

.big {
    font-size: 18px
}

.small {
    font-size: 14px
}

.light-info {
    background-color: #fd5a20;
    z-index: 1
}

.doctor-block:hover .light-info {
    top: 350px
}

.before-after {
    background-color: rgb(38 172 226 / 0.8);
    height: 700px;
}

#feed-Carousel {
    display: block;
    max-width: 800px;
    max-height: 350px;
    margin: 0 auto
}

#feed-Carousel .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff4a0b;
    border-width: 0;
    border-radius: 12px
}

#feed-Carousel .carousel-indicators .active {
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 1px 2px;
    border: 3px solid #ff4a0b
}

#b-a-Carousel {
    display: block;
    max-width: 760px;
    max-height: 450px;
    border-radius: 20px;
    background-color: #e6e6e6;
    margin: 0 auto;
    box-shadow: 0 45px 50px -16px rgba(0,0,0,.2)
}

#b-a-Carousel .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.6);
    border-width: 0;
    border-radius: 12px
}

#b-a-Carousel .carousel-indicators .active {
    background-color: #26ace2;
    width: 12px;
    height: 12px;
    margin: 1px 2px;
    border: 3px solid #26ace2;
}

#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(199,199,199,.77);
    border-width: 0;
    border-radius: 20px
}

#myCarousel .carousel-indicators .active {
    background-color: #71bddd;
    width: 20px;
    height: 20px;
    margin: 1px 3px
}

.footer-birds,.footer-top,.footer-top-rep {
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.footer-top {
    background: url(../imgs/footer-top_1.png) no-repeat
}

.footer-birds {
    background: url(../imgs/footer-top_3.png) no-repeat
}

.footer-top-rep {
    background: url(../imgs/footer-top-rep.png) repeat-x
}

.footer-ask {
    background: url(../imgs/footer-bg.png) repeat-x;
    height: 245px;
    text-align: center;
    border-bottom: 1px solid #26ace2;
}

.footer {
    background: url(../imgs/footer-city.jpg) center no-repeat #530024;
    min-height: 290px;
    text-align: center;
    border-top: 10px solid #26ace2;
    border-bottom: 1px solid #331120;
    color: #fff;
}

.footer-copyright {
    min-height: 50px;
    text-align: center;
    border-bottom: 2px solid #530024;
    color: #bdb8ba;
    background-color: #270112;
    padding: 15px;
    font-size: 12px;
    font-family: Tahoma
}

.footer-input,.footer-submit {
    border: 0;
    padding: 12px;
    color: #fff;
    margin: 6px
}

.footer-input {
    background-color: rgba(0,0,0,.34);
    font-family: Tahoma;
    text-align: center
}

.footer-submit {
    background-color: #26ace2;
}

.footer-submit:hover {
    background-color: #c40258;
}

.footer-textarea {
    width: 100%;
    height: 80px;
    margin: 3px
}

.footer-text {
    width: 100%;
    height: 30px;
    margin: 3px
}

.orange {
    color: #ff4800
}

.wight {
    color: #fff
}

.social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 2px;
    background-image: url(../imgs/social-links.jpg);
    opacity: 1
}

.social-link:hover {
    opacity: .5
}

.twitter {
    background-position-x: 0
}

.facebook {
    background-position-x: -32px
}

.google {
    background-position-x: -64px
}

.skype {
    background-position-x: -96px
}

.youtube {
    background-position-x: -128px
}

.carousel-control {
    filter: alpha(opacity=30);
    opacity: .3
}

.carousel-control:focus,.carousel-control:hover {
    filter: alpha(opacity=40);
    opacity: .4
}

.about-block {
    position: relative;
    display: block;
    border-radius: 15px;
    padding: 1px;
    margin: 90px auto;
    max-width: 800px;
    background: rgba(255,64,0,.6);
    background: -moz-linear-gradient(left,rgba(255,64,0,.6) 0,rgba(255,255,255,.6) 39%,rgba(255,255,255,.6) 61%,rgba(255,64,0,.6) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,64,0,.6)),color-stop(39%,rgba(255,255,255,.6)),color-stop(61%,rgba(255,255,255,.6)),color-stop(100%,rgba(255,64,0,.6)));
    background: -webkit-linear-gradient(left,rgba(255,64,0,.6) 0,rgba(255,255,255,.6) 39%,rgba(255,255,255,.6) 61%,rgba(255,64,0,.6) 100%);
    background: -o-linear-gradient(left,rgba(255,64,0,.6) 0,rgba(255,255,255,.6) 39%,rgba(255,255,255,.6) 61%,rgba(255,64,0,.6) 100%);
    background: -ms-linear-gradient(left,rgba(255,64,0,.6) 0,rgba(255,255,255,.6) 39%,rgba(255,255,255,.6) 61%,rgba(255,64,0,.6) 100%);
    background: linear-gradient(to right,rgba(255,64,0,.6) 0,rgba(255,255,255,.6) 39%,rgba(255,255,255,.6) 61%,rgba(255,64,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4000', endColorstr='#ff4000', GradientType=1)
}

.about-block .about-block-content {
    display: block;
    border-radius: 15px;
    padding: 20px 15px;
    background-color: #f9f9f9
}

.about-block .about-img-contaner {
    position: absolute;
    top: -60px;
    text-align: center;
    display: block;
    width: 100%
}

.about-block img {
    width: 85px;
    border-radius: 50px;
    border: 5px solid #f9f9f9;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.15)
}

.faq .panel {
    background: 0 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq .panel-heading {
    padding: 0
}

.faq .panel-title a {
    display: block;
    height: 45px;
    padding: 12px 10px;
    background-color: #26ace2;
    color: #fff;
    border-radius: 15px;
}

.faq .panel-title a .glyphicon-minus,.faq .panel-title a[aria-expanded=false] .glyphicon-minus,.faq .panel-title a[aria-expanded=true] .glyphicon-plus {
    display: none
}

.faq .panel-title a .glyphicon-plus,.faq .panel-title a[aria-expanded=false] .glyphicon-plus,.faq .panel-title a[aria-expanded=true] .glyphicon-minus {
    display: inline-block
}

.faq .glyphicon-minus,.faq .glyphicon-plus {
    padding: 2px 10px
}

.contact-msg-box {
    background-color: #fff;
    max-width: 700px;
    margin: 60px auto;
    box-shadow: 0 45px 50px -16px rgba(0,0,0,.2)
}

.contact-msg-box input[type=text],.contact-msg-box textarea {
    border: 1px solid #eeb8d0;
    padding: 10px 5px;
    width: 100%;
    background-color: #f3f3f3
}

.contact-msg-box input[type=submit] {
    background-color: #26ace2;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 8px;
    width: 150px;
}

.content-msg-box {
    padding: 15px
}

.content-msg-box div {
    padding: 10px
}

.title-msg-box {
    border-bottom: 1px solid #26ace2;
    display: block;
    height: 60px;
    padding: 10px 25px;
    font-size: 26px;
    color: #26ace2;
}

.title-msg-box span {
    border-bottom: 6px solid #26ace2;
    display: inline-block;
    height: 52px;
}

.footer-msg-box {
    background-color: #142225;
    color: #fff;
    font-family: Tahoma;
    font-size: 10px;
    padding-top: 8px
}

.footer-msg-box div {
    padding: 12px 4px
}

.footer-msg-box span {
    color: #26ace2;
    font-size: 30px;
    float: left;
    padding: 0 5px;
}

.footer-msg-box .address {
    clear: both;
    background-color: #213236;
    border-top: 1px solid #fdc236;
    padding: 20px;
    text-align: center;
    font-size: 14px
}

@media (min-width: 992px) {
    .container-big-div {
        margin:0 auto;
        max-width: 800px
    }
}

@media (max-width: 992px) {
    .container-big-div {
        margin:0 auto;
        max-width: 370px
    }
}

.agent-block {
    display: inline-block;
    padding: 1px;
    width: 370px;
    max-width: 100%;
    height: 170px;
    margin: 10px 15px 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #333;
    background: rgba(255,72,11,1);
    background: -moz-linear-gradient(top,rgba(255,72,11,1) 0,rgba(243,243,243,.47) 53%,rgba(243,243,243,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(255,72,11,1)),color-stop(53%,rgba(243,243,243,.47)),color-stop(100%,rgba(243,243,243,0)));
    background: -webkit-linear-gradient(top,rgba(255,72,11,1) 0,rgba(243,243,243,.47) 53%,rgba(243,243,243,0) 100%);
    background: -o-linear-gradient(top,rgba(255,72,11,1) 0,rgba(243,243,243,.47) 53%,rgba(243,243,243,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,72,11,1) 0,rgba(243,243,243,.47) 53%,rgba(243,243,243,0) 100%);
    background: linear-gradient(to bottom,rgba(255,72,11,1) 0,rgba(243,243,243,.47) 53%,rgba(243,243,243,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff480b', endColorstr='#f3f3f3', GradientType=0);
    -webkit-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 45px 50px -16px rgba(0,0,0,.2);
    box-shadow: 0 45px 50px -16px rgba(0,0,0,.2)
}

.agent-block:focus,.agent-block:hover {
    color: #333;
    text-decoration: none
}

.agent-block-content {
    width: 100%;
    height: 120px;
    background: #efefef;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px
}

.agent-block-footer {
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    height: 70px;
    color: #fff;
    background: #ff4a0b
}

.agent-block:hover .agent-block-footer {
    background: #c40258
}

.surgery-header {
    display: block;
    height: 290px;
    margin-top: -20px;
    background-color: #540024;
    background-image: url(../imgs/header.jpg);
    background-position: center;
    padding-top: 100px;
    color: #fff;
    border-bottom: 1px solid #ff6f16
}

.not-active {
    pointer-events: none;
    cursor: default
}

.fade-block-element {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px
}

.show-block-element {
    visibility: visible;
    opacity: 1;
    top: 0;
    //animation -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.pill {
    width: 100%
}

.pill td {
    padding: 5px;
    font-size: 18px
}

.cancelButton,.sendButton {
    min-width: 80px;
    text-align: center;
    font-size: 16px
}

.sendButton {
    color: #fff;
    border-radius: 10px;
    background: #7d173f;
    background: -moz-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(113,17,59,1)),color-stop(100%,rgba(236,42,119,1)));
    background: -webkit-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -o-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: -ms-linear-gradient(left,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    background: linear-gradient(to right,rgba(113,17,59,1) 0,rgba(236,42,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71113b', endColorstr='#ec2a77', GradientType=1)
}

.sendButton:focus,.sendButton:hover {
    color: #fff;
    background: rgba(91,18,43,1);
    background: -moz-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(91,18,43,1)),color-stop(100%,rgba(174,35,84,1)));
    background: -webkit-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -o-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: -ms-linear-gradient(left,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    background: linear-gradient(to right,rgba(91,18,43,1) 0,rgba(174,35,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b122b', endColorstr='#ae2354', GradientType=1);
    text-decoration: none
}

.cancelButton {
    color: #7d173f;
    border: 2px solid #7d173f;
    border-radius: 10px;
    background: #7d173f;
    background: -moz-linear-gradient(left,rgba(230,230,230,1) 0,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(230,230,230,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,rgba(230,230,230,1) 0,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,rgba(230,230,230,1) 0,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(230,230,230,1) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(230,230,230,1) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71113b', endColorstr='#ec2a77', GradientType=1)
}

.cancelButton:hover,.sendButton:focus {
    color: #7d173f;
    background: rgba(91,18,43,1);
    background: -moz-linear-gradient(left,rgba(230,230,230,1) 0,rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(240,240,240,1)),color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,rgba(230,230,230,1) 0,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,rgba(230,230,230,1) 0,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,rgba(230,230,230,1) 0,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,rgba(230,230,230,1) 0,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b122b', endColorstr='#ae2354', GradientType=1);
    text-decoration: none
}

.blog-top-bg {
    display: block;
    height: 374px;
    background-image: url(../imgs/blog-top-bg.jpg)
}

.blog-nav a {
    color: #230012 !important
}

.blog-nav>li>a:focus,.blog-nav>li>a:hover {
    background-color: transparent;
    color: #620032 !important
}

.blog-nav>li:after {
    color: #230012 !important
}

@media (min-width: 768px) {
    .blog-content {
        background-color:#fff;
        border-top: 1px solid #c31060;
        min-height: 600px;
        padding: 10px 10px 280px;
        margin-top: -210px;
        -webkit-box-shadow: 0 10px 42px -9px rgba(0,0,0,.3);
        -moz-box-shadow: 0 10px 42px -9px rgba(0,0,0,.3);
        box-shadow: 0 10px 42px -9px rgba(0,0,0,.3)
    }

    .nav-box {
        float: right;
        margin-top: 80px
    }
}

@media (max-width: 768px) {
    .blog-content {
        background-color:#fff;
        border-top: 1px solid #c31060;
        min-height: 600px;
        margin-top: 0;
        -webkit-box-shadow: 0 10px 42px -9px rgba(0,0,0,.3);
        -moz-box-shadow: 0 10px 42px -9px rgba(0,0,0,.3);
        box-shadow: 0 10px 42px -9px rgba(0,0,0,.3);
        padding: 0 17px !important
    }

    .nav-box {
        float: right;
        margin-top: 25px
    }
}

.blog-sub-block {
    font-size: 18px;
    text-align: right;
    direction: rtl;
    min-height: 260px;
    border-bottom: 1px solid #ccc;
    margin: 14px 0
}

.blog-sub-image {
    float: right;
    display: inline-block;
    width: 360px;
    overflow: hidden;
    margin: 0 0 0 20px;
    border: 6px solid #47abc0
}

@media max-width: 990px) {
    .blog-sub-image {
        width:100%
    }

    .blog-sub-block h2 {
        clear: both
    }

    .asdfrdfd {
        font-size: 14px;
        width: 30%;
        height: auto;
        padding: 5px
    }
}

.blog-sub-block .text {
    display: block;
    height: 130px;
    overflow: hidden;
    color: #c40257;
    position: relative
}

.blog-sub-block .text:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 -25px 20px -10px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 -25px 20px -10px rgba(255,255,255,1);
    box-shadow: inset 0 -25px 20px -10px rgba(255,255,255,1)
}

.call_us,.side-form {
    position: fixed;
    text-align: center
}

.blog-sub-block h2 {
    padding-top: 20px;
    color: #540024;
    font-size: 26px;
    font-weight: 700
}

.blog-more-button {
    color: #47abc0
}

.blog-more-button:hover {
    color: #337988
}

.pagination>.disabled>a,.pagination>.disabled>span,.pagination>li>a,.pagination>li>span {
    color: #d40771;
    border: 0;
    background-color: inherit;
    font-family: Tahoma;
    margin: 1px
}

.pagination>li>a:hover,.pagination>li>span:hover {
    font-family: Tahoma;
    color: #d40771;
    background-color: inherit
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    font-family: Tahoma;
    background-color: inherit;
    border: 0;
    color: #47abc0
}

.pagination li:first-child a,.pagination li:first-child a:hover,.pagination li:first-child span,.pagination li:first-child span:hover {
    font-family: Tahoma;
    background-color: inherit;
    border-radius: 0
}

.pagination li:last-child a,.pagination li:last-child a:hover,.pagination li:last-child span,.pagination li:last-child span:hover {
    font-family: Tahoma;
    background-color: inherit;
    border: 0;
    color: #d40771 !important;
    border-radius: 0
}

.pagination>li>a,.pagination>li>span {
    float: right
}

.blog-date {
    color: #bbb
}

.call_us {
    bottom: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    font-family: Tahoma;
    z-index: 9999999
}

.side-form {
    overflow: hidden;
    top: 30vh;
    left: calc(-100vw + 50px);
    display: block;
    width: 100vw;
    border-bottom: 1px solid #26ace2;
    background: url(../imgs/footer-bg.png) repeat-x;
    height: 245px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 99999999;
    -webkit-transition: left .5s ease;
    transition: left .5s ease;
}

.side-ask-form,.side-button {
    display: table-cell;
    vertical-align: top
}

.side-button {
    width: 50px;
    padding: 5px
}

.side-ask-form {
    width: calc(100vw + 50px);
    padding: 5px 20px
}

.error {
    border: 1px solid #c40258 !important
}

.surgery_header_icon {
    display: block;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 4px solid #47abc0;
    border-radius: 100px;
    background-color: #fff;
    position: static;
    right: 15px;
    top: 110px;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.15)
}

,main_girl_face_img {
    transform: rotate(20deg)
}

.pointer:hover {
    cursor: pointer
}

.drop-box button,surrr_data_body,table.pill tr td:first-child {
    font-family: arial;
    text-align: center;
    direction: rtl
}

@media max-width: 991px) {
    .drop-box,.scrollbar {
        display:inline-block;
        width: 90%;
        float: none
    }

    .drop-box {
        margin: 30px auto;
        height: auto;
        background-color: #51112f;
        border-radius: 10px;
        -webkit-box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
        -moz-box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
        box-shadow: 0 45px 50px -16px rgba(0,0,0,.4);
        padding: 10px
    }

    .scrollbar {
        height: 400px;
        margin: auto;
        padding-right: 10px;
        background: 0 0;
        overflow-y: scroll
    }

    .cretae-trip {
        height: auto
    }
}

.ltr ul.nav.navbar-nav.navbar-right >li {
    direction: ltr;
    float: left !important;
    text-transform: capitalize;
}

@media( max-width: 768px ) {
    a.asdfrdfd {
        display:none !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .scrollbar {
        width: 100%;
        max-height: 141px;
    }

    scrollbar .drop-box {
        width: 100%;
        margin: 36px auto;
        text-align: center;
        height: auto;
    }

    .cretae-trip {
        height: auto;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li:after {
        content:'|';
        position: relative;
        top: -35px;
        color: #26ace2
    }

    .ltr .navbar-nav>li:after {
        float: right;
    }
}

.lang a {
    height: 19px;
    padding: 0;
    background: none !important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    margin-top: 5px;
    border-radius: 50%;
}

.lang a img {
    border-radius: 50%;
}

.nicescroll-rails div {
        background-color: rgb(38 172 226) !important;
}

