        /* body */
        @font-face {
            font-family: FontAwesome;
            src: url(../fonts/fontawesome-webfont.ttf);
        }
        
        body,
        html {
            font-family: FontAwesome;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
        }
        body{
            overflow-x: hidden;
        }
        .of{
            overflow: hidden;
        }
        #header{
            background: #274c77;
        }
        input[type="text"], input[type="password"], input[type="email"], select{
            height: 3.5rem;
        }
        #main{
            padding: 0;
        }
        .w-100 {
            width: 100%;
        }
        
        .p-0 {
            padding: 0;
        }
        
        .mb-2 {
            margin-bottom: 2rem;
        }
        
        .mt-2 {
            margin-top: 2rem;
        }
        
        .d-flex {
            display: flex;
        }
        
        .flex-reverse {
            flex-direction: row-reverse;
        }
        
        .border-box-left {
            border-left: 1px solid rgba(128, 128, 128, 0.5);
        }
        @media only screen and (max-width: 991px){
            .border-box-left {
                border-left:0 !important;
            }
        }
        .rtl{
            direction: rtl;
        }
        /* navbar */
        
        nav.navbar-default.top {
            background: #274c77;
            border: 0;
            border-radius: 0;
            margin-bottom: 0;
        }
        
        .navbar-default.top .navbar-nav li.active a {
            background: unset;
            color: #fff;
        }
        
        .navbar-default.top .navbar-nav li.active a:hover {
            background: unset;
            color: #fff;
        }
        
        .navbar-default.top .navbar-nav li a {
            color: #6892c3;
        }
        
        .navbar-default.top .navbar-nav li a:hover {
            color: #fff;
        }
        
        .nav li a {
            text-align: right;
        }
        /* breadcrumb */
        
        ul.breadcrumb {
            text-align: right;
            direction: rtl;
            margin-bottom: 0;
        }
        /* search-box top */
        
        .search-grid {
            background-color: #436c9c;
            display: inline-block !important;
            width: 100%;
        }
        .summary{
            text-align: right;
            direction: rtl;
        }
        .empty{
            text-align: center;
            direction: rtl;
        }
        .search-box input {
            background-color: #c5dcf8;
            color: rgb(37, 37, 37);
        }
        
        .search-box input::placeholder {
            color: rgb(100, 100, 100);
        }
        
        .search-box button.search-box-toggle {
            width: 100%;
            background-color: #c5dcf8;
            color: rgb(73, 73, 73);
            text-align: right;
        }
        
        .search-box .dropdown-menu {
            width: 100%;
        }
        
        .search-box .dropdown-menu a {
            text-align: right;
        }
        
        .search-box .mt-search-2 {
            margin-top: 2rem;
        }
        
        .mt-btn-search {
            margin-top: 2.2rem;
        }
        
        .search-btn-top-box {
            padding-bottom: 10px;
        }
        
        .search-btn-top {
            background-color: #e1b07e;
            border-radius: 5px;
            width: 100%;
            border-radius: 5px !important;
            color: #fff;
            border: 0;
        }
        /* box-left */
        
        .box-search-left {
            height: 100%;
        }
        
        .box-search-left .box-header {
            direction: rtl;
            font-size: 20px;
            padding: 15px;
        }
        
        .best-box ol {
            padding: 10px;
            direction: rtl;
        }

        .title-box {
            font-size: 16px;
            text-align: right;
            direction: rtl;
            padding-right: 15px;
        }
        
        .title-box::after {
            content: ":";
        }
        
        .best-box ol li a {
            text-decoration: none;
            border: none;
            color: #1a1a1a;
        }
        .best-box ol a:hover{
            color: #fff;
        }
        .best-box li {
            direction: rtl;
            color: #fff;
            display: inline-grid;
            margin: 5px;
            background: #204056;
            width: 100px;
            text-align: center;
            border-radius: 5px;
        }
        .best-box-city li {
            direction: rtl;
            color: #fff;
            display: inline-grid;
            margin: 5px;
            background: #204056;
            width: 100px;
            text-align: center;
            border-radius: 5px;
        }
        .active-box {
            background: #4897f1 !important;
        }
        .testp{
            background: #009688 !important;
        }
        .best-box-city li a{
            color: #ffffff !important;
            background: transparent;
            border: none;
            padding: 8px;
            color: #ffffff;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            direction: rtl;
            font-size: x-small ;

        }
        .best-box li a{
            color: #ffffff !important;
            background: transparent;
            border: none;
            padding: 8px;
            color: #ffffff;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
            direction: rtl;

        }
        .best-box li:hover{
            background: #5b8bb3;
        }
        .list-view{
            direction: ltr;
        }
        .list-view .btn:hover{
            color: #fff;
            text-decoration: none;
            text-shadow: 0px 0px 10px #fff;
            transition: 0.2s;
        }
        .active-box a{
            color: #fff !important;
        }
        div.checkbox {
            width: 120px;
            direction: rtl;
            text-align: right;
        }
        
        .checkbox-center ul {
            list-style: none;
            display: flex;
            text-align: right;
            direction: rtl;
        }
        
        @media only screen and (max-width: 400px) {
            .checkbox-center ul {
                display: block;
            }
        }
        
        @media only screen and (max-width:1367px) {
            .rating i {
                padding: 0 !important;
            }
        }
        
        .checkbox-center ul li {
            display: inline;
        }
        
        .checkbox label:after,
        .radio label:after {
            content: "";
            display: table;
            clear: both;
        }
        
        .checkbox .cr,
        .radio .cr {
            position: relative;
            display: inline-block;
            border: 1px solid #2861ff;
            border-radius: 0.25em;
            width: 1.3em;
            height: 1.3em;
            float: right;
            margin-right: 0.5em;
            margin-left: 10px;
        }
        
        .radio .cr {
            border-radius: 50%;
        }
        
        .checkbox .cr .cr-icon,
        .radio .cr .cr-icon {
            position: absolute;
            font-size: 0.8em;
            line-height: 0;
            top: 50%;
            left: 20%;
            color: #2861ff;
        }
        
        .radio .cr .cr-icon {
            margin-left: 0.04em;
        }
        
        .checkbox label input[type="checkbox"],
        .radio label input[type="radio"] {
            display: none;
        }
        
        .checkbox label input[type="checkbox"]+.cr>.cr-icon,
        .radio label input[type="radio"]+.cr>.cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all 0.3s ease-in;
        }
        
        .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
        .radio label input[type="radio"]:checked+.cr>.cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }
        
        .checkbox label input[type="checkbox"]:disabled+.cr,
        .radio label input[type="radio"]:disabled+.cr {
            opacity: 0.5;
        }
        
        .checkbox label,
        .radio label {
            padding-left: 0;
        }
        /* grid */
        
        .box-list {
            position: relative;
            border-radius: 10px;
            box-shadow: 0 0 10px rgb(201, 201, 201);
        }
        
        .box-img {
            overflow: hidden;
            position: relative;
            border-radius: 0 10px 10px 0;
            width: 280px;
        }

        .rating {
            text-align: center;
            position: absolute;
            bottom: 0;
            width: 100%;
            color: #e1b07e;
            background: rgba(68, 68, 68, 0.459);
            padding: 10px;
        }
        
        .rating i {
            font-size: 18px;
        }
        
        .box-content {
            position: relative;
            width: 100%;
        }
        
        .list-data {
            position: relative;
        }
        
        .list-data ul {
            list-style: none;
            padding: 5px;
            text-align: right;
            direction: rtl;
            margin-right: 5px;
            margin-bottom: 0;
        }
        
        .list-data ul li {
            padding: 5px;
        }
        
        .list-data ul li p {
            display: inline-block;
            width: 180px;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
        }
        
        .list-data ul li:nth-last-child(1) span::after {
            content: ":";
            padding: 5px;
        }
        
        .list-data ul li:nth-last-child(2) span i {
            padding-right: 10px;
            color: #e1b07e;
        }
        
        .list-data ul li:nth-last-child(2) span.content-location {
            padding-right: 8px;
        }
        
        .list-data ul li:nth-last-child(3) span::after {
            content: ":";
            padding: 5px;
        }
        
        .list-data ul li:nth-last-child(4) span::after {
            content: ":";
            padding: 5px;
        }
        
        .list-data ul li {
            display: flex;
        }
        
        address {
            width: 180px;
            display: inline-block;
            width: 180px;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
        }
        
        .box-btn-info {
            display: block;
        }
        
        .box-btn-info a {
            border-radius: 0 8px 0 8px;
            background-color: #274c77;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
        .box-btn-info a.btn:focus{
            color: #fff;
        }
        .box-btn-info a i {
            padding: 5px;
            font-size: 16px;
        }
        
        @media only screen and (max-width: 640px) {
            .box-btn-info {
                position: inherit;
                left: 0;
                bottom: 0;
                display: block;
            }
            .box-disable-flex {
                display: block;
            }
            .box-img {
                width: 100%;
                border-radius: 0;
                height: 250px;
            }
        }
        /* pagination */
        
        .pagination {
            text-align: center;
            padding: 0;
            width: 100%;
        }
        .pagination > li > a, .pagination > li > span{
            float: unset !important;
            padding: 4px 12px !important;
        }
        .pagination li {
            display: inline;
            margin: 1px;
        }

        .pagination li.active a {
            color: #fff !important;
        }

        .pagination li a {
            text-decoration: none;
            color: gray !important;
            padding: 5px;
            border-radius: 50%;
            border: 0 !important;
        }
        .pagination li.prev span,.pagination li.next span,.pagination li.prev a,.pagination li.next a{
            background: none !important;
            border: none !important;
            border-radius: 0;
        }
        .pagination li i {
            display: inline;
            font-style: normal;
        }

        .pagination li a span {
            padding: 2px;
        }
        /* footer */
        
        footer {
            display: block;
        }
        
        #footer {
            background: #f0f0f0;
            padding: 4em 0 6em 0;
            text-align: center;
        }
        
        ul.icons {
            cursor: default;
            list-style: none;
            padding-left: 0;
        }
        
        ul.icons li {
            display: inline-block;
            padding: 0 1.25em 0 0;
        }
        
        #footer .icons a {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            opacity: 0.35;
        }
        
        ul.icons li .icon::before {
            font-size: 1.75em;
        }
        
        .fa-instagram::before {
            content: "\f16d";
        }
        
        ul.icons li:last-child {
            padding-right: 0;
        }
        
        #footer .icons a {
            -moz-transition: opacity 0.2s ease-in-out;
            -webkit-transition: opacity 0.2s ease-in-out;
            -ms-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            opacity: 0.35;
        }
        
        ul.icons li .icon {
            color: inherit;
        }
        
        #footer .icons a:hover {
            opacity: 0.75;
        }
        
        .icon {
            text-decoration: none;
            border-bottom: none;
            position: relative;
        }
        
        ul.icons li .icon::before {
            font-size: 1.75em;
        }
        
        .fa-github::before {
            content: "\f09b";
        }
        
        #footer .copyright {
            color: #999;
            font-size: 0.9em;
            line-height: 1em;
            margin: 2em 0 0 0;
            padding: 0;
            text-align: center;
        }
        
        #footer .copyright li {
            border-left: solid 1px #dddddd;
            display: inline-block;
            list-style: none;
            margin-left: 1em;
            padding-left: 1em;
        }
        
        #footer .copyright a {
            color: inherit;
        }
        
        .icon>.label {
            display: none;
        }
        .pb-5{
            padding-bottom: 4.5rem;
        }
