

@font-face {
    font-family: 'arabic';
    src: url('../../fonts/CoconRNextArabic-Light.otf') format('opentype');
}
@font-face {
    font-family: 'arabic';
    src: url('../../fonts/CoconRNextArabic-Bold.otf') format('opentype');
    font-weight: 900;
}
@font-face {
    font-family: 'arabic';
    src: url('../../fonts/CoconRNextArabic-Regular.otf') format('opentype');
    font-weight: 700;
}
body {
    font-family: arabic !important;
}

.navbar {
    border-radius: 0px;
    border: 0px;
    background-color: #124678;
    /*border-bottom: 3px solid #f17b21;*/
    margin-bottom: 0px;
    /*    padding-bottom: 20px;*/
    /*    padding-top: 20px;*/
}

.navbar-brand {
    width: 200px;
    float: left;
    height: auto;
}

.navbar-header {
    float: left;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 15px;
    padding: 0px 10px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.navbar-default .navbar-nav > li:hover,.navbar-default .navbar-nav > li:active,.navbar-default .navbar-nav > li:focus,.navbar-default .navbar-nav > li:active:hover {
    opacity: 0.8;
    color: white;
}
.navbar-default .navbar-nav > li >a:hover,.navbar-default .navbar-nav > li >a:active,.navbar-default .navbar-nav > li >a:focus,.navbar-default .navbar-nav > li:active >a:hover {
    color: white;
}
    .navbar-default .navbar-nav > li:hover >a,.navbar-default .navbar-nav > li:active >a,.navbar-default .navbar-nav > li:focus >a,.navbar-default .navbar-nav > li:active:hover >a{
        color: white;
    }

.navbar-default .navbar-nav > li > .nav-login, .navbar-default .navbar-nav > li > .nav-join {
    border-left: 0px;
}

.navbar-default .navbar-nav > .nav-join-li {
    background-color: #f17b21;
    padding: 10px 5px;
    display: inline-block;
}

.navbar-default .navbar-nav > li {
    padding: 10px 0px;
    float: right;
}

.navbar-right, .navbar-left {
    padding-top: 5px;
}

.navbar-toggle {
    float: right;
}






/*header////////////////////////////////////////////*/

header {
    position: relative;
    padding: 1px;
}

.cover {
    background-image: url(../imgs/cover1.jpg);
    height: 520px;
    background-position: center;
    background-size: cover;
    width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header h1 {
    font-size: 2.8em;
    margin-top: 50px;
    color: dimgray;
}

header form {
    margin-top: 130px;
    width: 100%;
    text-align: center;
}

.cover .form-inline .form-control {
    max-width: 320px;
    width: 90vw;
    height: 65px;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

.form-group {
    position: relative;
    /*max-width: 320px;
    width: 100% !important;*/
     margin-bottom:5px;
}



#btn_search {
    background-color: #0064d3;
    /*noradiustestborder-radius: 0px 12px 12px 0px;*/
    padding-left: 40px;
    font-size: 23px;
    color: white;
}

    #btn_search:placeholder {
        font-size: 30px;
        color: white;
    }

.btn_search {
    margin-right: -6px;
}

[for=btn_search] {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}
.row.cstShadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    /*height: 18vh;*/
}
/*.imagetranfer {
    transform: scaleX(-1);
}*/

#ddl_District {
    border-radius: 0px;
    padding-left: 55px;
    padding-top: 25px;
    font-size: 20px;
    color: #4c9adb;
    /*/*-webkit-appearance: none;*/ */;
    /*-moz-appearance: none;
    appearance: none;*/
}


.ddl_District {
    margin-left: -5px;
}

.btn_search {
    margin-left: -5px;
}

[for=ddl_District] {
    text-align: left;
    color: darkgray;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px;
}

#ddl_City {
    background-color: transparent;
    /*        #dbe9f6;;*/
    /*noradiustestborder-radius: 12px 0px 0px 12px;*/
    padding-left: 55px;
    padding-top: 25px;
    font-size: 20px;
    color: #4c9adb;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;
    appearance: none;*/
    margin-left: -1px;
}


