@import url('https://fonts.googleapis.com/css?family=Poppins:500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap');
/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    color: #7c8a97;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html, body {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0
}
.no-pad-left {
    padding-left: 0
}
.no-pad-right {
    padding-right: 0
}
.no-pad-all {
    padding: 0
}
.fix {
    overflow: hidden
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h2, .h2 {
    font-size: 1.6rem;
    margin: 20px 0;
    color: #1a92d1;
}
a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #1a92d1;
}
about-page-area {
    text-decoration: underline;
    color: #1a92d1;
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
input:focus, textarea:focus, button:focus, select:focus {
    outline: medium none
}
:-moz-placeholder {
    color: #7c8a97;
    text-transform: none;
}
::-moz-placeholder {
    color: #7c8a97;
    text-transform: none;
}
:-ms-input-placeholder {
    color: #7c8a97;
    text-transform: none;
}
::-webkit-input-placeholder {
    color: #7c8a97;
    text-transform: none;
}
:-ms-select-placeholder {
    color: #7c8a97;
    text-transform: none;
}
::-webkit-select-placeholder {
    color: #7c8a97;
    text-transform: none;
}
:-ms-textarea-placeholder {
    color: #7c8a97;
    text-transform: none;
}
::-webkit-textarea-placeholder {
    color: #7c8a97;
    text-transform: none;
}
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.gauto-btn, button.gauto-theme-btn {
    color: #fff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #1a92d1;
    position: relative;
    margin: 1em;
    display: inline-block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gauto-btn:before, .gauto-btn:after, button.gauto-theme-btn:before, button.gauto-theme-btn:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #1a92d1;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gauto-btn:before, button.gauto-theme-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.gauto-btn:after, button.gauto-theme-btn:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
.gauto-btn:hover:before, .gauto-btn:hover:after, button.gauto-theme-btn:hover:before, button.gauto-theme-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #1a92d1
}
.gauto-btn:hover, button.gauto-theme-btn:hover {
    color: #fff;
    background-color: #1a92d1;
    border-color: #1a92d1
}
button.gauto-theme-btn {
    color: #1a92d1;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #1a92d1;
    position: relative;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0;
    width: 100%
}
button.gauto-theme-btn:before, button.gauto-theme-btn:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #1a92d1;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gauto-btn:before, button.gauto-theme-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.gauto-btn:after, button.gauto-theme-btn:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
button.gauto-theme-btn:hover:before, button.gauto-theme-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #1a92d1
}
.gauto-btn:hover, button.gauto-theme-btn:hover {
    color: #fff;
    background-color: #1a92d1;
    border-color: #1a92d1
}
.site-heading {
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    text-align: center
}
.site-heading h4 {
    font-size: 20px;
    color: #1a92d1;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: none;
    font-family: "Rubik", sans-serif;
}
.site-heading h2 {
    font-size: 40px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.section_100 {
    padding: 100px 0;
}
.section_70 {
    padding: 70px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_30 {
    padding: 30px 0;
}
.section_15 {
    padding: 15px 0
}
.pad-right {
    padding-right: 0
}
.section_t_100 {
    padding-top: 100px
}
.section_b_70 {
    padding-bottom: 70px
}
.section_40 {
    padding: 40px 0
}
.section_70 {
    padding: 70px 0
}
.section_b_80 {
    padding-bottom: 80px
}
/*================================================
03 - RESPONSIVE CSS
==================================================*/

.gauto-responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 100%;
    z-index: 999999;
}
.slicknav_nav a {
    font-size: 14px;
    margin: 0;
    text-transform: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #1a92d1
}
.slicknav_nav a:hover {
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover {
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff
}
.slicknav_nav a:hover .slicknav_arrow {
    color: #fff
}
.slicknav_nav a:hover a {
    color: #fff
}
.slicknav_nav li {
    border-bottom: 1px solid #ddd;
}
.slicknav_nav li.hide-desktop {
    border-bottom: 0px solid #ddd
}
.slicknav_nav li:last-child {
    border-bottom: 0px solid #ddd
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #1a92d1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}
.slicknav_btn {
    background-color: transparent !important;
    line-height: 0;
    margin-right: 0px;
    margin-top: -18px;
    float: left
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.gauto-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar, .gauto-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}
/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
    text-align: left;
}
.pagination-box-row p {
    display: inline-block;
    font-size: 15px;
    color: #444;
    margin-right: 15px
}
.pagination {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-block;
}
.pagination li {
    display: inline-block;
    margin-right: 5px
}
.pagination li:last-child {
    margin-right: 0
}
.pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
}
.pagination li.active a, .pagination li a:hover {
    background: #101010 none repeat scroll 0 0;
    color: #fff
}
/*================================================
05 - BREADCROMB CSS
==================================================*/

.gauto-breadcromb-area {
    /*background: url(../img/breadcromb.jpg) no-repeat fixed 0 0;*/
    background: url(../img/breadcromb.jpg) no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    padding: 150px 0;
    /*background-size: auto;
    padding: 90px 0;*/
    background-position: center;
}
.gauto-breadcromb-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    z-index: -1;
}
.gauto-breadcromb-area.section_30 {
    padding: 30px 0 10px 0;
}
.gauto-breadcromb-area.section_30 .breadcromb-box {
    margin-bottom: 0px;
}
.breadcromb-box {
    text-align: center;
    margin-bottom: 30px;
}
.breadcromb-box h3 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.breadcromb-box li {
    display: inline-block;
    margin: 0 2px;
    color: #fff !important;
    font-size: 16px
}
.breadcromb-box li a {
    color: #fff
}
.breadcromb-box li i {
    color: #1a92d1
}
/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "\f102";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}
.btntoTop {
    background-color: #1a92d1;
    border: 2px solid #1a92d1;
    border-radius: 5px;
    bottom: 70px;
    cursor: pointer;
    height: 50px;
    line-height: 47px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 50px;
    z-index: 99999;
}
.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
    background: #212121 none repeat scroll 0 0;
    border: 2px solid #cb2415;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #1a92d1;
    border-color: #1a92d1;
    border-radius: none;
}
.btn-info:hover {
    color: #fff;
    background-color: #0d77af;
    border-color: #0d77af;
    border-radius: none;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 0.15rem 0.5rem!important;
    font-size: 0.775rem!important;
    line-height: 1.5!important;
    -webkit-border-radius: 0.2rem!important;
    border-radius: 0.2rem!important;
}
.btn-sm:hover {
    color: #fff
}
/*================================================
07 - HEADER TOP CSS
==================================================*/

