﻿@charset "utf-8";
/* CSS Document */

@font-face {font-family:"sans";src:url(../fonts/TheSans-Bold.otf) format("truetype");font-weight:normal;font-style:normal;}
@font-face {font-family:"sans-plain";src:url(../fonts/The-Sans-Plain.otf) format("truetype");font-weight:normal;font-style:normal;}

.reservbtn-pos-new {
    position: absolute;
    bottom: 0px;
   
}
.min-h-270 {
    min-height: 290px;
}


.darkgreen-bg {
    background-color: #3c7b5e !important;
}

.bg-light{
    background-color:#fff !important;
}


input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

    input[type="radio"] + label {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-left: 30px;
        padding-right: 10px;
        line-height: 36px;
        cursor: pointer;
    }


    .font-11{
        font-size:11px !important;
    }



input[type="radio"] + label::before {
    border-radius: 0px;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #740D0F !important;
    z-index: 10;
}
/* Checked */

input[type="radio"]:checked + label {
    padding-left: 35px;
    color: #fff;
    background-color: #740D0F;
}

    
    input[type="radio"]:checked + label::before {
        border-radius: 0px;
        content: url("../../images/checked.png");
        position: absolute;
        top: 2px;
        left: 8px;
        display: block;
        width: 18px;
        height: 18px;
        background-color: #740D0F;
        z-index: 10;
    }
/* Transition */
label,
label::before {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}



