﻿


.btn-img:hover {
  background-color: black;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Error Page */
.error .clip .shadow {
    height: 180px; /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
    width: 130px; /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
    width: 250px; /*Contrall*/
}

.error .digit {
    width: 150px; /*Contrall*/
    height: 150px; /*Contrall*/
    line-height: 150px; /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}

.error h2 /*Contrall*/ {
    font-size: 32px;
}

.error .msg /*Contrall*/ {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle /*Contrall*/ {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404 {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: 40px;
}

    .error .container-error-404 .clip {
        display: inline-block;
        transform: skew(-45deg);
    }

.error .clip .shadow {
    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}

.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}

.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit {
    left: -20%;
}

.error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 767px) {
    /* Error Page */
    .error .clip .shadow {
        height: 100px; /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow {
        width: 80px; /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
        width: 100px; /*Contrall*/
    }

    .error .digit {
        width: 80px; /*Contrall*/
        height: 80px; /*Contrall*/
        line-height: 80px; /*Contrall*/
        font-size: 52px;
    }

    .error h2 /*Contrall*/ {
        font-size: 24px;
    }

    .error .msg /*Contrall*/ {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle /*Contrall*/ {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404 {
        height: 150px;
    }
    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay {
    position: relative;
    z-index: 20;
}
/*done*/
.ground-color {
    background: white;
}
/*done*/
.item-bg-color {
    background: #EAEAEA;
}
/*done*/

/* Padding Section*/
.padding-top {
    padding-top: 10px;
}
/*done*/
.padding-bottom {
    padding-bottom: 10px;
}
/*done*/
.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all {
    padding: 10px;
}
/*done*/

.no-padding-left {
    padding-left: 0px;
}
/*done*/
.no-padding-right {
    padding-right: 0px;
}
/*done*/
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}
/*done*/
/* Padding Section*/

/* Margin section */
.margin-top {
    margin-top: 10px;
}
/*done*/
.margin-bottom {
    margin-bottom: 10px;
}
/*done*/
.margin-right {
    margin-right: 10px;
}
/*done*/
.margin-left {
    margin-left: 10px;
}
/*done*/
.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}
/*done*/
.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*done*/
.margin-all {
    margin: 10px;
}
/*done*/
.no-margin {
    margin: 0px;
}
/*done*/

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink {
    margin: 0px 20px;
}
/*done - For the inside sections that has also Title section*/
/* Margin section */

hr {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-top: 1px dashed #999;
}
/*--------------------------------------------FrameWork------------------------*/






img .lazy {
    display: block;
}

.backnews {
    background-color: #fdfcfc;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
/*#region GALLERY*/
.fade-mode {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .fade-mode img {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .fade-mode .ovrly {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .fade-mode .buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .fade-mode .buttons .hvr {
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 0;
            color: #fff;
            display: inline-block;
            margin: 0 1px;
            line-height: 40px;
            font-size: 25px;
            text-align: center;
            text-decoration: none;
            width: 40px;
            height: 40px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
            border: 1px solid #fff;
        }

    .fade-mode:hover img {
        -webkit-filter: blur(2px);
        filter: blur(2px);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .fade-mode:hover .ovrly {
        opacity: 1;
    }

    .fade-mode:hover .buttons .hvr {
        opacity: 1;
    }

/*fade-blur effect*/

.card-header img {
    max-width: 100%;
}

.gallery-main .col-lg-3,
.gallery-main .col-md-6,
.gallery-main .col-sm-12,
.gallery-main .col-xs-12 {
    padding: 0px !important;
}

.with-margin {
    margin: 50px 0;
}

a:hover {
    cursor: pointer !important;
}
/*#endregion*/
/*#region responsivtable*/
@media screen and (min-width:800px) and (max-width: 1023px) {
    .fonttable13 {
        font-size: 11px !important;
    }

    .form-control {
        margin-top: 5px;
    }

    .btn {
        margin-top: 0px;
        width: 100%;
    }
}

@media screen and (min-width:430px) and (max-width: 700px) {
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 20%;
        white-space: normal;
        text-align: right;
        margin-left: 0px;
    }
}

@media screen and (min-width:700px) and (max-width: 800px) {
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 70%;
        white-space: normal;
        text-align: right;
        margin-left: 0px;
    }

        #no-more-tables td .CreateRowpartlarg {
            padding-right: 0%;
        }
}

@media screen and (min-width:430px) and (max-width: 800px) {

    .width100sm {
        width: 50%;
    }

    .padding5lg {
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-bordered {
        border: 0px;
    }


    .alert {
        margin-top: 10px;
    }

    .width30p {
        width: 100%;
    }

    .width50p {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 10px !important;
    }

    .form-control {
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .selectpicker {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }


    .panel-login {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .btn {
        margin-top: 2px !important;
        /*width: 100%;*/
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }




    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    .displaydevisepart {
        padding-right: 40% !important;
        margin: 5px 0 0 5px;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 2px 0 0;
    }
}


@media (min-width: 800px) and (max-width: 1100px) {

    .btn-img {
        position: absolute;
        top:40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        background-color: #bb2523;
        height: 70px;
        z-index: 999;
    }
}
@media (min-width: 1100px) and (max-width: 1500px) {

    .btn-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        background-color: #bb2523;
        height: 70px;
        z-index: 999;
    }
}

    @media (min-width: 1500px) {

        .btn-img {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: white;
            font-size: 24px;
            padding: 12px 24px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            text-align: center;
            background-color: #bb2523;
            height: 70px;
            z-index: 999;
        }
    }
    .marginright50-lg {
        margin-right: 50px;
    }

    .marginleft50-lg {
        margin-left: 50px;
    }

    .important-Page-shape {
        background-color: rgba(255, 255, 255, 0.81);
        border-radius: 100px;
        border: 1px solid #22b356;
        margin-left: 100px;
        margin-right: 100px;
    }

        .important-Page-shape:hover {
            animation: circleshape 2s forwards;
        }

    @keyframes circleshape {
        0% {
            border-radius: 80px;
            border: 2px solid green;
        }

        100% {
            border-radius: 10px;
            border: 2px solid #185808;
        }
    }

    .important-Page-shape {
        animation: circleshape2 2s forwards;
    }

    @keyframes circleshape2 {


        0% {
            border-radius: 10px;
            border: 2px solid #185808;
        }

        100% {
            border-radius: 80px;
            border: 2px solid green;
        }
    }
}

@media only screen and (max-width: 430px) {


    .padding5lg {
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-bordered {
        border: 0px;
    }


    .alert {
        margin-top: 10px;
    }

    .width30p {
        width: 100%;
    }

    .width50p {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 10px !important;
    }

    .form-control {
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .selectpicker {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }


    .panel-login {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .btn {
        margin-top: 2px !important;
        /*width: 100%;*/
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 70%;
        white-space: normal;
        text-align: right;
    }


    .displaydLesionpart {
        padding-right: 0% !important;
        margin: 0px;
        text-align: center;
    }

    .CreateRowpart {
        padding-right: 50% !important;
    }

    .CreateRowpartlarg {
        padding-right: 5% !important;
    }

    .displaydevisepart {
        padding-right: 30% !important;
        margin: 5px 0 0 5px;
    }



    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 85%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 2px 0 0;
    }
}
/*#endregion*/
/*#region Public*/




.imgbackground {
    background: url('../Images/busbanner.jpg') no-repeat;
    background-position: right;
    background-attachment: fixed;
    height: auto;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.backlightgray {
    background-color: #eff5f9;
}

.bordertop {
    border-top: 1px solid #d0d0d0;
}

.width100 {
    width: 100%;
}


.text-justify {
    text-align: justify;
}

.text-black {
    color: black;
}

.text-aqua {
    text-decoration: none !important;
    color: #09acc3;
}

li {
    list-style: none;
}

.font40 {
    font-size: 40px;
}

.font55 {
    font-size: 55px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.text-white {
    color: #fff;
}

.backwhite {
    background-color: white;
}

.backwhiteopacity {
    background-color: rgba(241, 241, 241, 0.74);
}

.margintopbtm3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.paddingtopbtm20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.paddingtopbtm30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.paddingtopbtm5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.paddingleftright5 {
    padding-right: 5px;
    padding-left: 5px;
}

.margintopbtm10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margintop20 {
    margin-top: 20px;
}


.margintop10 {
    margin-top: 10px;
}

.margintop25 {
    margin-top: 25px;
}

.margintopbtm20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginbtn5 {
    margin-bottom: 5px !important;
}

.marginbtn20 {
    margin-bottom: 20px;
}

.marginbtn10 {
    margin-bottom: 10px !important;
}

.marginleftright10 {
    margin-right: 10px;
    margin-left: 10px;
}

.marginleft50 {
    margin-left: 50px;
}

.marginright50 {
    margin-right: 50px;
}

.marginleftright3 {
    margin-right: 3px;
    margin-left: 3px;
}

.marginleftright20 {
    margin-right: 20px;
    margin-left: 20px;
}

.marginright15 {
    margin-right: 15px;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginright10 {
    margin-right: 10px !important;
}

.marginleft10 {
    margin-left: 10px !important;
}

.marginleft20 {
    margin-left: 20px !important;
}

.marginright5 {
    margin-right: 5px !important;
}

.marginleft5 {
    margin-left: 5px !important;
}

.marginright20 {
    margin-right: 20px;
}

.marginright40 {
    margin-right: 40px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingbtm20 {
    padding-bottom: 20px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop35 {
    margin-top: 35px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.margintop5 {
    margin-top: 5px;
}

.margin-right20 {
    margin-right: 20px;
}


.lineheight30 {
    line-height: 30px !important;
}


.decoration {
    text-decoration: none !important;
}

.backgreen {
    color: #04a054;
}

.text-black:hover {
    text-decoration: none !important;
}

.colortext:hover {
    text-decoration: none !important;
}

.colortext {
    color: #c307e8;
}

.color6a0288 {
    color: #6a0288;
}
/*#endregion*/
/*#region Galeryslider*/
.gallerystyle1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 150px;
    overflow: hidden;
    visibility: hidden;
}

.gallerystyle2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

.gallerystyle3 {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

.gallerystyle4 {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 150px;
    overflow: hidden;
}

.gallerystyle5 {
    width: 50px;
    height: 50px;
    top: 0px;
    left: 30px;
}

.gallerystyle6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallerystyle7 {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 30px;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb057 .i .b {
        fill: none;
        stroke: #fff;
        stroke-width: 2000;
        stroke-miterlimit: 10;
        stroke-opacity: .4;
    }

    .jssorb057 .i:hover .b {
        stroke-opacity: .7;
    }

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}

.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora073 .a {
        fill: #ddd;
        fill-opacity: .7;
        stroke: #000;
        stroke-width: 160;
        stroke-miterlimit: 10;
        stroke-opacity: .7;
    }

    .jssora073:hover {
        opacity: .8;
    }

    .jssora073.jssora073dn {
        opacity: .4;
    }

    .jssora073.jssora073ds {
        opacity: .3;
        pointer-events: none;
    }
/*#endregion*/
/*#region SocialIcon*/
/*headerSocialIcons*/
.facebook, .gplus, .linkedin, .tele, .insta, .Twitter, .aparat, .YouTube {
    display: inline-block;
    background: url('../../images/socialIcon-white.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-top: 5px;
}

.tele {
    background-position: -0px -0px;
    width: 20px;
    height: 20px;
}

.insta {
    background-position: -20px -0px;
    width: 20px;
    height: 20px;
}

.gplus {
    background-position: -40px 0px;
    width: 20px;
    height: 20px;
}



.facebook {
    background-position: -61px 0px;
    width: 20px;
    height: 20px;
}

.linkedin {
    background-position: -80px 0px;
    width: 20px;
    height: 20px;
}

.Twitter {
    background-position: -100px 0px;
    width: 20px;
    height: 20px;
}

.YouTube {
    background-position: -121px 0px;
    width: 20px;
    height: 20px;
}
/*headerSocialIcons*/
/*footerSocialIcons*/
.footerText {
    background-color: #2f3237;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerTxtlight {
    background: rgb(110,112,118); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(110,112,118,1) 7%, rgba(110,112,118,1) 7%, rgba(110,112,118,1) 13%, rgba(110,112,118,1) 15%, rgba(110,112,118,1) 18%, rgba(185,183,181,1) 30%, rgba(185,183,181,1) 55%, rgba(93,91,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(110,112,118,1) 7%,rgba(110,112,118,1) 7%,rgba(110,112,118,1) 13%,rgba(110,112,118,1) 15%,rgba(110,112,118,1) 18%,rgba(185,183,181,1) 30%,rgba(185,183,181,1) 55%,rgba(93,91,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(110,112,118,1) 7%,rgba(110,112,118,1) 7%,rgba(110,112,118,1) 13%,rgba(110,112,118,1) 15%,rgba(110,112,118,1) 18%,rgba(185,183,181,1) 30%,rgba(185,183,181,1) 55%,rgba(93,91,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e7076', endColorstr='#5d5b60',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-top: 10px;
    padding-bottom: 10px;
}

.fontwhite {
    list-style: none;
    color: white;
}

.fontblack {
    list-style: none;
    color: black;
}

.fontorange {
    color: orange;
}

.footerTxt {
    background-color: #2f3237;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.social {
    display: block;
    float: left;
    height: 40px;
    margin-left: 7px;
    width: 40px;
    margin-bottom: 10px;
}

.facebook {
    background: url("../Images/socialIcons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .facebook:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.telegram {
    background: url("../Images/socialIcons.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .telegram:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -50px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.gplus {
    background: url("../Images/socialIcons.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .gplus:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -100px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.linked {
    background: url("../Images/socialIcons.png") no-repeat scroll -150px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .linked:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -150px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.instagram {
    background: url("../Images/socialIcons.png") no-repeat scroll -202px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .instagram:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -202px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.twiter {
    background: url("../Images/socialIcons.png") no-repeat scroll -250px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .twiter:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -251px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.YouTube {
    background: url("../Images/socialIcons.png") no-repeat scroll -299px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .YouTube:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -299px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.Aparat {
    background: url("../Images/socialIcons.png") no-repeat scroll -347px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .Aparat:hover {
        img-center background: url("../Images/socialIcons.png") no-repeat scroll -347px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.googlepluss {
    bottom: 20px;
    left: 20px;
    position: fixed;
}

.footer_bottom {
    width: 100%;
    background-color: #333333;
}

    .footer_bottom p {
        color: #ffffff;
        float: right;
        direction: rtl;
        white-space: normal;
    }

    .footer_bottom a {
        color: #fed5d5;
    }


/*footerSocialIcons*/
/*#endregion*/

@media (max-width:800px) {
   .btn-img {
  position: absolute;
  top: 30%;
  left: 50%;
  right: 10%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  /* padding: 12px 24px; */
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  background-color:#bb2523;
  /* height:100px; */
  z-index:999;
}
    .marginrightleft10-sm {
        margin-right: 10px;
        margin-left: 10px;
    }

    .text-align-sm {
        text-align: center !important;
    }

    p, h3, h4 {
        line-height: 35px;
    }

    p {
        text-align: justify !important;
    }

    .marginTop10sm {
        margin-top: 10px;
    }

    .backwhiteopacityxs {
        background-color: rgba(250, 249, 249, 0.69);
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

  

    .marginTop10xs {
        margin-top: 10px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .container {
        margin: 0px 5px !important;
    }

    .width100-sm {
        width: 100%;
    }

    img-center-Mob {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .boxbackgroundblue-mobile {
        background-color: #0273ab;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.backdarkgray {
    background-color: #333333;
}

.backGray {
    background-color: #242c39;
}

.border-btm-gray {
    border-bottom: 1px solid #444b57;
}

.btn-fade {
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        background-color: #fff;
        color: #fff;
    }

    100% {
        background-color: #05ba2a;
        color: #000;
    }
}
/*#region iconcircle*/
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    padding: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

    .hovicon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .hovicon:before {
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

    /* Effect 1 */
    .hovicon.effect-1 {
        background: #4692d6;
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
    }

        .hovicon.effect-1:after {
            top: -7px;
            left: -7px;
            padding: 7px;
            box-shadow: 0 0 0 4px #5954DC;
            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
            -webkit-transform: scale(0.8);
            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transition: transform 0.2s, opacity 0.2s;
            transform: scale(0.8);
            opacity: 0;
        }

        /* Effect 1a */
        .hovicon.effect-1.sub-a:hover {
            background: #5954DC;
            color: #41ab6b;
        }

            .hovicon.effect-1.sub-a:hover i {
                color: #41ab6b;
            }

            .hovicon.effect-1.sub-a:hover:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
/*#endregion*/
/*#region news#*/
.box {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 20px;
}

    .box::after {
        content: "";
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .box:hover {
        -webkit-transform: scale(1.01, 1.01);
        transform: scale(1.01,1.01);
    }

        .box:hover::after {
            opacity: 1;
        }
/*#endregion*/
/*#region startresponsivtable*/
@media screen and (min-width:800px) and (max-width: 1023px) {
    .fonttable13 {
        font-size: 11px !important;
    }

    .form-control {
        margin-top: 5px;
    }

    .btn {
        margin-top: 0px;
        width: 100%;
    }
}

@media screen and (min-width:430px) and (max-width: 700px) {
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 20%;
        white-space: normal;
        text-align: right;
        margin-left: 0px;
    }
}

@media screen and (min-width:700px) and (max-width: 800px) {
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 70%;
        white-space: normal;
        text-align: right;
        margin-left: 0px;
    }

        #no-more-tables td .CreateRowpartlarg {
            padding-right: 0%;
        }
}

@media screen and (min-width:430px) and (max-width: 800px) {

    .width100sm {
        width: 50%;
    }

    .padding5lg {
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-bordered {
        border: 0px;
    }


    .alert {
        margin-top: 10px;
    }

    .width30p {
        width: 100%;
    }

    .width50p {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 10px !important;
    }

    .form-control {
        margin-top: 2px;
        margin-bottom: 5px;
    }

    .selectpicker {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }


    .panel-login {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .btn {
        margin-top: 2px !important;
        /*width: 100%;*/
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }




    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    .displaydevisepart {
        padding-right: 40% !important;
        margin: 5px 0 0 5px;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 2px 0 0;
    }
}


@media only screen and (max-width: 430px) {


    .padding5lg {
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-bordered {
        border: 0px;
    }


    .alert {
        margin-top: 10px;
    }

    .width30p {
        width: 100%;
    }

    .width50p {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 10px !important;
    }

    .form-control {
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .selectpicker {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }


    .panel-login {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .btn {
        margin-top: 2px !important;
        /*width: 100%;*/
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-right: 70%;
        white-space: normal;
        text-align: right;
    }


    .displaydLesionpart {
        padding-right: 0% !important;
        margin: 0px;
        text-align: center;
    }

    .CreateRowpart {
        padding-right: 50% !important;
    }

    .CreateRowpartlarg {
        padding-right: 5% !important;
    }

    .displaydevisepart {
        padding-right: 30% !important;
        margin: 5px 0 0 5px;
    }



    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 85%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 2px 0 0;
    }
}
/*#endregion*/
/*#region gallery flex*/
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

    #photos img {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
    }

@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/*#endregion*/

.widget {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.05);
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: white;
}

.link-widget__icon {
    float: right;
    border-left: 1px solid #e0e0e0;
}

.link-widget__content {
    float: right;
}

.link-widget__content {
    padding: 10px 1em;
    color: #666;
    font-size: 15px;
    text-align: center;
    margin: 10px;
}

fieldset {
    margin: 0;
    padding: 1em;
    border: 1px solid #e5e5e5;
}

legend {
    padding: 0.5em 8em;
    background: #810aa7 !important;
    color: white !important;
    border-radius: 10px 2px;
    margin-right: 25px;
}

.fieldset2 {
    margin: 1em 0;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.83);
}

.legend2 {
    padding: 0.5em 8em;
    background: #810aa7 !important;
    color: white !important;
    border-radius: 10px 2px;
    margin-right: 25px;
}

.main__content {
    margin-right: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 2em;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.back-gray-blue {
    background: rgb(209,243,250);
    background: radial-gradient(circle, rgba(209,243,250,1) 0%, rgba(198,212,228,1) 100%);
}

.lineheightnormal {
    line-height: 30px;
}

.backvector {
    background: white url(../../../Images/portal_bg_1.png) no-repeat scroll left top;
}

@media (min-width: 500px) {
    .pull-left-lg {
        float: left;
    }

    .text-justify-lg {
        text-align: justify;
    }

    .marginleft70-lg {
        margin-left: 70px;
    }
}
/*#region services*/
.result_wrapper {
    background-color: white;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 3px 3px #e4e4e4;
    padding: 15px;
}

.result {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #fff;
    color: #303039;
    margin-bottom: 5px;
}

    .result .service-btn {
        margin-top: 4px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .result .service-btn .glyphicon {
            font-size: 0.8em;
        }

        .result .service-btn img {
            margin-left: -5px;
        }

        .result .service-btn .details-btn.selected {
            background-position: 0 43px;
        }

        .result .service-btn .details-btn {
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            background: url(../images/servicebtn.png);
            background-size: 100%;
            border-bottom-left-radius: 0px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 11px;
            line-height: 1.42857;
            margin-bottom: -1px;
            margin-left: -1px;
            padding-bottom: 14px;
            padding-right: 55px;
            padding-top: 13px;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            white-space: nowrap;
            width: 381px;
            float: left;
        }

            .result .service-btn .details-btn:hover {
                text-decoration: none;
            }

.line-through {
    text-decoration: line-through;
}


/*#endregion*/
.marginleft2 {
    margin-left: 2px;
}

.marginright2 {
    margin-right: 2px;
}

.marginright20 {
    margin-right: 20px;
}

.titlesite {
    font-size: 16px;
    margin-top: 10px;
    margin-right: 20px;
}

.margintop15 {
    margin-top: 15px;
}

.warpper-scroll {
    padding: 1px 0;
    box-shadow: 0 3px 10px #d4d3d3;
}

.border-btm-dott {
    border-bottom: white 1px dotted;
    padding-bottom: 10px;
}


.btn-fade-red {
    animation: buy 1s infinite;
}

@keyframes buy {
    0% {
        color: #000;
        border-radius: 20px;
    }

    100% {
        color: #fff;
        background-color: red;
        font-weight: bold;
        border-radius: 20px;
    }
}

.back-img {
    background: url('../Images/road.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
}



.divCity {
    background-image: url('../Images/road.jpg');
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 20px;
    background-size:cover;
}

.img-about {
    margin-bottom: 10px;
    margin-top: -20px;
}

.backgray {
    background-color: #ece8e8;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
