/* General
========================*/
*,
:focus {
    outline: 0!important;
}
body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    overflow-x: hidden;
    line-height: 25px;
    font-weight: 400;
    color: #666;
}

/* Lists- Links
========================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Custom-lists
=======================*/
.dot-lists{
    overflow:hidden;
    text-align: right;
}
.dot-lists li{
    padding-right: 15px;
    line-height: 35px;
    color: #58585a;
    font-size: 14px;
    text-align: right;
    position: relative;
}
.dot-lists li:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #20ace2;
    border-radius: 2px;
}

/* img
========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*Text
========================*/
.big-title{
    display: block;
    position: relative;
    margin: 15px 0;
    font-weight: bold;
    font-size: 22px;
    color: #00acc1;
    line-height: 40px;
}
.head-title{
    display: block;
    position: relative;
    margin: 10px 0;
    font-size: 20px;
    color: #20ace2;
    line-height: 34px;
    font-weight: 600;
}
.head-title.rel{
    background-color:#fff;
    line-height: 45px;
    text-align:right;
    font-size: 14px;
    padding: 0 15px;
}
.info-text{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #58585a;
    margin: 15px auto;
}
hr{
    margin: 5px auto;
    display: block;
    border-color: #f9f9f9;
}
.inner .head-title{
    font-weight: 700;
    font-size: 16px;
    color: #20ace2;
    margin: 5px auto;
}
.inner .info-text{
    margin: 10px auto;
    line-height: 22px;
    color: #333;
    font-size: 14px;
}


/* Forms
========================*/
.form-title{
    display: block;
    position: relative;
    font-size: 25px;
    color: #20ace2;
    margin-bottom: 10px;
}
.form-group {
    position: relative;
    /*overflow: hidden;*/
    margin: 5px auto;
}
.form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
    color: #353434;
}
.form-control {
    color: #000000;
    border: 1px solid #e8e8e8;
    margin: 0 auto;
    padding: 0 15px;
    height: 45px;
    font-weight: 600;
    line-height: 45px;
    background-color: #fff;
    border-radius: 1px;
    font-size: 12px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 50%;
    font-size: 12px;
}
input[type=checkbox]+label::before {
    top: 0;
    border-radius: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background-color: #20ace2;
    border-color: #20ace2;
}

/*Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    background: #ffffff;
    margin-top: 15px;
}
.nav-tabs>li {
    float: right;
    margin: 0;
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    color: #232333;
    background: #ffffff;
    border-right: 1px solid #f9f9f9;
    font-size: 14px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #fff;
    background-color: #20ace2;
    border: none;
}
.full-tab>li{
    width: 50%;
}
.full-tab>li>a{
    text-align: center;
    background: #f9f9f9;
}

/* Button
========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    word-spacing: 2px;
    border: 0;
    padding: 0 15px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    background-color: #20ace2;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.custom-btn i{
    font-size:14px;
    line-height: 40px;
    height: 40px;
    vertical-align:middle;
    margin-right: 5px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.custom-btn:hover ,
.custom-btn:focus {
    color: #fff !important;
    background-color: #323232 !important;
}

/* Page Setting
========================*/
.wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 78px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    background-color: #fff;
}
.section-color{
    background-color:#f9f9f9;
}
.spacer-15{
    width: 100%;
    height: 15px;
    overflow: hidden;
    clear: both;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/bc.jpg) center right;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 70px 0px;
}
.page-heading:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(88, 88, 90,0.8);
    width: 100%;
    height: 100%;
}
.page-heading h2 {
    font-size: 24px;
    margin: 15px auto;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-weight: 600;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
    background: transparent;
    padding: 0px;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #20ace2;
    border-radius: 3px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background-color: #000000;
}
/* Top-Header
====================*/
.top-header {
    position: fixed;
    background-color: #20ace2;
    width: 100%;
    padding: 5px 0;
    top: 0;
    right: 0;
    height: 45px;
    z-index: 999;
}
.top-header .social{
    text-align: left;
}

.footer .social{
    text-align: inherit;
}
.top-header .social li{
    display: inline-block;
    vertical-align: middle;
}
.top-header .social .dropdown-menu li a{
    text-align: center;
    position: relative;
    display: block;
    color : black;
    width: 100%;
}
.footer .social li{
    display: inline-block;
}
.top-header .social li a{
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
    background-color: #ffffff;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    margin: auto;
    color: #20ace2;
    border-radius: 50%;
}
.top-header .social .dropdown-menu li{
    display: block;
}

.footer .social li a{
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
    background-color: #ffffff;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    color: #20ace2;
    border-radius: 50%;
}

.top-header .social .dropdown a {
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
    background-color: #ffffff;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    color: #20ace2;
    border-radius: 50%;
    padding-top: 0px;
}

.top-header .logo {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: absolute;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    color: #f9f9f9;
    padding-top: 0px;
}


.top-header .logo  a{
    display: inline-block;
    height: 35px;
    width: 35px;
    position: relative;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    color: #f9f9f9;
    padding-top: 0px;
}