#content-slider li a img {
    width: 85px !important;
    height: 85px !important;
}







    .blue-bg {
        background-color: #1F6391 !important;
    }

    .overlay-btn {
        background-color: rgba(31, 99, 145, 0.9) !important;
        border: none !important;
    }

    .theborder-search {
        border-left: solid 1px #ced4da !important;
        border-right: none;
        border-bottom: solid 1px #ced4da !important;
        border-top: solid 1px #ced4da !important;
    }

    .theborder-text {
        border-right: solid 1px #ced4da !important;
        border-left: none;
        border-bottom: solid 1px #ced4da !important;
        border-top: solid 1px #ced4da !important;
    }


    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #ffffff;
        background-color: #005585;
    }


       

    .md-checkbox {
        position: relative;
        margin: 0.2em 0;
        text-align: left;
    }

        .md-checkbox.md-checkbox-inline {
            display: inline-block;
        }

        .md-checkbox label {
            cursor: pointer;
            display: inline;
            line-height: 1.25em;
            vertical-align: top;
            clear: both;
            padding-left: 1px;
        }

            .md-checkbox label:not(:empty) {
                padding-left: 0.45em;
            }

            .md-checkbox label:before, .md-checkbox label:after {
                content: "";
                position: absolute;
                left: 120px;
                top: 0;
            }

            .md-checkbox label:before {
                width: 1.25em;
                height: 1.25em;
                background: #fff;
                border: 2px solid rgba(0, 0, 0, 0.54);
                border-radius: 0.125em;
                cursor: pointer;
                transition: background .3s;
            }

        .md-checkbox input[type="checkbox"] {
            outline: 0;
            visibility: hidden;
            width: 1.25em;
            margin: 0;
            display: block;
            float: left;
            font-size: inherit;
        }

            .md-checkbox input[type="checkbox"]:checked + label:before {
                background: #4C4C4D;
                border: none;
            }

            .md-checkbox input[type="checkbox"]:checked + label:after {
                transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
                width: 0.75em;
                height: 0.375em;
                border: 0.125em solid #fff;
                border-top-style: none;
                border-right-style: none;
            }

            .md-checkbox input[type="checkbox"]:disabled + label:before {
                border-color: rgba(0, 0, 0, 0.26);
            }

            .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
                background: rgba(0, 0, 0, 0.26);
            }

    *, *:before, *:after {
        box-sizing: border-box;
    }





    .min-width130 {
        min-width: 90px;
    }


    .padding-9 {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .mn-width {
        min-width: 100% !important;
    }

    .mnu-dropdown {
        color: #6c757d !important;
    }

    .left-pos {
        left: -85px;
    }


    .form-inline {
        display: block !important;
    }

    iframe {
        width: 300px !important;
        height: 200px !important;
    }

    .bg-info {
        background-color: rgba(255, 0, 0, 0.12) !important;
    }

    .select-style {
        border-bottom: solid 2px #005585;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        -webkit-box-shadow: 1px 6px 5px -3px rgba(0,0,0,0.26);
        box-shadow: 1px 6px 5px -3px rgba(0,0,0,0.26);
    }

    .max-height {
        height: 600px !important;
    }


    a:hover {
        text-decoration: none;
    }



    .nav-pills .nav-link {
        background-color: #1F2421;
        color: #ffffff;
    }

        .nav-pills .nav-link.active {
            background-color: #49A078;
        }

    .btn-secondary:not(:disabled):not(.disabled).active {
        background-color: #49A078 !important;
        color: #fff !important;
    }


    .font-10 {
        font-size: 10px !important;
    }

    .card-bg-style {
        background: rgba(0,85,133,1);
        background: -moz-linear-gradient(-45deg, rgba(0,85,133,1) 0%, rgba(0,85,133,1) 6%, rgba(226,226,226,1) 6%, rgba(254,254,254,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,85,133,1)), color-stop(6%, rgba(0,85,133,1)), color-stop(6%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
        background: -webkit-linear-gradient(-45deg, rgba(0,85,133,1) 0%, rgba(0,85,133,1) 6%, rgba(226,226,226,1) 6%, rgba(254,254,254,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(0,85,133,1) 0%, rgba(0,85,133,1) 6%, rgba(226,226,226,1) 6%, rgba(254,254,254,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0,85,133,1) 0%, rgba(0,85,133,1) 6%, rgba(226,226,226,1) 6%, rgba(254,254,254,1) 100%);
        background: linear-gradient(135deg, rgba(0,85,133,1) 0%, rgba(0,85,133,1) 6%, rgba(226,226,226,1) 6%, rgba(254,254,254,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005585', endColorstr='#fefefe', GradientType=1 );
    }





    .dropdown-toggle::before {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle::after {
        display: none;
    }



    .w-5 {
        width: 5% !important;
    }

    .btn-tw-primary {
        background-color: #005585 !important;
        border-color: #005585 !important;
    }

    .green-color {
        color: #49A078 !important;
    }

    .light-blue-color {
        color: #37AEFF !important;
    }

    .blue-color {
        color: #005585 !important;
    }

    .light-green-color {
        color: #7AD082 !important;
    }

    .light-green-bg {
        background-color: #7AD082 !important;
    }

    .light-green-border {
        border-color: #7AD082 !important;
    }

    .green-bg-noshadow {
        background-color: #49A078 !important;
    }

    .green-bg {
        background-color: #49A078 !important;
        border-color: #49A078 !important;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
    }



    .darkgrey-bg {
        background-color: #1C1C1C !important;
    }



    .textbox-style {
        border: none;
        background-color: #E5E5E5 !important;
        border-right: solid 2px #005585 !important;
        border-radius: 0px !important;
        padding-right: 5px;
    }

    .green-outline {
        background-color: #ffffff;
        border: solid 1px #49A078 !important;
    }

        .green-outline:hover {
            background-color: #49A078 !important;
            color: #ffffff !important;
            border: solid 1px #49A078 !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
            box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.33);
        }

    .padding-top-70 {
        padding-top: 70px !important;
    }

    .darkgrey-color {
        color: #1F2421 !important;
    }

    .font-10 {
        font-size: 10px !important;
    }

    .font-12 {
        font-size: 12px !important;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .font-16 {
        font-size: 16px !important;
    }

    .font-18 {
        font-size: 18px !important;
    }

    .font-20 {
        font-size: 20px !important;
    }

    .font-22 {
        font-size: 22px !important;
    }

    .font-24 {
        font-size: 24px !important;
    }

    .border-thick {
        border-width: 2px !important;
    }

    .green-bg-about {
        background-color: #49A078;
    }

    .line-height {
        line-height: 28px;
    }

    .padding-top-35 {
        padding-top: 35%;
    }

    .padding-top-15 {
        padding-top: 15%;
    }

    .padding-top-10 {
        padding-top: 10%;
    }

    .padding-top-5 {
        padding-top: 5%;
    }

    .padding-top-bottom {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .grey-bg {
        background-color: #E5E5E5 !important
    }

    .padding-right-9 {
        padding-right: 7rem !important;
    }

    .padding-left-9 {
        padding-left: 9rem !important;
    }

    .subscribtion-bg {
        background-image: url(../images/subscribtion-bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    .about-bg {
        background-image: url(../images/slide4.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .deader-title-bg {
        background-color: rgb(0,85,133,0.9);
    }


    .offers-bg {
        background-image: url(../images/offer-bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    /* RTL Section */
    .rtllang {
        direction: rtl;
        font-family: "sans";
        line-height: auto;
        font-size: 14px;
    }

        .rtllang .dropdown-menu_margin {
            margin: 0px -45px 10px 0px !important;
        }







        .rtllang .container-fluid .text-align {
            text-align: right !important;
        }

        .rtllang .container-fluid .right-menu .text-align {
            text-align: right !important;
        }

        .rtllang .container-fluid .mid-section .head-title {
            text-align: right !important;
        }

        .rtllang .container-fluid .text-align {
            text-align: right !important;
        }

        .rtllang form {
            text-align: right !important;
        }

        .rtllang .container-fluid .mid-section .text_reverse_align {
            text-align: left !important;
        }


        .rtllang .right-menu .text_reverse_align {
            text-align: left !important;
        }

        .rtllang .container-fluid form .text_reverse_align {
            text-align: left !important;
        }

        .rtllang .container-fluid .mid-section table {
            text-align: right !important;
        }


        .rtllang .margin_usermenu {
            margin-left: 10px !important;
        }



        .rtllang .white_div_noshadow {
            padding: 10px 0px 10px 10px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 0px;
            background-color: #fff;
        }

        .rtllang .navbar-brand {
            font-size: 20px;
            font-family: "sans";
        }

        .rtllang h1, .rtllang h2, .rtllang h3, .rtllang h4, .rtllang h5, .rtllang h6 {
            font-family: "sans";
            font-weight: 600;
        }

        .rtllang p {
            font-family: "sans-plain";
            font-weight: 100 !important;
        }


        .rtllang .container-fluid .right-menu #addnewcourse, .rtllang .container-fluid .right-menu #managecourse {
            text-align: right !important;
        }

        .rtllang .container .singin-spacing .text-align {
            text-align: right !important;
        }


        .rtllang .register-spacing .bg-light .text-align {
            text-align: right !important;
        }

        .rtllang .register-spacing .bg-light .text_reverse_align {
            text-align: left !important;
        }



        .rtllang .container .singin-spacing .bg-light .text_reverse_align {
            text-align: left !important;
        }


        .rtllang .right-menu a {
            color: #666666;
            background-color: transparent;
            border-right-style: solid;
            border-right-width: 0px;
            border-right-color: transparent;
            border-left: none !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

            .rtllang .right-menu a:hover {
                color: #006ebb;
                background-color: #e3e7e9;
                border-right-style: solid;
                border-right-width: 5px;
                border-left: none !important;
                border-right-color: #006ebb;
                -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.14);
                -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.14);
                box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.14);
                border-radius: 2px;
            }





        .rtllang .version_menu {
            padding: 14px 9px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
            margin-top: 10px;
            border-radius: 2px;
            background-color: #006ebb;
            font-size: 12px !important;
            color: #ffffff;
            text-align: center;
        }

        .rtllang .right-title {
            text-align: right;
        }

        .rtllang .right-menu {
            text-align: right;
        }


        .rtllang .form_title_hdr {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .rtllang .dropdown-item {
            text-align: right;
            font-size: 11px;
        }




        .rtllang .btn-lg, .btn-group-lg > .btn {
            font-size: 12px;
        }

        .rtllang h1 {
            font-size: 22px;
        }

        .rtllang h2 {
            font-size: 17px;
        }

        .rtllang h3 {
            font-size: 18px;
        }

        .rtllang h4 {
            font-size: 16px;
        }

        .rtllang h5 {
            font-size: 14px;
        }

        .rtllang h6 {
            font-size: 12px;
        }

        .rtllang .en_font {
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif" !important;
        }



        .rtllang a {
            font-family: "sans";
            font-size: 12px;
        }

        .rtllang #page-wrapper {
            direction: rtl;
            min-height: 91vh;
            background-color: white;
            position: inherit;
            margin: 0 250px 0 0;
            padding: 0 10px;
            border-right: 1px solid #e7e7e7;
        }

        .rtllang .nav {
            padding-right: 0;
            padding-left: initial;
        }




        .rtllang .navbar-top-links li a {
            padding-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 10px;
            min-height: 50px;
        }

        .rtllang .navbar .navbar-header {
            float: right;
        }

        .rtllang .navbar .navbar-brand {
            float: right;
        }

        .rtllang .navbar .navbar-right {
            float: left !important;
            padding: 2px 0px;
        }

        .rtllang .navbar-right .dropdown-menu {
            left: 0;
            right: auto;
            float: left;
            text-align: right;
            direction: rtl;
        }

            .rtllang .navbar-right .dropdown-menu div {
                direction: rtl;
            }

        .rtllang .row .chngdir1 {
            float: right !important;
        }

        .rtllang .row .chngdir2 .panel .pull-right {
            float: left !important;
        }

        .rtllang .row .chngdir1 .panel .pull-right {
            float: left !important;
        }

        .rtllang .row .chngdir1 .table th {
            text-align: center;
        }

        .rtllang .row .chngdir1 .radio,
        .rtllang .row .chngdir1 .checkbox-inline {
            margin-right: 30px;
            margin-left: 0;
            direction: rtl;
        }

            .rtllang .row .chngdir1 .checkbox-inline input[type="checkbox"] {
                margin-right: -20px;
            }

        .rtllang .row .chngdir1 .sellect-control {
            height: 41px;
            font-size: 12px;
        }

        .rtllang .row .chngdir1 .radio input[type="radio"] {
            margin-right: -20px;
        }


        .rtllang .row .chngdir1 option:hover {
            background-color: #f89b24;
            color: #fff;
        }

    .medical-img-size {
        height: 290px;
        width: inherit;
    }




    #gallery {
        padding-top: 40px;
    }

    @media screen and (min-width: 991px) {
        #gallery {
            padding: 60px 30px 0 30px;
        }
    }

    .img-wrapper {
        position: relative;
        margin-top: 15px;
    }

        .img-wrapper img {
            width: 100%;
        }

    .img-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        cursor: pointer;
    }

        .img-overlay i {
            color: #fff;
            font-size: 3em;
        }

    #overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #overlay img {
            margin: 0;
            width: 80%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 5%;
        }

    @media screen and (min-width: 768px) {
        #overlay img {
            width: 60%;
        }
    }

    @media screen and (min-width: 1200px) {
        #overlay img {
            width: 50%;
        }
    }

    #nextButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
        cursor: pointer;
    }

        #nextButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #nextButton {
            font-size: 3em;
            cursor: pointer;
        }
    }

    #prevButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
        cursor: pointer;
    }

        #prevButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #prevButton {
            font-size: 3em;
            cursor: pointer;
        }
    }

    #exitButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

        #exitButton:hover {
            opacity: 0.7;
        }

    @media screen and (min-width: 768px) {
        #exitButton {
            font-size: 3em;
        }
    }



    @media (max-width: 575.98px) {
    }


    @media (max-width: 767.98px) {
        .overlay-btn {
            font-size: 11px;
        }
    }


    @media (max-width: 991.98px) {
        .form-inline{
display:none !important;
        } 
        .about-bg {
            background-color: #005585;
            background-image: none;
        }

        .medical-img-size {
            height: 180px;
            width: 180px;
        }

        .footer-center {
            text-align: center !important;
        }

        .selct-mob {
            background-color: rgba(103, 58, 183, 0) !important;
            border: none !important;
            box-shadow: none !important;
            cursor: pointer;
            padding: 5px 5px !important;
        }

        .card-img-top {
            height: 120px !important;
        }

        .align-right-mobile {
            text-align: right !important;
        }

        .mobile-center {
            text-align: center !important;
        }

        .font-12 {
            font-size: 10px !important;
        }

        .font-29 {
            font-size: 29px !important;
        }

        .mobile-right-float {
            float: right !important;
        }

        .padding-right-9 {
            padding-right: 15px !important;
        }

        .padding-left-9 {
            padding-left: 15px !important;
        }

        .mob-top-pad {
            padding-top: 10px !important;
        }

        .nomargin-mob {
            margin: 0px !important;
        }

        .mob-pad-small {
            padding: 2px;
        }

        .mob-img-wid {
            width: 60px !important;
        }

        .nav-pills .nav-link.active {
            color: #49A078 !important;
            border-bottom: solid 2px #49A078;
        }

        .nav-pills .nav-link {
            background-color: #E5E5E5 !important;
            color: #1F6391 !important;
            height: 45px;
        }

        .mob-img2-wid {
            width: 50px !important;
        }

        .mob-img3-wid {
            width: 60px !important;
            height: 60px !important;
        }

        .white-bg-mob {
            background-color: #fff !important;
        }

        .dark-bg-mob {
            background-color: #1F2421 !important;
        }

        .grey-bg-mob {
            background-color: #E5E5E5 !important;
        }

        .mobile-text-blue {
            color: #1F6391 !important;
        }

        .mobile-text-white {
            color: #fff !important
        }

        .mobile-img-blue-bg {
            background-color: #1F6391 !important
        }

        .mob-dis-none {
            display: none;
        }

        .mob-padding {
            padding: 10px 10px !important;
        }

        .mob-pl-0 {
            padding-left: 0rem !important;
        }

        .provider-mobile-style {
            display: block !important;
        }

        .containr-f-padding {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .inhert-padding {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        .card-body {
            padding: 0.40rem !important;
        }

        .img-comment {
            padding: 0 !important;
            border-radius: 0 !important;
            max-width: 200% !important;
        }

        .font-mob-12 {
            font-size: 12px !important;
        }

        .font-mob-10 {
            font-size: 10px !important;
        }

        .max-height {
            height: 200px !important;
        }
    }

    .padd-inline-start {
        padding-inline-start: 0px !important;
        -webkit-padding-start: 0px !important;
    }

    .carousel-wrap {
        margin: 90px auto;
        padding: 0 5%;
        width: 80%;
        position: relative;
    }

    /* fix blank or flashing items on carousel */
    .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
    }

    /* end fix */
    .owl-nav > div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
    }

    .owl-nav i {
        font-size: 52px;
    }

    .owl-nav .owl-prev {
        left: -30px;
    }

    .owl-nav .owl-next {
        right: -30px;
    }