.alert-warning-new {
    color: #453300;
    background-color: #FF9800;
    border-color: #d57f00;
    margin-top: 10px;
    text-align: center;
    display: block;
    text-align: left;
}
.alert-warning-new::before {
    color: #453300;
    content: "\f071";
    font-size: 30px;
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 26px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#pay_descr {
    font-size: 14px;
    color: #000000;
}
.gauto-header-top-area {
    background: #020202 none repeat scroll 0 0;
    color: #eee;
    margin-bottom: 10px
}
.header-top-left {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}
.header-top-left:before {
    position: absolute;
    background: #1a92d1 none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 37%;
    width: 2030px;
    height: 120%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.header-top-right {
    text-align: right;
    padding: 10px 0;
}
.header-top-left p {
    position: relative;
    top: 5px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
}
.header-top-left p i {
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: #fff none repeat scroll 0 0;
    color: #1a92d1;
    border-radius: 50%;
    margin: 0 2px;
}
.header-top-right>.language {
    display: inline-block;
    position: relative;
    top: 10px;
}
.header-top-right>.language ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top-right>.language ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    list-style: none;
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
}
.header-top-right>.language ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-top-right>.language ul li a:hover {
    color: #1a92d1;
}
.header-top-right>.dropdown {
    display: inline-block;
}
.header-top-right>.dropdown button {
    background: transparent;
    color: #eee;
    border: medium none;
    padding: 0;
    cursor: pointer;
}
.header-top-right>.dropdown .dropdown-menu.show {
    border-radius: 0;
    border: medium none;
    background: #020202 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    left: auto !important;
    right: 0;
    padding: 0;
    min-width: 130px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.header-top-right>.dropdown .dropdown-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid #444;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}
.header-top-right>.dropdown .dropdown-menu li:hover {
    background: #2e2e2e none repeat scroll 0 0;
}
.header-top-right>.dropdown .dropdown-menu li img {
    margin-right: 5px
}
.header-top-right>a {
    color: #eee;
    text-transform: none;
    margin-right: 13px;
}
/*================================================
08 - MAIN HEADER CSS
==================================================*/

.gauto-main-header-area {
    padding: 15px 0;
}
.header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-promo-icon {
    font-size: 45px;
    margin-right: 10px;
}
.header-promo-info {
    color: #555;
}
.header-promo-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: #001238;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.header-action {
    text-align: right;
}
.header-action a {
    display: inline-block;
    text-align: center;
    padding: 10px 25px 10px 0px;
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.header-action a:before {
    position: absolute;
    background: #1a92d1 none repeat scroll 0 0;
    content: "";
    top: 0;
    left: -25px;
    width: 35%;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.header-action a i {
    margin-right: 2px
}
/*================================================
09 - MAINMENU CSS
==================================================*/

.gauto-mainmenu-area {
    background: #020202 none repeat scroll 0 0;
    border-bottom: 3px solid #363636
}
.mainmenu ul {
    text-align: left
}
.mainmenu ul li {
    display: inline-block;
    position: relative
}
.mainmenu ul li a {
    color: #eee;
    display: block;
    padding: 20px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}
.mainmenu ul li:hover>a, .mainmenu ul li.active>a {
    color: #1a92d1
}
.mainmenu ul li ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 300px;
    background: #fff none repeat scroll 0 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.mainmenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%
}
.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid #eee;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #eee
}
.mainmenu ul li ul li a {
    color: #001238;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}
.mainmenu ul li ul li a:hover {
    padding-left: 20px
}
.main-search-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px
}
.header-cart-box #dropdownMenu1 {
    border: medium none;
    background: url(../img/icon-cart.png)no-repeat scroll 0 0;
    cursor: pointer;
}
.header-cart-box #dropdownMenu1>span {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #1a92d1 none repeat scroll 0 0;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    right: -10px;
    top: -11px;
}
.cart-icon.dropdown-toggle:after {
    visibility: hidden !important
}
.search-box form {
    position: relative;
    background: #1a1a1a none repeat scroll 0 0;
    height: 40px;
    width: 100%;
    border-radius: 20px;
}
.search-box form input {
    position: absolute;
    left: 0;
    width: 100%;
    border: medium none;
    background: transparent;
    padding: 5px 10px;
    height: 100%;
    color: #eee
}
.search-box form button {
    position: absolute;
    right: 0;
    background: transparent;
    color: #eee;
    border: medium none;
    height: 100%;
    width: 22%;
    cursor: pointer;
}
.search-box {
    width: 100%;
    margin-left: 20px;
}
.dropdown-menu.cart-dropdown {
    left: auto;
    min-width: 320px;
    right: 0;
    padding: 20px;
    border-radius: 0 !important;
    top: 80px;
    margin-top: -1px
}
.login .dropdown {
    height: 80px;
    padding: 30px 0;
}
.header-cart-box .dropdown.show .cart-dropdown {
    left: auto !important;
    right: 0px !important;
    border-radius: 0px;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 45px;
    z-index: 99;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #ddd;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.product-remove {
    float: right;
    font-size: 16px !important;
    color: #1a92d1;
}
.cart-btn-pro-img {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    width: 75px;
}
.cart-btn-pro-img>a {
    padding: 0 !important;
}
.cart-dropdown>ul.product_list>li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-btn-pro-cont h4, .cart-btn-pro-cont h4 a {
    font-size: 17px;
    line-height: 30px;
    color: #001238;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}
.cart-btn-pro-cont p {
    color: #777;
    font-size: 14px;
}
.cart-btn-pro-cont span.price {
    color: #111;
    font-weight: 500;
}
.cart-subtotal p {
    color: #444;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
.cart-subtotal p span {
    color: #111;
    font-weight: 500;
    font-size: 16px
}
.cart-btn {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 15px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.cart-btn a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.cart-btn:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #1a92d1 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.cart-btn:hover {
    background: #1a92d1 none repeat scroll 0 0;
}
.cart-btn:hover:after {
    background: #020202 none repeat scroll 0 0;
}
/*================================================
10 - MAIN SLIDER CSS
==================================================*/

.gauto-slider-area {
    position: relative
}
.slide-item-1 {
    background: url(/im_firmi/100242/imc/slider_1.jpg);
}
.slide-item-2 {
    background: url(/im_firmi/100242/imc/slider_2.jpg);
}
.gauto-main-slide {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    height: 640px;
}
.slider-content-holder {
    width: 100%;
    text-align: center
}
.slider-text {
    width: 60%;
    text-align: left;
}
.gauto-main-caption {
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
}
.gauto-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.slider-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-transform: none;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
.slider-text h2 span {
    color: #fff;
    font-style: italic;
    font-weight: 600
}
.slider-text p {
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: none;
}
.gauto-slide .owl-nav>.owl-prev {
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gauto-slide:hover .owl-nav>.owl-prev {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 30px
}
.gauto-slide .owl-nav>.owl-next {
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.2s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gauto-slide:hover .owl-nav>.owl-next {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 30px
}
.gauto-slide .owl-prev {
    left: -30px;
    position: absolute;
    top: 45%;
}
.gauto-slide .owl-next {
    right: -30px;
    position: absolute;
    top: 45%;
}
/*================================================
11 - FIND AREA CSS
==================================================*/

.gauto-find-area {
    margin-top: -64px;
}
.find-box {
    background: #fff url(/im_firmi/100242/imc/find-box-bg.png) no-repeat scroll 0 0;
    padding: 30px;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
}
.find-text {
    margin-top: 32px;
}
.find-text h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    line-height: 40px;
}
.find-form p input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.find-form p input:focus {
    border: 2px solid #1a92d1
}
.find-form .nice-select {
    width: 100%;
    border: 2px solid #f0f0ff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0
}
.find-form .nice-select .list {
    top: 100%;
    left: 0px;
    margin: 0px;
    min-width: 100%;
    border-radius: 0px;
}
.find-form form p {
    margin: 15px 0;
}
.datepicker {
    z-index: 9999
}
.datepicker {
    border: 2px solid #f0f0ff;
    margin-top: -5px;
}
.datepicker .cell.day.selected, .datepicker .cell.month.selected, .datepicker .cell.year.selected, .datepicker .cell.decade.selected {
    background: #ca3d26 none repeat scroll 0 0;
    color: #fff;
}
.datepicker .cell.day:hover, .datepicker .cell.month:hover, .datepicker .cell.year:hover, .datepicker .cell.decade:hover {
    background: #ca3d26 none repeat scroll 0 0;
    color: #fff;
}
.popover.clockpicker-popover.bottom.clockpicker-align-left {
    border: 2px solid #f0f0ff;
}
.text-primary, .clockpicker-popover .popover-title {
    color: #ef4836;
}
.datepicker .row.header a {
    margin: 0 3px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
}
.datepicker .day {
    font-size: 14px;
    text-align: center
}
.popover-title span {
    color: #ef4836
}
.popover-title .text-primary {
    color: #111 !important
}
.clockpicker input {
    font-size: 14px;
    color: #7c8a97
}
.clockpicker input:focus {
    box-shadow: 0 0 0 rgba(0, 123, 255, 0.25);
    border: 2px solid #f0f0ff;
    border-radius: 0
}
/*================================================
RESERVATION FOR HOME TABS
==================================================*/

.gauto-res-area {
    position: absolute;
    top: 35px;
    right: 60px;
    width: 440px;
}
.find-box-res {
    background: #fff;
    padding: 0px 30px 10px 30px;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.find-text-res {
    margin-top: 10px;
}
.find-text-res h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    line-height: 60px;
}
.find-form-res p input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.find-form-res p input:focus {
    border: 2px solid #1a92d1
}
.find-form-res .nice-select {
    width: 100%;
    border: 2px solid #f0f0ff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0
}
.find-form-res .nice-select .list {
    top: 100%;
    left: 0px;
    margin: 0px;
    min-width: 100%;
    border-radius: 0px;
}
.find-form-res form p {
    margin: 10px 0;
}
.find-form-res .transfer-form i {
    border-right: 2px solid #e5e5e5;
    color: #1a92d1;
    font-size: 20px;
    left: 15px;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    height: 43px;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.find-form-res .transfer-form p input {
    width: 100%;
    border: 2px solid #e9e9e9;
    padding: 5px 10px 5px 60px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #f3f3f3;
}
.find-form-res .transfer-form p .nice-select {
    width: 100%;
    border: 2px solid #e9e9e9;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    padding-left: 60px;
    margin-bottom: 10px;
    background: #f3f3f3;
}
.find-form-res .transfer-form .alert {
    padding: 0.35rem 1.25rem;
    margin-bottom: 0rem;
    line-height: 20px;
}
.find-form-res .transfer-form p input.gauto-theme-btn {
    font-size: 16px!important;
    background: #1a92d1!important;
    color: #fff!important;
    border-radius: 5px;
}
.find-form-res .transfer-form p input.gauto-theme-btn:hover {
    background: #1274a7!important;
}
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    position: relative;
    z-index: 1000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
}
/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */

.tab button.active {
    background-color: #fff;
    color: #000;
}
/* Style the tab content */

.tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*================================================
12 - ABOUT AREA CSS
==================================================*/

.about-left h4 {
    font-size: 20px;
    color: #1a92d1;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: none;
    font-family: "Rubik", sans-serif
}
.about-left h2 {
    font-size: 22px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.about-list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-top: 10px;
}
.about-list ul li {
    margin: 5px 0
}
.about-list ul li i {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.about-signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.signature-left {
    width: 190px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 3px solid #f0f0ff;
}
.signature-right h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #001238;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 5px;
}
.about-right {
    margin-top: 30px;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #000;
    width: 100%;
}
/*================================================
13 - SERVICE AREA CSS
==================================================*/

.gauto-service-area {
    width: 100%;
}
.gauto-service-area .white {
    background-color: #fff !important;
}
.gauto-service-area article {
    /*padding: 0;*/
}
.gauto-service-area .details {
    text-align: left;
    padding: 25px 30px;
    border-left: 1px solid #DFDFD0;
}
.gauto-service-area .details h4 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 0 15px;
}
.gauto-service-area .details h4 a {
    color: #1a92d1!important;
}
.gauto-service-area .details h4 a:hover {
    text-decoration: underline;
}
.gauto-service-area .details p {
    padding: 0 0 17px;
}
.gauto-service-area .more {
    font-weight: 600;
    padding-top: 2px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #1a92d1;
}
.gauto-service-area .more:hover {
    text-decoration: underline;
}
.featured-image a:hover {
    background-color: #000;
    opacity: 0.8;
}
.gauto-service-area {
    background: #fbfbfd none repeat scroll 0 0;
    padding-bottom: 105px
}
.service-page-area {
    padding-bottom: 70px
}
.single-service {
    padding: 0px 0px;
    /*padding: 50px 30px;*/
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 30px 5px 5px 5px;
}
.service-page-area .single-service {
    margin: 30px 0 0 0;
}
.service-number {
    font-size: 55px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 55px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.07);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon {
    width: 60px;
}
.service-text {
    margin-top: 25px;
}
.service-text h3 {
    font-size: 21px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.service-text a {
    color: #001238
}
.service-text a:hover, .service-text h3:hover {
    color: #1a92d1
}
.service-slider .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px
}
.service-slider .owl-dots .owl-dot {
    display: inline-block;
}
.service-slider .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #020202 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 12px;
    margin: 5px 3px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 7px;
}
.service-slider .owl-dots .owl-dot.active span, .service-slider .owl-dots .owl-dot:hover span {
    background: #1a92d1 none repeat scroll 0 0;
}
/*================================================
14 - PROMO AREA CSS
==================================================*/

.gauto-promo-area {
    position: relative;
    background: url(../img/promo_bg.jpg) no-repeat fixed 0 0/cover;
    z-index: 1;
}
.gauto-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
}
.promo-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}
.promo-box-right {
    padding: 72px 0
}
.promo-box-left:after {
    position: absolute;
    background: #1a92d1 none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.promo-box-left:before {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
.promo-box-right h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 50px;
}
/*================================================
15 - HOT OFFERS AREA CSS
==================================================*/

#offerTab {
    text-align: center;
    width: 100%;
    display: block;
    border: medium none;
    margin: 30px 0
}
#offerTab li {
    display: inline-block;
    margin: 0 5px;
}
/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border: medium none
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: medium none
}
.nav-tabs .nav-link {
    border: medium none
}*/

#offerTab li.nav-item a.nav-link, #offerTab li.nav-item a.nav-link.active {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 25px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#offerTab li.nav-item a.nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #020202 none repeat scroll 0 0;
    z-index: -1;
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
#offerTab li.nav-item a.nav-link:hover:after {
    background: #1a92d1 none repeat scroll 0 0;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}