/*Header
===========================*/
.header{
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 45px;
    z-index: 99;
    border-bottom: 1px solid #f9f9f9;
}
.header > .container {
    position: relative;
}
.header .navbar-collapse > .container {
    position: relative;
}
.header .logo {
    position: absolute;
    margin: auto;
    height: 125px;
    width: 140px;
    padding: 10px;
    z-index: 999;
    background-color: #fff;
    right: 0;
    top: -45px;
}
.header .logo img{
    height: 100%;
}
.header .header-widget {
    float: left;
    padding: 20px 0px;
    text-align: center;
    z-index: 9999;
    position: relative;
    height: 70px;
    width: 130px;
}
.header .header-widget .user-icon{display: inline-block;vertical-align: middle;}
.header .header-widget .user-icon > a {
}
.header .header-widget .user-icon > a > i{
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #20ace2;
    border-radius: 3px;
    line-height: 40px;
    font-size: 15px;
}
.header .header-widget .user-icon > a:hover,
.header .header-widget .user-icon > a:focus {
    background: #2c455b;
}
.btn-responsive-nav {
    display: none;
}
.header nav {
    float: none;
    text-align: center;
    width: 100%;
}
.navbar-nav{
    float:none;
    text-align: center;
    margin: auto;
    padding: 7px 0px;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .nav-main > ul.navbar-nav > li > a {
        line-height: 30px;
        padding: 0 10px;
        margin: 6px auto;
        font-size: 11px;
        color: #6d6d6d;
        font-weight: 600;
        border-left: 1px solid #eee;
    }
    .nav-main > ul.navbar-nav > li:last-child > a{
        border-left: 0;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li:hover > a,
    .nav-main > ul.navbar-nav > li.active > a {
        background: transparent;
        color: #20ace2;
    }
    .nav-main > ul.navbar-nav > li > a > .link-icon {
        display: block;
        text-align: center;
    }
    .nav-main > ul.navbar-nav > li > a> i {
        display: inline-block;
        font-size: 18px;
        color: #20ace2;
        margin-left: 7px;
        vertical-align: middle;
    }
    .nav-main > ul.navbar-nav > li.user-icon{
        border-right:0;
        margin-left: 5px;
    }
    .nav-main > ul.navbar-nav > li.user-icon > a {
        background-color: #20ace2;
        margin: 9px 0px;
        padding: 0 15px;
        color: #fff;
        border-radius: 3px;
        line-height: 40px;
        font-size: 11px;
    }
    .nav-main > ul.navbar-nav > li.user-icon > a > i{
        display:inline-block;
        margin-left: 5px;
        font-size: 12px;
        color: #fff;
    }
    .nav-main > ul.navbar-nav > li.user-icon > a:hover,
    .nav-main > ul.navbar-nav > li.user-icon > a:focus {
        background: #2c455b;
    }
}
@media all and (max-width:991px) {
    .header .navbar-collapse > .container{
        margin:0
    }
    .btn-responsive-nav {
        background: #ffffff;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #20ace2;
        z-index: 9999;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        vertical-align: middle;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        -ms-transition: background ease 0.4s;
        -o-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        color: #fff;
        background: #1c99ca;
    }
    .btn-responsive-nav i{
        font-size: 18px;
        line-height: 35px;
    }
    .header {
        clear: both;
        min-height: auto;
        background-color: transparent;
        border: 0;
    }
    .main{
        
margin-top: 20px;
    }
    .header ul.navbar-nav {
        padding: 0;
    }
    .header > .container {
        height: 80px;
    }
    .header .nav-main-collapse {
        top: 0px;
        position: relative;
        background: #20ace2;
        max-height: 360px;
        width: 100%;
        overflow: hidden;
    }
    .header.colored .nav-main-collapse {
        top: -13px;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        display: block !important;
    }
    .header .nav-main {
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        z-index: 2;
        overflow: hidden;
        font-size: 12px;
        color: #fff;
        padding: 5px 15px;
        line-height: 25px;
        text-align: right;
        font-weight:600;
        margin: 5px auto;
    }
    .nav-main .navbar-nav li a i{
        margin-left:10px;
    }
    .nav-main .navbar-nav li a .link-icon{
        margin-right: 5px;
    }
    ul.navbar-nav .title {
        font-size: 16px;
        padding-top: 8px;
        color: #fff;
        margin:4px 0;
    }
    .nav-main .navbar-nav li a:focus{
        background: none;
    }
    .nav-main .navbar-nav li:hover > a,
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover,
    .nav-main .navbar-nav li.open > a,
    .nav-main .navbar-nav li.open > a:hover {
        background: white !important;
        color: #20ace2 !important;
    }
}
@media all and (min-width:992px) and (max-width:1170px){
    .nav-main > ul.navbar-nav > li > a{
        font-size: 11px;
        padding: 5px 11px;
    }
}


/* Footer
========================*/
.footer{
    display: block;
    position: relative;
    padding:25px 0;
    background: #000000;
}
.widget {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}
.widget .widget-title {
    font-size: 15px;
    margin-bottom: 10px;
    color:#fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-right: 4px solid #20ace2;
    padding-right: 15px;
}
.widget .widget-content {
    line-height: 35px;
}
.widget .widget-content p {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.widget .widget-content img{
    margin: 5px 0px;
    background: #fff;
    padding: 5px;
    border-radius: 25px;
}
/*Widget Links*/
.widget-links {
    overflow: hidden;
}
.widget-links li {
    display: block;
}
.widget-links li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding-right: 15px;
}
.widget-links li a:hover{
    color: #20ace2;
}
.widget-links li a:before{
    content: " ";
    position: absolute;
    right: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #495a75;
    border-radius: 0;
}
.subscribe-form .form-group .form-control {
    display: block;
    border: 0;
}
.subscribe-form .form-group .custom-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    font-size: 16px;
    background: #20ace2;
}
.subscribe-form .form-group .custom-btn:hover {
    box-shadow: none;
}
.social-icons li{
    display: inline-block;
}
.social-icons li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
    display:block;
    font-size: 13px;
    text-align: center;
    background: #495a75;
    color: #fff;
}

/* Copy Rights
====================*/
.copyrights{
    text-align: center;
    color: #fff;
    background: #000000;
    font-size: 12px;
    font-weight: 500;
    word-spacing: 1px;
    line-height: 30px;
    padding: 5px 0px;
    border-top: 1px solid #292929;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.under{
    text-align: center;
    font-weight: 600;
    color: #20ace2;
}