[for=ddl_City] {
    text-align: left;
    color: darkgray;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px;
}

.ddl_CityArrow {
    text-align: right;
    color: darkgray;
    position: absolute;
    z-index: 1;
    top: 26px;
    right: 20px;
}




.ddl_City {
    background-color: #dbe9f6;
    height: 65px;
    /*    width: 320px;*/
    /*noradiustestborder-radius: 12px 0px 0px 12px;*/
    margin-left: -5px;
}

.break-on-sm, .break-on-xs {
    display: none;
}





.header {
    font-size: 28px !important;
}

/*content////////////////////////////////////////////*/

.container-none img {
    width: 50%;
    display: inline-block;
    min-width: 100px;
}

.container-none h1, .container-none p {
    color: dimgray;
}

.container-none p {
    font-size: 20px;
}

.difh1 h1 {
    color: #124678;
}

.difh1 p {
    color: darkgrey;
}

.container-none .col-lg-5 {
    margin-top: 50px;
}





/*download////////////////////////////////////////////*/

.download {
    margin-top: 50px;
}

    .download .col-md-8 p:first-of-type img:first-of-type {
        width: 200px;
    }

    .download .col-md-8 img {
        display: inline-block;
    }

    .download .col-md-8 {
        padding-top: 40px;
    }

    .download p:last-of-type, .download p:nth-of-type(2) {
        font-size: 29px;
        color: dimgray;
    }

    .download p:last-of-type {
        padding-right: 50px;
    }

    .download .col-md-4 img {
        max-width: 100%;
    }





/*footer////////////////////////////////////////////*/

footer {
    background-color: #fcfcfc;
    /*    height: 400px;*/
    /*border-top: 2px solid #efefef;*/
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}

    footer ul , .conOfresponsiveFooter ul {
        list-style: none;
        padding: 0px;
    }
    .conOfresponsiveFooter a{
        text-decoration: none;
    }
.footer-right {
    vertical-align: top;
}

    .footer-right img {
        width: 200px;
        margin-bottom: 10px;
    }

    .footer-right a {
        text-decoration: none;
        color: dimgray;
        font-size: 20px;
    }

.footer-left p {
    font-size: 25px;
}

.footer-left {
    /*text-align: center;*/
    vertical-align: top;
}

    .footer-left p:first-of-type {
        color: #4c9adb;
    }

    .footer-left p:last-of-type {
        margin-top: 60px;
        color: dimgray;
        direction: ltr;
    }

    .footer-left li {
        display: inline-block;
        margin-left: 15px;
    }

@media (min-width: 1200px) {
    .new-page-footer .container {
        width: 1200px;
        padding-right: 0px;
        padding-left: 0px;
    }
}


/*media queries////////////////////////////////////////////*/

@media (max-width: 360px) {
    #imgCaptcha {
        max-width: 240px;
    }


    .line {
        width: 35% !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
}

@media(max-width:1100px) {
    .break-on-sm {
        display: block;
    }

    header form {
        margin-top: 200px;
    }

    .form-inline .btn_search {
        margin-top: 20px;
    }

    /*noradiustest#btn_search {
        border-radius: 12px;
    }

    #ddl_District {
        border-radius: 0px 12px 12px 0px;
    }*/
}

@media (max-width:1000px) {
    .navbar-brand {
        width: 25vw;
        min-width: 120px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 0px 5px;
    }
}

@media (max-width: 992px) {
    .download .col-md-4 {
        text-align: center;
    }
}