#offerTab li.nav-item a.nav-link.active:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #1a92d1 none repeat scroll 0 0;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}
.single-offers {
    text-align: center;
    padding: 20px;
    /*border: 3px solid #f0f0ff;*/
    margin-top: 30px;
}
.offer-image {
    /*width: 235px;*/
    margin: 0 auto;
    display: block;
    height: 180px;
}
.owl-carousel .owl-item .offer-image img {
    display: block;
    width: 100%;
    min-height: 120px;
    max-height: 120px;
}
.offer-text {
    margin-top: 20px
}
.offer-text h3 {
    font-size: 20px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.offer-text h4 {
    color: #020202;
    font-size: 15px;
    text-transform: none;
    margin-top: 0px;
}
.offer-text h4 span {
    text-transform: none;
    color: #1a92d1;
    font-size: 15px;
}
.offer-text h5 {
    color: #020202;
    font-size: 13px;
    text-transform: none;
        margin-top: 0px;
    margin-bottom: 5px;
}
.offer-text h5 span {
    text-transform: none;
    color: #1a92d1;
    font-size: 13px;
}
.offer-text .price-class {
margin:0px;
}

.offer-action {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
}
.offer-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #1a92d1 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.offer-action:hover {
    background: #1a92d1 none repeat scroll 0 0;
}
.offer-action:hover:after {
    background: #020202 none repeat scroll 0 0;
}
.offer-text ul {
    text-align: center;
    margin-top: 10px;
}
.offer-text ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
}
.offer-text ul li i {
    margin-right: 5px;
    color: #1a92d1
}
/*================================================
16 - TESTIMONIAL AREA CSS
==================================================*/

.gauto-testimonial-area {
    position: relative;
    background: url(https://wstoki.com/im_firmi/100242/imc/testimonials.png) no-repeat fixed;
    padding-bottom: 100px;
    background-size: contain;
    background-position: center;
}
.gauto-testimonial-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #191f26;
    z-index: -1;
}
.gauto-testimonial-area .site-heading h2 {
    color: #fff
}
.single-testimonial {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
    margin-top: 30px;
    min-height: 270px;
}
.testimonial-text {
    position: relative;
    line-height: 22px;
}
.testimonial-text:after {
    position: absolute;
    content: "\f10e";
    color: #001238;
    font-size: 80px;
    font-family: Fontawesome;
    top: 34%;
    left: 35%;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.testimonial-meta {
    margin-top: 30px;
}
.client-image {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}
.client-image img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}
.client-info h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #001238;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
}
.client-info {
    overflow: hidden;
}
.client-info p {
    color: #1a92d1;
}
.testimonial-slider .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px
}
.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
}
.testimonial-slider .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 12px;
    margin: 5px 3px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 7px;
}
.testimonial-slider .owl-dots .owl-dot.active span, .testimonial-slider .owl-dots .owl-dot:hover span {
    background: #1a92d1 none repeat scroll 0 0;
}
/*================================================
17 - DRIVER AREA CSS
==================================================*/

.gauto-driver-area {
    padding-bottom: 70px;
}
.single-driver {
    margin-top: 30px
}
.driver-img-details img {
    width: 100%
}
.driver-image {
    position: relative;
    overflow: hidden;
}
.driver-image img {
    width: 100%
}
.driver-image .hover {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 111
}
.driver-image .hover .social-icon li+li {
    margin-top: 10px;
    display: block
}
.driver-image .hover .social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1a92d1;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.driver-image .hover .social-icon li a:hover {
    background-color: #001238
}
.driver-image .hover .social-icon li:nth-child(1) {
    position: absolute;
    top: 20px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.driver-image .hover .social-icon li:nth-child(2) {
    position: absolute;
    top: 60px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.driver-image .hover .social-icon li:nth-child(3) {
    position: absolute;
    top: 110px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.driver-image .hover .social-icon li:nth-child(4) {
    position: absolute;
    top: 160px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.single-driver:hover .driver-image .hover .social-icon li:nth-child(1) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}
.single-driver:hover .driver-image .hover .social-icon li:nth-child(2) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}
.single-driver:hover .driver-image .hover .social-icon li:nth-child(3) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}
.single-driver:hover .driver-image .hover .social-icon li:nth-child(4) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}
.driver-image {
    position: relative
}
.driver-image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}
.driver-text {
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    padding: 30px 15px;
}
.driver-text h3 {
    font-size: 22px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.driver-text a {
    color: #001238
}
.driver-text a h3:hover {
    color: #1a92d1
}
.driver_page .pagination-box-row {
    text-align: center;
}
.load-more {
    text-align: center;
    margin-top: 20px
}
.load-more a.gauto-btn {
    color: #1a92d1;
    margin-bottom: 0
}
.load-more a.gauto-btn:hover {
    color: #fff
}
.qns-home-icon {
    border: #1a92d1 3px solid;
    color: #1a92d1;
    margin: 0;
    float: left;
    width: 62px;
    height: 62px;
    position: relative;
}
.qns-home-icon i {
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: 17px 0 0 0;
}
.home-icon-inner {
    float: right;
    width: calc(100% - 100px);
}
.home-icon-inner h4 {
    text-align: left;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #1a92d1;
}
.title-block3 {
    margin: 0 0 15px 0;
    background: #1a92d1;
    width: 45px;
    height: 2px;
}
.home-icon-inner p {
    margin: 0 0 60px 0;
    line-height: 160%;
    font-size: 16px;
}
/*================================================
18 - CALL AREA CSS
==================================================*/

.call-box {
    /* background: url(../img/footer-bg.jpg)no-repeat scroll 0 0/cover; */
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 50px 0;
    z-index: 1
}
.call-box-inner {
    width: 70%;
    margin: 0 auto;
}
.call-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
    border-radius: 5px
}
.call-box h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.call-box h2 span {
    color: #1a92d1
}
.call-box-inner p {
    color: #b6b6b6;
}
.call-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-icon {
    font-size: 50px;
    margin-right: 30px;
    color: #fff;
}
.call-text {
    text-align: left;
}
.call-text p {
    text-transform: none;
    color: #e04639;
    font-size: 17px;
    margin-bottom: 5px;
}
.call-text h4 {
    color: #eee;
    font-size: 20px;
    letter-spacing: 2px
}
.call-text h4 a {
    color: #eee
}
/*================================================
19 - BLOG AREA CSS
==================================================*/

.single-blog {
    border: 3px solid #f0f0ff;
    margin-top: 30px
}
.blog-text {
    padding: 15px 20px;
}
.blog-text h3 {
    font-size: 18px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.blog-text h3 a {
    color: #001238;
}
.blog-text h3 a:hover {
    color: #1a92d1
}
.blog-meta-home {
    padding-top: 15px;
    border-top: 3px solid #f0f0ff;
}
.blog-image img {
    width: 100%
}
.blog-meta-home {
    padding-top: 15px;
    border-top: 3px solid #f0f0ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.blog-meta-right p {
    margin-left: 15px;
}
.blog-meta-right p i {
    margin-right: 5px;
    color: #1a92d1
}
.gauto-blog-page-area {
    padding-top: 40px
}
.blog-page-left .blog-text h3 {
    font-size: 24px
}
.blog-text ul {
    margin-bottom: 20px;
}
.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-text ul li i {
    margin-right: 5px;
    color: #1a92d1;
}
.blog-text ul li a {
    color: #111;
}
.blog-text a.gauto-btn {
    color: #1a92d1
}
.blog-text a.gauto-btn:hover {
    color: #fff;
}
.blog-text a.gauto-btn {
    color: #1a92d1;
    margin: 20px 0 0 0;
}
.blog-page-right .sidebar-widget {
    margin-top: 30px;
    margin-bottom: 0
}
.blog-page-right .recent-text h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1px;
}
/*================================================
20 - FOOTER AREA CSS
==================================================*/