/* Login Register
========================*/
.login-wrap{
    padding: 30px 0px;
}
.login-form{
    display: block;
    position: relative;
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 480px;
    text-align: center;
    border: 1px solid #f5f5f5;
}
.reg-form{
    max-width: 580px;
    margin: 10px auto;
}
.login-form .logo{
    display: block;
    position: relative;
    width: 130px;
    margin: 15px auto;
    background-color: #fff;
    padding: 10px;
}
.login-form form{
    margin: 0 auto;
}
.login-form .form-title{
    font-size: 16px;
    font-weight: 600;
    background-color: #f5f5f5;
    line-height: 50px;
    margin: auto;
}
.login-form .forget-pass {
    display: block;
    color: #4e71a8;
    line-height: 30px;
    text-align: right;
}
.login-form .forget-pass a{
    font-size: 12px;
    font-weight: 600;
}
.login-form .form-group{
    overflow: hidden;
    margin: 0;
    padding: 10px 15px;
}
.login-form .custom-btn{
    width:180px;
    line-height: 40px;
}
.login-form .spacer{
    display: block;
    position: relative;
    margin: 10px auto;
    line-height: 25px;
    font-size: 14px;
    color: #3e3e3e;
}
.login-form .spacer span{
    position: relative;
    background: #fff;
    padding: 10px 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 10px;
}
.login-form .spacer:before{
    content: " ";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #d8d8d8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.social-login .custom-btn i{
    margin-left: 5px;
}
.login-form .social-login {
    margin: 15px auto;
}
.social-login .custom-btn{
    width: auto;
    font-size: 12px;
    line-height: 35px;
}
.social-login .custom-btn.face{
    background: #4e71a8;
}
.social-login .custom-btn.twitt{
    background: #1cb7eb;
}
.social-login .custom-btn.linked{
    background: #3c5c8e;
}
.login-form .form-footer {
    display: block;
    background-color: #f5f5f5;
    overflow: hidden;
    font-size: 12px;
    padding: 10px;
    line-height: 30px;
    color: #20ace2;
    font-weight: 600;
}
.login-form .form-footer a{
    margin-right: 10px;
    text-decoration: underline;
    color: #20ace2;
}
@media all and (min-height:960px){
    .login-register-full .login-form{
        margin: 120px auto;
    }
}