@media(max-width:991px) {


    .VideoIframe {
        width: 100% !important;
        height: 315px;
        /*margin: 20px;*/
        border: none !important;
    }

    .navbar-right {
        padding-top: 0px !important;
    }

    .navbar-default .navbar-nav > li {
        float: inherit !important;
    }

    .login_text {
        float: inherit !important;
    }

    .language_text {
        float: inherit !important;
    }

        .language_text a {
            font-size: 20px;
            font-weight: bold;
        }

    footer ul {
        text-align: center;
    }

    .footer-right img {
        display: inline-block;
    }

    header form {
        margin-top: 100px;
    }

    .break-on-xs {
        display: block;
    }

    .btn_search {
        margin-right: 0px;
    }

    .ddl_City {
        margin-left: 0px;
    }

    /*noradiustest#ddl_City {
        border-radius: 12px;
    }

    .ddl_City {
        border-radius: 12px;
    }

    #ddl_District {
        border-radius: 12px;
    }*/

    .navbar-default .navbar-nav > li > a {
        border-right: 0px;
    }

    .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
        width: 100%;
            justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    }

    .navbar-header {
        float: left;
        width: 100%;
    }

    .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .btn_search {
        margin-top: 0px;
    }

    header form {
        top: 30%;
    }
}

/*.arrow12:after {
           
            content: "\f0d7";
            font-family: FontAwesome;
            color: #929898;
            position: absolute;
            right: 20px;
            top: 23px;
            z-index: 1;
            width: 10%;
            height: 100%;
            pointer-events: none;
            font-size: 20px;
        }*/
.center-div {
    text-align: center;
}

.btn-login {
    color: #fff;
    background-color: #2a6496;
    /*width: 100%;*/
    border: 1px solid #2a6496;
    border-radius: 3px;
}

    .btn-login:hover,
    .btn-login:focus {
        outline: none;
        background-color: transparent !important;
        color: #0064d3 !important;
    }

.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
    width: 100%;
    text-align: center;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        color: #fff !important;
        background: #E74B37;
    }

.LoginHeader {
    text-align: right;
    margin-right: 0px;
    font-size: 15px;
    height: 10px;
    font-family: JeFlat;
    font-weight: bold;
    margin-top: 0px;
    background-color: #f37820;
    padding: 0px 15px;
    margin-left: 0px;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    text-align: center;
    width: 100% !important;
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
        color: #fff !important;
    }

.modal-content {
    width: 100% !important;
    max-width: 370px !important;
    /*font-family: Muli;*/
    margin: auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-width: 370px;
    }
    .conOfFindDrTopSpecific .item {
    border: 1px solid #dadada;
    border-radius:3px;
    /*-webkit-box-shadow: 1px 1px 10px rgba(189, 189, 189, 0.3), 1px 1px 10px rgba(173, 173, 173, 0.3);
    box-shadow: 1px 1px 10px rgba(189, 189, 189, 0.3), 1px 1px 10px rgba(173, 173, 173, 0.3);*/
    padding: 1px;
    }
    .conOfFindDrTopSpecific h4 {
    margin-left: 5px;
    color: #0064d3;
    text-align: left;
}
    .navbar-left {
    float: right!important;
}
}

.facilities {
    background-color: #fbfcfc;
    margin-top: 15px;
    margin-bottom: 60px;
}

.line {
    background-color: #0064d3;
    width: 10%;
    height: 4px;
}

.Title_line {
    color: #0064d3 !important;
}

.lead {
    text-align: justify;
    color: #606060;
}

.VideoIframe {
    width: 89%;
    height: 315px;
    /*margin: 20px;*/
    border: none !important;
}