.footer-top-area {
    padding: 50px 0;
    /* background: url(../img/footer-bg.jpg)no-repeat scroll 0 0/cover; */ 
    position: relative;
    z-index: 1;
}
.footer-top-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #535353;
    z-index: -1;
}
.single-footer {
    clear: both;
    color: #aaaeb1
}
.footer-logo {
    margin-bottom: 15px;
}
.single-footer h3, .footer-address h3 {
    font-size: 15px;
    color: #eee;
    letter-spacing: 1px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
}
.single-footer>h3:after, .footer-address>h3:after {
    position: absolute;
    content: "";
    bottom: -13px;
    width: 18%;
    height: 2px;
    background: #1a92d1;
    left: 0;
}
.quick_links {
    overflow: hidden
}
.quick-links li a {
    color: #aaaeb1;
}
.quick-links li a:hover {
    color: #fff;
}
.footer-address {
    margin-top: 30px
}
.newsletter_box {
    margin-top: 30px
}
.newsletter_box form {
    width: 230px;
    height: 40px;
    background: #222;
    position: relative;
    border-radius: 5px
}
.newsletter_box form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #272727;
    height: 100%;
    border: medium none;
    padding: 5px 10px;
    color: #eee;
    border-radius: 5px
}
.newsletter_box form button {
    position: absolute;
    border: medium none;
    background: transparent;
    right: 10px;
    height: 100%;
    color: #1a92d1;
    cursor: pointer;
}
.footer-post-image {
    width: 70px;
    float: left;
    margin-right: 10px;
}
.footer-post-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}
.footer-post-text {
    overflow: hidden;
}
.single-footer-post {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}
.footer-post-text h3 {
    color: #eee;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: none;
    line-height: 23px;
    font-weight: normal;
}
.footer-post-text h3 a {
    color: #aaaeb1
}
.footer-post-text h3 a:hover {
    color: #eee
}
.footer-post-text p {
    color: #e97369;
    font-style: italic;
    font-size: 13px;
}
.footer-bottom-area {
    padding: 20px 0;
    background: #535353;
}
.footer-bottom-area .container {
    border-top: 1px solid #535353;
    padding-top: 15px;
}
ul.down-menu {
    list-style: none;
}
ul.down-menu li {
    display: inline-block;
    margin-right: 20px;
}
ul.down-menu li a {
    color: #aaaeb1;
}
ul.down-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.copyright p {
    color: #aaa;
    font-size: 14px;
    text-transform: none;
}
.copyright p i {
    color: #1a92d1;
    margin: 0 2px;
}
.copyright p a {
    color: #aaa
}
.footer-social ul {
    text-align: right;
}
.footer-social ul li {
    display: inline-block;
    margin-left: 10px;
}
.footer-social ul li a {
    display: block;
    color: #eee;
    font-size: 14px;
}
/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.about-page-left h4 {
    font-size: 20px;
    color: #1a92d1;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: none;
    font-family: "Rubik", sans-serif;
}
.about-page-left h3 {
    font-size: 36px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.about-page-left p span {
    color: #111;
    text-transform: none;
}
.about-page-left p {
    margin: 0 0 10px
}
.about-page-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-call-icon {
    font-size: 50px;
    margin-right: 30px;
    color: #1a92d1;
}
.call-info p {
    text-transform: none;
    color: #1a92d1;
    font-size: 17px;
    margin-bottom: 5px;
}
.call-info h4 {
    color: #001238;
    font-size: 20px;
    letter-spacing: 2px;
}
.call-info h4 a {
    color: #001238;
}
.about-promo-text {
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.gauto-about-promo {
    padding-bottom: 50px;
    background: #fbfbfd none repeat scroll 0 0
}
.about-promo-text h3 {
    font-size: 36px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.about-promo-text h3 span {
    color: #1a92d1
}
.about-promo-image {
    margin-top: 30px;
}
/*================================================
22 - SERVICE DETAILS CSS
==================================================*/

.sidebar-widget {
    margin-bottom: 30px
}
.sidebar-widget:last-child {
    margin-bottom: 0
}
.service-menu {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}
.service-menu li {
    margin-bottom: 5px;
}
.service-menu li:last-child {
    margin-bottom: 0
}
.service-menu li a {
    display: block;
    padding: 10px 20px;
    background: #fff none repeat scroll 0 0;
    color: #001238;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}
.service-menu li a span {
    margin-left: 5px
}
.service-menu li.active a, .service-menu li a:hover {
    color: #1a92d1;
    padding-left: 25px
}
.brochures {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.brochures:after {
    position: absolute;
    content: "";
    width: 62%;
    height: 100%;
    background: #1a92d1 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.brochures a {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
}
.brochures a i {
    margin-right: 5px
}
.brochures:hover {
    background: #1a92d1 none repeat scroll 0 0;
}
.brochures:hover:after {
    background: #020202 none repeat scroll 0 0;
}
.service-page-banner {
    background: url(../img/find-box-bg.png) no-repeat scroll 0 0/cover;
    padding: 30px;
    text-align: center;
    color: #fff;
}
.service-page-banner>h3 {
    font-size: 28px !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}
.service-page-banner a {
    margin-bottom: 0;
    border-color: #fff;
    margin-top: 20px
}
.service-page-banner a:before, .service-page-banner a:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #fff;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-page-banner a:hover {
    color: #1a92d1;
    background-color: #fff;
    border-color: #fff;
}
.service-page-banner a:hover:before, .service-page-banner a:hover:after {
    border-color: #fff;
}
.service-details-right h3, .sidebar-widget h3 {
    font-size: 30px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.service-details-right p {
    margin: 0 0 10px
}
.service-details-right ul {
    margin-bottom: 15px;
}
.service-details-right ul li:before {
    content: "\f00c";
    color: #1a92d1;
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pad-right-sm {
    padding-right: 7px
}
.pad-left-sm {
    padding-left: 7px
}
.service-details-image {
    margin-top: 10px
}
.service-details-list ul {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.service-details-list li {
    margin: 5px 0;
}
.service-details-list li i {
    color: #1a92d1;
    margin-right: 5px;
}
.service-accordion {
    margin-top: 20px
}
.service-accordion h3, .sidebar-widget h3 {
    font-size: 20px
}
.Tags-catagory {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}
.Tags-catagory li {
    display: inline-block;
    border: medium none !important;
    padding: 0 !important;
    margin: 2px 0;
}
.Tags-catagory a {
    color: #001238;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    padding: 5px 15px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
}
.Tags-catagory a:hover {
    color: #1a92d1
}
.single_faq_accordian {
    margin-top: 10px;
}
.faq_accordian_header>a {
    display: block;
    text-align: left;
    padding: 15px 15px 15px 85px;
    background: #020202 none repeat scroll 0 0;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.faq_accordian_header>a:hover, .faq_accordian_header>a:focus {
    background: #020202 none repeat scroll 0 0;
    color: #fff;
    outline: medium none
}
.faq_accordian_header>a:after {
    position: absolute;
    content: "\f056";
    font-family: Fontawesome;
    left: 30px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.faq_accordian_header>a.collapsed:after {
    position: absolute;
    content: "\f055";
    font-family: Fontawesome;
    left: 30px;
    color: #fff;
    font-size: 18px;
}
.faq_accordian_header>a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 13%;
    height: 101%;
    left: -26px;
    background: #1a92d1;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.faq_accordian_header>a.collapsed:before {
    position: absolute;
    content: "";
    top: 0;
    width: 13%;
    height: 101%;
    left: -26px;
    background: #1a92d1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.faq_accordian_body {
    padding: 10px;
}
/*================================================
23 - CAR LISTING CSS
==================================================*/

.sidebar-widget form p input {
    width: 100%;
    border: 2px solid #fff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-widget form p .nice-select {
    width: 100%;
    border: 2px solid #fff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    margin-bottom: 10px
}
.sidebar-widget form p input:focus {
    border: 2px solid #1a92d1;
}
.sidebar-widget form {
    background: #f4f4f5 none repeat scroll 0 0;
    padding: 15px;
}
.sidebar-widget form p {
    margin-bottom: 10px
}
.sidebar-widget form p:last-child {
    margin-bottom: 0
}
.sidebar-widget form p .nice-select.open .list {
    width: 100%
}
.sidebar-widget form p button {
    margin-top: 20px;
    background: #fff none repeat scroll 0 0
}
.property-page-heading {
    border: 0px solid #f0f0ff;
    padding: 7px 15px;
    background: #f4f4f5 none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.propertu-page-shortby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.propertu-page-shortby .nice-select {
    background-color: #f4f4f5;
    border-radius: 0;
    border: solid 0px #e8e8e8;
    width: 200px
}
.propertu-page-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.propertu-page-head ul li {
    display: inline-block;
    margin-right: 10px;
}
.propertu-page-head ul li.active a {
    color: #111;
}
.paging_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.propertu-page-head ul li a:hover, .paging_status p {
    color: #111;
}
.propertu-page-shortby label {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #111;
    font-size: 14px;
}
.propertu-page-shortby label i {
    margin-right: 5px;
}
/*================================================
24 - CAR BOOKING CSS
==================================================*/

.gauto-car-booking {
    background: #fbfbfb none repeat scroll 0 0
}
.rental-tag {
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #1a92d1;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.car-booking-right h3 {
    font-size: 30px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.car-booking-right h4 {
    color: #020202;
    font-size: 18px;
    text-transform: none;
    margin-top: 0px;
    display: inline-block;
}
.car-booking-right h4 span {
    text-transform: none;
    color: #1a92d1;
    font-size: 16px;
}
.car-booking-right h5 {
    color: #020202;
    font-size: 18px;
    text-transform: none;
    margin-top: 0px;
    display: block;
}
.car-booking-right h5 span {
    text-transform: none;
    color: #1a92d1;
    font-size: 16px;
}
.price-rent {
    display: inline-block;
    margin-right: 15px;
}
.car-rating {
    display: inline-block;
}
.car-rating ul {
    display: inline-block;
}
.car-rating ul li {
    display: inline-block;
    margin-right: 1px;
    color: #1a92d1;
}
.car-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #001238;
    text-transform: none;
}
.price-rating {
    margin-bottom: 20px;
}
.price-class {
	margin-bottom: 10px;
	color: #001238;
}
.price-class span {
	color: #1a92d1;
}
.car-features ul {
    /*  width: 32%;
    float: left;*/
    margin-top: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.car-features ul li {
    /*list-style-type: disc;*/
	color: #001238;
}
.car-features ul li strong {
    font-weight: 500;
}
.car-features ul li span {
	text-transform: uppercase;
}
.car-features ul li i {
    margin-right: 5px;
    color: #1a92d1;
}
.single-booking h3, .booking-right h3 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0ff
}
.single-booking form label {
    display: block;
    color: #001238;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}
.single-booking form p {
    margin-top: 15px
}
.single-booking form p input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-booking form p textarea {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 120px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-booking form p .nice-select {
    width: 100%;
    border: 2px solid #f0f0ff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
}
.single-booking form p input:focus {
    border: 2px solid #1a92d1
}
.single-booking {
    margin-bottom: 30px;
}
.single-booking:last-child {
    margin-bottom: 0px;
}
.gauto-payment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
.gauto-payment .payment input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.gauto-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #020202;
    font-weight: 500;
}
.gauto-payment .payment .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 14px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.gauto-payment .payment .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked~.check {
    border: 3px solid #1a92d1;
}
input[type="radio"]:checked~.check:before {
    background: #1a92d1;
}
input[type="radio"]:checked~label {
    color: #1a92d1;
}
.payment img {
    float: right;
    margin-top: 15px;
}
.action-btn {
    text-align: right
}
.action-btn a.gauto-btn {
    color: #1a92d1;
    margin: 30px 0 0 0;
}
.action-btn a.gauto-btn:hover {
    color: #fff;
}
ul.car-booking-image-thumbs .thumb-item {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
ul.car-booking-image-thumbs .thumb-item img {
    width: 122px;
    min-height: 91px;
}
.car-booking-image .item {
    background: #fff;
    padding: 30px;
    text-align: center;
}
/*================================================
25 - GALLERY CSS
==================================================*/

.gauto-gallery-area {
    padding-top: 40px;
    padding-bottom: 60px
}
.single-gallery {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 6;
}
.single-gallery .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.single-gallery .img-holder img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}
.single-gallery .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.78);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 700ms ease 100ms;
    transition: all 700ms ease 100ms;
}
.single-gallery .overlay-content .inner-content {
    display: table;
    width: 100%;
    height: 100%;
}
.single-gallery .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    -webkit-transition: all 300ms ease 100ms;
    transition: all 300ms ease 100ms;
}
.title-box h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.single-gallery .overlay-content .inner-content .title-box h3 a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-gallery .img-holder .link-zoom-button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: block;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
    z-index: 3;
}
.single-gallery .img-holder .link-zoom-button .single-button {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}
.single-gallery .img-holder .link-zoom-button .single-button a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    background: #1a92d1;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-gallery .img-holder .link-zoom-button .single-button {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}
.single-gallery .img-holder .link-zoom-button .single-button a.zoom {
    color: #ffffff;
    background: #131313;
}
.single-gallery:hover .img-holder img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}
.single-gallery:hover .overlay-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.single-gallery:hover .overlay-content .inner-content .title-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 700ms ease 500ms;
    transition: all 700ms ease 500ms;
}
.single-button a span {
    margin-right: 5px
}
.single-gallery:hover .img-holder .link-zoom-button {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 700ms ease 800ms;
    transition: all 700ms ease 800ms;
}
/*================================================
26 - PRODUCT PAGE CSS
==================================================*/

.product_search {
    width: 100%;
    background: #f4f4f5 none repeat scroll 0 0 !important;
    padding: 0 !important;
    height: 50px;
    position: relative;
    border-radius: 5px 0 0 5px;
}
.product_search input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: medium none;
    padding: 5px 15px;
    background: transparent;
}
.product_search button {
    position: absolute;
    right: 0;
    border: medium none;
    height: 100%;
    width: 20%;
    color: #fff;
    cursor: pointer;
    background: #001238 none repeat scroll 0 0;
    font-size: 15px;
    border-radius: 0 5px 5px 0px;
}
.product-page-left .sidebar-widget h3 {
    font-size: 18px
}
.top-products {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}
.top-products li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    overflow: hidden
}
.top-products li:last-child {
    border-bottom: 0px solid #ddd
}
.recent-img {
    margin-right: 15px;
    width: 80px;
    float: left;
}
.recent-text {
    vertical-align: middle;
    overflow: hidden;
}
.recent-text h4 {
    font-size: 17px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.recent-text h4 a {
    color: #001238;
}
.recent-text p, .product-title p {
    color: #1a92d1;
    font-weight: 500;
}
.product-image img {
    width: 100%
}
.product-text {
    padding-top: 15px;
}
.product-text h3 {
    font-size: 18px;
    color: #001238;
    letter-spacing: 1px;
    margin: 5px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.product-text h3 a {
    color: #001238;
}
.product-text {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-action a {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
}
.product-action a:hover {
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #1a92d1
}
.product-item {
    margin-bottom: 30px;
}
/*================================================
27 - PRODUCT DETAILS PAGE CSS
==================================================*/

.product-details-image {
    text-align: center;
}
.product-details-image img {
    width: 100%;
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}
.product-details-text h3 {
    font-size: 30px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.single-pro-page-para {
    margin: 20px 0;
}
.single-shop-price>p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.single-shop-price>p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.single-shop-price>p input {
    border: 1px solid #ddd;
    font-weight: 500;
    margin-left: 20px;
    padding: 5px 10px;
    width: 80px;
}
.single-shop-price p span {
    color: #1a92d1;
}
.single-shop-page-btn a.gauto-btn {
    color: #1a92d1;
    margin: 0;
}
.single-shop-page-btn a.gauto-btn:hover {
    color: #fff;
}
.single-shop-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.single-shop-page-btn ul {
    margin-left: 30px;
}
.single-shop-page-btn ul li {
    display: inline-block;
    margin: 0 2px
}
.single-shop-page-btn ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.single-shop-page-btn ul li a:hover, .gauto-cart-close a:hover {
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #1a92d1
}
.gauto-related-products .product-item {
    margin-top: 30px;
    margin-bottom: 0
}
/*================================================
28 - CART PAGE CSS
==================================================*/

.cart-table-left h3, .order-summury-box h3 {
    font-size: 22px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}
.cart-table-left thead {
    background: #f4f4f5 none repeat scroll 0 0;
    border: medium none;
}
.cart-table-left thead th {
    border: medium none;
    color: #001238;
}
.gauto-cart-preview {
    width: 115px;
    height: 100px;
    text-align: center;
}
.gauto-cart-preview img {
    width: 100%;
    height: 100%
}
.table th, .table td {
    vertical-align: baseline;
    /*border-top: 0px;*/
    border-bottom: 1px solid #f0f0ff;
    line-height: 1;
}
.table th strong, .table td strong {
    font-weight: 500;
}
.cart-table-left table td p {
    color: #001238;
    text-transform: none;
}
.gauto-cart-quantity>input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;
}
.gauto-cart-close {
    text-align: center;
}
.gauto-cart-total {
    font-weight: 500;
}
.gauto-cart-close a {
    color: #333;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cart-clear a {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    color: #001238;
    margin-right: 15px;
}
.cart-clear {
    margin-top: 20px
}
.cart-clear a:last-child {
    margin-right: 1px;
}
.cart-clear a:hover {
    color: #1a92d1
}
.order-summury-box {
    padding: 30px;
    background: #f4f4f5 none repeat scroll 0 0;
}
.order-summury-box table {
    width: 100%;
}
.order-summury-box table tr {
    border-bottom: 1px solid #ddd;
}
.order-summury-box table tr:last-child {
    border-bottom: 0px solid #ddd;
}
.order-summury-box table td {
    padding: 10px 0;
    color: #001238;
}
.checkout-action {
    text-align: right;
    margin-top: 30px
}
.checkout-action a.gauto-btn {
    color: #1a92d1;
    margin: 0
}
.checkout-action a.gauto-btn:hover {
    color: #fff;
}
/*================================================
29 - CHECKOUT PAGE CSS
==================================================*/

.checkout-left-box h3 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0ff;
}
.checkout-left-box form .checkout-form {
    margin-top: 15px;
}
.checkout-left-box form input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.checkout-left-box form textarea {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 135px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.checkout-left-box form input:focus {
    border: 2px solid #1a92d1;
}
.checkout-left-box form label {
    color: #001238
}
/*================================================
30 - BLOG DETAILS PAGE CSS
==================================================*/

.single-blog-page .blog-text {
    padding: 30px 0 0 0;
}
.single-blog-page .blog-text p {
    margin: 0 0 10px;
}
.single-blog-page .single-blog {
    border: 0px solid #f0f0ff
}
.blog-content-img {
    margin-bottom: 15px
}
.single-blog-page blockquote {
    margin: 30px 0;
    position: relative;
}
.single-blog-page blockquote .quote-inner {
    border-left: 2px solid #ddd;
    margin-left: 25px;
    padding-left: 60px;
    position: relative;
}
.single-blog-page blockquote .quote-icon {
    background-color: #ffffff;
    border: 2px solid #e9f2f7;
    border-radius: 50%;
    color: #d2dae0;
    font-size: 16px;
    height: 35px;
    left: -18px;
    line-height: 32px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
}
.single-blog-page blockquote .quote-text {
    color: #001238;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
}
.gauto-comment-list, .gauto-leave-comment {
    margin-top: 50px;
}
.gauto-comment-list h2, .gauto-leave-comment h2 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.single-comment-box {
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.main-comment {
    font-size: 14px;
    padding: 30px 0 0 90px;
    position: relative;
}
.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}
.author-image img {
    display: block;
    width: 70px;
    border-radius: 50%;
    border: 6px solid #e6e6e6;
}
.comment-info h4 {
    font-size: 16px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.comment-info a {
    color: #001238;
    font-style: italic;
}
.comment-info a:hover {
    color: #1a92d1
}
.comment-info a i {
    margin-right: 5px
}
.single-comment-box.reply-comment {
    padding-left: 100px;
}
.gauto-leave-comment form input {
    width: 45%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
}
.gauto-leave-comment form textarea {
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    margin: 10px 0;
    color: #111;
    width: 93%;
    height: 175px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.gauto-leave-comment form input:focus, .gauto-leave-comment form textarea:focus {
    border: 2px solid #1a92d1
}
.gauto-leave-comment .gauto-theme-btn {
    width: auto;
    margin-top: 20px
}
/*================================================
31 - NOTFOUND PAGE CSS
==================================================*/

.notfound-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.notfound-box h2 {
    font-size: 130px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 130px;
}
.notfound-box h3 {
    font-size: 30px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 40px;
}
.notfound-box a.gauto-btn {
    margin: 30px 0 0 0;
    color: #1a92d1;
}
.notfound-box a.gauto-btn:hover {
    color: #fff
}
/*================================================
32 - LOGIN PAGE CSS
==================================================*/

.gauto-login-area {
    background: #fbfbfd none repeat scroll 0 0;
}
.login-register-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 50%;
}
input.gauto-theme-btn.btn-50 {
    width: 50%;
    margin: 5% auto;
    color: #1a92d1;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #1a92d1;
    position: relative;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.gauto-btn:hover, input.gauto-theme-btn:hover {
    color: #fff;
    background-color: #1a92d1;
    border-color: #1a92d1;
}
.account {
    display: inline-block;
    padding-right: 20px;
}
.login-page-heading {
    padding-bottom: 20px;
}
.login-page-heading i {
    font-size: 22px;
    margin-right: 5px;
    color: #1a92d1;
}
.login-page-heading>h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #001238;
    font-size: 25px;
    text-transform: none;
    margin-bottom: 5px;
    display: inline-block;
}
.login-page-box>form {
    margin-top: 30px;
}
.account-form-group {
    height: 45px;
    margin-bottom: 15px;
    position: relative;
}
.account-form-group>input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px 5px 60px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.account-form-group i {
    border-right: 2px solid #f0f0ff;
    color: #b7b7b7;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}
.login-box button.gauto-theme-btn {
    margin: 20px 0 0 0;
    width: auto;
    display: inline-block;
}
.login-page-box button:hover {
    background: #212121 none repeat scroll 0 0
}
.login-sign-up {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #f0f0ff;
}
.login-sign-up>a {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #001238;
}
.login-sign-up>a:hover {
    color: #1a92d1
}
.login-page-box .remember {
    margin-left: 0 !important;
}
.remember-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-meta p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.remember-row .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.remember-row .checkbox.signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.lost-pass a {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #001238;
    margin-right: 15px;
}
.lost-pass a:hover {
    color: #1a92d1;
}
.checkbox label {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #001238;
}
.transfer-form-group {
    margin-bottom: 20px;
    position: relative;
}
.transfer-form-group label {
    display: block;
    color: #001238;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    clear: both;
    margin: 0;
}
.transfer-form-group>input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px 5px 60px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.transfer-form-group p .nice-select {
    width: 100%;
    border: 2px solid #f0f0ff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    padding-left: 60px;
}
.transfer-form-group p {
    margin-top: 0px!important;
}
.transfer-form-group i {
    border-right: 2px solid #f0f0ff;
    color: #1a92d1;
    font-size: 20px;
    left: 15px;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 28px;
    height: 43px;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.find-form .transfer-form p input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px 5px 60px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.transfer-form p .nice-select {
    width: 100%;
    border: 2px solid #f0f0ff;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    padding-left: 60px;
    margin-bottom: 10px;
}
.transfer-form i {
    border-right: 2px solid #f0f0ff;
    color: #1a92d1;
    font-size: 20px;
    left: 15px;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 16px;
    height: 43px;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.transfer-text {
    text-align: center;
    padding: 5px;
    color: #454545;
}
input.gauto-theme-btn {
    color: #1a92d1!important;
    background: transparent!important;
    border-width: 2px!important;
    border-style: solid!important;
    border-color: #1a92d1!important;
    position: relative!important;
    display: block!important;
    padding: 8px 3px!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
    text-align: center!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    cursor: pointer!important;
    margin: 0!important;
    width: 100%!important;
    font-size: 11px!important;
}
input.gauto-theme-btn:hover {
    color: #ffffff!important;
    background: #1a92d1!important;
}
.single-contact-field {
    position: relative;
}
.single-contact-field input {
    padding-left: 60px!important;
}
.single-contact-field i {
    border-right: 2px solid #f0f0ff;
    color: #1a92d1;
    font-size: 20px;
    left: 0px;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    height: 43px;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
@-webkit-keyframes pull {
    0% {
        height: 0;
    }
    100% {
        height: 1.2rem;
    }
}
@keyframes pull {
    0% {
        height: 0;
    }
    100% {
        height: 1.2rem;
    }
}
@-webkit-keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.checkbox-spin {
    display: none;
}
.checkbox-spin+label span {
    display: inline-block;
    width: 25px;
    height: 16px;
    margin: 0 10px -3px 0;
}
.checkbox-spin+label span:before, .checkbox-spin+label span:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 1;
    width: 16px;
    width: 16px;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 16px;
    height: 16px;
    height: 1rem;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dbdbdb;
}
.checkbox-spin+label span:after {
    z-index: 0;
    border: none;
}
.checkbox-spin:checked+label span:before {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background: #1a92d1;
    border: 1px solid #1a92d1;
}
/*================================================
33 - CONTACT PAGE CSS
==================================================*/

.contact-left h3, .contact-right h3, .box-reviews2 h3 {
    font-size: 24px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.contact-left form input {
    width: 100%;
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
}
.contact-left form textarea {
    border: 2px solid #f0f0ff;
    padding: 5px 10px;
    margin: 10px 0;
    color: #111;
    width: 100%;
    height: 135px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact-left form input:focus, .contact-left form textarea:focus {
    border: 2px solid #1a92d1;
}
.single-contact-field button.gauto-theme-btn {
    width: auto;
    display: inline-block;
    margin-top: 20px
}
.contact-details p i {
    color: #1a92d1;
    margin-right: 5px;
}
.single-contact-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 25px;
}
.single-contact-btn h4, .social-links-contact h4 {
    font-size: 16px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.single-contact-btn a {
    display: inline-block;
    padding: 10px 16px;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background: #1a92d1 none repeat scroll 0 0;
    border-radius: 4px;
}
.single-contact-btn a:hover {
    background: #001238 none repeat scroll 0 0
}
.social-links-contact {
    margin-top: 30px;
}
.social-links-contact ul li {
    display: inline-block;
    margin: 0 2px;
}
.social-links-contact ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.social-links-contact ul li a:hover {
    background: #1a92d1 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #1a92d1;
}
.fixed {
    top: 10px!important;
    left: 10px!important;
    width: 100%;
}
.totalprice {
    background: #1a92d1!important;
    padding: 10px!important;
}
.totalprice .head {
    position: relative;
    margin-bottom: 10px;
}
.totalprice .head strong {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}
.head-price {
    display: inline-block;
    float: right;
    padding-right: 50px;
}
.totalprice .head i {
    position: absolute;
    right: 5px;
    font-size: 26px;
    top: 0px;
    cursor: pointer;
    color: #fff;
}
.totalprice ul {
    list-style: none;
    margin: 0px 0 10px 0;
    padding: 10px 10px 10px 10px;
    background: #fff;
}
.totalprice ul li {
    position: relative;
}
.totalprice ul li i.sub-price {
    font-size: 26px;
    position: absolute;
    padding-left: 10px;
    cursor: pointer;
}
.sub-price-container {
    background: #eee;
    padding: 10px;
}
.totalprice .price, .head-price {
    font-size: 18px;
    color: #fff;
}
.r-car-info-wrapper {
    padding: 40px 0;
}
.r-car-info-wrapper .r-car-info-header {
    margin-bottom: 50px;
}
.r-car-info-wrapper .r-car-info-header .r-car-rating {
    margin-bottom: 10px;
}
.r-car-info-wrapper .r-car-info-header .r-car-rating i {
    color: #1a92d1;
    font-size: 13px;
}
.r-car-info-wrapper .r-car-info-header .r-car-rating .r-rating-text {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}
.r-car-info-wrapper .r-car-info-header .r-car-name {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.r-car-info-wrapper .r-car-info-header .r-car-name span {
    color: #1a92d1;
    font-weight: 400;
    margin-left: 10px;
}
.r-car-info-wrapper .r-car-info-header .r-car-offer {
    float: right;
}
.r-car-info-wrapper .r-car-info-header .r-offer-cost {
    display: inline-block;
    background: #1a92d1;
    padding: 6px 15px;
    padding-left: 80px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    min-width: 260px;
}
.r-car-info-wrapper .r-car-info-header .r-offer-cost .r-currency {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 45px;
}
.r-car-info-wrapper .r-car-info-header .r-offer-cost small {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.r-car-info-wrapper .r-car-info-header .r-tax-info {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    text-align: right;
    margin-top: 10px;
}
.r-car-info-wrapper .r-car-info-header .r-car-top-info {
    display: inline-block;
}
.r-car-product-carousel-wrapper {
    position: relative;
}
/*.r-car-product-carousel-wrapper .r-car-product-carousel-thumb {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}*/

.r-car-product-carousel-wrapper .r-car-product-carousel-thumb {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: -55px;
    z-index: 99;
    text-align: center;
}
/*.r-car-product-carousel-wrapper .r-car-product-carousel-thumb li {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
}*/

.r-car-product-carousel-wrapper .r-car-product-carousel-thumb li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
}
.r-car-product-carousel-wrapper .r-car-product-carousel-thumb li+li {
    margin-left: 5px;
}
.r-car-product-carousel-wrapper .r-car-product-carousel-thumb li img {
    height: 100%;
}
.r-car-product-carousel-wrapper .r-car-product-carousel-thumb li.active {
    border-color: #1a92d1;
    border-width: 2px;
}
.r-car-whole-info {
    background: #f8f8f8;
    margin-bottom: 50px;
}
.r-car-whole-info .row {
    align-items: center;
}
.r-car-whole-info .r-car-info-content {
    padding: 0 30px;
    padding-left: 15px;
    position: relative;
    overflow: scroll;
    max-height: 500px;
}
.align-top {
    align-self: flex-start;
}
.owl-carousel .owl-item img.detail-car {
    max-height: 400px!important;
    overflow: hidden!important;
    margin: 0 auto;
}
.owl-carousel .owl-item {
    padding: 0px;
}
.r-car-whole-info .r-car-info-content::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    border-right: 20px solid #f8f8f8;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.r-car-whole-info .r-car-info-content .r-reg-year {
    font-size: 15px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.r-car-whole-info .r-car-info-content .r-product-name {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}
.r-car-whole-info .r-car-info-content .r-product-name span {
    color: #1a92d1;
    font-weight: 400;
}
.r-car-whole-info .r-car-info-content .r-product-description {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
}
.r-car-whole-info .r-car-info-content table td {
    background: #fff;
    font-size: 15px;
    color: #888888;
    border-color: #f8f8f8;
}
.r-product-testimonial-wrapper {
    background: #1a92d1;
    padding: 40px 35px 30px;
    margin-bottom: 40px;
}
.r-product-testimonial-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.r-product-testimonial-wrapper .r-testimonial-box {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 22px;
}
.r-product-testimonial-wrapper .owl-dots {
    margin-top: 15px;
}
.r-product-testimonial-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
.r-product-testimonial-wrapper .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}
.r-product-testimonial-wrapper .owl-dots .owl-dot.active {
    background: #fff;
}
.r-product-discount {
    background: url(../images/discount-bg.jpg) no-repeat #333333;
    background-size: cover;
    padding: 55px 30px;
    min-height: 400px;
}
.r-product-discount .r-discount {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    display: block;
    margin-bottom: 20px;
}
.r-product-discount .r-discount-content {
    font-size: 25px;
    font-weight: 300;
    color: #1a92d1;
    line-height: 33px;
}
.r-product-discount .r-discount-content strong {
    font-weight: 700;
}
.r-site-default-accordion {
    margin-bottom: 50px;
}
.r-site-default-accordion .r-accordion-header {
    cursor: pointer;
    border-bottom: 3px solid #eeeeee;
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.r-site-default-accordion .r-accordion-header .r-accordion-heading {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 0px;
}
.r-site-default-accordion .r-accordion-header i {
    background: #f8f8f8;
    color: #cccccc;
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.r-site-default-accordion .r-accordion-body {
    background: #fff;
    padding: 0 15px;
}
.r-site-default-accordion .r-accordion-body .form-group {
    margin-bottom: 20px;
}
.cont-wrap {
    padding: 20px;
}
#avalable_status_text {
    padding: 0 0 20px 20px;
}
.form-search.light {
    padding-bottom: 20px;
}
.r-site-default-accordion .r-accordion-body .form-group label {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.r-site-default-accordion .r-accordion-body .form-control {
    height: 50px !important;
    background: #f8f8f8;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
}
.r-site-default-accordion .r-accordion-body .input-group .form-control {
    border-left: 3px solid #1a92d1;
}
.r-site-default-accordion .r-accordion-body .input-group-addon {
    background: #f8f8f8;
    border: none;
    color: #dddddd;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.r-site-default-accordion .r-accordion-body .r-fee-list {
    padding: 0px;
    margin: 0;
}
.r-site-default-accordion .r-accordion-body .r-fee-list li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}
.r-site-default-accordion .r-accordion-body .r-fee-list li label {
    display: block;
}
.r-site-default-accordion .r-accordion-body .r-fee-list li .r-extra-fee {
    float: right;
    font-weight: 600;
}
.r-site-default-accordion .r-accordion-body textarea.form-control {
    height: 150px !important;
    resize: none;
    padding: 30px;
}
.r-site-checkbox label {
    display: inline-block !important;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px !important;
    position: relative;
    padding-left: 35px;
}
.r-site-checkbox label+label {
    margin-left: 20px;
}
.r-site-checkbox label input {
    display: none;
}
.r-site-checkbox label input:checked+.r-site-checkbox-icon {
    border-color: #1a92d1;
}
.r-site-checkbox label input:checked+.r-site-checkbox-icon i {
    opacity: 1;
}
.r-site-checkbox label input:checked+.r-site-checkbox-icon+.r-site-checkbox-text {
    color: #333333;
}
.r-site-checkbox label .r-site-checkbox-text {
    color: #000000;
    font-weight: bold;
}
.r-site-checkbox label .r-site-checkbox-text a {
    color: #000000;
    font-size: 12px;
}
.r-site-checkbox label .r-site-checkbox-text a:hover {
    text-decoration: underline;
}
.r-site-checkbox label .r-site-checkbox-icon {
    width: 18px;
    height: 18px;
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.r-site-checkbox label .r-site-checkbox-icon i {
    color: #1a92d1;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.r-payment-options .r-site-checkbox {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.r-payment-options .r-site-checkbox img {
    float: right;
}
#pay_title {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333333;
    font-size: 15px;
}
.r-booking-form-submission .row {
    align-items: center;
}
.r-booking-form-submission .row .r-submission-btn-wrapper {
    text-align: right;
}
.r-booking-form-submission .row .r-submission-btn-wrapper input {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.r-booking-form-submission .row .r-submission-btn-wrapper input+input {
    margin-left: 10px;
}
.r-car-tabs>.nav {
    margin-bottom: 50px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    display: block;
    position: relative;
    z-index: 99;
}
.r-car-tabs>.nav li {
    border: none;
    display: inline-block;
}
.r-car-tabs>.nav li a {
    font-weight: 500;
    font-size: 16px;
    color: #ccc;
    padding-right: 0;
    padding-bottom: 15px;
    border: none;
    display: inline-block;
    padding-left: 0;
}
.r-car-tabs>.nav li a.active {
    color: #000;
    border-bottom: 3px solid #1a92d1;
}
.r-car-tabs>.nav li a:hover {
    color: #000;
}
.r-car-tabs>.nav li::before {
    content: "";
    margin: 0 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
}
.r-car-tabs>.nav li:first-child::before {
    display: none;
}
.r-car-tabs .r-car-info-content ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.r-car-tabs .r-car-info-content ul li {
    display: inline-block;
    color: #aaaaaa;
    background-color: #f4f4f4;
    padding: 2px 12px;
}
.r-car-tabs .r-car-info-content ul li:hover {
    background-color: #1a92d1;
    color: #fff;
}
.r-car-tabs .r-car-info-content ul li i {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.r-car-tabs .r-car-info-content ul li span {
    font-size: 11px;
}
.r-car-tabs .btn-full, .r-car-tabs .r-best-offer-list .r-best-offer-single .r-offer-rewst-this, .r-best-offer-list .r-best-offer-single .r-car-tabs .r-offer-rewst-this, .r-car-tabs .iw-content .r-best-offer-single .r-offer-rewst-this, .iw-content .r-best-offer-single .r-car-tabs .r-offer-rewst-this {
    max-width: 100%;
}
.r-similar-product {
    padding-top: 80px;
    margin-top: 100px;
    border-top: 2px solid #e7e7e7;
}
.r-similar-product .heading {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 50px;
}
.r-best-offer-list .r-best-offer-single .r-best-offer-content {
    background: #fff;
    padding-top: 10px;
}
.r-best-offer-list .r-best-offer-single .r-offer-img {
    background: #fff;
}
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this {
    max-width: 100%;
}
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this a span {
    color: #000;
}
.r-best-offer-list .r-best-offer-single .r-offer-rewst-this a:hover span {
    color: #fff;
}
.r-best-offer-list .r-best-offer-single ul li {
    background: #fff;
}
.r-best-offer-list .owl-dots {
    text-align: center;
}
.r-best-offer-list .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #eeeeee;
    display: inline-block;
    border-radius: 50%;
}
.r-best-offer-list .owl-dots .owl-dot.active {
    background: #cccccc;
}
.r-best-offer-list .owl-dots .owl-dot+.owl-dot {
    margin-left: 15px;
}
@media (max-width: 1400px) {
    .r-car-info-wrapper {
        padding: 80px 0;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-name, .r-car-whole-info .r-car-info-content .r-product-name {
        font-size: 28px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost {
        font-size: 28px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost .r-currency {
        line-height: 55px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost small {
        font-size: 12px;
    }
    .r-car-info-wrapper .r-car-info-header {
        margin-bottom: 30px;
    }
    .r-car-whole-info .r-car-info-content .r-reg-year {
        font-size: 14px;
    }
    .r-car-whole-info .r-car-info-content .r-product-description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .r-car-whole-info .r-car-info-content table td {
        font-size: 13px;
    }
    .r-site-default-accordion .r-accordion-header .r-accordion-heading {
        font-size: 18px;
    }
    .r-site-default-accordion .r-accordion-header {
        border-bottom-width: 2px;
        margin-bottom: 20px;
    }
    .r-site-default-accordion .r-accordion-body .form-group label {
        font-size: 13px;
    }
    .r-site-default-accordion .r-accordion-body .form-control {
        height: 45px !important;
        font-size: 13px;
    }
    .r-site-default-accordion .r-accordion-body .input-group-addon {
        font-size: 18px;
    }
    .r-site-default-accordion .r-accordion-body .form-group {
        margin-bottom: 15px;
    }
    .r-site-default-accordion .r-accordion-body {
        padding: 0 20px;
    }
    .r-product-testimonial-wrapper h4 {
        font-size: 18px;
    }
    .r-product-testimonial-wrapper .r-testimonial-box {
        font-size: 13px;
    }
    .r-product-testimonial-wrapper {
        padding: 35px 30px 30px;
        margin-bottom: 30px;
    }
    .r-product-testimonial-wrapper .owl-dots {
        margin-top: 10px;
    }
    .r-product-testimonial-wrapper .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    .r-site-default-accordion {
        margin-bottom: 30px;
    }
    .r-site-checkbox label {
        font-size: 13px;
    }
    .r-payment-options .r-site-checkbox {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .r-similar-product {
        margin-top: 80px;
        padding-top: 50px;
    }
    .r-similar-product .heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .r-car-info-wrapper {
        padding: 50px 0;
    }
}
@media (max-width: 1024px) {
    .r-car-whole-info .r-car-info-content .r-reg-year {
        margin-bottom: 5px;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-name {
        font-size: 24px;
    }
    .r-car-whole-info .r-car-info-content .r-product-name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost {
        font-size: 24px;
        padding-left: 70px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost small {
        font-size: 11px;
    }
    .r-car-info-wrapper .r-car-info-header .r-offer-cost .r-currency {
        line-height: 50px;
        padding: 0 18px;
    }
    .r-car-whole-info .r-car-info-content .r-product-description {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .r-car-whole-info .r-car-info-content table td {
        padding: 10px;
        font-size: 12px;
    }
    .r-car-whole-info .r-car-info-content {
        padding-left: 0px;
    }
    .r-car-whole-info {
        margin-bottom: 30px;
    }
    .r-booking-form-submission .row .r-submission-btn-wrapper input {
        font-size: 13px;
    }
    .r-booking-form-submission .r-site-checkbox {
        margin-bottom: 20px;
    }
    .r-booking-form-submission .row .r-submission-btn-wrapper {
        text-align: left;
    }
}
@media (max-width: 991px) {
    .r-car-product-carousel .owl-item img {
        width: 100%;
    }
    .r-car-whole-info .r-car-info-content {
        padding: 15px 25px;
    }
    .r-car-whole-info .r-car-info-content::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .r-car-info-wrapper {
        padding: 30px 0 20px;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-offer {
        float: none;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-name {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-rating {
        margin-bottom: 5px;
    }
    .r-car-info-wrapper .r-car-info-header .r-car-rating i {
        font-size: 12px;
    }
    .r-car-info-wrapper .r-car-info-header .r-tax-info {
        text-align: left;
        font-size: 11px;
    }
    .r-car-info-wrapper .r-car-info-header {
        margin-bottom: 20px;
    }
    .r-car-product-carousel-wrapper .r-car-product-carousel-thumb li {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }
    .r-car-product-carousel-wrapper .r-car-product-carousel-thumb li.active {
        border-width: 2px;
    }
    .r-car-product-carousel-wrapper .r-car-product-carousel-thumb {
        bottom: 20px;
    }
    .r-product-discount {
        background-size: auto 100%;
    }
    .r-product-testimonial-wrapper {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .r-product-testimonial-wrapper .owl-dots .owl-dot+.owl-dot {
        margin-left: 5px;
    }
    .r-car-whole-info {
        margin-bottom: 20px;
    }
    .r-product-discount {
        margin-bottom: 20px;
    }
    .r-site-default-accordion .r-accordion-body {
        padding: 0 10px;
    }
    .r-similar-product {
        padding-top: 30px;
        margin-top: 50px;
    }
    .r-similar-product .heading {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .r-similar-product .r-best-offer-list .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
    }
    .r-similar-product .r-best-offer-list .owl-dots .owl-dot+.owl-dot {
        margin-left: 8px;
    }
    .r-booking-form-submission .row .r-submission-btn-wrapper input {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .r-car-product-carousel-wrapper {
        padding-bottom: 70px;
    }
    .r-car-product-carousel-wrapper .r-car-product-carousel-thumb {
        bottom: 0px;
    }
    .r-product-testimonial-wrapper h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .r-site-default-accordion .r-accordion-header .r-accordion-heading {
        font-size: 16px;
    }
    .r-site-default-accordion .r-accordion-body .form-control {
        height: 40px !important;
        font-size: 12px;
    }
    .r-site-default-accordion .r-accordion-body textarea.form-control {
        padding: 20px;
    }
    .r-site-checkbox label {
        font-size: 12px;
    }
    .r-site-default-accordion .r-accordion-body .form-group label {
        font-size: 12px;
    }
    .r-site-checkbox label .r-site-checkbox-icon {
        width: 15px;
        height: 15px;
    }
    .r-site-checkbox label .r-site-checkbox-icon i {
        font-size: 12px;
    }
    .r-payment-options .r-site-checkbox img {
        max-width: 120px;
    }
}
.btn-full, .r-best-offer-list .r-best-offer-single .r-offer-rewst-this, .iw-content .r-best-offer-single .r-offer-rewst-this {
    width: 100%;
    max-width: 360px;
    cursor: pointer;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    background: #1a92d1;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}
.r-site-checkbox label {
    font-size: 13px;
}
.r-site-checkbox label .r-site-checkbox-text a {
    color: #000000;
    font-size: 12px;
}
.alert-warning {
    background-color: #ffcd00;
    border-color: #f5c500;
    color: #4f3d1d;
    margin-top: 40px;
    text-align: center;
}
.btn-default {
    padding: 15px 30px;
    display: inline-block;
    background: #333333;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.r-booking-form-submission .row .r-submission-btn-wrapper input {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.r-booking-form-submission .row .r-submission-btn-wrapper input+input {
    margin-left: 10px;
}
.btn-primary {
    padding: 15px 30px;
    display: inline-block;
    background: #1a92d1;
    color: #ffffff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.r-latest-news {
    background-image: url(../images/latest-news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
}
.r-about-info {
    padding: 100px 0 80px;
}
.r-latest-news>div {
    position: relative;
    z-index: 9;
}
.r-about-info-content h2 {
    color: #ffffff;
    margin-bottom: 30px;
}
.r-about-info .r-about-info-content ul, .r-about-info .r-who-royal ul {
    list-style: none;
    padding-bottom: 30px;
}
.r-about-info .r-about-info-content ul li {
    color: #ffffff;
}
.r-about-info .r-about-info-content ul li i {
    color: #1a92d1;
}
.r-about-info .r-about-info-content ul li i, .r-about-info .r-who-royal ul li i {
    color: #1a92d1;
    display: inline-block;
    margin-right: 10px;
}
.r-latest-news::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.9);
    width: 100%;
    height: 100%;
}
.breadcromb-reserv {
    margin: 40px 0 20px 0;
    background: #f3f3f3;
    padding: 10px;
    font-weight: 500;
}
.breadcromb-reserv span {
    padding: 0 10px;
}
.reservation-result {
    margin-bottom: 30px;
}
.reservation-result h2 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.capacity-type {
    margin-top: 10px;
    border-bottom: 1px solid #7c8a97;
    padding-bottom: 10px;
    display: grid;
}
.capacity-type ul {
    list-style: none;
}
.capacity-type ul li {
    float: left;
    padding-right: 30px;
}
.capacity-type ul li strong {
    font-weight: 400;
}
.capacity-type ul li i {
    font-size: 20px;
    padding-right: 5px;
}
.reservation-result .row {
    margin-top: 20px;
}
.reservation-result .row .item {
    display: flex;
    margin-bottom: 20px;
}
.reservation-result .row .item span {
    display: block;
    line-height: 24px;
}
.reservation-result .row .item i {
    font-size: 24px;
    padding-right: 10px;
}
.reservation-result .row .col-md-4:nth-child(2) {
    text-align: center;
}
.reservation-result .row .cars-img {
    /*width: 200px;*/
}
.reservation-result .row .price-box {
    background: #f3f3f3;
    padding: 20px;
    text-align: right;
    float: right;
}
.reservation-result .row .price-box strong {
    display: block;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.reservation-result .row .price-box span {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}
.steps {
    margin: 40px 0px 0 0;
    padding: 0;
    overflow: hidden;
}
.steps a {
    color: white;
    text-decoration: none;
}
.steps em {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}
.steps span {
    line-height: normal;
}
.steps li {
    float: left;
    margin-left: 0;
    width: 211px;
    /* 100 / number of steps */
    height: 80px;
    /* total height */
    list-style-type: none;
    padding: 5px 5px 5px 30px;
    /* padding around text, last should include arrow width */
    border-right: 3px solid white;
    /* width: gap between arrows, color: background of document */
    position: relative;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */

.steps li:first-child {
    padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */

.steps li:nth-child(n+2)::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-left: 25px solid white;
    /* width: arrow width, color: background of document */
    border-top: 40px solid transparent;
    /* width: half height */
    border-bottom: 40px solid transparent;
    /* width: half height */
    width: 0;
    height: 0;
    content: " ";
}
/* colored arrow to the right */

.steps li::after {
    z-index: 1;
    /* need to bring this above the next item */
    position: absolute;
    top: 0;
    right: -25px;
    /* arrow width (negated) */
    display: block;
    border-left: 25px solid #474747;
    /* width: arrow width */
    border-top: 40px solid transparent;
    /* width: half height */
    border-bottom: 40px solid transparent;
    /* width: half height */
    width: 0;
    height: 0;
    content: " ";
}
/* Setup colors (both the background and the arrow) */

/* Completed */

.steps li {
    background-color: #474747;
}
.steps li::after {
    border-left-color: #474747;
}
/* Current */

.steps li.current {
    background-color: #1a92d1;
}
.steps li.current::after {
    border-left-color: #1a92d1;
}
/* Following */

.steps li.current~li {
    background-color: #EBEBEB;
}
.steps li.current~li::after {
    border-left-color: #EBEBEB;
}
/* Hover for completed and current */

.steps li:hover {
    background-color: #1a92d1
}
.steps li:hover::after {
    border-left-color: #1a92d1
}
.arrows {
    white-space: nowrap;
    background: #ebebeb;
    margin: 20px 0;
    padding: 10px 0;
}
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    letter-spacing: -1px;
    text-decoration: none;
}
.arrows li::before, .arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}
.arrows li:last-of-type::before, .arrows li:last-of-type::after {
    display: none;
}
.arrows li:nth-child(2)::before, .arrows li:nth-child(2)::after, .arrows li:nth-child(3)::before, .arrows li:nth-child(3)::after {
    transform: skewX(0deg);
}
.reserv-step-3 {
    margin: 50px 0;
}
.reserv-step-3 h3 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}
.reserv-step-3 p {
    line-height: 20px;
}
.reserv-step-3 input {
    width: 100%;
    padding: 5px 10px;
}
.reserv-step-3 input.flight-number {
    margin: 20px 0 40px 0;
}
.reserv-step-3 label {
    font-size: 13px;
    display: block;
    margin: 20px 0 0 0;
}
.reserv-step-3 #prev_upl_file_1 img {
    width: 150px;
    margin: 10px 0 0 15px;
    border: 1px solid #ccc;
    padding: 3px;
}
.reserv-step-3 textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
}
.reserv-step-3 input.btn-step-3 {
    width: 40%!important;
    margin-top: 20px;
}
.reserv-step-5 h3 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
    margin: 50px 0;
}
.reserv-step-5 p {
    line-height: 20px;
}
.reserv-step-5 .reservation-result {
    margin-bottom: 30px;
}
.reserv-step-5 .reservation-result h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #1a92d1;
}
.reserv-step-5 .reservation-result .row .price-box strong {
    display: block;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.reserv-step-5 h5 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}
.reserv-step-5 .flight-number {}
.reserv-step-5 .flight-number strong {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
}
.reserv-step-5 .flight-number span {
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    background: #d9d9d9;
    padding: 0 5px;
    margin-left: 10px;
}
.reserv-step-5 .other-info ul {
    list-style: none;
}
.reserv-step-5 .other-info ul li {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    padding: 5px 0;
}
.reserv-step-5 .other-info ul li strong {
    font-weight: 500;
}
.reserv-step-5 .other-info ul li span {
    display: block;
}
.reserv-step-5 .other-info ul li img {
    width: 100px;
}
.reserv-step-5 .other-info ul li img.welcome_logo_0_trans {
    width: auto;
    max-height: 85px;
}
.reserv-step-5 .box-info {
    background: #f3f3f3;
    padding: 20px;
    height: 250px;
}
.reserv-step-5 .note {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}
.reserv-step-5.delivery-invoieinfo {
    margin-top: 40px;
}
.reserv-step-5 .delivery {
    clear: both;
    text-align: left;
    font-size: 16px;
}
.reserv-step-5 .delivery input[type="radio"] {
    margin: 0px 6px 0 0;
    line-height: normal;
    width: 16px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 0;
}
.reserv-step-5 .delivery label {
    display: inline-block;
    float: left;
    margin: -5px 20px 0 0;
    font-weight: 500;
    color: #333;
}
.reserv-step-5 .invoieinfo {
    clear: both;
    padding-top: 20px;
}
.reserv-step-5 .gauto-theme-btn {
    margin-top: 40px;
}
.totalprice {
    background: #1a92d1!important padding: 10px!important;
}
.fixed {
    top: 10px!important;
    left: 10px!important;
    width: 100%;
}
.totalprice .head {
    position: relative;
    margin-bottom: 10px;
}
.totalprice .head strong {
    display: inline-block;
    font-size: 18px;
}
.head-price {
    display: inline-block;
    float: right;
    padding-right: 50px;
}
.totalprice .head i {
    position: absolute;
    right: 5px;
    font-size: 26px;
    top: 0px;
    cursor: pointer;
}
.totalprice ul {
    list-style: none;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
.totalprice ul li {
    position: relative;
}
.totalprice ul li i.sub-price {
    font-size: 26px;
    position: absolute;
    padding-left: 10px;
    cursor: pointer;
}
.sub-price-container {
    background: #eee;
    padding: 10px;
}
.totalprice .price, .head-price {
    font-size: 18px;
}
#vstrcarres_data {
    background: #fff;
}
#vstrcarres_data .title {
    color: #020202;
    font-size: 16px;
    margin-left: 10px;
    padding-top: 10px;
    position: relative;
}
#vstrcarres_data .title i {
    font-size: 26px;
    position: absolute;
    padding-left: 10px;
    cursor: pointer;
}
.top-down {
    padding: 0;
    display: inline-block;
    position: relative;
    top: 10px;
}
select.in-drop {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.down-top .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    outline: none;
    /* padding-left: 18px; */
    /* padding-right: 30px; */
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 2px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding: 0 21px 0 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #ffffff;
    color: #020202;
    margin: 0;
}
.waiting_avalable_avalable_transsfer {
    color: #000000;
    background-color: #dde7f9;
    border: 1px solid #9eb5c1;
    position: relative;
    padding: .85rem 6rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-image: url(https://thumbs.gfycat.com/EarlyDifficultBarnowl-size_restricted.gif);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
}
#product-review-table {
    margin: 10px 0;
    border: medium none;
    width: 100%;
}
#product-review-table th {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 8px 8px 0;
    text-transform: capitalize;
    color: #1a92d1;
}
#product-review-table td {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 8px;
    color: #1a92d1;
}
#product-review-table tr.stars th {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a92d1;
}
.data-table tbody th, .data-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
}
.stars i {
    color: #FFC107;
    font-size: 16px;
}
th.stars-item {
    width: 143px;
    color: #020202;
}
.stars-item i {
    color: #FFC107;
    font-size: 16px;
}
.review-txt {
    font-size: 15px;
    color: #020202;
}
.rating {
    color: #020202;
}
.box-reviews2 ul li:nth-of-type(odd) {
    background: #f5f5f5;
}
.box-reviews1 {
    margin-top: 8px;
    margin-bottom: 20px;
}
.box-reviews2 {
    margin-top: 8px;
    margin-bottom: 35px;
    overflow: hidden;
}
.box-reviews2 li {
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border: 1px #ececec solid;
    padding: 5px 10px;
}
.review-title {
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}
.review-title span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.box-reviews>.rating-box {
    position: absolute;
    top: 30px;
    right: 30px;
}
.box-reviews dd {
    margin-left: 0;
    padding-bottom: 20px;
}
.box-reviews .author {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.box-reviews .date {
    color: #bdbdbd;
    font-size: 14px;
    font-style: italic;
}
.box-reviews .ratings-table {
    float: left;
    margin: 15px 15px 15px 0;
    width: 12%;
}
.box-reviews .review {
    border-left: 1px solid #DFDFDF;
    float: left;
    padding-left: 2.5em;
    width: 84%;
}
.box-reviews .review .review-txt {
    margin-bottom: 10px;
}
.box-reviews ul li h6 {
    font-size: 12px;
    margin-bottom: 3px;
    padding: 0;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.box-reviews2 ul li {
    margin-bottom: 10px;
    clear: both;
}
.box-reviews .actions {
    padding-top: 1.5em;
    text-align: right;
    float: right;
}
.review small {
    color: #020202;
    font-style: italic;
}
#product-review-table input {
    height: auto;
}
.final-order-row {
    margin-top: 50px;
}
.nav-tabs {
    border-bottom: 1px solid #1a92d1;
    margin-bottom: 40px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1a92d1;
    border-color: #1a92d1 #1a92d1 #1a92d1;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #1a92d1 #1a92d1 #1a92d1;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link strong i {
    padding-right: 5px;
}
.order-number {
    font-weight: 500;
}
.modal-title {
    font-weight: 400;
}
.btn.btn-danger:focus, .btn.btn-danger:hover {
    color: #fff;
    text-decoration: none;
}
.btn.btn-block.btn-info:focus, .btn.btn-block.btn-info:hover {
    color: #fff;
    text-decoration: none;
    border: none;
}
.btn.btn-success:focus, .btn.btn-success:hover {
    color: #fff;
    text-decoration: none;
}
span img.welcome_logo_0_trans {
    max-height: 80px;
}
.status {
    padding: 2px 5px 2px 5px;
    margin-left: 10px;
    display: inline;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
}
#order_status1 {
    background: #28a745;
}
h4.modal-title {
    position: relative;
}
h4.modal-title .status {
    position: absolute;
    top:6px;
}
.reservation-result .row .price-box.order-btns {
    background: #f3f3f3;
    padding: 20px 10px;
    text-align: right;
    float: right;
    width: 100%;
}
.similar {
font-size: 16px;
}