/* Blogs
=============================*/
.blog-item{
    display: block;
    position: relative;
    margin: 30px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 25px rgba(0,0,0,.15);
    -moz-box-shadow: 0 15px 25px rgba(0,0,0,.15);
    box-shadow: 0 15px 25px rgba(0,0,0,.15);
}
.blog-item .blog-img{
    overflow:hidden;
    position:relative;
    width:100%;
}
.blog-item .blog-img:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.blog-item .blog-img img{
    width:100%;
    height:100%;
}
.blog-item .blog-cont{
    display: block;
    position: relative;
    padding: 15px 15px 0;
}
.blog-item .blog-cont .blog-title{
    font-weight: 600;
    color: #2c2c2c;
    line-height: 30px;
    margin: 5px auto;
    font-size: 15px;
}
.blog-item .blog-cont .blog-date{
    color: #58585a;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}
.blog-item .blog-cont .blog-date svg{
    margin-right: 5px;
    color: #787878;
}
.blog-item .blog-cont .blog-info{
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 13px;
    margin: 5px auto;
    color: #777;
}
.blog-item .blog-action{
    display: block;
    position: relative;
    padding: 15px;
    text-align: right;
}
.blog-item .blog-action .custom-btn{
    position: absolute;
    left: 15px;
    top: 10px;
}
.blog-item:hover .blog-img:before{
    right: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.inner-blog .blog-title{
    color: #20ace2;
    font-weight: 600;
    margin: 15px auto;
    padding: 9px 15px;
    background-color: #fafafa;
    line-height: 40px;
    font-size: 14px;
}
.inner-blog img{
    position:relative;
    overflow: hidden;
    padding: 15px;
    background-color: #fafafa;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.10);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.10);
    box-shadow: 0 10px 20px rgba(0,0,0,.10);
    margin-bottom: 15px;
}
.share-btn{
    float: left;
    font-size: 12px;
}
.share-btn .custom-btn{
    margin: 0;
}
.share-btn ul{
    display: inline-block;
    vertical-align: middle;
}
.share-btn ul li{
    display: inline-block;
    line-height: 35px;
}
.icon-btn{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: none;
    margin: 0 auto;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    background-color: #62aef1;
    color: #ffffff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.icon-btn:hover{
    background-color:#1b1b1b;
    color:#fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.sub-form{
    max-width: 480px;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
}
.sub-form .form-control{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 0;
    background-color: #fff;
    border-radius: 0;
}
.sub-form .custom-btn{
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.red-bc{
    background-color:#da1a16;
}

/*Search
======================*/
.search-wrap{
    display: block;
    position: relative;
    text-align: center;
    background: url(../images/bc.jpg) center right;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}
.search-wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(88, 88, 90,0.8);
    width: 100%;
    height: 100%;
}
.search-form{
    width: 100%;
    position: relative;
    margin: 0;
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px 0px 5px 0px;
}
.search-wrap form .custom-btn{
    margin: 15px auto 0;
    width: 130px;
    position: absolute;
    bottom: -40px;
    left: 0;
    border-radius: 0 0 5px 5px;
}
.search-wrap form .book-btn{
    position: relative;
    bottom: auto;
    right: auto;
}
.search-form .form-group{
    padding: 0 10px;
    overflow: visible;
    margin: 15px auto;
}
.search-form .form-group .form-control{
    border-radius:0;
}
.search-wrap .form-title{
    position: absolute;
    right: 0;
    top: -40px;
    background-color: #20ace2;
    display: block;
    line-height: 40px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    padding: 0 20px;
    z-index: 98;
}
.search-wrap .form-title svg{
    margin-right:5px;
}

/* Date Picker
========================*/
.datetimepicker {
    padding:0px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border-color: #f1f1f1;
    box-shadow: none;
    width: 230px!important;
    right: auto!important;
    float: none!important;

}
.input-group{
    position: relative;
}
.datetimepicker table {
    margin: 0;
    width: 100%;
}
.datetimepicker td, .datetimepicker th {
    border-radius: 0;
    border: 0;
    font-weight: 100;
    font-size: 13px;
}
.input-group{
    border-radius: 0;
}
.input-group .form-control{
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.input-group-addon {
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: #20ace2;
}
.input-group-addon .glyphicon-time:before {
    content: "\e023";
    content: " \f017 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

/* Price Range
========================*/
.widget-range {
    position:relative;
    display: block;
    margin: 0 10px;
}
.widget-range input {
    border:0;
    color: #6d6d6d;
    background: none;
    margin-bottom: 5px;
}
.ui-slider-horizontal {
    height: 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0px;
    background-color: #20ace2;
    height: 3px;
    border-radius: 0;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 7px;
    height: 14px;
    cursor: default;
    background-color: #6d6d6d;
    border-radius: 0;
    border: none;
}
.widget-range .first_limit,
.widget-range .last_limit {
    width: 100px;
    text-align: right;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 30px;
}
.widget-range .first_limit {
    float: right;
    text-align: right;
}
.widget-range .last_limit {
    float: left;
    text-align: left;
}

/*Trip Item
==========================*/
.trip-item{
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.17);
    min-height: 468px;
    border-radius: 5px;
}
.inner .trip-item{
    min-height: auto;
}
.inner .widget-range{
    height: 60px;
    margin: auto;
    padding: 0 20px;
}
.trip-item .trip-img{
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 240px;
}
.trip-item .trip-img .price{
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #20ace2;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 25px  0 0 25px;
    padding: 0 15px;
    text-align: center;
}
.trip-item .trip-img img{
    width: 100%;
    height: 100%;
}
.trip-opt{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    text-align: center;
    overflow: hidden;
}
.trip-opt .icon-btn , .trip-opt .comp-icon{
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    display: block;
    margin: 5px auto 0;
    padding: 0;
}
.trip-opt .comp-icon{
    background-color:#fff;
    padding: 5px;
}
.trip-opt .icon-btn svg{
    margin:0;
}
.trip-opt .icon-btn:before ,
.trip-opt .icon-btn:after {
    display:none;
}
.trip-opt .icon-btn:hover{
    background:#20ace2;
}
.trip-opt .trip-day{
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    position: relative;
    margin: 5px auto;
    background-color: #fff;
    color: #20ace2;
    border-radius: 3px;
    line-height: 15px;
    padding-top: 5px;
    font-size: 11px;
}
.trip-opt .trip-day span{
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 3px;
}
.trip-plac{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 100%;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: right;
    padding: 0 15px;
    line-height: 35px;
    font-weight: 600;
    font-size: 13px;
}
.trip-item .trip-content{
    display: block;
    position: relative;
    text-align:center;
    padding: 10px 15px;
}
.trip-item .trip-content .rating , .trip-item .trip-content .company-name{
    color: #FF9800;
    text-align: center;
}
.trip-item .trip-content .company-name{
    color: #20ace2;
    border-right: 2px solid #ddd;
}
.trip-item .trip-content .company-name i{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.trip-item .trip-content .title{
    font-size: 18px;
    color: #20ace2;
    display: block;
    position: relative;
    line-height: 35px;
    margin: 5px auto;
    border: 0;
    padding: 0;
}
.trip-item .trip-content p{
    display: block;
    line-height: 25px;
    font-size: 13px;
    margin: 5px auto;
}
.trip-item .trip-content .custom-btn{
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    z-index: 98;
}
.trip-list{
    padding: 5px;
    max-width: 100%;
}
.trip-list .trip-img{
    height: 170px;
    margin: 15px auto;
}
.trip-list .trip-content{
    padding: 0;
    margin: 15px -25px;
    text-align: left;
}
.trip-list .quick-info{
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #f9f9f9;
    border-bottom: 0;
}
.trip-list .quick-info li{
    width: 100%;
    text-align: left;
    color: #20ace2;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #f9f9f9;
}
.trip-list .quick-info li:last-child{
    border-right:0;
}
.trip-list .quick-info li svg{
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    color: #6d6d6d;
    height: 40px;
    width: 40px;
    border-right: 1px solid #f9f9f9;
    vertical-align: middle;
    margin-right: 10px;
}
.trip-list .custom-btn{
    margin-left:-30px;
}
/* Only Trip
=====================*/
.only-trip-head{
    background: #fff;
    margin: 15px auto;
}
.only-trip-head .title{
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    padding: 0 15px;
    text-align: right;
    line-height: 50px;
    border-bottom: 1px solid #f9f9f9;
}
.only-trip-head .title a{
    float: left;
    margin: 10px auto;
    line-height: 30px;
}
.only-trip-head .quick-info{
    overflow: hidden;
}
.only-trip-head .quick-info li{
    width: 25%;
    float: right;
    text-align: center;
    padding: 0 15px;
    color: #20ace2;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 50px;
    border-left: 1px solid #f9f9f9;
}
.only-trip-head .quick-info li a{
    margin: 5px auto;
}
.only-trip-head .quick-info li:last-child{
    height:50px;
}
.only-trip-head .quick-info li i{
    color: #20ace2;
    display:inline-block;
    vertical-align:middle;
}
.booking-info{
    background: #fff;
    margin: 0px auto 15px;
    padding: 20px 15px;
}
.booking-info p{
    margin: 5px;
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 30px;
}
.booking-info .custom-btn{
    margin-top: 10px;
}
.tab-pane{
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #f9f9f9;
    padding: 15px;
}
.tab-pane .head-title{
    font-size: 15px;
    text-align: right;
    line-height: 30px;
    margin: 0 auto;
}
.tab-pane .info-text{
    text-align: right;
    margin: 5px auto;
}
.tab-pane .info-text{
    text-align: right;
    margin: 5px auto;
}
.tab-pane .info-text span{
    display: inline-block;
    margin-right: 10px;
    font-weight:600;
    color:#20ace2;
}
.tab-pane .gallery-item{
    display: inline-block;
}
.related-title{
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    color: #20ace2;
    background: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: left;
}
/*Gallery
=============================*/
.gallery-item {
    position: relative;
    margin:10px auto;
    padding:5px;
    border-radius: 0;
    background: #fff;
    max-width: 270px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.gallery-item img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-item .popup-text-hover{
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility:hidden;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.gallery-item .popup-text-hover a{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(226, 229, 230 , .2);
}
.popup-text-hover a:focus{
    background: none;
}
.gallery-item:hover .popup-text-hover  {
    top:0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
@media all and (min-width:768px){
    .gallery-item.even{
        transform: rotate(3deg);
    }
    .gallery-item.odd{
        transform: rotate(-3deg);
    }
}

.side-filter {
    display: block;
    position: relative;
    margin: 15px auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.side-filter .panel{
    background: #fff;
    margin: 15px auto;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}
.side-filter .panel h4.panel-title {
    background-color: #20ace2;
    line-height: 45px;
    padding: 0 15px 0 0;
    font-weight: 100;
    border-radius: 5px 5px 0px 0px;
}
.side-filter .panel h4.panel-title a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    line-height: 45px;
}
.side-filter .panel .panel-title>a:before {
    position: absolute;
    content: " - ";
    line-height: 45px;
    font-size: 30px;
    padding: 0;
    width: 40px;
    height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    border-right: 1px solid #1a93c2;
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-filter .panel .panel-title>a.collapsed:before {
    content: " + "
}
.side-filter .panel .panel-content {
    border: 1px solid #f9f9f9;
    border-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.side-filter .panel .panel-content .form-group button{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #20ace2;
    text-transform: uppercase;
    font-weight: 700;
}
.side-filter .panel .panel-content .form-group {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.side-filter .panel .panel-content .form-group:last-child {
    border-bottom: 0
}
.side-filter .panel .panel-content .form-group label {font-size: 12px;margin: 0;text-transform: capitalize;}
.side-filter .panel .panel-content .form-group input[type=radio]:checked+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]:checked+label::before{
    background: #8BC34A;
    border-color: #8bc34a;
}
.side-filter .panel .panel-content .form-group label span{
    float: left;
    color: #333;
}
.side-filter .panel .panel-content .form-group .form-control{
    height: 40px;
    line-height: 40px;
    margin-left: -5px;
}

/*  Media Query
=========================*/
@media all and (max-width:991px){
    .search {
        margin: 20px auto;
    }
    .widget-range{
        margin: 0 auto;
    }
    .search .form-group {
        padding: 0 10px;
    }
}
@media all and (min-width:768px) and (max-width:991px){
    .trip-list .trip-img {
        max-width: 480px;
        height: auto;
    }
    .trip-list .trip-content {
        margin: 0px auto;
    }
    .trip-list .quick-info{
        margin: 10px auto;
    }
    .trip-list .custom-btn{
        margin: 0;
    }
}
@media all and (max-width:767px){
    .trip-list .trip-img ,
    .trip-list .trip-content ,
    .trip-list .custom-btn {
        margin: 10px auto;
        height: auto;
    }
    .share-btn{
        float: none;
        display: block;
        text-align: right;
    }
    .only-trip-head .title a{
        float: none;
        display: block;
        width: 100px;
        margin: 5px 0px;
    }
}
@media all and (max-width:480px){
    .wel-head{
        text-align:center;
    }
    .wel-head .title{
        text-align: center;
        margin: 10px auto;
        font-size: 24px;
        line-height: 50px;
    }
    .wel-head p{
        text-align:center;
        font-size: 22px;
    }
    .welcome-home{
        padding:50px 0px;
    }
    .search form{
        padding:10px;
    }
}
/* Ads
========================*/
.ads-img{
    margin: 15px auto;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.inner-blog{
    display: block;
    margin: 15px auto;
    background-color: #fafafa;
    padding: 15px;
    overflow: hidden;
}
.inner-blog .blog-title{
    color: #2c2c2c;
    font-weight: 600;
    margin: 0px auto;
    padding: 5px 15px;
    background-color: #ffffff;
    line-height: 40px;
    font-size: 14px;
}
.inner-blog img{
    position:relative;
    overflow: hidden;
    width: 100%;
    margin: 15px auto;
}
.inner-blog .info-text a{
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
}
.blog-media-img{
    float: left;
    width: 400px;
    margin-right: 15px;
    margin-top: 15px;
}
.blog-media-img img{
    margin: 0;
}
.blog-media-img .img-title{
    background-color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #20abe2;
    font-weight: 600;
    font-size: 11px;
}
.share-btn span{
    color: #20ace2;
}
/* Gallery
========================*/
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 15px auto 5px;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 0px 0;
    margin: 0px auto 15px;
}
.gallery-thumbs .swiper-wrapper{
    display: block;
    text-align: right;
    overflow-x: hidden;
    transform: none !important;
    overflow-y: hidden;
}
.gallery-thumbs .swiper-slide {
    width: 40px !important;
    height: 40px;
    border: 2px solid #ffffff;
    display: inline-block;
    overflow: hidden;
    margin: 0 !important;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #20abe2;
}
.swiper-slide img ,
.gallery-thumbs .swiper-slide img{
    margin: 0;
}
.gallery-thumbs .swiper-slide img{
    height: 40px;
    width: 40px;
}

/*Modal
====================*/
.modal{
    z-index:9999;
}
.modal-title .icon-btn ,
.modal-title .icon-btn:hover ,
.modal-title .icon-btn:focus{
    position: relative;
    background-color: transparent!important;
    color: #ffffff;
    font-size: 20px;
    float: left;
    margin: 10px auto;
}
.modal-title{
    font-size: 16px;
    line-height: 45px;
    background-color: #20ace2;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}
.model-body{
    padding:  15px;
    text-align: right;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
}
.modal-content{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
}
.modal-dialog{
    max-width: 700px;
    margin: 30px auto;
}
.modal-dialog.wide{
    max-width: 98%;
    width: 991px;
}
.modal .custom-btn{
    margin: 15px auto 0;
}
.modal .modal-footer .custom-btn{
    margin: auto;
}
.modal-body .response-messages p{
    margin: 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
    color: #212121;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 28px;
    background: #fff;
    display: block;
    font-size: 13px;
}
.modal-body .response-messages p:before{
    content: " ";
    position: absolute;
    background: #21ace2;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.paypal .form-cont .form-title{
    margin: 15px auto 0;
    background-color: #f9f9f9;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    padding: 0 15px;
}
.paypal .form-cont{
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px 15px 15px;
    margin: 15px auto;
}
.paypal .form-cont  .no-pad{
    padding: 0;
}
.paypal .form-cont ul.bill-content li{
    display: block;
    text-align: right;
    background-color: #fff;
    margin: 5px auto;
    padding: 0 15px;
    line-height: 40px;
    color: #20ace2;
}
.paypal .form-cont ul.bill-content span{
    float: left;
    color: #333;
}
/*Profile
=====================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.profile-card .profile-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    border: 5px solid #f1f1f1;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #20ace2;
    text-align: center;
    margin: 5px auto;
    font-weight: 600;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    line-height: 45px;
    font-size: 13px;
    padding: 0;
    font-weight: 600;
}
.profile-card .profile-menu ul li a i{
    font-size: 15px;
    color: #20ace2;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.profile-card .profile-menu ul li.active a,
.profile-card .profile-menu ul li:hover a {
    color: #ffffff;
    background-color: #20ace2;
}
.profile-card .profile-menu ul li.active a i,
.profile-card .profile-menu ul li:hover a i{
    color: #fff;
}
.profile-content .title{
    border: 1px solid #f1f1f1;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    color: #20ace2;
    margin-bottom: 15px;
    border-right: 3px solid #20ace2;
    font-weight: 600;
}
.profile-content .title a{
    margin-right:5px;
    text-transform:lowercase;
    font-size:14px;
    float:left;
}
.profile-content{
    border: 1px solid #f1f1f1;
    padding: 15px;
    display: block;
    overflow: hidden;
    background: #fff;
}
.profile-content .form-group{
    margin-bottom: 10px;
    padding: 0 10px;
}
.profile-content .form-control{
    border-radius:0;
}
.profile-content .img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 25px 15px;
}
.profile-content .img-block img {
    margin-bottom: 15px;
    height: 150px;
    background: #fff;
    padding: 10px;
}
.profile-content .img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    min-width: 100px;
}
.profile-content .img-block input[type="file"] {
    display: none;
}
.upload-img-hint{
    margin-top: 5px;
}
.upload-img-hint li.head{
    font-weight: 600;
    font-size: 13px;
}
.upload-img-hint li{
    display: block;
    line-height:25px;
    font-size: 12px;
}
.profile-content label.inline{
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}
.profile-content .custom-btn{
    margin:10px auto;
}
.table{
    border:	1px solid #f1f1f1;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
    border-top: 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-size: 12px;
    padding: 10px;
    line-height: 30px;
    font-weight: 600;
    text-align: right;
}
.upload-form .form-group{
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    border: 2px dashed #20ace2;
    cursor: pointer;
}
.upload-form p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 150px;
    color: #20ace2;
}
.upload-form input{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.upload-form .form-group .custom-btn{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
}
.upload-form{
    padding: 15px;
    background-color:#f9f9f9;
}
.text-center{
    text-align: center !important;
}

#my-dropzone .message {
    font-weight: 400;
    color: #22ace2;
    font-size: 14px;
    letter-spacing: 2px;
}
.drop_zone{
    padding: 15px
}
.dropzone {
    border: 2px dashed #22ace2;
    background: white;
    border-radius: 5px;
    min-height: 100px;
    padding: 90px 0;
    vertical-align: baseline;
}
.drop_zone h2{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #22ace2;
    font-size: 22px;
    margin: 15px auto;
}
.table-image {
    height: 150px;
}
.custom-width{
    width: 200px;
    text-align: left;
    color: #20ace2;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{font-size: 13px;padding: 0 10px;line-height: 35px;text-align: center;}

.nav-tabs.public-profile-tab li{
    display: block;
    float: none;
}
.public-profile li{
    border: 1px solid #f1f1f1;
    margin: 15px auto;
    font-weight: 600;
}
.public-profile li span{
    font-weight: 600;
    color: #20ace2;
    margin-left: 10px;
    min-width: 138px;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    line-height: 50px;
    padding: 0 15px;
}
.public-profile li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #20ace2;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

/* Hotel List
=========================*/
.hotel-list{
    display: block;
    margin: 15px auto;
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    border-radius: 5px;
}
.hotel-list .hotel-img{
    padding: 0;
    margin: 5px auto;
}
.hotel-list .hotel-img img{
    width: 100%;
}
.hotel-list .hotel-img .hotel-img-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hotel-list .hotel-img .hotel-img-hover .icon-btn{
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #f92020;
}
.hotel-list .hotel-img .hotel-img-hover .book-type{
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #3fad41;
    color: #fff;
    line-height: 30px;
    border-radius: 5px 0px 0px 5px;
    padding: 0 15px;
    text-align: center;
}
.hotel-list .hotel-content{
    padding: 0 15px 0 0;
    text-align: right;
}
.hotel-list .hotel-content .hotel-info{
    display: block;
    position: relative;
    margin: 0 auto 10px;
    overflow: hidden;
}
.hotel-list .hotel-content .hotel-info .name{
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #20ace2;
}
.hotel-list .hotel-content .hotel-info .hotel-location-info li{
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.hotel-list .hotel-content .hotel-info .hotel-location-info li a{
    color: #1a93c2;
    text-decoration: underline;
}
.hotel-list .hotel-content .hotel-info .beach{
    display: block;
    margin: 2px;
    font-size: 12px;
    font-weight: 600;
}
.hotel-list .hotel-content .hotel-info .hotel-rate{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.hotel-list .hotel-content .hotel-info .hotel-rate span{
    float: right;
}
.hotel-list .hotel-content .hotel-info .hotel-rate span:last-child{
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #333;
    float: left;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.hotel-list .hotel-content .hotel-info .hotel-rate div , .hotel-list .hotel-content .hotel-room .hotel-price span{
    display: block;
}
.hotel-list .hotel-content .hotel-room{
    display: block;
    position: relative;
    margin: 0 auto 10px;
    overflow: hidden;
    font-weight: 600;
    line-height: 25px;
}
.hotel-list .hotel-content .hotel-room .bed{
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.hotel-list .hotel-content .hotel-room .hotel-price{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}
.hotel-list .hotel-content .hotel-room .hotel-price span{
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.hotel-list .hotel-content .custom-btn{
    font-size: 12px;
    line-height: 35px;
}
.search-result {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: right;
    margin: 15px auto;
    color: #20ace2;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.show-results{
    margin: 0;
    overflow: hidden;
}
.show-results span {
    font-weight: 600;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
.show-results li{
    float: right;
    padding: 5px 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    font-weight: 600;
    font-size: 12px;
}
.show-results li:hover ,
.show-results li.active{
    background-color: #20ace2;
    border-color: #20ace2;
}
.show-results li:hover a ,
.show-results li.active a{
    color:#fff;
}
.hotels-items .pagenation{
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}
.side-search{
    background-color: #20ace2;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    text-align: right;
}
.side-search .form-title{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.side-search .form-group label{
    color: #fff;
    font-size: 12px;
}
.side-search .form-group .form-control{
    background-color: #fff;
    border: 0;
    line-height: 35px;
    height: 35px;
    border-radius: 0;
    font-size: 12px;
}
.side-search .form-group .input-append.date .add-on i, 
.side-search .form-group .input-prepend.date .add-on i,
.side-search .form-group .input-group.date .input-group-addon span{
     height:35px;
     line-height: 35px;
 }
.side-search .form-group .input-group-addon{
    background-color: #f9f9f9;
    color: #20ace2;
}
.side-search .form-group .custom-btn{
    background-color: #fff;
    color: #20ace2;
    line-height: 30px;
    height: 30px;
    margin: 10px auto;
}
#map .modal-dialog{
    max-width: 991px;
}
.hotel-head{position: relative;overflow: hidden;background-color: #fff;margin: 15px auto;}
.hotel-head .address{
    text-align: right;
    border-top: 1px solid #f9f9f9;
}
.hotel-head .address li{
    display: inline-block;
    margin: 0 10px;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px;
}
.hotel-head .address li a{
    display: block;
    position: relative;
    line-height: 40px;
}
.hotel-head .address li i{
    margin-left: 5px;
}
.hotel .title{
    font-size: 13px;
    font-weight: 600;
    color: #20ace2;
    padding: 0 15px;
    text-align: right;
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
}
.hotel .title .custom-btn{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    border-radius: 0;
}
.hotel .hotel-info{
    background-color: #fff;
    margin: 15px auto;
}
.hotel-info .tit{
    font-size: 12px;
    font-weight: 600;
    background-color: #20ace2;
    color: #fff;
    padding: 0 15px;
    text-align: right;
    line-height: 40px;
    position: relative;
}
.hotel-info{
    margin: 15px auto;
    background-color:#fff;
}
.hotel-info li{
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #f9f9f9;
    font-size: 12px;
    /* display: inline-block; */
}
.hotel-address li{
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #f9f9f9;
    font-size: 12px;
    display: inline-block;
}

.hotel-info li i{
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #f9f9f9;
    font-size: 12px;
    display: inline-block;
}
.hotel-info li span{
    color: #20ace2;
    min-width: 109px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-align: right;
    font-size: 12px;
}
.hotel-info li:last-child{
    float: none;
    text-align: center;
}
.hotel-info li .custom-btn{
    vertical-align: middle;
    margin: 10px auto;
    line-height: 35px;
}
.facilities{
    margin-bottom: 15px;
    margin: 0;
}
.facilities li{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 0 5px 0 0;
}
.facilities li:before{
    content: " ";
    position:absolute;
    width: 5px;
    height: 5px;
    background-color: #20ace2;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hotel .table{
    margin: 15px auto;
    width: 100%;
    font-size: 12px;
    border: 1px solid #f9f9f9;
    text-align: center;
    overflow: hidden;
    font-weight: 600;
}
.hotel .table td,
.hotel .table th,
.hotel .table>tbody>tr>td,
.hotel .table>tbody>tr>th,
.hotel .table>tfoot>tr>td,
.hotel .table>tfoot>tr>th,
.hotel .table>thead>tr>td,
.hotel .table>thead>tr>th {
    line-height: 25px;
    padding: 10px;
    border-bottom: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    font-size: 12px;
    background: #fff;
    color: #333;
    text-align: center;
    vertical-align: middle;
}
.hotel .table tbody tr,
.hotel .table thead {
    border-bottom: 1px solid #f9f9f9;
}
.table thead tr th{
    background-color: #ffffff;
    color: #20ace2;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
}
.table a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-color: #20ace2;
    line-height: 25px;
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    margin: 1px;
    text-align: center;
}
.table .icon-btn{
    padding: 0;
    border-radius: 50%;
}
.table a  i{
    text-align:center;
    display: block;
    line-height: 30px;
}
.hotel .related .list-item{
    margin: 10px auto;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}
.hotel .list-item img{
    float: right;
    width: 90px;
}
.hotel .list-item .list-cont{
    display: block;
    padding-right: 100px;
    text-align: right;
}
.hotel .list-item .list-cont a{
    display: block;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
}
.hotel .list-item .list-cont span{
    display: block;
    line-height: 26px;
}
.hotel .rating {
    color: #FF9800;
    display: inline-block;
}
.hotel-info .rating {
    color: #FF9800;
    display: inline-block;
}
.white-bc{
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
    margin: auto;
}
.white-bc .head-title{
    line-height: 25px;
    font-size: 13px;
}
.white-bc .info-text {
    text-align: right;
    margin: 10px auto;
    font-weight: 600;
    line-height: 22px;
    font-size: 12px;
}
.room .white-bc{
    padding:0;
}
.room .white-bc ul.info li{
    font-size: 12px;
    color: #20ace2;
    text-align: left;
    font-weight: 700;
    background-color: #f9f9f9;
    margin: 0px auto 5px;
    padding: 0 5px;
    overflow: hidden;
    line-height: 30px;
}
.room .white-bc ul.info li span{
    color: #585858;
    float: right;
}
.help-search{
    overflow: hidden;
}
.help-search .item-data{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px auto;
    background-color: #f9f9f9;
    padding: 10px;
}
.help-search .item-data span{
    display: block;
    color: #20ace2;
}
.help-search .custom-btn{
    line-height: 30px;
    margin: 5px auto;
}
.check-form {
    display: block;
    position: relative;
    overflow: hidden
}
.check-form.radio-wrap .form-group {
    margin: 5px auto;
    padding: 0 5px;
}
.check-form.radio-wrap .form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 5px 0;
    color: #333
}
.check-form input[type="radio"]:empty~label,
.check-form input[type="checkbox"]:empty~label {
    line-height: 35px;
    text-align: right;
    font-size: 12px;
    padding: 0 32px 0 10px;
    height: auto;
    color: #777;
}
.check-form input[type="radio"]:hover:not(:checked)~label,
.check-form input[type="checkbox"]:hover:not(:checked)~label {
    background: #fff
}
.check-form input[type="radio"]:empty~label:before,
.check-form input[type="checkbox"]:empty~label:before {
    margin-left: 5px;
}
.visa-cont, .bank-cont {
    display: none;
}
/* Contact
===========================*/
.contact iframe{
    margin: 30px auto -10px;
}
.contact .contact-info{
    position: relative;
    background-color: #f9f9f9;
    margin: 15px auto;
    padding: 20px;
}
.contact .contact-info .info-text{
    font-weight: 800;
    font-size: 15px;
    color: #20ace2;
    margin: 0 auto;
    padding: 0 5px;
}
.contact .contact-form{
    overflow: hidden;
    background-color: #fbfbfb;
    margin: 15px auto;
    padding: 15px 20px 0;
}
.contact .contact-form .info-text{
     font-weight: 800;
     font-size: 15px;
     color: #20ace2;
     margin: 0 auto;
     text-transform: uppercase;
}
.contact .contact-form .form-group{
	margin: 5px 0px;
}
.contact .contact-form .custom-btn{
    margin-top: 10px;
    line-height: 30px;
}
.cont-item{
    overflow: hidden;
    background-color: #fff;
    padding: 15px;
    margin: 15px auto;
    position: relative;
    border-radius: 5px;
}
.cont-item .cont-icon{
    position: absolute;
    left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-size: 22px;
    color: #20ace2;
    text-align: center;
    background-color: #f9f9f9;
}
.cont-item .cont-icon i{
	line-height: 45px;
}
.cont-item .cont-item-info{
    display: block;
    padding: 5px;
    line-height: 30px;
    font-size: 14px;
    width: calc(100% - 45px);
    margin-right: 45px;
}

/* Add Hotel
=====================*/
.tab{
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	display: none;
}
.step-name{
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	color: #192851;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.step-footer{
    display: block;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 10px 10px 0px;
}
.step-footer .step-control{
    float: left;
    position: relative;
    margin: 0px auto;
    text-align: left;
}
.step-footer .step-control .custom-btn:before ,
.step-footer .step-control .custom-btn:after{
	display:none;
}
.step-footer .step-control .custom-btn{
	color:#fff;
	margin: 0;
	width: 100px;
	padding: 0;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
}
.step-footer .step-control .custom-btn:hover{
	background-color:#ffc107;
	color: #2f2401;
}
.step-footer .step-indcat{
    float: right;
    position: relative;
    margin: 10px auto 0;
    text-align: center;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50%;
  display: inline-block;
}
.step.active {
  background-color: #ffca00;
}
.step.finish {
  background-color: #58c71e;
}
.quest-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    word-spacing: 2px;
}
.quest-title span{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #20ace2;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    word-spacing: 0;
}
@media all and (min-width:992px) and (max-width: 1170px){
    .hotel-list .hotel-content .hotel-info .hotel-location-info li:last-child{
        display: block;
    }
    .hotel-list .hotel-content .hotel-room{
        padding-left: 110px;
    }
}
@media all and (max-width:991px){
    .hotel-list .hotel-content .hotel-info .hotel-rate ,
    .hotel-list .hotel-content .hotel-room .hotel-price{
        position: relative;
        right: auto;
        left: auto;
        text-align: right;
    }
    .hotel-list .hotel-content .hotel-info .hotel-rate span{
        float: none;
    }
    .hotel-list .hotel-content .hotel-info .hotel-rate span:last-child{
        display: inline-block;
        float: none;
        margin: 0;
    }
    .hotel-list .hotel-content .hotel-info .hotel-rate div , 
    .hotel-list .hotel-content .hotel-room .hotel-price span{
        display: inline-block;
        margin: 0 5px;
    }
    .hotel-list .hotel-content .hotel-room{
        line-height: 20px;
        font-size: 12px;
    }
}
@media all and (max-width:767px){
    .hotel .title .custom-btn{
        position: relative;
        display: block;
        margin: 0;
        left: auto;
        right: auto;
    }
    .hotel .hotel .title .custom-btn{
        position:relative;
    }
    .gallery-thumbs{
        display:none;
    }
}
@media all and (max-width: 520px){
    .section-setting{
        padding: 35px 0px;
    }
    .hotel-list .hotel-img{
        max-height: 150px;
        overflow:hidden;
    }
    .page-heading{
        padding: 20px 0px;
    }
    .page-heading h2{

    }
}