body {
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: 'RTA';
    src: url('../fonts/RTA-Light.eot');
    src: url('../fonts/RTA-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RTA-Light.woff') format('woff'),
    url('../fonts/RTA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RTA';
    src: url('../fonts/RTA-Black.eot');
    src: url('../fonts/RTA-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RTA-Black.woff') format('woff'),
    url('../fonts/RTA-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RTA';
    src: url('../fonts/RTA-Bold.eot');
    src: url('../fonts/RTA-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RTA-Bold.woff') format('woff'),
    url('../fonts/RTA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RTA';
    src: url('../fonts/RTA-Regular.eot');
    src: url('../fonts/RTA-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RTA-Regular.woff') format('woff'),
    url('../fonts/RTA-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.main-wrapper {
    font-family: 'RTA', Arial !important;
}

.lang {
    float: right;
    font: bold 15px "Trebuchet MS";
    color: #58595b;
    padding: 0;
    margin: 4px 0 0 40px;
}

.lang:hover {
    color: #ee0000;
}

/****** Header *******/
/*header {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
}

header .font {
    float: left;
    font: bold 31px arial;
    color: #ee0000;
    border: 1px solid #ee0000;
    border-radius: 24px;
    padding: 5px 10px;
    margin: -10px 20px 0 0;
}

header .plus {
    display: block;
    float: left;
    width: 35px;
    height: 37px;
    background: url("../img/latest-img/sprite.png") no-repeat left top;
    margin: -5px 10px 0 0;
}

header .minus {
    display: block;
    float: left;
    width: 35px;
    height: 37px;
    background: url("../img/latest-img/sprite.png") no-repeat -36px top;
    margin: -5px 0 0;
}

header .logos {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
}

header .logos .gov-dubai {
    float: left;
    padding: 0;
    margin: 0 0 0 43px;
}

header .logos .RTA-logo {
    float: right;
    padding: 0;
    margin: 0 43px 0 0;
}

header .main-nav {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

header .main-nav ul {
    display: block;
    padding: 0;
    margin: 0;
}

header .main-nav ul li {
    float: left;
    font: bold 18px "Trebuchet MS";
    color: #53565a;
    list-style-type: none;
    padding: 0;
    margin: 0 60px 0 0;
}

header .main-nav ul li:last-child {
    margin: 0;
}

header .main-nav ul li a {
    float: left;
    text-decoration: none;
    color: inherit;
}

header .main-nav ul li a:hover {
    color: #ee0000;
}

header .main-nav ul li a.active {
    color: #ee0000;
}

header .main-nav ul li em {
    float: left;
    padding: 0;
    margin: -2px 0 0 18px;
}

header nav {
    position: relative;
    display: block;
    width: 100%;
    background: #ee0000;
    padding: 0;
    margin: 0;
}

header nav ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

header nav ul li {
    float: left;
    font: bold 18px "Trebuchet MS";
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav ul li a {
    position: relative;
    float: left;
    text-decoration: none;
    color: inherit;
    padding: 19px 16px;
    /!*&:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      background: #ee0000;
    }*!/
}

header nav ul li a:hover {
    color: #ee0000;
    background: #fff;
}

header nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: #ee0000;
}

header nav ul li em {
    float: right;
    margin: -5px 0 0 18px;
    background: #ee0000;
    padding: 1px;
    border-radius: 4px;
}

header nav ul li:hover .nav-droDown {
    display: block;
}

header nav ul li .font-resize {
    float: left;
    padding: 18px 0 18px 19px;
    margin: 0 20px 0 0;
    border-left: 1px solid #fff;
}

header nav ul li .font-resize span {
    cursor: pointer;
}

header nav ul li .font-resize .plus {
    width: 18px;
    height: 19px;
    background-position: -72px top;
    margin: 3px 5px 0 0;
}

header nav ul li .font-resize .minus {
    width: 18px;
    height: 19px;
    background-position: -91px top;
    margin: 3px 5px 0 0;
}

header nav ul li .font-resize .font {
    font-size: 15px;
    color: #fff;
    border-color: #fff;
    padding: 3px 7px;
    margin: 0 5px 0 0;
}

header nav ul li .speaker-icon {
    float: left;
    padding: 0;
    margin: 18px 20px 0 0;
}

header nav ul li .speaker-icon span {
    cursor: pointer;
}

header nav ul li .speaker-icon .speaker-inner {
    display: none;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 15;
}

header nav ul li .speaker-icon .speaker-inner .speaker-switch-box {
    float: right;
    clear: right;
    min-width: 260px;
    min-height: 145px;
    background: #fff;
    padding: 40px 40px 0;
    margin: 0;
}

header nav ul li .speaker-icon .speaker-inner .speaker-switch-box h2 {
    display: block;
    font: normal 20px "Trebuchet MS";
    padding: 0;
    margin: 0 0 20px;
}

header nav ul li .eye-icon {
    float: left;
    padding: 18px 19px 22px 0;
    border-right: 1px solid #fff;
    margin: 0;
}

header nav ul li .eye-icon span {
    cursor: pointer;
}

header nav ul li .eye-icon .eye-inner {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
}

header nav ul li .eye-icon .eye-inner .color-switch-box {
    float: right;
    clear: right;
    min-width: 260px;
    min-height: 345px;
    background: #fff;
    padding: 40px 40px 0;
    margin: 0;
}

header nav ul li .eye-icon .eye-inner .color-switch-box h2 {
    display: block;
    font: normal 20px "Trebuchet MS";
    padding: 0;
    margin: 0 0 20px;
}

header nav ul li .eye-icon .eye-inner .color-switch-box p {
    clear: left;
    color: #53565a;
    font: normal 16px "Trebuchet MS";
    padding: 0;
    margin: 0 0 40px;
}

header nav ul li .eye-icon .eye-inner .color-switch-box label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    margin: 0 0 20px 10px;
    font: normal 18px "Trebuchet MS";
    color: #53565a;
}

header nav ul li .eye-icon .eye-inner .color-switch-box label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: #d1d1d1;
    border-radius: 16px;
    margin-right: 20px;
}

header nav ul li .eye-icon .eye-inner .color-switch-box input[type=radio] {
    display: none;
}

header nav ul li .eye-icon .eye-inner .color-switch-box input[type=radio]:checked + label:before {
    content: "\2022";
    color: #ee0000;
    font-size: 35px;
    text-align: center;
    line-height: 15px;
}

header nav ul li .search {
    float: left;
    padding: 0;
    margin: 20px 0 0 18px;
    cursor: pointer;
}

header nav ul li .search em {
    margin-top: -2px;
    background: none;
}

header nav ul li .search .search-box {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    top: 62px;
    z-index: 15;
}

header nav ul li .search .search-box input[type=search] {
    position: relative;
    float: left;
    width: 100%;
    font: normal 16px "Trebuchet MS";
    color: #53565a;
    background: #f2f2f2 url("../img/latest-img/search-icon-red.png") no-repeat right center;
    outline: none;
    border: none;
    padding: 13px 0;
    margin: 0;
    box-sizing: border-box;
}

header nav ul li .search .search-box input[placeholder], header nav ul li .search .search-box [placeholder], header nav ul li .search .search-box *[placeholder] {
    color: #53565a;
}

header nav ul li .nav-droDown {
    display: none;
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    background: #fff;
    padding: 90px 0 50px;
    z-index: 200;
}

header nav ul li .nav-droDown ul {
    float: left;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
}

header nav ul li .nav-droDown ul li {
    clear: left;
    float: left;
    font: normal 16px "Trebuchet MS";
    list-style-type: none;
    color: #53565a;
    padding: 0;
    margin: 0 0 20px;
}

header nav ul li .nav-droDown ul li:first-child {
    font: bold 20px "Trebuchet MS";
}

header nav ul li .nav-droDown ul li a {
    padding: 0;
}

header nav ul li .nav-droDown ul li a:hover {
    background: none;
}

header nav ul li .nav-droDown ul li a:before, header nav ul li .nav-droDown ul li a:after {
    display: none;
}

header nav .col-md-12, header nav .col-sm-12 {
    position: static;
}

header nav .accessibility-icons {
    position: relative;
}

header nav .close-x {
    float: right;
    color: #ee0000;
    background: #fff;
    padding: 20px 19px;
    margin: 0;
}

header nav .close-x:before, header nav .close-x:after {
    display: none;
}

header .accessibility {
    float: right;
    padding: 0 0 25px;
    margin: 4px 0 0 40px;
}

header .accessibility h2 {
    float: left;
    font: bold 16px "Trebuchet MS";
    cursor: default;
    padding: 0;
    margin: 0;
}

header .accessibility:hover .access-droDown {
    display: block;
}

header .accessibility .access-droDown {
    display: none;
    position: absolute;
    left: 0;
    top: 166px;
    width: 100%;
    min-height: 280px;
    border-top: 1px solid #ee0000;
    background: #fff;
    padding: 0;
    z-index: 200;
}

header .accessibility .access-droDown .col-md-4 {
    border-right: 1px solid #ee0000;
    box-sizing: border-box;
    min-height: 280px;
    padding: 60px 0 0;
}

header .accessibility .access-droDown .col-md-4:last-child {
    border: none;
}

header .accessibility .access-droDown .contrast-switch {
    display: block;
    padding: 0;
    margin: 0;
}

header .accessibility .access-droDown .contrast-switch h2 {
    display: block;
    font: normal 20px "Trebuchet MS";
    padding: 0;
    margin: 0 0 20px;
}

header .accessibility .access-droDown .contrast-switch p {
    clear: left;
    font: normal 16px "Trebuchet MS";
    padding: 0;
    margin: 0;
}

header .accessibility .access-droDown .contrast-switch label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    margin: 0 0 20px 10px;
    font: normal 18px "Trebuchet MS";
    color: #53565a;
}

header .accessibility .access-droDown .contrast-switch label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: #d1d1d1;
    border-radius: 16px;
    margin-right: 20px;
}

header .accessibility .access-droDown .contrast-switch input[type=radio] {
    display: none;
}

header .accessibility .access-droDown .contrast-switch input[type=radio]:checked + label:before {
    content: "\2022";
    color: #ee0000;
    font-size: 35px;
    text-align: center;
    line-height: 15px;
}

header .accessibility .access-droDown .text-resize {
    display: block;
    padding: 0 30px;
    margin: 56px 0 0;
    box-sizing: border-box;
}

header .accessibility .access-droDown .text-resize h2 {
    display: block;
    font: normal 20px "Trebuchet MS";
    padding: 0;
    margin: 0 0 20px;
}

header .accessibility .access-droDown .text-resize .col-md-4 {
    border: none;
    min-height: inherit;
    padding: 0;
}

header .accessibility .access-droDown .read-Speaker {
    display: block;
    padding: 0 30px;
    margin: 40px 0 0;
    box-sizing: border-box;
}

header .accessibility .access-droDown .read-Speaker h2 {
    display: block;
    font: normal 20px "Trebuchet MS";
    padding: 0;
    margin: 0 0 20px;
}

header .col-md-4, header .col-sm-4 {
    position: static;
}

header .row{
    margin-right: 0;
    margin-left: 0;
}*/

/****** Main *******/
.main-wrapper #slider_banner .carousel-inner img {
    max-height: 100%;
}

.spotlight {
    float: left;
    width: 100%;
    background: #171c8f;
}

.spotlight img {
    width: 100%;
}

.spot-desk {
    display: block;
}

.spot-mob {
    display: none;
}

.rta {
    background: #ffffff;
}

.content-wrap {
    float: left;
    width: 100%;
    margin: 45px 0 45px;
}

.btn2 {
    float: left;
    font-size: 18px;
    margin: 5px 0 0 0;
}

.btn2 a {
    color: #ffffff;
    background: #e60202;
    padding: 8px 10px 8px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.btn2 a:hover {
    background: #171c8f;
    color: #ffffff;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.content-wrap h3 {
    font-size: 46px;
    color: #53565a;
    font-weight: bold;
    line-height: normal;
}

.content-wrap h3 span {
    display: block;
    font-size: 20px;
    padding: 10px 0 0 0;
}

.rta-slider-wrapper {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    padding-bottom: 40px;
}

.rta-slider-wrapper .swiper-slide {
    margin-right: 19px;

}

.rta-slider-col {
    float: left;
    width: 100%;
    position: relative;
    min-height: 256px;
}

.rta-slider-col a {
    color: #ffffff;
}

.rta-slider-col img {
    opacity: 0.7;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}

.rta-slider-col img:hover {
    opacity: 1;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}

.swiper-pagination {
    position: relative !important;
    display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
}

.slider-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #171c8f;
    width: 250px;
    height: 120px;

}

.slider-content {
    width: 170px;
    float: left;
    background: #171c8f;
    color: #ffffff;
    padding: 10px 15px 0 20px;
    font-size: 20px;
}

.slider-paly-btn {
    float: right;
}

.slider-content span {
    position: absolute;
    left: 20px;
    bottom: 8px;
}

.discover {
    background: #e5e6e6;
}

.discover-form {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.discover-form fieldset {
    float: left;
    width: 32.66%;
    margin: 0 1% 0 0;
}

.discover-form fieldset:nth-child(3) {
    margin: 0 0 0 0;
}

.discover-form fieldset label {
    float: left;
    width: 100%;
    color: #373b40;
    font-size: 20px;
}

.discover-form fieldset select {
    float: left;
    border: 1px solid #ffffff;
    padding: 15px 3%;
    color: #ffffff;
    margin: 10px 0 0 0;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 20px;
    background: url(../img/arrow-down.png) no-repeat 95% #53565a;
}

select::-ms-expand {
    display: none;
}

.populer-wrapper {
    float: left;
    width: 100%;
    margin: 40px 0 40px 0;
}

.populer-wrapper ul {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.populer-wrapper ul li {
    float: left;
    padding: 15px 15px 0 0;
}

.populer-wrapper ul li:nth-child(4), .populer-wrapper ul li:nth-child(8) {
    padding: 15px 0 0 0;
}

.populer-wrapper ul li a {
    float: left;
    width: 100%;
    background: #53565b;
    padding: 15px 12px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
    height: 81px;
}

.populer-wrapper ul li a:hover {
    background: #ee0000;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.pop-services {
    color: #ffffff;
    font-size: 20px;
    padding: 0 15px 0 0;
    float: left;
    width: 199px;
}

.upd-feed {
    background: #ffffff;
}

.upd-feed-wrapper {
    float: left;
    width: 100%;
    margin: 45px 0 0;

}

.upd-feed-wrapper ul {
    float: left;
    width: 100%
}

.upd-feed-wrapper ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 0 0 55px 0;
    margin-bottom: 45px;
}

.upd-feed-wrapper ul li:nth-child(1) {
    border-bottom: 6px solid #ff7100;
}

.upd-feed-wrapper ul li:nth-child(2) {
    border-bottom: 6px solid #025ee1;
}

.upd-feed-wrapper ul li:nth-child(3) {
    border-bottom: 6px solid #00b154;
    margin-right: 0;
}

.upd-feed-content {
    float: left;
    width: 100%;
    height: 410px;
    position: relative;
}

.upd-icon {
    color: #53565a;
    font-size: 20px;
}

.upd-icon span {
    padding: 0 15px 0 0;
}

.upd-feed-content h3 {
    padding: 25px 30px 0px 0px;
    font-size: 40px;
    line-height: 50px;
}

.upd-feed-content p {
    font-size: 16px;
    color: #53565a;
    padding: 25px 15px 0 0;
    line-height: 22px;
}

.upd-feed-wrapper .btn2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-app {
    background: #e6e6e6;
}

.mobile-app-wrapper {
    float: left;
    width: 100%;
}

.mobile-app-wrapper ul {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.mobile-app-wrapper > ul > li {
    float: left;
    padding: 15px 15px 0 0;
    height: 97px;
}

.mobile-app-wrapper ul li:nth-child(5), .mobile-app-wrapper ul li:nth-child(10) {
    padding: 15px 0 0 0;
}

.mobile-app-wrapper ul li a {
    float: left;
    width: 100%;
    background: #cfd1d0;
    padding: 15px 12px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.mobile-app-wrapper ul li a:hover {
    background: #ffffff;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.mobile-services {
    float: left;
    width: 140px;
    color: #525357;
    font-size: 16px;
    padding: 0 15px 0 0;
}

.mob-ic {
    float: right;
}

.mobile-apps-detial-container {
    float: left;
    width: 99.8%;
}

.mob-ser-detail {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    background: #edeeee;
    padding: 1%;
    display: none;
}

.ser-detail-col-left {
    float: left;
    width: 59%;
    padding: 30px 1% 0 2%;
}

.app-icon {
    float: left;
}

.ser-detail-content {
    float: left;
    width: 87%;
    padding: 7px 0 0 3%;
}

.ser-detail-content h3 {
    font-size: 30px;
    color: #53565a;
}

.ser-detail-content h3 span {
    display: block;
    padding: 10px 0 0 0;
    font-weight: normal;
}

.ser-detail-content p {
    display: block;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: normal;
}

.mob-store {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.mob-store span {
    float: left;
    color: #373b40;
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0 0 0;
}

.mob-store ul {
    float: left;
}

.mob-store ul li {
    float: left;
    padding: 20px 0 0 0;
}

.ser-detail-col-right {
    float: right;
    width: 40%;
}

.ser-detail-vid {
    float: right;
    width: 100%;
    position: relative;
}

.ser-detail-vid img {
    width: 100%;
}

.ser-detail-vid span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/play-btn.png) no-repeat center center;
}

.location {
    background: #171c8f;
}

.location-wrapper {
    float: left;
    width: 100%;
}

.location-wrapper h3 {
    color: #ffffff;
}

.map-container {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0 0 0;
}

.google-map {
    float: left;
    width: 100%;
    height: 480px;
}

.map-drop {
    width: 275px;
    position: absolute;
    top: 0;
    left: 0;
}

.map-btn-wrapper {
    width: 275px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-btn {
    float: left;
    width: 275px;
    font-size: 18px;
    color: #171c8f;
    margin: 2px 0 0 0;
}

.map-btn a {
    color: #ffffff;
    background: #ee0000;
    padding: 15px 10px;
    display: block;
    font-weight: bold;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.map-btn a:hover {
    background: #ffffff;
    color: #ee0000;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.map-btn a span {
    float: right;
    padding: 0 5px 0 0;
}

.map-btn-2 a {
    padding: 15px 10px 11px;
}

.latest {
    background: #ffffff;
}

.latest-slider-wrapper {
    float: left;
    width: 100%;
}

.latest-pane-wrap {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.latest-left-pane {
    float: left;
    width: 75%;
}

.latest-right-pane {
    float: left;
    width: 22.5%;
}

.slider2 {
    float: left;
    width: 100%;
}

.slide {
    float: left;
    width: 100%;
}

.reg-module {
    float: left;
    width: 100%;
}

.latest-slider-col {
    float: left;
    width: 256px;
    position: relative;
}

.latest-slider-container {
    float: left;
    width: 100%;
    position: relative;
}

.latest-slider-col img {
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}

.latest-slider-col img:hover {
    opacity: 1;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -ms-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}

.latest-slider-content {
    float: left;
    background: #171c8f;
    color: #ffffff;
    padding: 10px 15px 0 20px;
    height: 210px;
    width: 100%;
    font-size: 20px;
}

.latest-slider-content span {
    padding: 20px 0 11px 0;
    display: block;
    position: absolute;
    bottom: 0;
}

.latest-slider-form {
    float: left;
    width: 100%;
    min-height: 401px;
    background: #171c8f;
    padding: 12px 12px 22px;
}

.latest-slider-form h3 {
    font-size: 28px;
    color: #ffffff;
}

.latest-slider-form p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
}

.latest-form {
    float: left;
    width: 100%;
}

.latest-form fieldset {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.latest-form fieldset input {
    float: left;
    border: none;
    padding: 10px 6% 8px;
    color: #58595b;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 16px;
    background: #fff;
    margin: 0;
}

.captcha-wrap {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.latest-sign-up a:hover {
    background: #fff;
    color: #ee0000;
}

.latest .latest-form .latest-sign-up {
    margin: 15px 0 0 0;
}

.latest .btn2 {
    margin: 40px 0 0 0;
}

.support-home {
    background: #ee0000;
}

.support-wrapper {
    float: left;
    width: 100%;
}

.support-wrapper h3 {
    color: #ffffff;
}

.support-wrapper ul {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.support-wrapper ul li {
    float: left;
    width: 20%;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.support-wrapper ul li:nth-child(1) {
    border-left: 1px solid #ffffff;
}

.support-wrapper ul li a {
    color: #ffffff;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    padding: 23px 15px;
    background: #ee0000;
    float: left;
    height: 78px;
}

.support-wrapper ul li a:hover {
    background: #ffffff;
    color: #ee0000;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.support-wrapper ul li:nth-child(1) a {
    background: url(../img/support-email.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(1) a:hover {
    color: #ee0000;
    background: url(../img/support-email-2.png) no-repeat 5px center #ffffff;
}

.support-wrapper ul li:nth-child(2) a {
    background: url(../img/support-feedback.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(2) a:hover {
    color: #ee0000;
    background: url(../img/support-feedback-2.png) no-repeat 5px center #ffffff;
}

.support-wrapper ul li:nth-child(3) a {
    background: url(../img/support-question.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(3) a:hover {
    color: #ee0000;
    background: url(../img/support-question-2.png) no-repeat 5px center #ffffff;
}

.support-wrapper ul li:nth-child(4) a {
    background: url(../img/support-poll.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(4) a:hover {
    color: #ee0000;
    background: url(../img/support-poll-2.png) no-repeat 5px center #ffffff;
}

.support-wrapper ul li:nth-child(5) a {
    background: url(../img/support-video.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(5) a:hover {
    color: #ee0000;
    background: url(../img/support-video-2.png) no-repeat 5px center #ffffff;
}

.support-wrapper ul li:nth-child(6) a {
    background: url(../img/support-video.png) no-repeat 5px center #ee0000;
}

.support-wrapper ul li:nth-child(6) a:hover {
    color: #ee0000;
    background: url(../img/support-video-2.png) no-repeat 5px center #ffffff;
}

.support-services {
    float: left;
    font-size: 18px;
    text-align: left;
    padding: 0px 0px 0px 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.support-services-ic {
    float: right;
}

.footer-sticky-nav {
    float: left;
    width: 100%;
}

.footer-sticky {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 91;
}

.footer-sticky .container {
    width: 100%;
    padding: 0;
}

.footer-service-happy {
    float: left;
    width: 55px;
}

.footer-service-happy ul {
    display: table;
    position: relative;
    width: 100%;
}

.footer-service-happy ul li {
    display: table-cell;
    vertical-align: top;
}

.footer-service-happy ul li a {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: block;
    padding: 29px 25px;
    background: url(../img/ft-ic1.png) no-repeat center center #ee0000;
}

.footer-service-happy {
    float: left;
    width: 55px;
    height: 55px;
}

.footer-service-happy ul {
    display: table;
    position: relative;
    width: 100%;
}

.footer-service-happy ul li {
    display: table-cell;
    vertical-align: top;
}

.footer-service-happy ul li a {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: block;
    padding: 15px;
    background: url(../img/sticky-happy.png) no-repeat center center #ee0000;
}

.footer-service-happy ul li a:hover {
    color: #ee0000;
    background: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    color: #ee0000;
    background: url(../img/sticky-happy-2.png) no-repeat center center #ffffff;
}

.footer-service {
    float: right;
    width: 489px;
    margin-top: 25px;
}

.footer-service ul {
    display: table;
    position: relative;
    width: 100%;
}

.footer-service ul li {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #e5e6ea;
}

.footer-service ul li:last-child {
    border-right: none;
}

.footer-service ul li a {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: block;
    padding: 8px 18px;
    height: 30px;
}

.footer-service ul li a:hover {
    color: #ee0000;
    background: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    color: #ee0000;
}

.footer-service ul li:nth-child(1) a {
    background: url(../img/sticky-top.png) no-repeat center center #53565b;
    background-size: 50%;
}

.footer-service ul li:nth-child(1) a:hover {
    color: #ee0000;
    background: url(../img/sticky-top-2.png) no-repeat center center #ffffff;
    background-size: 50%;
}

#on-chat {
}

#off-chat {
    display: none;
}

#off-chat .off-chat {
    background: url(../img/sticky-chat-offline.png) no-repeat 265px center #53565b !important;
}

#off-chat .off-chat:hover {
    background: url(../img/sticky-chat-offline.png) no-repeat 265px center #ffffff !important;
}

.footer-service ul li:nth-child(2) a {
    background: url(../img/sticky-chat-offline.png) no-repeat right 10px center #53565b;
    background-size: 6%;
}

.footer-service ul li:nth-child(2) a:hover {
    color: #ee0000;
    background: url(../img/sticky-chat-offline.png) no-repeat right 10px center #ffffff;
    background-size: 6%;
}

.footer-service ul li:nth-child(2) a.active, .footer-service ul li:nth-child(2) a.active:hover {
    color: #ee0000;
    background: url(../img/sticky-chat-online.png) no-repeat right 10px center #ffffff;
    background-size: 6%;
}

.footer-service ul li:nth-child(3) a {
    background: url(../img/ft-ic6.png) no-repeat right 10px center #53565b;
    background-size: 12%;

}

.footer-service ul li:nth-child(3) a:hover {
    color: #ee0000;
    background: url(../img/ft-ic6-2.png) no-repeat right 10px center #ffffff;
    background-size: 12%;
}

.footer-service ul li:nth-child(4) a {
    background: url(../img/ft-ic5.png) no-repeat center center #53565b;
    background-size: 35%;
}

.footer-service ul li:nth-child(4) a:hover {
    color: #ee0000;
    background: url(../img/ft-ic5-2.png) no-repeat center center #ffffff;
    background-size: 35%;
}

.footer-service ul li span {
    display: inline;
    float: left;
}

.footer-service ul li span:nth-child(1) {
    float: left;
    font-weight: bold;
    font-size: 15px;
}

.footer-service ul li span:nth-child(2) {
    float: right;
    font-weight: normal;
    font-size: 14px;
    padding: 0 20px 0 0px;

}

.service-sticky {
    float: left;
    width: 215px;
    position: fixed;
    left: -165px;
    top: 25%;
    z-index: 85;
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-sticky:hover {
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-sticky-nav {
    float: left;
    width: 100%;
}

.service-sticky-nav ul {
    float: left;
    width: 100%;
}

.service-sticky-nav ul li {
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
}

.service-sticky-nav ul li a {
    padding: 15px 6% 15px 6%;
    display: inline-block;
    color: #ffffff;
    background: #53565b;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-sticky-nav ul li a:hover {
    background: #53565b;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-sticky-nav ul li:nth-child(1) a {
    background: url(../img/sticky-pay.png) no-repeat left 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(1) a:hover {
    background: url(../img/sticky-pay.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(2) a {
    background: url(../img/sticky-reg.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(2) a:hover {
    background: url(../img/sticky-reg.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(3) a {
    background: url(../img/sticky-salik.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(3) a:hover {
    background: url(../img/sticky-salik.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(4) a {
    background: url(../img/sticky-auction.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(4) a:hover {
    background: url(../img/sticky-auction.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(5) a {
    background: url(../img/sticky-nol.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(5) a:hover {
    background: url(../img/sticky-nol.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(6) a {
    background: url(../img/sticky-journey.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(6) a:hover {
    background: url(../img/sticky-journey.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li:nth-child(7) a {
    background: url(../img/sticky-license.png) no-repeat right 14px center #53565b;
    padding: 15px 6% 15px 6%;
}

.service-sticky-nav ul li:nth-child(7) a:hover {
    background: url(../img/sticky-license.png) no-repeat right 14px center #171c8f;
}

.service-sticky-nav ul li a span {
    float: right;
}

.service-sticky-nav ul .view-all {
    display: none;
}

.overlay-sticky-wrapper {
    float: left;
    width: 100%;
}

.overlay-sticky {
    width: 40%;
    margin: 0 auto;
    background: #636669;
    padding: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}

.overlay-sticky h3 {
    font-size: 46px;;
    color: #ffffff;
}

.overlay-sticky fieldset {
    float: left;
    width: 45%;
    margin: 5% 5% 0 0;
}

.overlay-sticky fieldset select {
    float: left;
    border: none;
    padding: 15px 3%;
    color: #ffffff;
    width: 103%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 20px;
    background: url(../img/arrow-down.png) no-repeat 95% #53565a;
}

.overlay-sticky fieldset input {
    float: left;
    border: none;
    padding: 13px 3%;
    color: #ffffff;
    width: 97%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 20px;
    background: #53565a;
    margin-bottom: 0px;
}

.overlay-sticky fieldset input::-webkit-input-placeholder {
    color: #ffffff;
}

.overlay-sticky fieldset input:-moz-placeholder {
    color: #ffffff;
}

.overlay-sticky fieldset input::-moz-placeholder {
    color: #ffffff;
}

.overlay-sticky fieldset input:-ms-input-placeholder {
    color: #ffffff;
}

.btn2.btn-sticky {
    float: left;
    font-size: 18px;
    margin: 50px 0 0 0;
    padding: 0;
}

.btn-sticky a {
    color: #ffffff;
    background: #e60202;
    padding: 15px 84px 13px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 90;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay-sticky:target, .overlay-sticky:target + .mask {
    display: block;
    opacity: 1;
}

.close-sticky {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    font-size: 35px;
    text-align: center;
}

.wrapper-dropdown-5 {
    position: relative;
    padding: 15px 24% 15px 3%;
    background: #53565a;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.wrapper-dropdown-5:after {
    content: "";
    background: url(../img/arrow-down.png) no-repeat;
    width: 21px;
    height: 40px;
    position: absolute;
    top: 22px;
    right: 10px;
}

.wrapper-dropdown-5 .dropdown2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #989a9c;
    list-style: none;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown2 li {
    border-bottom: 1px solid #adaeb0;
}

.wrapper-dropdown-5 .dropdown2 li:last-child {
    border-bottom: none;;
}

.wrapper-dropdown-5 .dropdown2 li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 10px;
    transition: all 0.3s ease-out;
    font-size: 16px;
}

.wrapper-dropdown-5 .dropdown2 li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-5 .dropdown2 li:hover a {
    background: #75787b;
}

.wrapper-dropdown-5.active {
    background: #53565a;
    box-shadow: none;
    color: white;
}

.wrapper-dropdown-5.active .dropdown2 {
    max-height: 400px;
}

.overlay-happy {
    width: 58%;
    margin: 0 auto;
    background: #636669;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}

.happy-logo-left {
    float: left;
}

.happy-logo-right {
    float: left;
    padding: 0 0 0 50px;
    width: 80%;
}

.happy-logo-right img {
    float: left;
}

.happy-meter {
    float: left;
    margin: 25px 0 0 0;
}

.happy-meter ul {
    float: left;
    width: 100%;
}

.happy-meter ul li {
    display: inline-block;
    padding: 0 25px 0 0;
}

.happy-meter ul li:last-child {
    padding: 0 0 0 0;
}

.happy-meter ul li a .hov-happy {
    display: none;
}

.happy-meter ul li a:hover img {
    display: none;
}

.happy-meter ul li a:hover .hov-happy {
    display: block;
}

.overlay-happy:target, .overlay-happy:target + .mask {
    display: block;
    opacity: 1;
}

.overlay-questions {
    width: 488px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 30px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 100;
    display: none;
}

.overlay-questions:target, .overlay-questions:target + .mask {
    display: block;
    opacity: 1;
}

.question-search {
    float: left;
    width: 100%;
}

.overlay-questions h3 {
    font-size: 46px;
    color: #53565a;
    font-weight: bold;
}

.question-search fieldset {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.question-search fieldset input {
    float: left;
    border: none;
    padding: 18px 6% 14px;
    color: #ffffff;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 16px;
    background: #53565a;
}

.question-search fieldset input::-webkit-input-placeholder {
    color: #ffffff;
}

.question-search fieldset input:-moz-placeholder {
    color: #ffffff;
}

.question-search fieldset input::-moz-placeholder {
    color: #ffffff;
}

.question-search fieldset input:-ms-input-placeholder {
    color: #ffffff;
}

.pop-ques {
    float: left;
    width: 100%;
    margin: 10px 0 15px 0;
}

.pop-ques span {
    float: left;
    color: #53565a;
    font-size: 30px;
}

.pop-ques-wrap {
    float: left;
    width: 100%;
    overflow: scroll;
    height: 150px;
    overflow-x: hidden;
}

.pop-ques-wrap ul {
    float: left;
}

.pop-ques-wrap ul li {
    float: left;
    padding: 15px 0 0 0;
    color: #333;
}

.pop-ques-wrap::-webkit-scrollbar {
    width: 0.25em;
}

.pop-ques-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pop-ques-wrap::-webkit-scrollbar-thumb {
    background-color: #abacad;
    outline: 0px solid #e92434;
}

.close-question {
    color: #53565a;
}

.overlay-request {
    width: 30%;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    position: fixed;
    bottom: 58px;
    left: 47%;
    z-index: 100;
    display: none;
}

.overlay-request:target, .overlay-request:target + .mask {
    display: block;
    opacity: 1;
}

.overlay-request h3 {
    font-size: 46px;
    color: #53565a;
    font-weight: bold;
}

.overlay-request h3 span {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin: 20px 0 0 0;
}

.request-form fieldset {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.request-form fieldset input {
    float: left;
    border: none;
    padding: 18px 6% 14px;
    color: #58595b;
    width: 100%;
    -webkit-appearance: none;
    font-family: 'RTA', Arial;
    font-size: 16px;
    background: #53565a;
    margin: 0;
}

.request-form fieldset input::-webkit-input-placeholder {
    color: #ffffff;
}

.request-form fieldset input:-moz-placeholder {
    color: #ffffff;
}

.request-form fieldset input::-moz-placeholder {
    color: #ffffff;
}

.request-form fieldset input:-ms-input-placeholder {
    color: #ffffff;
}

.slider-paly-btn {
    display: block;
    padding: 30px 22px;
    background: url(../img/play.png) no-repeat center center;
}

.slider-paly-btn:hover {
    background: url(../img/play-2.png) no-repeat center center;
}

.slider-paly-btn img {
    opacity: 1;
}

.hov-img {
    display: none;
}

.slider-paly-btn:hover img, .map-btn:hover img, .support-wrapper ul li a:hover img, .footer-service ul li:hover img {
    display: none;
}

.slider-paly-btn:hover .hov-img, .map-btn:hover .hov-img, .support-wrapper ul li a:hover .hov-img, .footer-service ul li:hover .hov-img {
    display: block;
}

.bx-has-controls-direction {
    display: none;
}

/****** Css add by umair for Login Area *******/

#login-wrapper {
}

#login-wrapper .col-2 {
    width: 100%;
    height: 40px;
    float: right;
    display: block;
}

#login-wrapper .col-2 ul li {
    width: 100%;
}

#set-1 ul li a {
    color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#set-1 ul li a:hover {
    background: #ffffff;
    color: #ee0000;
}

#set-1 ul li a span {
    font-size: 16px;
    font-weight: 700;
}

#set-1 ul li:nth-child(1) a {
    float: right;
    color: #ee0000;
    background: url(../img/login.png) no-repeat 80px center;
    line-height: 17px;
    padding: 10px 38px;

}

#set-1 ul li:nth-child(1) a:hover {
    background: url(../img/login-2.png) no-repeat 80px center;
    color: #989a9c;

}

#set-1 ul li:nth-child(2) a {
    float: right;
    color: #ee0000;
    background: url(../img/logo-dubai.png) no-repeat center center;
    padding: 15px 45px;

}

#set-1 ul li:nth-child(2) a:hover {
    background: url(../img/logo-dubai.png) no-repeat center center;
    color: #989a9c;
}

#set-2 ul li a {
    color: #ffffff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#set-2 ul li a:hover {
    background: #ffffff;
    color: #ee0000;
}

#set-2 ul li a span {
    font-size: 16px;
    font-weight: 700;
}

#set-2 ul li:nth-child(1) a {
    float: right;
    color: #ee0000;
    background: url(../img/login.png) no-repeat 95px center;
    line-height: 17px;
    padding: 10px 43px;

}

#set-2 ul li:nth-child(1) a:hover {
    background: url(../img/login.png) no-repeat 95px center;
    color: #989a9c;

}

/*#set-2 ul li:nth-child(2) a{
	float: right;
    color: #ee0000;
    background: url(../img/manage.png ) no-repeat 154px center #ffffff;
    line-height: 17px;
    padding: 10px 38px;

}
#set-2 ul li:nth-child(2) a:hover{
	background: url(../img/manage-2.png ) no-repeat 154px center #ffffff;
	color:#989a9c;
}*/

#set-2 ul li:nth-child(2) a {
    float: right;
    color: #ee0000;
    background: url(../img/logo-dubai.png) no-repeat center center;
    padding: 15px 45px;

}

#set-2 ul li:nth-child(2) a:hover {
    background: url(../img/logo-dubai.png) no-repeat center center;
    color: #989a9c;
}

.hide-btn {
    display: none;
}

@-moz-document url-prefix() {
    .latest-form fieldset input {
        line-height: 21px;
    }
}

/*Jquery UI CSS Start*/

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}*/
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    /*background-image: url("images/ui-icons_444444_256x240.png");*/
}

.ui-widget-header .ui-icon {
    /*background-image: url("images/ui-icons_444444_256x240.png");*/
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    /*background-image: url("images/ui-icons_555555_256x240.png");*/
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    /*background-image: url("images/ui-icons_ffffff_256x240.png");*/
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    /* background-image: url("images/ui-icons_777620_256x240.png");*/
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    /*background-image: url("images/ui-icons_cc0000_256x240.png");*/
}

.ui-button .ui-icon {
    /*background-image: url("images/ui-icons_777777_256x240.png");*/
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*Jquery UI CSS End*/

/* waqas */
.btn-view-all {
    display: inline-block;
    background: #ee0000;
    padding: 7px 10px 2px;
    color: #fff;
    margin: 25px 0;
    font: bold 18px 'RTA';
}

.btn-view-all:hover {
    color: #fff;
    background: #9b9b9d;
}

.breadcrumb-rta {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebeaea;
    padding: 0 0 20px;
    margin: 20px 0 90px;
}

.breadcrumb-rta li {
    position: relative;
    float: left;
    font: normal 14px 'RTA';
    color: #53565a;
    padding: 0 13px 0 0;
    margin: 0 6px 0 0;
}

.breadcrumb-rta li a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb-rta li a:hover {
    color: #ee0000;
}

.breadcrumb-rta li:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: 1px;
    height: 12px;
    background: #53565a;
    transform: rotate(30deg);
}

.breadcrumb-rta li:last-child {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.breadcrumb-rta li:last-child a {
    cursor: default;
}

.breadcrumb-rta li:last-child a:hover {
    color: #53565a;
}

.breadcrumb-rta li:last-child:after {
    display: none;
}

.our-services {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.our-services .most-popular {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.our-services .most-popular h2 {
    display: block;
    font: bold 46px 'RTA';
    color: #53565a;
    padding: 0;
    margin: 0 0 40px 0;
}

.our-services .most-popular h3 {
    display: block;
    font: bold 30px 'RTA';
    color: #53565a;
    padding: 0;
    margin: 0 0 40px 0;
}

.our-services .most-popular fieldset {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 18px 0;
    margin: 0 0 55px 0;
}

.our-services .most-popular fieldset input[type=search] {
    display: block;
    width: 95%;
    font: normal 20px 'RTA';
    color: #53565a;
    border: none;
    border-left: 1px solid #626468;
    outline: none;
    background: transparent url("../img/search-red.png") no-repeat right center;
    padding: 5px 0 5px 22px;
    margin: 0 auto;
}

.our-services .most-popular fieldset input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #53565a;
}

.our-services .most-popular fieldset input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #53565a;
}

.our-services .most-popular fieldset input[type=search]:-ms-input-placeholder {
    /* IE 10+ */
    color: #53565a;
}

.our-services .most-popular fieldset input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #53565a;
}

.categories-list {
    padding: 0;
}

.categories-list .col-grid25 {
    display: table;
    width: 31.8%;
    float: left;
    margin: 0 20px 20px 0;
}

.categories-list .col-grid25:nth-of-type(3n+3) {
    margin-right: 0;
}

.categories-list .col-grid25 .category-item {
    display: table-cell;
    /*    border: 10px solid;*/
    background: #989a9c;
    width: 100%;
    vertical-align: middle;
    padding: 20px 20px;
    overflow: hidden;
    color: #fff;
    margin: 0;
    max-width: 50%;
}

.categories-list .col-grid25 .category-item.red-hover:hover {
    background: #ee0000;
}

.categories-list .col-grid25 .category-item.blue-hover:hover {
    background: #171c8f;
}

.categories-list .col-grid25 .category-item h4 {
    float: left;
    color: inherit;
    font: normal 20px 'RTA';
    width: 65%;
    display: inline-block;
}

.categories-list .col-grid25 .category-item img {
    float: right;
}

.custom-select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: #53565a;
    width: 100%;
    overflow: hidden;
    color: #fff;
    display: inline-block;
    font: normal 20px 'RTA';
    max-width: 100%;
    float: left;
    margin-bottom: 20px;
}

.custom-select-dropdown:after {
    background: #53565a url("../img/icon-select-dropdown-white.png") no-repeat center right;
    width: 40px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    content: " ";
    pointer-events: none;
}

.custom-select-dropdown select {
    background: transparent;
    font-family: inherit;
    padding: 0 60px 0 10px;
    line-height: 140%;
    border: 0;
    border-radius: 0;
    height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    width: 100%;
}

.custom-select-dropdown option {
    background: #53565a;
    border: none;
    line-height: 20px;
}

.left-menu {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.left-menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.left-menu ul li {
    display: block;
    width: 100%;
    color: #53565a;
    font: bold 16px 'RTA';
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px;
    margin: 0 0 15px 0;
}

.left-menu ul li strong {
    float: left;
    width: 100%;
    font-size: 20px;
}

.left-menu ul li:last-child {
    margin-bottom: 0;
    border: none;
}

.left-menu ul li a {
    text-decoration: none;
    color: inherit;
}

.left-menu ul li a:hover {
    color: #ee0000;
}

.left-menu ul li a.active {
    color: #ee0000;
}

.left-menu ul li.edit {
    background: url("../img/edit-icon.jpg") no-repeat right top;
}

.left-menu ul li.check {
    background: url("../img/check-icon.png") no-repeat right top;
}

.left-menu ul li.check a:hover {
    color: #53565a;
    cursor: default;
}

.categories-list .row {
    border-top: 1px solid #f1f1f1;
    padding: 60px 0 20px;
    margin: 0;
}

.by-categories {
    display: block;
    padding: 0;
    margin: 0 0 30px;
}

.by-categories ul {
    display: table;
}

.by-categories ul li {
    display: table-cell;
    font: bold 20px 'RTA';
    color: #53565a;
    vertical-align: middle;
    padding: 0 70px 0 0;
    margin: 0;
}

.by-categories ul li a {
    text-decoration: none;
    color: inherit;
}

.by-categories ul li a:hover {
    text-decoration: none;
    color: #ee0000;
}

.by-categories ul li a.active {
    text-decoration: none;
    color: #ee0000;
}

.by-alph {
    display: inline-block;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
}

.by-alph ul {
    display: table;

}

.by-alph ul li {
    display: table-cell;
    font: bold 16px 'RTA';
    width: 3.8%;
    text-transform: uppercase;
    color: #53565a;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.by-alph ul li:last-child {
    padding: 0;
}

.by-alph ul li a {
    text-decoration: none;
    color: inherit;
}

.by-alph ul li a:hover {
    text-decoration: none;
    color: #ee0000;
}

.by-alph ul li a.active {
    text-decoration: none;
    color: #ee0000;
}

.drive-n-car {
    display: block;
    padding: 0;
    margin: 0;
}

.drive-n-car h1, .drive-n-car h2 {
    display: block;
    font: bold 46px 'RTA';
    color: #53565a;
    padding: 0;
    margin: 0 0 40px 0;
}

.car-services {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 79px;
}

.car-services li {
    position: relative;
    display: table-cell;
    font: bold 16px 'RTA';
    width: 14.2%;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    background: #53565a;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.car-services li:hover {
    background: #cfd1d1;
}

.car-services li em {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.car-services li em img:nth-of-type(2) {
    display: none;
}

.car-services li:hover em img:nth-of-type(1) {
    display: none;
}

.car-services li:hover em img:nth-of-type(2) {
    display: block;
}

.car-services li span {
    width: 48%;
    display: inline-block;
}

.car-services li a {
    width: 100%;
    display: inline-block;
    color: inherit;
    padding: 10px 15px;
}

.car-services li a:hover {
    color: #53565a;
}

.drive-n-car-service {
    display: block;

    padding: 0;
    margin: 0 0 50px;
}

.drive-n-car-service .em {
    display: block;
    position: relative;
}

.drive-n-car-service .em img {
    width: 100%;
}

.drive-n-car-service .img-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    height: 100%;
    min-height: 100%;
}

.drive-n-car-service .img-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 312px;
    padding: 35px;
    box-sizing: border-box;
    background: #ff7100;
}

.drive-n-car-service .img-title h2 {
    color: #fff;
    margin-bottom: 10px;
}

.drive-n-car-service .img-title p {
    font: normal 20px 'RTA';
    color: #fff;
    padding: 0;
    margin: 0;
}

.drive-n-car-service .car-service-content {
    display: inline-block;
    width: 100%;
    background: #f6f6f7;
    padding: 35px;
    margin: 0;
}

.drive-n-car-service .car-service-content ul {
    float: left;
    padding: 0;
    margin: 0;
}

.drive-n-car-service .car-service-content ul li {
    float: left;
    clear: left;
    width: 100%;
    font: bold 18px 'RTA';
    color: #fff;
    padding: 5px 10px 0 27px;
    background: #ee0000 url("../img/arrow-white.png") no-repeat 10px 7px;
    margin: 0 0 10px;
}

.drive-n-car-service .car-service-content ul li a {
    text-decoration: none;
    color: inherit;
}

.drive-n-car-service .car-service-content ul li:hover {
    background-color: #9b9b9d;
}

.drive-n-car-service .car-service-text {
    float: right;
    width: 55%;
    padding: 0;
    margin: 0;
}

.drive-n-car-service .car-service-text h3 {
    font: bold 30px 'RTA';
    color: #53565a;
    padding: 0;
    margin: 0 0 20px;
}

.drive-n-car-service .car-service-text p {
    position: relative;
    font: normal 13px 'RTA';
    color: #53565a;
    padding: 0 0 0 0;
    margin: 0 0 15px;
}

.drive-n-car-service .car-service-text .accordion h4 {
    position: relative;
    font: bold 16px/16px 'RTA';
    color: #53565a;
    padding: 20px 42px 20px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ebeaea;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.drive-n-car-service .car-service-text .accordion h4:first-child {
    border-top: 1px solid #ebeaea;
}

.drive-n-car-service .car-service-text .accordion h4 span.ui-icon {
    display: none;
}

.drive-n-car-service .car-service-text .accordion .ui-widget-content {
    border: none;
    background: none;
    color: inherit;
    border-bottom: 1px solid #ebeaea;
    /*height: 100% !important;*/
}

.drive-n-car-service .car-service-text .accordion .ui-state-active {
    border-bottom: 1px solid transparent;
}

.drive-n-car-service .car-service-text .accordion .ui-state-hover, .drive-n-car-service .car-service-text .accordion .ui-state-focus {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
}

.drive-n-car-service .car-service-text .accordion h4:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 19px;
    height: 19px;
    background: url("../img/faq-icon.png") no-repeat 0 0;
}

.drive-n-car-service .car-service-text .accordion h4.ui-state-active:after {
    background-position: 0 -25px;
}

.drive-n-car-service .car-service-text .custom-panel .panel-heading {
    font-size: 16px;
    line-height: 19px;
}

.drive-n-car-service .car-service-text .custom-panel .panel-body {
    padding: 0;
}

.drive-n-car-service .car-service-text .btn-view-all {
    color: #ee0000;
    background-color: transparent;
    position: relative;
    padding: 0 0 0 25px;
}

.drive-n-car-service .car-service-text .btn-view-all:hover {
    color: #9b9b9d;
}

.drive-n-car-service .car-service-text .btn-view-all:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 9px;
    height: 13px;
    background: url(../img/arrow-red.png) no-repeat 0 0;
}

.drive-n-car-service .orange {
    background: #ff7100;
}

.icon-label {
    position: absolute;
    bottom: 0;
    left: 312px;
    width: 108px;
    height: 115px;
    box-sizing: border-box;
    text-align: center;
    background: #ee0000;
    padding: 10px;
    margin: 0;
}

.icon-label.blue {
    background-color: #171c8f;
}

.icon-label p {
    font: normal 16px 'RTA';
    color: #fff;
}

.icon-label em {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.smart-app {
    display: block;
    background: #171c8f;
    padding: 80px 0;
    margin: 0;
}

.smart-app h2 {
    display: block;
    font: bold 46px 'RTA';
    color: #fff;
    padding: 0;
    margin: 0 0 40px 0;
}

.smart-app .swiper-wrapper .swiper-slide {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    min-height: 227px;

}

.smart-app .swiper-wrapper .swiper-slide .slide-text {
    float: left;
    width: 58%;
}

.smart-app .swiper-wrapper .swiper-slide h3 {
    font: bold 30px 'RTA';
    color: #373b40;
    min-height: 72px;
    padding: 0;
    margin: 0 0 20px;
}

.smart-app .swiper-wrapper .swiper-slide p {
    position: relative;
    font: normal 16px 'RTA';
    color: #373b40;
    padding: 0;
    margin: 0;
}

.smart-app .swiper-wrapper .swiper-slide img {
    float: right;
}

.smart-app .swiper-button-prev, .smart-app .swiper-button-next {
    width: 24px;
    height: 37px;
    margin-top: 35px;
}

.smart-app .swiper-button-next, .smart-app .swiper-container-rtl .swiper-button-prev {
    background: url("../img/bx-arrow.png") no-repeat right 0;
    right: -40px;
}

.smart-app .swiper-button-prev, .smart-app .swiper-container-rtl .swiper-button-next {
    background: url("../img/bx-arrow.png") no-repeat left 0;
    left: -40px;
}

.smart-app .swiper-pagination {
    width: 100%;
}

/* saad */

body input.form-control, body input {
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

ol.large-number-list {
    margin: 35px 0;
    padding: 0 0 0 40px;
    display: block;
    font-size: 50px;
    color: #53565a;
    list-style: decimal outside;
}

ol.large-number-list li {
    color: #53565a;
    margin-top: 0;
    font: normal 46px 'RTA light';
    line-height: 0;
    display: list-item;
    margin-bottom: 45px;
    position: relative;
    list-style: decimal outside;

}

ol.large-number-list li .item-content {
    display: inline-block;
    height: 65px;
    vertical-align: middle;

}

ol.large-number-list li h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 20px;
    font-family: 'RTA';
    padding: 0;
    font-weight: bold;
    color: #53565a;

}

ol.large-number-list li p {
    font-size: 16px;
    color: #53565a;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
}

.left-menu {
    max-width: 210px;
}

.section-service-detail-license h2 {
    color: #53565a;
    margin-bottom: 30px;
}

.section-service-detail-license p {
    color: #373b40;
    font-size: 16px;
    line-height: 20px;

}

.color-red {
    color: #ee0000
}

.half-grid-list {
    display: block;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.half-grid-list .col-grid {
    display: block;
    margin: 0 0 15px 15px;
    padding: 0;
    width: calc(50% - 15px);
    background: #989a9c;
    vertical-align: middle;
    overflow: hidden;
    color: #fff;
    float: left;

}

.half-grid-list .col-item h5 {
    float: left;
    color: inherit;
    margin-bottom: 10px;

    font: normal 20px 'RTA';
    width: 100%;
    display: inline-block;
}

.half-grid-list .col-item img {
    float: right;
}

.half-grid-list .col-item p {
    color: #fff;
    font: normal 16px/22px 'RTA';
    display: block;
    float: left;
    clear: both;
    max-width: 60%;
}

.half-grid-list .col-item .short-info {
    display: block;
    clear: both;
    float: none;
    padding: 15px 15px 15px;
    border-top: 1px solid #ccc;
    margin: 0;
    overflow: hidden;
}

.half-grid-list .col-item .short-info .left, .half-grid-list .col-item .short-info .right {
    display: table-cell;
    float: left;
    padding: 15px;
    margin: -15px 0;
}

.half-grid-list .col-item .short-info .left {
    border-right: 1px solid #ccc;
    width: 40%;
}

.half-grid-list .col-item .short-info .days, .half-grid-list .col-item .short-info .price {
    font: bold 46px/46px 'RTA';
}

.half-grid-list .col-item .short-info .tag {
    font: bold 20px/20px 'RTA';
}

.half-grid-list .col-item .short-info .right {
    width: 60%;

}

.half-grid-list .col-item .short-info .age-factor {
    font: bold 46px 'RTA';
    display: inline-block;
    text-align: right;
    float: right;
}

.half-grid-list .col-item .top-info {
    display: block;
    clear: both;
    float: none;
    padding: 15px 15px 15px;
    margin: 0 0;
    overflow: hidden;
}

.section-defaults {
    padding: 80px 0;

}

.section-defaults h2 {
    font: bold 46px 'RTA';
    color: #53565a;
    margin: 20px 0 30px;
}

.section-defaults h3 {
    font: bold 30px/30px 'RTA';
    color: #53565a;
    margin: 0 0 15px;
}

.section-defaults h4 {
    font: bold 20px 'RTA';
    color: #53565a;
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
    float: none;
}

.section-defaults h5 {
    font: bold 20px 'RTA';
    color: #53565a;
    margin: 0 0 10px;
}

.section-defaults p {
    color: #53565a;
    font: normal 16px 'RTA';
    line-height: 20px;
    margin: 0 0 15px;

}

.section-defaults ul.list, .section-defaults ol.list {
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
    padding: 0;
}

.section-defaults ol.list li {
    list-style: decimal inside;
    margin-bottom: 15px;
    display: list-item;
}

.section-defaults .btn-link {
    font-weight: bold;
    font-size: 18px;
    color: #ee0000;
}

.section-defaults .btn-link:hover, .section-defaults .btn-link:focus {
    color: #171c8f
}

.section-defaults .list-inline > li {
    padding-right: 10px;
    padding-left: 0;
    width: 49.6%;
}

.section-defaults .list-inline > li a {
    margin-bottom: 0;
}

.section-defaults .list > li {
    margin-bottom: 10px;
}

.btn-custom {
    color: #ffffff;
    background: #e60202;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px 5px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-custom:hover, .btn-custom:focus {
    color: #fff;
    background-color: #171c8f
}

.section-gray-bg {
    background: #f6f6f7;

}

.video-box {
    max-width: 100%
}

.video-box img {
    max-width: 100%
}

textarea.form-control.submit-feedback {
    background: #f6f6f7;
    box-shadow: none;
    display: block;
    height: 100px;
    resize: none;
    border: none;
    width: 100%;
    border-radius: 0;
}

.inline-heading {
    display: inline-block;
    margin-left: 50px;
}

.like-unlike-box {
    display: inline-block;

    position: relative;
    top: 2px;
    margin-left: 50px
}

.like-unlike-box .like, .like-unlike-box .unlike {
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 40px;
}

.like-unlike-box .thank-msg {
    display: inline-block;
    margin-right: 40px;
    font: bold 20px 'RTA';
    color: #53565a;
    position: relative;
    top: -15px;
}

.like-unlike-box .like {
    background: url("../img/icon-thumbs-up.png") 0 0 no-repeat;
}

.like-unlike-box .unlike {
    background: url("../img/icon-thumbs-down.png") 0 0 no-repeat;
    position: relative;
    top: 20px;
}

.like-unlike-box .like:hover, .like-unlike-box .unlike:hover {
    background-position: 0 -56px
}

.like-unlike-box .like.active, .like-unlike-box .unlike.active {
    background-position: 0 -56px
}

.gray-bg {
    background: #ebeaea;
}

.blue-bg {
    background: #171c8f
}

.section-defaults .blue-bg * {
    color: #fff;
}

.sm-block-box {
    display: block;
    width: 100%;
    float: right;
    clear: both;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

a.btn-link-download {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
}

.custom-panel .panel-heading {
    font: bold 20px/20px 'RTA';
    color: #53565a;
    border-top: 1px solid #ebeaea;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.custom-panel .panel-body {
    padding: 15px 0
}

.custom-panel {
    border-bottom: 1px solid #ebeaea;
}

.custom-panel .panel-heading[data-toggle="collapse"]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 19px;
    height: 19px;
    background: url("../img/faq-icon.png") no-repeat 0 -25px;
}

.custom-panel .panel-heading[data-toggle="collapse"].collapsed:after {
    background-position: 0 0;
}

.section-defaults .list.updates-list {
    display: block;
    margin-top: 30px;
    clear: none;
}

.section-service-detail-before-apply p {
    margin-bottom: 40px;
}

.section-service-detail-before-apply h2 {
    margin-bottom: 20px;
}

.half-grid-price-list .col-item h5 {
    margin-bottom: 0;
}

.half-grid-price-list .col-item .short-info {
    padding-right: 0;
    padding-left: 0;

}

.before-apply-list {

    padding-left: 20px;
}

.before-apply-list li {
    list-style: disc outside;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.form-eligibility {
    margin: 30px 0 0;
}

.form-eligibility .form-group label {
    margin: 30px 0 15px;
}

.form-eligibility .form-control.large {
    height: 60px;
}

.custom-select-dropdown.large {
    height: 60px;
}

.form-eligibility .captcha-wrap {
    margin: 0 0 15px;
}

.form-eligibility .captcha-wrap .form-control {
    margin: 15px 0 0;
}

.section-defaults .large-btn-group {
    display: block;
    margin: 20px 0 30px;
    clear: both;
    float: none;
}

.section-defaults .large-btn-group li:last-child {
    padding-right: 0
}

.section-defaults .large-btn-group .btn-custom {
    padding: 15px 50px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.section-defaults .large-btn-group .btn-custom.dark {
    background-color: #53565a
}

input.date-icon {
    color: #fff;
    height: 60px;
    background: #53565a url(../img/date-icon.png) no-repeat 95% center;
    padding: 0 15px;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    width: 323px;
}

.form-eligibility .form-group {
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: none;
    overflow: hidden;
}

body input.form-control.dark {
    background: #53565a;
    color: #fff;
}

body input.form-control.invert {
    background: #f6f6f7;
}

.captcha-wrap img {
    max-width: 100%;
}

.row.nopadding {
    padding-top: 20px;
}

.table-responsive {
    overflow-x: visible !important;
}

.step2 .large-btn-group {
    width: 50%;
}

.step2 .list-inline > li {
    width: 45.5%;
}

.step2 .large-btn-group .btn-custom {
    padding: 15px 10px;
}

.steps .control input:checked ~ .control__indicator {
    background: #53565a;
}

/*.steps table{
    table-layout: fixed;
}*/

.step2 .form-eligibility .col-md-5 {
    width: 45.666667%;
}

.step3 table p {
    margin-bottom: 0;
}

.step3 .large-btn-group {
    width: 50%;
}

.step3 .row {
    padding-top: 40px;
    padding-bottom: 0;
}

.step3 .table {
    margin-bottom: 0;
}

.step3 .table > thead > tr > th {
    border-top: 1px solid #ddd !important;;
    border-bottom: none !important;
}

.step3 .payment-method-select > li {
    width: 15.6%;
}

.step4 .form-eligibility {
    margin-top: 0;
}

.step4 .list-inline > li {
    width: auto;
}

.step4 .form-eligibility .row p {
    font-size: 20px;
}

.step4 .list-inline {
    margin-left: 0;
}

/*Check Box*/
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 28px;
    font-weight: normal;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    /*background: #e6e6e6;*/
    background: #c6c5c5;

}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #53565a;
}

/*
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #171c8f;
}*/

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

/*Steps*/

.table th .control {
    position: relative;
    top: -8px;
    float: right;
}

/*.table td:last-child {
    text-align: right;
}*/

.table th:last-child .control, .table td:last-child .control {
    text-align: right;
    float: right;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 30px 0 !important;
}

tfoot td {
    font-size: 18px;
    color: #ec0000;
    font-weight: bold;
}

.total-fines .highlight {
    color: #515558
}

.payment-method-select li {
    padding: 30px 0;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;

}

.payment-method-select li img {
    margin-left: 10px;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(204, 204, 204, 1);
    box-shadow: 1px 1px 8px 1px rgba(204, 204, 204, 1);
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.step4 .form-eligibility {
    background-color: #ee0000;
    color: #fff;
}

.step4 .form-eligibility .row {
    color: #fff;
    padding: 30px 60px;
}

.step4 .form-eligibility .row h2, .step4 .form-eligibility .row p {
    color: #fff;
}

.happiness-large-box {
    text-align: center;
}

.happiness-large-box h4 {
    margin: 20px auto;
    color: #fff;
    text-align: center;
}

.step4 .form-eligibility .row h2 {
    margin: 30px 0;
}

.step4 .form-eligibility .row p {
    margin: 0 0 30px;
}

/*****Font Sizes*****/
/*Small
    RTA Bold 46px to  32px
    RTA Reg 30px to  22px
    RTA Bold 20px to  16px
    RTA Black 18px to  14px
    RTA Bold 18px to  14px
    RTA reg 16px to  12px
    RTA reg 14px to 10px
    RTA reg 12px to  8px
*/
.small h3, .small h1, .small h2 {
    font-size: 32px;
}

.small .latest-slider-form h3, .small .drive-n-car-service .car-service-text h3, .small .smart-app .swiper-wrapper .swiper-slide h3{
    font-size: 22px;
}

.small .content-wrap h3 span, .small .slider-content, .small .discover-form fieldset label, .small select, .small .pop-services, .small .upd-icon, .small .latest-slider-content,
.small .latest-slider-form p, .small .latest-slider-form p, label, .small .overlay-questions .chat-start li h2, .small .overlay-questions .chat-start li p, textarea,
.small .overlay-questions .start-typing input[type="submit"], .small .drive-n-car-service .img-title p{
    font-size: 16px;
}

.small .btn2, .small .support-services, .small .drive-n-car-service .car-service-content ul li, .small .btn-view-all{
    font-size: 14px;
}

.small .upd-feed-content p, .small .mobile-services, .small .footer-service ul li span:nth-child(1), .small .footer-service ul li span:nth-child(2), .small .footer-service ul li a,
.small .car-services li, .small .icon-label p, .small .drive-n-car-service .car-service-text .accordion h4, .small .smart-app .swiper-wrapper .swiper-slide p{
    font-size: 12px;
}

.small .support-services, .small .footer-copyright .bottom-text p, .small .service-sticky-nav ul li, .small .drive-n-car-service .car-service-text p, .small .breadcrumb-rta li{
    font-size: 10px;
}

.small .drive-n-car-service .car-service-content ul li {
    background-position: 10px 4px;
}

.small .drive-n-car-service .car-service-text .btn-view-all:before {
    top: 0px;
}

.small .icon-label {
    height: 99px;
}

/*medium*/
.medium h3, .medium .smart-app h2 {
    font-size: 50px !important;
}

.medium h3 span, .medium .discover-form fieldset label, .medium .discover-form fieldset select, .medium .pop-services, .medium .mobile-services, .medium .latest-slider-content,
.medium .latest-form fieldset input, .medium .support-services, .medium .footer-service ul li span:nth-child(1) {
    font-size: 21px;
}

.medium .slider-content {
    font-size: 21px;
}

.medium .btn2 {
    font-size: 21px;
}

.medium .mobile-app-wrapper > ul > li {
    height: 130px;
}

.medium .mobile-app-wrapper ul li a {
    height: 115px;
}

.medium .support-wrapper ul li a {
    height: 112px;
}

.medium .latest-slider-content {
    height: 330px;
    padding: 90px 15px 0 20px;
}

.medium .service-sticky-nav ul li {
    font-size: 19px;
}

.medium .service-sticky {
    width: 265px;
    left: -215px;
}

.medium .service-sticky:hover {
    left: 0;
}

.medium .footer-service {
    width: 540px;
    margin-top: 20px;
}

.medium .footer-service ul li a {
    height: 38px;
}

.medium .breadcrumb-rta li {
    font-size: 19px;
}

.medium .drive-n-car h2, .medium .drive-n-car h1, .medium .drive-n-car-service .car-service-text h3 {
    font-size: 50px;
}

.medium .car-services li, .medium .drive-n-car-service .car-service-text .accordion h4, .medium .drive-n-car-service .car-service-content ul li, .medium .btn-view-all {
    font-size: 19px;
}

.medium p, .medium table, .medium .crumbTrail a, .medium .errorMsgProcess, .medium .download {
    font-size: 16px !important;
    line-height: 16px !important;
}

.medium .smart-app .swiper-wrapper .swiper-slide p {
    font-size: 18px !important;
}

.medium .smart-app .swiper-wrapper .swiper-slide {
    min-height: 407px;
}

/*Large*/
.large h3, .large .drive-n-car-service .car-service-text h3, .large .smart-app h2 {
    font-size: 56px !important;
}

.large h3 span, .large .main-wrapper p, .large .discover-form fieldset label, .large .discover-form fieldset select, .large .pop-services, .large .mobile-services, .large .latest-slider-content,
.large .latest-form fieldset input, .large .support-services, .large .footer-service ul li span:nth-child(1), .large .service-sticky-nav ul li {
    font-size: 26px !important;
    line-height: 26px !important;
}

.large .service-sticky {
    width: 315px;
    left: -265px;
}

.large .service-sticky:hover {
    left: 0;
}

.large .latest-slider-content {
    padding: 80px 15px 0 20px;
    height: 355px;
}

.large .slider-content {
    font-size: 26px;
}

.large .btn2 {
    font-size: 26px;
}

.large .slider-content-wrap {
    height: 230px;
}

.large .upd-feed-content {
    float: left;
    width: 100%;
    height: 480px;
    position: relative;
}

/*.large .footer-service ul li:nth-child(3) a {
    background: url(../img/ft-ic6.png) no-repeat right center #53565b;
}*/

.large .support-wrapper ul li a {
    height: 128px;
}

.large .footer-service {
    width: 610px;
    margin-top: 17px;
}

.large .footer-service ul li a {
    height: 41px;
    padding: 12px 18px;
}

.large .mobile-app-wrapper > ul > li {
    height: 147px;
}

.large .mobile-app-wrapper ul li a {
    height: 129px;
}

.large .car-services li, .large .breadcrumb-rta li, .large .drive-n-car-service .car-service-content ul li, .large .drive-n-car-service .car-service-text .accordion h4,
.large .drive-n-car-service .car-service-text .btn-view-all {
    font-size: 21px;
    line-height: 21px;
}

.large .icon-label {
    width: 168px;
}

.large .drive-n-car h2, .large .drive-n-car h1 {
    font-size: 48px;
}

.large .car-services li em {
    right: -13px;
}

.large .smart-app .swiper-wrapper .swiper-slide {
    min-height: 507px;
}

/*****Font Sizes End*****/

#online h3 {
    line-height: normal;
    margin: 0 0 20px;
}

.online-chat input {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    outline: none;
    border: none;
    background: #53565a;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 20px;
}

.online-chat label {
    float: left;
    clear: left;
    font-size: 20px;
    color: #53565a;
    margin-bottom: 10px;
    width: 100%;
}

.online-chat .custom-select-dropdown select {
    padding: 15px;
}

.online-chat .custom-select-dropdown:after {
    right: 0;
}

.online-chat fieldset input::-webkit-input-placeholder {
    color: #ffffff;
}

.online-chatfieldset input:-moz-placeholder {
    color: #ffffff;
}

.online-chat fieldset input::-moz-placeholder {
    color: #ffffff;
}

.online-chat fieldset input:-ms-input-placeholder {
    color: #ffffff;
}

.overlay-questions .btn2 a {
    padding: 15px 70px;
}

.overlay-questions .btn2 {
    margin: 15px 0 0 0;
}

.overlay-questions .chat-start {
    display: none;
}

.overlay-questions .chat-start ul {
    margin-bottom: 100px;
}

.overlay-questions .chat-start li {
    padding: 5px 0 0 50px;
    position: relative;
    margin-bottom: 20px;
}

.overlay-questions .chat-start li:last-child {
    margin-bottom: 0;
}

.overlay-questions .chat-start li:nth-of-type(2n+2) h2 {
    color: #22b200;
}

.overlay-questions .chat-start li em {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #53565a url("../img/car-services-drive.png") no-repeat center;
    background-size: 40%;
    padding: 0;
    margin: 0;
}

.overlay-questions .chat-start li h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ee0000;
}

.overlay-questions .chat-start li p {
    font: normal 20px "RTA";
    color: #53565a;
}

.overlay-questions .chat-start li em img {
    width: 100%;
    height: 100%;
}

.overlay-questions .start-typing {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1px;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    background: #53565a;
}

.overlay-questions .start-typing textarea {
    font-size: 20px;
    height: 55px;
    padding: 15px 15px 0px;
    border: none;
    outline: none;
    width: 358px;
}

.overlay-questions .start-typing input[type="submit"] {
    float: right;
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ee0000;
    padding: 15.5px 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
}

.overlay-questions .start-typing input[type="submit"]:hover {
    background: #171c8f;
}

.overlay-questions .status {
    display: inline-block;
    padding: 0;
    margin: 0 0 50px;
}

.overlay-questions .status p {
    float: left;
    font-size: 14px;
    color: #53565a;
    background: #e5e6e6;
    padding: 10px 15px 5px;
    margin: 0 1px 1px 0;
}

.overlay-questions .status p span {
    color: #22b200;
    padding: 0 0 0 2px;
}

.overlay-questions .status p span img {
    margin: 0 10px 0 0;
}

.overlay-questions .status .email-n-print {
    position: absolute;
    top: 20px;
}

.overlay-questions .status .email-chat {
    float: left;
    width: 35px;
    height: 24px;
    background: url("../img/email-chat.png") no-repeat 0 0;
    padding: 0;
    margin: 0 15px 0 0;
}

.overlay-questions .status .print-chat {
    float: left;
    width: 36px;
    height: 33px;
    background: url("../img/print-chat.png") no-repeat 0 0;
    padding: 0;
    margin: -3px 15px 0 0;
}

.car-sticky {
    position: fixed;
    top: 50px;
    z-index: 10;
    max-width: 1170px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

/****** Responsive *******/

@media screen and (max-width: 1298px) {
    #main_nav_part ul.main_nav_bar {
        width: 880px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1266px) {
    .smart-app .swiper-button-prev, .smart-app .swiper-button-next {
        top: 12px;
    }

    .smart-app .swiper-button-next, .smart-app .swiper-container-rtl .swiper-button-prev {
        right: 10px;
    }

    .smart-app .swiper-button-prev, .smart-app .swiper-container-rtl .swiper-button-next {
        left: auto;
        right: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-pagination {
        display: block;
    }

    .rta-slider-col img {
        width: 100%;
    }

    .pop-services {
        width: 149px;
    }

    .upd-feed-wrapper ul li {
        margin: 30px 0 35px 0;
        width: 100%;
    }

    .upd-feed-content {
        height: auto;
    }

    .upd-feed-wrapper .btn2 {
        margin: 55px 0 0 0;
        float: left;
        position: relative;
    }

    .mobile-app-wrapper ul li:nth-child(5), .mobile-app-wrapper ul li:nth-child(10) {
        padding: 15px 15px 0 0;
    }

    .mobile-app-wrapper ul li:nth-child(3), .mobile-app-wrapper ul li:nth-child(6), .mobile-app-wrapper ul li:nth-child(9) {
        padding: 15px 0 0 0;
    }

    .mobile-services {
        width: 227px;
    }

    .latest-left-pane {
        width: 100%;
    }

    .latest-slider-col {
        width: 300px;
    }

    .latest-right-pane {
        width: 100%;
        margin-top: 50px;
    }

    div.footer-sticky .container {
        padding: 0;
    }

    .overlay-happy {
        width: 100%;
        padding: 4%;
        top: 50%;
        left: 50%;
    }

    .happy-logo-left {
        width: 30%;
    }

    .happy-logo-right {
        width: 63%;
        padding: 0 0 0 7%
    }

    .overlay-happy img {
        width: 100%;
    }

    .happy-meter ul li {
        padding: 10px 0px 0 0;
        width: 30%;
    }

    .overlay-request h3, .overlay-questions h3 {
        font-size: 36px;
    }

    .overlay-questions {
        width: 100%;
        padding: 6%;
        bottom: 45px;
        left: 0;
    }

    .overlay-request {
        width: 100%;
        padding: 6%;
        bottom: 45px;
        left: 0;
    }

    .support-services {
        font-size: 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1300px) {

    .breadcrumb-rta .container, .smart-app .container {
        width: 85%;
    }

}

@media screen and  (max-width: 1199px) {
    .categories-list .col-grid25 {
        width: 31%;
    }

    .categories-list .col-grid25 .category-item img {
        width: 40px;
    }

    .car-services li em {
        width: 24%;
    }

    .car-services li em img {
        width: 100%;
    }

    .car-services li {
        font-size: 12px;
    }

    .smart-app .swiper-wrapper .swiper-slide img {
        width: 25%;
    }

    .smart-app .swiper-wrapper .swiper-slide h3 {
        font-size: 24px;
    }

    .smart-app .swiper-wrapper .swiper-slide .slide-text {
        float: left;
        width: 63%;
    }

    .mobile-app-wrapper ul li:nth-child(5), .mobile-app-wrapper ul li:nth-child(10) {
        padding: 15px 15px 0 0;
    }

    .populer-wrapper ul li:nth-child(4), .populer-wrapper ul li:nth-child(8) {
        padding: 15px 15px 0 0;
    }
}

@media screen and  (max-width: 990px) {
    .categories-list .col-grid25:nth-of-type(3n+3) {
        margin-right: 20px;
    }

    .categories-list .col-grid25:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .categories-list .col-grid25 {
        width: 48%;
    }

    .car-services li em {
        width: 24%;
    }

    .car-services li em img {
        width: 100%;
    }

    .car-services li {
        font-size: 12px;
    }

    .drive-n-car-service .car-service-content ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .drive-n-car-service .car-service-content ul li {
        clear: none;
        margin: 0 10px 10px 0;
    }

    .drive-n-car-service .car-service-text {
        float: left;
        width: 100%;
    }

    .mobile-app-wrapper ul li:nth-child(3), .mobile-app-wrapper ul li:nth-child(6), .mobile-app-wrapper ul li:nth-child(9) {
        padding: 15px 15px 0 0;
    }

}

@media screen and (max-width: 954px) {
    .site-control {
        width: 136px;
    }

    #main_nav_part ul.main_nav_bar {
        width: 620px;
    }

    #main_nav_part ul.main_nav_bar > li {
        width: 115px;
    }

    #main_nav_part ul.main_nav_bar > li > a {
        width: 115px;
    }
}

@media screen and (max-width: 768px) {

    .overlay-sticky {
        width: 100%;
        height: 100vh;
        margin: 0;
        float: left;
        background: #636669;
        padding: 10px;
    }

    .close-sticky {
        display: block;
        position: absolute;
        top: 12px;
        right: 5px
    }

    .overlay-sticky h3 {
        font-size: 26px;
        color: #ffffff;
        line-height: 50px;
    }

    .overlay-sticky fieldset {
        float: left;
        width: 97%;
        margin: 5% 5% 0 0;
    }

    .overlay-sticky fieldset input {
        width: 103%;
    }

    .content-wrap h3 {
        font-size: 36px;
    }

    .populer-wrapper ul li:nth-child(4), .populer-wrapper ul li:nth-child(8) {
        padding: 15px 15px 0 0;
    }

    .populer-wrapper ul li:nth-child(3), .populer-wrapper ul li:nth-child(6) {
        padding: 15px 15px 0 0;
    }

    .pop-services {
        width: 156px;
        font-size: 16px;
    }

    .mobile-services {
        width: 154px;
    }

    .ser-detail-col-left {
        width: 100%;
    }

    .ser-detail-content {
        width: 80%;
    }

    .ser-detail-col-right {
        width: 100%;
        margin: 25px 0 0 0;
    }

    .ser-detail-content h3 {
        font-size: 26px;
    }

    .latest-slider-col {
        width: 340px;
    }

    .support-wrapper ul li {
        width: 50%;
    }

    .support-wrapper ul li:nth-child(1), .support-wrapper ul li:nth-child(2), .support-wrapper ul li:nth-child(3) {
        border-bottom: none;
    }

    .support-wrapper ul li:nth-child(3), .support-wrapper ul li:nth-child(5) {
        border-left: 1px solid #ffffff;
    }

    div.footer-sticky .container {
        padding: 0;
    }

    .service-sticky {
        display: none;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .service-sticky-nav ul li {
        width: 50%;
        border: 1px solid #fff;
        border-width: 0px 0px 1px 1px;
    }

    .service-sticky-nav ul li a {
        line-height: 40px;
    }

    .service-sticky-nav ul .view-all {
        display: block;
        background-color: #ee0000;
    }

    .service-sticky-nav ul li:nth-child(8) a {
        display: block;
        background-color: #ee0000;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

    .service-sticky-nav ul li:nth-child(8) a:hover {
        background-color: #636669;
        color: #ffffff;
    }

    #main_nav_part ul.main_nav_bar {
        width: auto;
    }

    #main_nav_part ul.main_nav_bar > li {
        width: 50%;
    }

    .site-control {
        top: 5px;
    }

    .footer-service ul li:nth-child(3) a {
        background-position: 90% center;
    }

    #main_nav_part ul.main_nav_bar > li, #main_nav_part ul.main_nav_bar > li.shortHome, #main_nav_part ul.main_nav_bar > li.short {
        width: 50%;
    }

    .populer-wrapper ul li {
        width: 50%;
    }

    .mobile-app-wrapper ul li {
        width: 50%;
    }

    .car-sticky {
        top: 40px;
    }

    .drive-n-car-service .img-title {
        padding: 25px;
    }

}

@media screen and (max-width: 767px) {
    .categories-list .col-grid25:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .categories-list .col-grid25:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .categories-list .col-grid25 {
        width: 100%;
    }

    .left-menu {
        max-width: 100% !important;
        margin-bottom: 25px;
    }

    .breadcrumb-rta {
        margin: 20px 0 25px;
    }

    .our-services .most-popular h2 {
        font-size: 24px;
    }

    .categories-list .col-grid25 .category-item h4 {
        width: 73%;
    }

    .by-categories ul li {
        padding: 0 15px 0 0;
        font-size: 14px;
    }

    .categories-list .row {
        padding: 30px 0 20px;
    }

    .by-alph ul li {
        display: inline-block;
        margin: 0 30px 10px 0;
    }

    .drive-n-car h2, .smart-app h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .car-services {
        margin: 0 0 20px;
    }

    .car-services li {
        display: inline-block;
        width: 50%;
        min-height: 55px;
    }

    .drive-n-car-service .img-outer {
        position: static;
        width: 100%;
    }

    .drive-n-car-service .img-title {
        position: static;
        width: 100%;
        padding: 15px;
    }

    .drive-n-car-service .car-service-content {
        padding: 15px;
    }

    .car-services li em {
        width: 15%;
    }

    .car-services li span {
        width: 52%;
    }

    .drive-n-car-service {
        margin: 0 0 20px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .smart-app {
        padding: 20px 0;
    }

    .smart-app .swiper-wrapper .swiper-slide .slide-text {
        float: left;
        width: 71%;
    }

    .smart-app .swiper-wrapper .swiper-slide img {
        width: 25%;
    }

    .section-defaults {
        padding: 20px 0;
    }

    .sm-block-box {
        display: none;
    }

    .half-grid-list .col-grid {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .half-grid-list {
        margin: 0;
    }

    ol.large-number-list li {
        font-size: 33px;
    }

    .section-defaults h2 {
        font-size: 25px;
    }

    .custom-panel .panel-heading {
        font-size: 15px;
        line-height: 15px;
    }

    .custom-panel .panel-heading {
        padding: 20px 34px 20px 0;
    }

    .like-unlike-box {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .section-defaults h2 {
        margin: 20px 0 10px;
    }

    .like-unlike-box .thank-msg {
        top: 27px;
    }

    .drive-n-car-service .img-title p {
        font-size: 14px;
    }

    .icon-label {
        width: 80px;
        height: 86px;
        bottom: auto;
        top: 49px;
        left: 0 !important;
    }

    .icon-label p {
        font: normal 12px 'RTA';
    }

    .icon-label em img {
        width: 65%;
    }

    .smart-app .swiper-wrapper .swiper-slide h3 {
        font-size: 18px;
    }

    .smart-app .swiper-wrapper .swiper-slide {
        min-height: 165px;
    }

    .smart-app .swiper-wrapper .swiper-slide p {
        font-size: 12px;
        width: 155px;
    }

    .slider-content-wrap {
        width: 100%;
    }

    .table-responsive {
        border: none
    }

    .overlay-questions {
        bottom: 42px;
    }

    .overlay-request h3, .overlay-questions h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .online-chat input {
        font-size: 14px;
        padding: 10px;
        margin: 0 0 10px;
    }

    .online-chat label {
        float: left;
        font-size: 14px;
        color: #53565a;
        margin-bottom: 10px;
    }

    .online-chat .custom-select-dropdown {
        margin-bottom: 10px;
    }

    .online-chat .custom-select-dropdown select {
        padding: 10px;
        font-size: 14px;
    }

    .overlay-questions .btn2 a {
        font-size: 14px;
        padding: 10px;
    }

    .overlay-questions .btn2 {
        margin: 10px 0 0;
    }

    .overlay-questions {
        position: absolute;
    }

    .footer-sticky {
        z-index: 101;
    }

    .overlay-questions .start-typing textarea {
        width: 228px;
    }

    .overlay-questions .chat-start li h2, .overlay-questions .chat-start li p {
        font-size: 16px;
    }

    .overlay-happy {
        width: 90%;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .populer-wrapper ul li {
        width: 50%;
    }

    .populer-wrapper ul li:nth-child(3), .populer-wrapper ul li:nth-child(6) {
        padding: 15px 15px 0 0;
    }

    .populer-wrapper ul li:nth-of-type(2n+2) {
        padding: 15px 0 0 0;
    }

    .mobile-app-wrapper > ul > li {
        width: 50%;
    }

    .overlay-questions .status .email-n-print {
        position: static;
        margin-bottom: 3px;
        display: inline-block;
    }

    .car-sticky {
        position: static;
    }

}

@media screen and  (max-height: 690px) {
    .overlay-questions {
        padding: 30px 30px;
    }

    #online h3 {
        margin: 0 0 10px;
    }

    .online-chat input {
        margin: 0 0 10px;
    }

    .custom-select-dropdown {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 667px) {
    .pop-services {
        width: 128px;
    }

    .mobile-services {
        width: 126px;
    }

    .latest-slider-col {
        width: 298px;
    }

    .support-services {
        width: 115px;
    }
}

@media screen and (max-width: 640px) {

    .footer-service-happy ul li a {
        padding: 9px;
        margin-top: 10px;
        background: url(../img/sticky-happy-1x.png) no-repeat center 5px #ee0000;

    }

    .footer-service-happy ul li a:hover {
        padding: 9px;
        margin-top: 0px;
        background: url(../img/sticky-happy-1x.png) no-repeat center 5px #ee0000;

    }

    .content-wrap {
        margin: 35px 0;
    }

    .rta {
        background: #e6e6e6;
    }

    .rta .btn2 {
        margin: 30px 0 0 0;
    }

    .rta-slider-wrapper {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
        padding-bottom: 0px;
    }

    .discover-form {
        display: none;
    }

    .discover {
        display: none;
    }

    .upd-feed-wrapper {
        margin: 0 0;
    }

    .mobile-services {
        width: 80px;
        font-size: 13px;
    }

    .mobile-app-wrapper ul li:nth-child(5), .mobile-app-wrapper ul li:nth-child(10) {
        padding: 15px 15px 0 0;
    }

    .mobile-app-wrapper ul li:nth-child(10) {
        padding: 15px 0 0 0;
    }

    .mobile-app-wrapper ul li:nth-child(3), .mobile-app-wrapper ul li:nth-child(6), .mobile-app-wrapper ul li:nth-child(9) {
        padding: 15px 15px 0 0;
    }

    .mobile-app-wrapper > ul > li:nth-child(2), .mobile-app-wrapper > ul > li:nth-child(4), .mobile-app-wrapper > ul > li:nth-child(6), .mobile-app-wrapper > ul > li:nth-child(8) {
        padding: 15px 0 0 0;
    }

    .map-drop {
        width: 100%;
    }

    .map-btn-wrapper, .map-btn {
        width: 100%;
    }

    .latest-slider-col {
        width: 100%;
    }

    .support-wrapper ul {
        margin: 30px 0 0 0;
    }

    .support-services {
        font-size: 14px;
        width: 80px;
        margin: -10px 0 0 0;
    }

    .footer-service-happy ul li a {
        margin-top: 0
    }

    .footer-sticky {
        height: 42px;
        background: #53565b;
    }

    .footer-service {
        /* width: 87.6%;*/
        width: 89%;
        margin-top: 0;
    }

    .footer-service ul {
        float: right;
        width: auto;
    }

    .footer-service ul li {
        display: inline-block;
        width: auto;
        float: left;
    }

    .footer-service ul li span:nth-child(2) {
        margin: 0 0 0 5px;
    }

    .footer-service ul li span:nth-child(1) {
        right: 10px;
    }

    .footer-service ul li a {
        padding: 21px 17px;
        width: auto !important;
    }

    .footer-service ul li span:nth-child(1), .footer-service ul li span:nth-child(2) {
        top: -7px;
        position: relative;
    }

}

@media screen and (min-width: 376px) and (max-width: 540px) {
    .mobile-app-wrapper > ul > li {
        width: 50%
    }
}

@media screen and (max-width: 420px) {

    .footer-service-happy {
        width: 45px;
        height: 55px;
        position: absolute;
    }

    .footer-service ul li:nth-child(2) a {
        background: url(../img/sticky-chat-online.png) no-repeat 98% 13px #53565b;
        background-size: 12%;
        width: 150px;
    }

    .footer-service ul li:nth-child(2) a:hover {
        background: url(../img/sticky-chat-online.png) no-repeat 98% 17px #fff;
        background-size: 12%;
        width: 150px;
    }

    .footer-service ul li span:nth-child(1) {
        float: left;
        font-size: 12px;
        position: relative;
        right: 10px;
    }

    .footer-service ul li span:nth-child(2) {
        float: right;
        font-weight: normal;
        font-size: 10px;
        padding: 0px;
        position: relative;
        right: 10px;
        top: -5px;
    }

    .footer-service ul li:nth-child(3) a {
        /* background: url(../img/ft-ic6-2.png) no-repeat 94% center #53565b;*/
        background-size: 16%;
        min-width: 94px;
        width: auto;

    }

    .footer-service ul li:nth-child(4) a {
        background: url(../img/ft-ic5.png) no-repeat center center #53565b;
        background-size: 45%;
    }

    .footer-service ul li:nth-child(1) a {
        background: url(../img/ft-ic2.png) no-repeat center center #53565b;
        background-size: 45%;
    }

    #set-2 ul li a span {
        margin-right: 15px !important;
    }

    #set-2 ul li:nth-child(1) a {
        background: url(../img/login.png) no-repeat 66px center !important;
        padding: 10px 20px !important;

    }

    #set-2 ul li:nth-child(1) a:hover {
        background: url(../img/login.png) no-repeat 75px center !important;
    }

    /*    #set-2 ul li:nth-child(2) a {
            background: url(../img/manage-1x.png) no-repeat 137px center #ffffff !important;
            padding: 10px 20px !important;
        }

        #set-2 ul li:nth-child(2) a:hover {
            background: url(../img/manage-2-1x.png) no-repeat 137px center #ffffff !important;
        }*/
    #set-1 ul li:nth-child(1) a {
        background: url(../img/login.png) no-repeat 80px center !important;
        padding: 10px 38px;

    }

    #set-1 ul li:nth-child(1) a:hover {
        background: url(../img/login.png) no-repeat 80px center !important;
        color: #989a9c;

    }

    .footer-service ul li:nth-child(1) a:hover {
        background: url(../img/ft-ic2.png) no-repeat center center #53565b;
        background-size: 50%;
    }

    .mobile-app-wrapper > ul > li {
        width: auto;
    }

}


.btn-custom {
    color: #ffffff;
    background: #e60202;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px 5px;
    -webkit-transition: background 0.45s;
    -moz-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-custom:hover, .btn-custom:focus {
    color: #fff;
    background-color: #171c8f
}


@media screen and (max-width: 360px) {
    .icon-label {
        top: 43px;
    }

    .footer-service ul li a {
        padding: 21px 15px;
    }
}

@media screen and (max-width: 320px) {

    .footer-service ul li:nth-child(3) a {
        min-width: inherit;
    }

    .mobile-services {
        width: 61px;
        font-size: 9px;
    }

    .support-services {
        font-size: 12px;
        width: 59px;
    }

    .footer-service ul li span:nth-child(1) {
        float: left;
        font-size: 8px;
        top: -3px;
    }

    #set-2 ul li a span {
        margin-right: 15px !important;
        font-size: 14px !important;
    }

    #set-2 ul li:nth-child(1) a {
        background: url(../img/login.png) no-repeat 42px center !important;
        padding: 10px 10px !important;

    }

    #set-2 ul li:nth-child(1) a:hover {
        background: url(../img/login.png) no-repeat 53px center !important;
    }

    #set-2 ul li:nth-child(2) a {
        background: url(../img/logo-dubai-1x.png) no-repeat center center #ffffff;
        padding: 15px 45px;

    }

    #set-2 ul li:nth-child(2) a:hover {
        background: url(../img/logo-dubai-1x.png) no-repeat center center #ffffff;
    }

    #set-1 ul li:nth-child(1) a {
        background: url(../img/login-1x.png) no-repeat 80px center !important;
        padding: 10px 38px;

    }

    #set-1 ul li:nth-child(1) a:hover {
        background: url(../img/login.png) no-repeat 80px center !important;
        color: #989a9c;

    }

    .service-sticky-nav ul li:nth-child(1) a {
        background: url(../img/sticky-pay.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(2) a {
        background: url(../img/sticky-reg.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(3) a {
        background: url(../img/sticky-salik.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(4) a {
        background: url(../img/sticky-parking.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(5) a {
        background: url(../img/sticky-nol.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(6) a {
        background: url(../img/sticky-journey.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(7) a {
        background: url(../img/sticky-license.png) no-repeat 123px center #53565b;
    }

    .service-sticky-nav ul li:nth-child(8) a {
        font-size: 14px;
    }

    .icon-label {
        top: 27px;
    }

    .footer-service ul li span:nth-child(1), .footer-service ul li span:nth-child(2) {
        top: -5px;
    }

    .overlay-questions .start-typing textarea {
        width: 190px;
    }
}

/****** Responsive *******/