.form-group label {
    color: #2a6496;
    margin-right: 5px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 80%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.adv2 li i {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #ffffff;
    background-color: #0064d3;
    padding: 9px;
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.paragraph {
    font-size: 20px;
    text-align: justify;
}

.login_text {
    float: left;
}

.language_text {
    float: right !important;
}

.fright {
    float: right !important;
}

.btn-orange {
    background-color: #0064d3;
    padding: 10px 5px;
    display: inline-block;
    color: #fff !important;
    opacity: 0.8;
    width: 150px;
    border: 1px solid #0064d3;
}

    .btn-orange:hover {
        opacity: 1;
        color: #0064d3 !important;
        background-color: transparent !important;
    }

.floating {
    float: right !important;
    text-align: right;
    direction: rtl;
}

.slogan {
    font-size: 30px;
    color: dimgrey;
    vertical-align: bottom;
}

.required:after {
    content: "*";
    color: red;
}

.shar-faceBook {
    float: right !important;
    margin: 0px 10px;
}

.TermOfService{
    float:right;
    margin-top: 4px;
}
div#LoginModel {
    z-index: 1000000000;
    overflow-x: hidden;
    overflow-y: auto!important;
}
.modal#registerModel{
    z-index: 1000000000;
    overflow-x: hidden;
    overflow-y: auto!important;
}
/*loading style*/
.PleaseWaitBlock{
    color:#fff;
    display:table !important;
    width:100%;
    height:100%;
    margin-top:0px;
    margin-bottom:0px;
}
#PleaseWaitBlock{
    display:table-cell;
    vertical-align:middle;
}
@media(max-width:880px) and (min-width:768px){
    .navbar-default .navbar-nav > li > a{
       
    }
}

    .choose-doctor-medicine .cover {
        background-image: url("../../Images/cover.jpg");
    }
    .findwhat{
        background-image: url("../../Images/findwhat.png");
    }
    .findwhaten{
        background-image: url("../../Images/findwhaten.png");
    }
    
    @media(max-width:640px){
        .findwhat{
        background-image: url("../../Images/findwhatmobile.png");
        }
    .findwhaten{
        background-image: url("../../Images/findwhatenmobile.png");
        }
    }


    
    .findwhat,.findwhaten {
        margin-top:20px;
        height: 125px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .choose-doctor-medicine .cover {
        background-position: top;
        height: inherit;
        min-height: 520px;
    }

    .choose-doctor-medicine .cover h1 {
        color: white;
        float:left !important;
    }

    .btn-container {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
    }

    

    .btn-huge {
        border: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 290px;
        font-size: 40px;
        border-bottom: 5px solid #f17b21;
        color: #6b5a3e;
        text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
        background-color: rgba(255,255,255,0.5);
        border-radius: 0px;
    }

        .btn-huge:hover, .btn-huge:active, .btn-huge:focus, .btn-huge:hover:active {
            background-color: rgba(255,255,255,0.8);
            border-bottom: 5px solid #f17b21;
            color: #6b5a3e;
        }

    @media(max-width:640px) {
        .btn-container {
            flex-direction: column;
            align-items: center;
        }

        .btn-huge {
            margin-bottom: 20px;
        }
    }

    /*dawaia in media*/
    .block{
        display:block
    }
    .txt-20{
        font-size:20px !important;
    }
    .dawaiainmedia .txt-grey,.mediapage .txt-grey{
        color:#666;
    }
    .mediapage p{
        font-size:16px;
    }
    .dawaiainmedia .desc{
        margin-top:5px;
        margin-bottom:5px;
    }
    .dawaiainmedia .mediaitem{
        margin-bottom:30px;
    }
    .dawaiainmedia .mediacontainer{
        margin-bottom:-30px;
        display:inline-block;
            width: 100%;
    }
    .dawaiainmedia .img-container{
            height: 315px;
            background-size: cover;
            background-position:center;
    }
    .dawaiainmedia .img-container1 {
        background-image: url('../../Images/dawaiaInMedia/1.jpg');
    }
    .dawaiainmedia .img-container2 {
        background-image: url('../../Images/dawaiaInMedia/m2-1.jpg');
        background-position:bottom;
    }
    .dawaiainmedia .img-containerelmota7da2{
         background-image: url('../../Images/dawaiaInMedia/1x (5).jpeg');
   }
    .dawaiainmedia iframe{
        width:100%;
    }
    .ellipsis {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
    .centered-video{
        width:50%;
        margin:auto;
    }
  @media(max-width:768px){
        .dawaiainmedia .ellipsis {
            white-space: initial;
        }
        .centered-video{
        width:100%;
    }
        .hidefilter {
    display: none ;
}
    }
    /*press arrow in sell with us*/
  .pressarrow{
          position: relative;
    right: 15px;
    top: 5px;
    z-index: 99;
    float:right;
  }
  .presshere{
      text-align:right;
  }
  /*fix responsive download app section*/
.download .col-md-8 img {
    width: 160px;
}

@media(max-width:500px) {
    .download .col-md-8 img {
        display: block;
        margin: 10px auto;
    }

    .download p:last-of-type {
        padding-right: 0px;
        text-align: center;
    }
}
/*adding floating part message for downloading app*/
.floating-download-scroll{
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 10%;
    margin: 0px;
    padding: 0px;
    right: 0;
    border: 0;
    bottom:0px;
    left: 0;
        box-shadow: 0px 0px 10px #000;
}
.floating-download-scroll .cont{
        width: 100%;
    height: 100%;
    background-color: #124678;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .floating-download-scroll .cont .download-btn {
        background-color: #124678;
        padding: 2px 10px;
        display: inline-block;
        color: white;
        font-size: 28px;
        border-radius:5px;
        margin-right:-60px;
    }
    .floating-download-scroll .cont .download-btn i{
        vertical-align:middle;
    }
    .floating-download-scroll img{
    height: 140px;
    position: absolute;
    left: 30px;
    max-height: unset;
    bottom: -32px;
    width: 80px;
    }
    .floating-download-scroll .cont .closennn {
        left: auto;
    right: 10px;
    float: right;
    position: absolute;
    opacity: 1;
    text-shadow: unset;
    color: #fff;
    font-size: 30px;
    background: transparent!important;
    box-shadow: none!important;
}
    @media only screen and (min-width: 769px){
        .floating-download-scroll {
            display:none;
        }

    }
    @media only screen and (max-width: 768px) and (min-width: 450px){
        .floating-download-scroll .cont img{
    height: 170px;
    width: 90px;
    position: absolute;
    left: 30px;
    max-height: unset;
    bottom: -32px;
    
    }
         .floating-download-scroll .cont .download-btn {
        background-color: #124678;
        padding: 2px 10px;
        display: inline-block;
        color: white;
        font-size: 40px;
        border-radius:5px;
        margin-right:-60px;
    }
        
    }
   @media only screen and (max-width: 450px){
            .floating-download-scroll .cont img{
    height: 155px;
    width: 80px;
    bottom:-26px;
    left: 17px;
   
   
    }
        .floating-download-scroll .cont .download-btn {
        margin-right:-80px;
        font-size: 23px;
        font-weight: bold;
    }

    }





   .navbar-right {
    display: flex;

   }
   .navbar-default .navbar-right li:nth-child(1) {
     order: 1;
}
      .navbar-default .navbar-right li:nth-child(2) {
     order: 2;
}
      .navbar-default .navbar-right li:nth-child(3) {
     order: 3;
}
      .navbar-default .navbar-right li:nth-child(4) {
     order: 4;
}
      .navbar-default .navbar-right li:nth-child(5) {
     order: 5;
}
 .navbar-default .navbar-right li:nth-child(6) {
     order: 6;
}
 .navbar-default .navbar-right li:nth-child(7) {
     order: 7;
}
.navbar-default .navbar-right > li > a {
    border-left: unset;
}

.navbar-default .navbar-right li:nth-child(2) a {
     border-left:1px solid;

   }
.navbar-default .navbar-right li:nth-child(3) a {
     border-left:1px solid;

   }
.navbar-default .navbar-right li:nth-child(4) a {
     border-left:1px solid;

   }
.navbar-default .navbar-right li:nth-child(5) a {
     border-left:1px solid;

   }
/*.navbar-default .navbar-right li:nth-child(6) a {
     border-left:1px solid;

   }*/

.navbar  .left-header .cart-toggle{
    margin-right:unset;
}
.left-header .navbar-nav .language_text #Lang_ar {
    padding-left: 15px;
}

.hidespec {
    display: none !important;
}
/*Start Style of hide header and footer and mobile download app*/ 
.hideHeaderMob nav.navbar.navbar-default {
    display: none;
}
.hideHeaderMob .nav-placeholder {
    height: unset;
}
.hideHeaderMob footer {
    display: none;
}

.hideHeaderMob .alert.alert-dismissible.floating-download-scroll {
    display: none;
}
/*End Style of hide header and footer and mobile download app*/

@media(max-width:880px) and (min-width:768px){
    .navbar-default .navbar-nav > li > a{
       max-width:unset;
    }
}

.cstBoxShadow {
   
    /* box-shadow: 2px 5px 5px #888; */
    padding: 27px!important;
    border-bottom: 5px solid #f17b21;
}

.chngFontStyle{
    font-size:18px!important;
}
@media(max-width:460px) 
{
    .cstBoxShadow{
        padding:unset!important;
           
    }

     .cstColor{
        color:white!important;
    }

    .chngFontStyle{
        font-size:15px!important;
    }
    .cstClassSelectCateg{
            margin-top: 5px;

    }

    .offers-show2{
        padding-bottom:unset!important; 
    }
       iframe.VideoIframe.VideoIframeNewMargin {
    margin-top: 25px!important;
}
}

.home-dropdowns .cover {
    background-image: url(~/css/../NewStyle/imgs/21082017.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: initial;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 140px;
    /*height: 60vh!important;*/
    background-position-y: bottom;
    background-attachment: fixed;
}
.newEnStyle{
font-size: 24px!important;
color: black;

}

.contain4Boxes{
    opacity: 0.9 !important;
        margin-left: 50px;
}
.VideoIframe {
   width: 92%;
    height: 45vh;
}

.doc-day .panel-body::-webkit-scrollbar {
    width: 3px;
}
 
.doc-day .panel-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
 
.doc-day .panel-body::-webkit-scrollbar-thumb {
      background-color: #e2a777  ;
      outline: 1px solid #e2a777 ;
    }

.doc-day .panel-heading {
   padding: 14px 0px;
}
.date-container a.btn.leftBtn {
    padding: 6px;
    position: absolute;
    left: -30px;
}
.date-container .btn.rightBtn {
    left: -15px;
}
    .firstSection .panel.panel-default.doc-day .panel-body {
    padding: 6px!important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #f17b21;
}
.navbar-header {
    float: right;
}
/*carasouel in user track*/
    /*a.right.carasouel-in-resp {
    left: 1130px!important;
        bottom: 110px!important;
}


    a.right.carasouel-right-offers-resp {
    left: 1130px!important;
    bottom: 139px!important;
}*/
    /*.dropdown.notifications-menu  .dropdown-toggle {
    color: #3289c8;
}*/

    a.dropdown-toggle.dropdown-toggle-new-page {
        margin-top: 7px;
    color: #3289c8 !important;
}
    a.dropdown-toggle.dropdown-toggle-new-page:hover {
        color: #0064d3 !important;
    }
    nav .dropdown-menu {
    right: 0px!important;
    left: auto!important;
    }
    /*///////////////////////*/
.conOfresponsiveFooter .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.conOfresponsiveFooter .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.conOfresponsiveFooter .panel-default .panel-collapse a {
    color: #0064d3 !important;
}

.conOfresponsiveFooter .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.conOfresponsiveFooter .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.conOfresponsiveFooter .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.conOfresponsiveFooter .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.conOfresponsiveFooter .accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.conOfresponsiveFooter .accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.conOfresponsiveFooter .accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.conOfresponsiveFooter .accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.conOfresponsiveFooter .accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

/*//////////////////////////////*/
@media only screen and (min-width: 768px){
    .floating-download-scroll {
        display:none!important;
    
    }
    .panel.panel-default.doc-day {
    width: 90px!important;
}
    .date-container a.btn.rightBtn {
    left: -14px;
}
    }


   @media (max-width: 768px){
           .floating-download-scroll {
        display:none;
    
    }
    .panel.panel-default.doc-day {
    width: 100%!important;
    }
 .navbar-default .navbar-right li:nth-child(6) a , .navbar-default .navbar-right li:nth-child(5) a
,.navbar-default .navbar-right li:nth-child(4) a , .navbar-default .navbar-right li:nth-child(3) a
,.navbar-default .navbar-right li:nth-child(2) a , .navbar-default .navbar-right li:nth-child(1) a
 {
    border-left: unset;
}
       .doc-day .panel-body a {
    padding: 4px 0 !important;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 4px;
}
       .panel.panel-default.doc-day {
    width: 100%!important;
}
      .doc-day .panel-heading {
    padding: 14px 15px!important;
}
      .doc-date-dates {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
      .col-xxs-p-l-5 {
    padding-left: 0px!important;
}
      .panel.panel-default.doc-day {
    height: 260px;
}

   }
      @media only screen and (min-width: 768px){
    .floating-download-scroll {
        display:none!important;
    
    }
    .panel.panel-default.doc-day {
    width: 98px!important;
}

    }


   @media (max-width: 768px){
       .floatInEn , a.navbar-brand.brand-small {
           float:left;
       }
       .styleInRes{
           float:right!important;
       }
       max-width
      .col-xxs-p-l-5 {
    padding-left: 0px!important;
}
      .date-container a.btn.leftBtn {
    left: -5px;
}
      .rightBtn {
    right: 0px;
}
      .panel.panel-default.doc-day {
    height: 260px;
}
            .conOfFindDrTopSpecific .item h4,.conOfSearchFor .item h4 {
            font-size: 14px;
            font-weight: 600;
            margin-left: 3px;
            min-height: 30px;
        }
        .conOfFindDrTopSpecific .item {
            border: 1px solid #dadada;
            border-radius:3px;
            /*-webkit-box-shadow: 1px 1px 10px rgba(189, 189, 189, 0.3), 1px 1px 10px rgba(173, 173, 173, 0.3);
            box-shadow: 1px 1px 10px rgba(189, 189, 189, 0.3), 1px 1px 10px rgba(173, 173, 173, 0.3);*/
        }
        p.styleSecondParg {
            color: gray;
            font-size: 11px;
            width: 90%!important;
            margin-left: 5px;
        }
        .styleResponsine {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-top: 1px solid #c3c3c3!important;
        }
        .navRighRespon{
            display: -webkit-box!important;
            display: -ms-flexbox!important;
            display: flex!important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .dropDownTwo a.dropdown-toggle {
            float: left;
        }
        .dropDownTwo.dropdown .dropdown-toggle {
            margin-left: unset;
        }
        li.language_text.newPageforPostionLanguage.forPostionLanguage {
            display: flex;
            /*justify-content: center;*/
            align-items: center;
            color: #777 !important;
            margin-top: 15px;
        }
        li.language_text.newPageforPostionLanguage.forPostionLanguage:hover {
            color: #0064d3 !important;
        }
   }



/*Start style of Safari Style*/

@media not all and (min-resolution:.001dpcm) { @media {

    select {
        -webkit-appearance: none !important;
    }
.cart-toggle {
    margin-right: 0px;
}
.dropdown .dropdown-toggle {
    margin-right: 8px!important;
}
.notifications-menu .dropdown-toggle .label {
    right: -2px!important;
}
    button#seachOnDoctor {
    color: white!important;
    background-color: unset!important;
    border: unset!important;
}
    #seachOnDoctor i.fa.fa-search {
    font-size: 24px!important;
    color: white!important;
    margin-left: -7px!important;
}

    button#seachOnDoctor span {
        display:none;
}
    button#seachOnDoctor {
    padding-left: 0px!important;
}
    .cart-toggle {
    margin-right: 20px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
}
   button#seachOnDoctor {
       margin-left: 16px;
}
   .load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-image: url("");
    /*background-image: url('../../NewStyle/imgs/loading.gif');*/
  background: url("../../imgs/loading.gif") no-repeat center center rgba(255, 255, 255, 0.25);
}



    @media (max-width: 400px) {

        .doc-date-dates .firstSection {
            width: 82px!important;
                margin-left: -6px;
        }

        .doc-date-dates {
        margin-right: -1px;
    }

     .doc-day .panel-body a {
    padding: 4px 0px !important;

}
     .firstSection .panel.panel-default.doc-day .panel-body {
    padding: 2px!important;
}
    }
}}


/*END Start style of Safari Style*/

.conOfOffersInResp .findDrTopSpecific {
    text-align: end;
}

