@import url(https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: arial;
    color: #63656c;
    scroll-behavior: smooth;
}

a {
    color: #0f2a5f
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial
}

a:hover {
    text-decoration: none
}

.headerLogo {
    border-top: 5px solid #0f2a5f
}

.headerLogo .logo img {
    height: 80px
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    text-decoration: none !important
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #0f2a5f;
    color: #fff;
    transition: all .4s
    
}

.back-to-top i:hover {
    background: #1262a2;
    color: #fff
}

#header .logo {
    position: relative;
    z-index: 2;
    top: 19px
}

#header2 .logo {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.header-scrolled .logo {
    top: inherit !important
}

.header-scrolled .logo img {
    width: 50px;
    animation: slide-down .7s
}

#header.sticky .logo {
    top: inherit !important
}

#header .logo img {
    transition: all .9s ease-in-out
}

#header.sticky .logo img {
    height: 50px;
    transform: scale(1.1)
}

#header {
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

#header.sticky {
    height: 70px;
    background: rgba(26, 24, 22, .85);
    position: fixed;
    left: 0;
    right: 0
}

#header2 {
    position: relative;
    height: auto;
    z-index: 997;
    transition: all .4s ease;
    /*padding: 28px 0;*/
    /* padding-top: 33px; */
    /* padding-bottom: 75px; */
    background: #fff;
    background-image: url(/uploads/images/logo_bg-image.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    /*-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);*/
    /*box-shadow: 0 10px 15px rgba(25, 25, 25, .1)*/
}

#header2.header-scrolled {
    top: 0;
    background: rgba(26, 24, 22, .85);
    position: fixed;
    width: 100%;
    height: auto;
    padding: 15px 0
}

#header2 .logo h1 a,
#header2 .logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#header2 .logo img {
    padding: 0;
    margin: 0
}

#header2 .logo h1 {
    margin-bottom: 0
}

@media (max-width:1012px) {
    #header2 {
        top: 0;
        background: rgba(26, 24, 22, .85)
    }
}

#header {
    height: 95px;
    z-index: 997;
    padding: 25px 0;
    background: #333436
}

.sticky-bar2 {
    animation: .5s ease-in-out 0s normal none 1 running slideInUp
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    padding: 15px 0 !important;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    z-index: 9999;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: rgba(26, 24, 22, .85)
}

.sticky-bar .logo {
    top: 0 !important
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0
}

#header .logo h1 {
    margin-bottom: 0
}

@media (max-width:1012px) {
    #header {
        top: 0;
        background: rgba(26, 24, 22, .85)
    }
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul>li {
    position: relative;
    float: left
}

.spacebetween {
    justify-content: space-between;
    position: relative
}

.port a {
    /*height: 38px;*/
    /*background: #0f2a5f !important;*/
    border-radius: 0;
    /*line-height: 35px;*/
    text-align: center;
    width: 90px;
    display: inline-block;
    /*color: #fff;*/
    color: #005c9f;
    text-transform: uppercase;
    font-size: 14px;
    /*border: 2px solid #0f2a5f;*/
    font-weight: 600;
    transition: .7s
}

.port a:hover {
    background: transparent !important;
    text-decoration: none;
    color: #005c9f
}

.nav-menu a {
    display: block;
    position: relative;
    color: #005c9f;
    padding: 9px 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

.nav-menu a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #005c9f;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #1262a2;
    text-decoration: none
}

.nav-menu>ul>li>a:hover::before {
    left: 0;
    right: 0
}

.nav-menu .book-a-table a {
    background: #0f2a5f;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s
}

.nav-menu .book-a-table a:hover {
    background: #1262a2;
    color: #fff
}

.nav-menu .drop-down .fullMenu {
    display: block;
    position: fixed;
    left: 0;
    padding: 0;
    right: 0;
    top: 138px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: ease all .3s;
    max-height: 450px;
    overflow: auto
}

.fullMenu::-webkit-scrollbar {
    width: 1em
}

.fullMenu::-webkit-scrollbar-track {
    background: #fff
}

.fullMenu::-webkit-scrollbar-thumb {
    border: 4px solid #fff;
    border-radius: 10px;
    background: #0f2a5f
}

.nav-menu .drop-down:hover>.fullMenu {
    opacity: 1;
    visibility: visible
}

.nav-menu .drop-down {
    position: inherit
}

.nav-menu .drop-down a {
    position: relative
}

.nav-menu .drop-down>a:after {
    content: "\ea67";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.megaContainer {
    background-color: #f5f5f5;
    padding-left:25px;
}

.megaWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 20px
}

.megaCol {
    flex-basis: 20%
}

.megaTitle {
    text-align: left;
    margin-top: 0;
    padding-top: 0 !important;
    font-size: .9em !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important
}

.megaList li a {
    text-transform: inherit !important
}

.megaList {
    list-style-type: none;
    padding-left: 0;
    text-align: left
}

.megaList li {
    padding: 2px 0;
    font-size: 12px
}

.megaList li a {
    max-width: 200px;
    padding-left: 0;
    color: #919191;
    padding: 0;
    font-weight: 500 !important
}

.megaList li a:hover {
    color: #1262a2
}

.mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 32px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #fff
}

.mobile-nav {
    position: absolute;
    top: 55px;
    right: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #433f39 !important;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #1262a2;
    text-decoration: none
}

.mobile-nav .book-a-table a {
    background: #0f2a5f;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .3s;
    display: inline-block
}

.mobile-nav .book-a-table a:hover {
    background: #1262a2;
    color: #fff
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(39, 37, 34, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    height: 350px
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

.bnrSlider h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

.bnrSlider .search-container {
    background: #fff;
    border-radius: 0px;
    margin-top: 15px;
    padding: 5px 0;
    text-align: left;
    position: relative;
    width: 75%;
    margin: 18px auto
}

.bnrSlider input[type=text]:focus {
    outline: 0
}

.bnrSlider select {
    width: 85%;
    padding: 10px;
    margin-top: 0;
    font-size: 18px;
    border: none;
    display: inline-block;
    color: #202020;
    background: url(../img/map.png) no-repeat left !important;
    padding-left: 25px
}

.bnrSlider .search-container button {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 8px 13px;
    margin-top: 0;
    margin-right: 0;
    background: #0f2a5f;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 0px
}

#suggesstion-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 10px #ccc
}

#suggesstion-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#suggesstion-box ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

#suggesstion-box ul li:last-child {
    border-bottom: none
}

.bnrSlider .search-container button:hover {
    background: #1262a2
}

#hero {
    width: 100%;
    height: 600px;
    background-color: rgba(39, 37, 34, .8);
    overflow: hidden;
    padding: 0
}

#hero .carousel-item {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#hero .carousel-indicators {
    display: none
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, .5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .carousel-content {
    text-align: center
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right,
#hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%;
    opacity: 1
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 36px;
    line-height: 1;
    width: 84px;
    height: 84px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50px;
    padding: 10px;
    transition: .3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8)
}

#hero .carousel-indicators li {
    cursor: pointer
}

#hero .btn-book,
#hero .btn-menu {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    color: #fff;
    border: 2px solid #0f2a5f
}

#hero .btn-book:hover,
#hero .btn-menu:hover {
    background: #1262a2;
    color: #fff
}

#hero .carousel-control-prev img {
    width: 30px;
    height: 20px
}

#hero .carousel-control-prev span:before {
    display: none !important
}

#hero .carousel-control-next span:before {
    display: none !important
}

#hero .carousel-control-next img {
    width: 30px;
    height: 20px
}

#hero .carousel-control-prev {
    left: 9%
}

#hero .carousel-control-next {
    right: 9%
}

@media (max-width:768px) {
    #hero h2 {
        font-size: 28px
    }
}

@media (min-width:990px) {
    #hero p {
        width: 50%
    }

    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
}

.section-bg {
    background-color: #fff
}

.section-title {
    text-align: center;
    padding-bottom: 40px
}

.vertualPnl .section-title {
    text-align: left
}

.section-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #0f2a5f
}

.section-title h2 span {
    color: #0f2a5f
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 300
}

@media (min-width:990px) {
    .section-title p {
        width: 50%
    }
}

.leftMinus20 {
    margin-left: -15px
}

.stendDate {
    padding: 20px 30px;
    font-size: 16px;
    color: #202020
}

.relImg {
    position: relative;
    top: -2px
}

.about {
    background: #fff url(../img/ptn1.png) no-repeat bottom 20px left 30px;
    padding: 60px 0 60px
}

.line_bdr {
    border-right: 1px solid #dae0ea
}

.about .content {
    padding: 0 0 0 45px
}

.about .content_left {
    padding: 0 45px 0 0
}

.about .content_left h5 {
    font-weight: 400;
    font-size: 18px;
    color: #0f2a5f
}

.about .content_left h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    color: #202020
}

.about .content p {
    font-size: 16px;
    color: #63656c;
    line-height: 30px
}

.about .content a:hover {
    text-decoration: none
}

.about .content a i {
    font-size: 20px;
    position: relative;
    top: 2px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li+li {
    margin-top: 15px
}

.about .content ul li {
    position: relative;
    padding-left: 26px
}

.about .content ul i {
    font-size: 20px;
    color: #0f2a5f;
    position: absolute;
    left: 0;
    top: 2px
}

.about .content p:last-child {
    margin-bottom: 0
}

@media (max-width:1012px) {

    .about .accordion-list,
    .about .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1012px) {
    .about .content {
        padding-top: 30px
    }

    .about .accordion-list {
        padding-bottom: 30px
    }
}

.bookingBnr {
    display: block;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.bookingBnr a {
    position: relative;
    display: table;
    width: 100%;
}

.bookingBnr a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000061;
    color: #fff;
    font-size: 33px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bookingBnr a:hover .overlay {
    opacity: 1;
}

.afterView {
    display: none
}

.bookingBnr:hover .afterView {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 0px;
    outline: 0;
    transition: background .25s ease 0s, border .25s ease 0s, color .25s ease 0s;
    text-align: center;
    font-size: .875rem;
    line-height: 1rem;
    padding: .75rem 1rem;
    border: none;
    color: #17181a;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px #ccc
}

.bookingBnr img {
    width: 100%
}

.stOne {
    width: 117%
}

.stOne img {
    height: 450px !important
}

.stTwo {
    padding-left: 15px
}

.mb_Btm {
    margin-bottom: 15px
}

.why-us {
    padding: 55px 0;
    background: url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
    transition: all ease-in-out .3s;
    height: 680px
}

.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #6c665c
}

.why-us .box p {
    color: #aaa;
    font-size: 15px;
    margin: 0;
    padding: 0
}

.why-us .box:hover {
    background: #1262a2;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, .18)
}

.why-us .box:hover h4,
.why-us .box:hover p,
.why-us .box:hover span {
    color: #fff
}

.ourClient {
    padding: 60px 0 0
}

.customer {
    padding: 75px 0;
    background: #f8f8f8
}

#footer {
    /*background: #1b1917;*/
    background: #005c9f;
    color: #fff;
    font-size: 14px;
    padding: 100px 0
}

.social-icons {
    text-align: right;
}

#footer h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px
}

#footer p {
    font-size: 14px;
    color: #fff;
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
    font-weight: 300 !important;

}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer ul li {
    width: 112px;
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
    font-weight: 300 !important;

}

#footer ul li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center
}

#footer ul li a i {
    font-size: 18px;
    width: 45px;
    height: 45px;
    background: #1262a2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff
}

.freBtm {
    padding: 10px 0;
    /*border-top: 1px solid #005c9f;*/
    /*background: #1b1917;*/
    background: #005c9f;
    text-align: center;
    font-size: 14px;
    color: #b3b2b2
}

.copyright-line {
    color: #fff;
    font-size: 14px !important;
    text-align: center;
}

.heightp p {
    height: 100px;
    margin-bottom: 0 !important
}

.unmatched {
    background: #f6f7f8
}

.unmatched .content {
    padding: 0 30px
}

.unmatched .content h2 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
    color: #0f2a5f
}

.unmatched .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #202020;
    padding-left: 45px;
    position: relative
}

.unmatched .content h4 img {
    position: absolute;
    top: -2px;
    left: 0;
    width: 25px;
    object-fit: scale-down
}

.unmatched .content p {
    font-size: 14px;
    padding-left: 45px;
    color: #63656c
}

.allView {
    color: #0f2a5f;
    font-size: 14px;
    font-weight: 700
}

.unmatched .content p:last-child {
    margin-bottom: 0
}

.unmatched .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative
}

.unmatched .play-btn {
    width: 94px;
    height: 94px;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

@media (max-width:1012px) {

    .unmatched .accordion-list,
    .unmatched .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1012px) {
    .unmatched .content {
        padding-top: 45px
    }

    .unmatched .accordion-list {
        padding-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.testimonial_slider .slideId {
    background: #fff;
    padding: 60px 80px;
    position: relative;
    border: 1px solid #dfe6f5;
    border-radius: 0;
    color: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.new_media {
    margin-top: 30px
}

.new_media .curcle_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 30px;
    object-fit: cover;
    border: 1px solid #999
}

.new_media h5 {
    color: #202020;
    font-size: 14px;
    margin-bottom: 0
}

.new_media h6 {
    color: #080808;
    font-size: 14px;
    margin-bottom: 7px
}

.new_media p a {
    font-size: 14px;
    color: #0f2a5f
}

.card.login-form p {
    padding: 0 15px
}

.testimonial_slider .slip {
    position: relative;
    /*padding-left: 56px;*/
    /*background: url(../img/cote.png) no-repeat left top;*/
    /*background: url(/uploads/images/blue-coma.jpg) no-repeat left top;*/
    /*background: url(/uploads/images/blue-coma.jpg) no-repeat right bottom;*/


}

.testimonial_slider .slideId::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(/uploads/images/comma@2x.png);
    background-repeat: no-repeat;
    top: 50px;
    left: 15px;
    background-size: contain;

}

.testimonial_slider .slideId::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(/uploads/images/cooma-2@2x.png);
    background-repeat: no-repeat;
    bottom: 50px;
    right: 15px;
    /*   transform: rotate(180deg);*/
    background-size: contain;

}

.center_testimonial .slick-center .slideId {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #001121;
    opacity: 1;
    transform: scale(1.08);
    position: relative;
    bottom: inherit
}

.testimonial_slider .slick-next,
.testimonial_slider .slick-prev {
    bottom: -80px !important;
    top: inherit !important;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
    z-index: 500
}

.testimonial_slider .slick-prev {
    left: 45% !important;
    background: url(pre.png) no-repeat center
}

.testimonial_slider .slick-prev:before {
    content: "<" !important;
    color: #000 !important;
    display: none
}

.testimonial_slider .slick-next {
    right: 45% !important;
    background: url(next.png) no-repeat center
}

.testimonial_slider .slick-next:before {
    content: ">" !important;
    color: #000 !important;
    display: none
}

.testimonial_slider .slideId figure {
    margin: 0;
    padding: 0
}

.testimonial_slider .slideId figure img {
    width: 100%;
    border-radius: 25px
}

.center_testimonial .slideId {
    opacity: .5;
    transition: all .3s ease;
    margin: 20px 90px;
    font-size: 16px;
    position: relative;
    bottom: 0
}

.center_testimonial .slideId p {
    position: relative;
    font-size: 18px
}

.center_testimonial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 39px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.center_testimonial .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 9px;
    background: #eaeaea;
    border-radius: 0px;
    opacity: 1
}

.center_testimonial .slick-dots li.slick-active button:before {
    background: #0f2a5f;
    opacity: 1;
    width: 100%
}

.center_testimonial .slick-center .slideId p {
    color: #202020;
    font-size: 14px;
    position: relative
}

.center_testimonial .slick-center .slideId p a:hover {
    text-decoration: underline;
    color: #1262a2
}

@media only screen and (max-width:767px) {
    .mobile-nav .fullMenu {
        display: none
    }

    .center_testimonial .slideId p {
        font-size: 12px
    }

    .center_testimonial .slick-center .slideId p {
        font-size: 12px
    }

    .center_testimonial .slick-center .slideId h3 {
        font-size: 18px
    }

    .center_testimonial .slick-center .slideId h6 {
        font-size: 16px
    }

    .center_testimonial .slick-center .slideId p:before {
        width: 30px;
        height: 20px;
        left: -10px
    }

    .center_testimonial .slick-center .slideId p:after {
        width: 30px;
        height: 20px;
        right: -10px
    }

    .center_testimonial .slideId {
        margin: 30px 20px;
        bottom: inherit !important
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    .popcalender .ui-corner-all {
        width: 100%;
    }

    .popcalender #tabTwo .ui-datepicker-multi-2 .ui-datepicker-group {
        padding: 0;
    }
}

.book-a-table {
    display: none
}

.login_box {
    padding: 60px 0;
    min-height: calc(100vh - 600px)
}

.reverce_bg img {
    max-width: 100%
}

.login_box h1 {
    font-size: 30px;
    color: #0f2a5f;
    font-weight: 700;
    margin-bottom: 15px
}

.login_box h3 {
    color: #202020;
    font-size: 18px
}

.login_box p {
    font-size: 16px;
    color: #63656c
}

.login_box .global-container {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center
}

.login_box form {
    padding-top: 0;
    font-size: 14px;
    margin-top: 0
}

.login_box form .form-group {
    position: relative
}

.login_box form .form-group label {
    font-size: 16px;
    font-weight: 700
}

.eye_ad {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 20px;
    color: #6b7ba1
}

.eye_ad a {
    color: #6b7ba1
}

.eye_ad .fa-eye {
    color: #0f2a5f
}

.login_box form .form-group .form-control {
    height: 45px;
    border-radius: 0.2rem;
    /* border: none; */
    box-shadow: 0 0 5px rgba(52, 52, 52, .1)
}

.login_box .global-container .card {
    border: 1px solid #dfe6f5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 0
}

.login_box .global-container .card-body {
    padding: 30px
}

.login_box .card-title {
    font-weight: 300
}

.login_box .btn {
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background: #0f2a5f;
    border-radius: 0;
    letter-spacing: .5px;
    border: 2px solid #0f2a5f;
    transition: .7s;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase
}

.login_box .btn:hover {
    background-color: transparent;
    color: #0f2a5f
}

.dflex_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 40px
}

.fPass {
    color: #ff7c7c
}

.dflex_sec .custom-control-label {
    font-size: 18px
}

.login_box .login-form {
    width: 100%;
    margin: 0 40px 0 0
}

.login_box .sign-up {
    text-align: center;
    padding: 20px 0 0
}

.login_box .alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px
}

.loginFil {
    width: 100%
}

.registerPass {
    font-size: 16px;
    color: #212121
}

.registerPass a {
    color: #0f2a5f
}

.login_box .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0f2a5f;
    background-color: #0f2a5f
}

.characters {
    color: #afafaf;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.forgotModal {
    border-radius: 20px;
    padding: 40px 15px;
    text-align: center;
    border: none
}

.forgotModal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #0f2a5f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    color: #fff !important
}

:focus {
    outline: 0 !important
}

.forgotModal h1 {
    font-size: 30px;
    color: #0f2a5f;
    font-weight: 700
}

.forgotModal p {
    color: #202020;
    font-size: 20px;
    font-weight: 700
}

.forgotModal span a {
    color: #0f2a5f !important;
    text-decoration: none
}

.forgotModal .form-group .form-control {
    height: 50px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 5px rgba(52, 52, 52, .1)
}

.forgotModal .form-group label {
    font-size: 16px;
    font-weight: 700
}

.forgotModal .btn {
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    background: #0f2a5f;
    border-radius: 0px;
    margin-bottom: 0;
    color: #fff
}

.congoBooking {
    padding: 30px 40px;
    border: 1px solid #e0e0e0;
    text-align: left;
    height: 100%
}

.congoBooking h2 {
    font-size: 20px;
    color: #0f2a5f;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center
}

.congoBooking p {
    font-size: 16px;
    color: #202020
}

.orderBx {
    border: 1px solid #e0e0e0;
    text-align: left
}

.secOrder1 {
    padding: 20px 40px 20px
}

.secOrder1 h4 {
    color: #202020;
    font-size: 20px;
    font-weight: 700
}

.secOrder1 h4 span {
    color: #0f2a5f
}

.secOrder1 h6 {
    color: #d6d6d6;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.orderBx ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.orderBx ul li {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #202020;
    font-size: 16px
}

.orderBx ul li span {
    color: #0f2a5f
}

.orderBx p {
    padding: 0 20px;
    text-align: center;
    color: #202020;
    font-size: 16px
}

.colstSec1 {
    position: relative
}

.spanNjumber {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.spanNjumber span {
    width: 60px;
    height: 60px;
    background: #0f2a5f;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.spanNjumber::after {
    position: absolute;
    content: "";
    right: -45px;
    top: 50%;
    height: 2px;
    background: #0f2a5f;
    width: 74px
}

.last-child1::after {
    display: none
}

.ringRing {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px
}

.ringRing img {
    width: 50px
}

.ringRing span {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.colstSec1 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 20px
}

.colstSec1 p {
    font-size: 14px;
    color: #202020
}

.bkIng {
    padding: 60px 0 40px;
    padding-bottom: 0
}

.bkIng h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0f2c59;
    margin-bottom: 15px
}

.bookingBnr {
    margin-bottom: 20px
}

.bookingBnr img {
    width: 100%;
    border-radius: 0;
    height: 218px;
    object-fit: cover
}

.b_cam ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

.b_cam ul li {
    font-size: 14px;
    color: #63656c;
    margin-right: 15px;
    display: inline-block
}

.b_cam ul li a {
    color: #63656c;
    text-decoration: none
}

.bookingContainer h2 {
    font-family: 'Josefin Sans';
    font-size: 25px;
    color: #005c9f;
    margin-bottom: 15px
}

.ratingStar {
    color: #63656c;
    font-size: 16px;
    margin-bottom: 20px
}

.ratingStar span {
    color: #0f2a5f
}

.bookingContainer p {
    font-size: 17px;
    color: #000000
}
.virtual-office-spaces .btn.btn-outline-primary, .meeting-rooms .btn.btn-outline-primary{
    width: 200px;
}

.beverly p {
    font-weight: 300
}
.beverly p a {
    font-weight: 600
}

.accordian1 {
    margin-top: 0;
    padding: 20px 0 0;
    border-top: 1px solid #f3f3f3;
    overflow: hidden
}

.accordian1 .fadeInUp {
    padding: 0;
    list-style: none
}

.accordian1 .fadeInUp a {
    display: block;
    position: relative;
    line-height: 1;
    font-weight: 500;
    color: #0f2a5f;
    text-decoration: none;
    color: #fff;
    background: #0f2a5f;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 16px !important
}

.accordian1 .fadeInUp a:hover {
    background: #1262a2
}

.accordian1 .fadeInUp i {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 10px
}

.accordian1 .fadeInUp p {
    margin-bottom: 20px;
    font-weight: 400
}

.accordian1 .fadeInUp a.collapse {
    color: #1bb1dc
}

.accordian1 .fadeInUp a.collapsed {
    color: #fff;
    background: #0f2a5f;
    border-radius: 0px;
    padding: 15px 20px !important;
    font-size: 16px !important
}

.disabled-class {
    background: #f1f1f1;
    color: #c0c4cc !important;
    cursor: default !important;
    font-weight: 700 !important
}

.accordian1 .fadeInUp a.collapsed i::before {
    content: "\f104" !important
}

.pinPad {
    padding: 20px 0
}

.bdBtm {
    border-bottom: 1px solid #dedede;
    padding-top: 25px !important
}

#faq h4 {
    font-size: 20px;
    color: #000
}

#faq p {
    font-size: 16px;
    color: #63656c
}

.bdBtmUl {
    margin: 20px 0 0 0;
    padding: 0 20px 0 0;
    list-style: none
}

.bdBtmUl li {
    margin-bottom: 15px;
    display: flex;
    color: #666;
    align-items: center;
    justify-content: space-between
}

.bdBtmUl li img {
    position: relative;
    margin-top: -2px;
    margin-right: 10px
}

.bdBtmUl li>img:last-child {
    margin-left: auto;
    margin-right: 20px;
}

.footer_state p a {
    color: #fff;
    font-size: 14px
}

.floorPlan2 {
    background: #0f2a5f;
    color: #fff !important;
    text-align: center;
    height: 40px !important;
    padding: 12px 25px !important;
    display: inline-flex !important;
    border-radius: 0px;
    font-size: 14px !important;
    width: 250px !important;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.floorPlan2:hover {
    background: 0 0 !important;
    text-decoration: none;
    color: #0f2a5f !important
}

.colorGray {
    color: #ccc
}

.mb30 {
    margin-bottom: 30px
}

.ameneList {
    margin-bottom: 30px;
    margin-top: 0 !important
}

.ameneList ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none
}

.ameneList ul li {
    font-family: 'Josefin Sans';
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-flex;
    color: #202020;
    width: 48%;
    font-family: 'Josefin Sans';
}

div#faq .ameneList ul li a {
    padding-bottom: 0 !important
}

.ameneList ul li span {
    background: #0f2a5f;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    margin-right: 10px
}

.ameneList ul li img {
    position: relative;
    top: -2px;
    margin-right: 30px
}

.ameneList ul li a {
    font-size: 16px !important;
    color: #202020 !important;
    text-decoration: none
}

.start_bx {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px
}

.startDate {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #202020;
    border-bottom: 1px solid #e0e0e0
}

.startDate:hover {
    background: #fff;
    cursor: pointer
}

.startDate .input-text {
    border: none;
    padding: 0;
    border: 0;
    background: 0 0;
    border-radius: 0;
    width: auto !important;
    min-width: inherit;
    cursor: pointer;
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.startDate .input-text:hover {
    color: #1262a2
}

.startDate span {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center
}

.testimonial_slider .slick-dots .slick-active {
    width: auto !important
}

.startDate span a {
    color: #63656c;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 16px
}

.popcalender .form-group label {
    color: #000
}

.startDate span a:hover {
    text-decoration: none;
    color: #fff;
    background: #1262a2;
    font-size: 16px
}

.startDate span p {
    margin-bottom: 0;
    color: #989898;
    font-size: 12px
}

.startDate img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    cursor: pointer
}

.right-padding {
    margin-top: 10px;
    margin-bottom: 12px;
    padding-left: 15px
}

.arTik {
    top: -9px !important
}

.dayHour {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding-bottom: 6px;
    color: #202020;
    border-bottom: 0 solid #e0e0e0
}

.hourBx {
    border-radius: 0px;
    border: 1px solid #0f2a5f;
    padding: 10px;
    min-width: 130px
}

.hourBx:hover {
    background: #f1f1f1
}

.hourBx span {
    font-size: 12px;
    color: #63656c;
    position: relative
}

.hourBx h6 {
    font-size: 15px;
    color: #0f2a5f;
    margin-bottom: 0;
    text-align: center
}

.hourBx h6 strong {
    font-size: 20px
}

.hourBx .infoIo {
    width: 19px;
    height: 19px;
    background: #64666c;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 19px
}

section.fullMap h2 {
    color: #00649a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px
}

.dailyBx {
    border-radius: 0px;
    border: 1px solid #0f2a5f;
    padding: 10px;
    min-width: 130px
}

.dailyBx:hover {
    background: #f1f1f1
}

.dailyBx span {
    font-size: 12px;
    color: #63656c;
    position: relative
}

.dailyBx h6 {
    font-size: 15px;
    color: #0f2a5f;
    margin-bottom: 0
}
.dailyBx h6 strong{
    font-size:20px;
}

.dailyBx .infoIo {
    width: 19px;
    height: 19px;
    background: #64666c;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 19px
}

.reserveSec {
    padding: 10px 15px 10px
}

.reserveBtn {
    background: #0f2a5f;
    border-radius: 0px;
    color: #fff;
    display: block;
    text-align: center;
    height: 49px;
    font-size: 16px;
    margin-bottom: 25px;
    width: 100%;
    border: none;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.reserveBtn:hover {
    background: transparent !important;
    color: #0f2a5f;
    text-decoration: none
}

.start_bx .table td {
    color: #63656c;
    font-size: 18px
}

.start_bx td {
    border-top: 1px solid #e0e0e0
}

.start_bx td span {
    color: #0f2b5c;
    font-size: 20px
}

.start_bx td span strong {
    color: #0f2a5f;
    font-weight: 700;
    font-size: 24px
}

.start_bx ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.start_bx ul li {
    background: url(../img/tick2.png) no-repeat left;
    padding-left: 25px;
    font-size: 14px;
    color: #63656c;
    margin-bottom: 10px
}

.fullMap iframe {
    width: 100%
}

.start_bx {
    overflow: hidden
}

.active-start {
    background-color: #fff
}

.social-icons {
    text-align: left;
}

@media only screen and (min-width:768px) and (max-width:1366px) {
    .center .slideId h2 {
        font-size: 28px !important
    }

    .why-us .slick-slide.slick-center .slideId {
        height: 530px
    }

    .flexible .slick-next,
    .flexible .slick-prev {
        width: 64px;
        height: 64px
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .bookingBnr img {
        height: 100%
    }

    .stOne img {
        height: 350px !important
    }

    .book-a-table {
        display: block
    }

    .port {
        display: none
    }

    #hero .carousel-control-prev {
        left: 5%
    }

    #hero .carousel-control-next {
        right: 5%
    }

    .about {
        background: #fff url(../img/ptn1.png) no-repeat bottom 20px right 30px
    }

    .center .slick-list {
        padding: 0 80px !important
    }

    .ourClient img {
        margin-bottom: 15px
    }

    .login_box img {
        width: 100%
    }

    .login_box .login-form {
        margin-right: 0
    }

    .login_box .global-container .card-body {
        padding: 20px
    }

    .dayHour {
        display: inline-block !important;
        width: 100%;
        padding: 20px 15px
    }

    .reserveSec {
        padding: 20px 15px
    }

    .hourBx {
        margin-bottom: 15px;
        text-align: center
    }

    .bdBtmUl {
        padding-right: 0
    }

    .ameneList ul li {
        width: 49%
    }

    .startDate {
        width: 100%;
        font-size: 11px;
        padding: 20px 15px
    }

    .overlay1 {
        font-size: 12px !important;
        padding: 20px !important;
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, 1) 100%) !important
    }

    .diveDiv .figur {
        height: auto !important
    }

    .midtownBox h3 {
        font-size: 14px !important
    }

    .midtownBox p {
        font-size: 12px !important
    }

    .btnAll {
        font-size: 12px !important
    }
}



.privacy {
    padding: 60px 0 50px
}

.privacy h1 {
    color: #0f2a5f;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.privacy p {
    color: #63656c;
    font-size: 16px
}

.privacy h3 {
    font-size: 24px;
    color: #202020;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600
}

.success {
    text-align: center;
    padding: 40px 0 40px
}

.success h1 {
    color: #0f2a5f;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0
}

.success h3 {
    font-size: 20px;
    color: #202020;
    margin-bottom: 30px;
    font-weight: 600
}

.backHome {
    background: #0f2a5f;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px
}

.backHome:hover {
    color: #fff;
    text-decoration: none
}

.vSpace {
    padding: 60px 0
}

.vSpace h1 {
    font-size: 24px;
    color: #0f2a5f;
    font-weight: 600;
    text-align: left
}

.flex_text {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vSpace h4 {
    font-size: 20px;
    color: #0f2a5f;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center
}

.vSpace .card {
    border: 1px solid #dcdcdc;
    padding-top: 15px;
    border-radius: 0;
    background: #fff;
    text-align: left !important;
    /*box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important*/
}

.vSpace .card:hover {
    background: #edf3f8 !important;

}


.vSpace .card.card-pricing {
    margin: 0
}

.vSpace .card h1 {
    text-align: left !important;
    font-size: 24px !important;
    color: #0f2a5f !important;
    margin-bottom: 20px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vSpace .card p {
    font-size: 16px;
    color: #63656c !important
}

.vSpace .card.card-pricing .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.vSpace .card.card-pricing h3 {
    margin-top: 25px
}

.vSpace .card h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.card-pricing ul {
    padding-left: 20px;
    min-height: 207px;
    text-align: center;
    list-style-type: none;

}

.card-pricing ul li {
    color: #212121 !important;
    font-size: 16px;
    margin-bottom: 7px
}

.vSpace .card h1 .price {
    font-size: 35px;
    /*font-weight: 600 !important;*/
    font-weight: 800 !important;
    color: #005c9f;
}

.vSpace .card h1 .text-muted {
    color: #005c9f !important;
    /*font-weight: 600;*/
    font-weight: 800 !important;
    margin-bottom: 0
}

.vSpace .card h1 span.dollar-sim {
    /*font-weight: 600;*/
    font-weight: 800 !important;
    margin-right: 8px;
    color: #005c9f;
}

.vSpace .card ul li {
    color: #63656c !important;
    font-size: 16px;
    margin: 0 0 15px
}

.vSpace .card ul li img {
    margin-right: 15px;
    position: relative;
    width: 24px
}

.mostPop {
    position: absolute;
    left: 10%;
    right: 10%;
    top: -20px;
    background: #0f2a5f;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0
}

.disableFnt {
    color: #b5b5b5 !important
}

.vSpace .card .btn-outline-secondary {
    background: #005c9f;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    padding: 10px 15px;
    border: 2px solid #005c9f;
    transition: .7s;
    border-radius: 5px;
}

.vSpace .card .btn-outline-secondary:hover {
    background: 0 0;
    color: #0f2a5f
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.flexBox div {
    width: 234px;
    text-align: center;
    position: relative
}

.pi:before {
    position: absolute;
    content: "";
    right: -38px;
    height: 2px;
    width: 74px;
    top: 28%;
    background: #dae0ea
}

.flexBox div h4 {
    color: #63656c;
    font-size: 18px
}

.ringItem {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #8f9ba6;
    align-items: center;
    justify-content: center
}

.ringItem img {
    width: 40px
}

.ringItem:hover {
    background: #1262a2
}

.activeaccount {
    background: #0f2a5f
}

.vertualPnl {
    padding: 0 0 20px
}

.inputSelect {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.vertualPnl h6 {
    color: #63656c;
    font-size: 16px
}

.vertualPnl h2 {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    margin: 0 0 21px
}

.vertualPnl h2 span {
    color: #000
}

.midtownBox .contactvinfo p,
.midtownBox .contactvinfo p a {
    margin-bottom: 4px;
    color: #000 !important;
    font-size: 16px !important
}

.contactvinfo p {
    color: #000
}

.midtownBox {
    width: 100%;
    background: #fff;
    border: 1px solid #dfe6f5;
    padding: 0;
    box-shadow: 0 0 6px rgb(59 70 96 / 10%);
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden
}

.figur {
    position: relative;
    margin-bottom: 0;
    height: 100%;
    max-height: 392px;
    min-height: 356px
}

.figur img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contactvinfo {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.contactvinfo ul {
    padding-left: 20px
}

.contactvinfo ul li {
    color: #212121;
    font-size: 16px;
    margin-bottom: 7px
}

.overlay1 {
    position: absolute;
    background: url(../img/rep.png) repeat-x bottom;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 105px 20px 15px 20px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.overlay1 span {
    display: table;
    width: 100%
}

.midtownBox h3 {
    font-weight: 700 !important;
    color: #0f2a5f !important;
    font-size: 24px !important;
    margin-bottom: 15px !important
}

.midtownBox p {
    color: #a8a8a8 !important;
    font-size: 14px !important
}

.midtownBox p label {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px
}

.midtownBox p label a {
    color: #000
}

.midtownBox p label i {
    color: #0f2a5f;
    width: 17px;
    width: 30px;
    height: 30px;
    border: 1px solid #0f2a5f;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 3px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #1262a2 !important;
    border: none !important
}

.ui-slider .ui-slider-range {
    background: #0f2a5f !important;
    border: none !important
}

.beverly p i {
    width: 30px;
    height: 30px;
    border: 1px solid #0f2a5f;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.midtownBox h4 {
    color: #0f2a5f;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px
}

.aVisit {
    padding: 50px 0;
    text-align: center;
    background: url(../img/schedule.jpg) no-repeat center top;
    background-size: cover
}

.aVisit h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px
}

.aVisit h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

.bnrContact {
    position: relative
}

.bnrContact img {
    width: 100%
}

.scheduleTour {
    padding: 60px 0 20px
}

.scheduleTour h1 {
    font-size: 30px;
    color: #0f2a5f;
    font-weight: 700;
    margin-bottom: 15px
}

.scheduleTour h3 {
    font-size: 24px;
    color: #212121;
    margin-bottom: 15px;
    font-weight: 700
}

.contactBox {
    width: 100%;
    background: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 40px 35px;
    margin-top: -350px
}

.contactBox h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 35px;
    color: #0f2a5f
}

.contactBox form .form-group {
    position: relative
}

.contactBox form .form-group .form-control {
    height: 50px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(52, 52, 52, .1);
    padding-left: 25px;
    padding-right: 25px
}

.contactBox form .form-group sup {
    position: absolute;
    left: 10px;
    top: 15px;
    color: red;
    font-size: 24px
}

.contactBox form .form-group label {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

.contactBox form .form-group .form-control::placeholder {
    color: #999
}

.contactBox .btn-message {
    width: 100%;
    font-size: 18px;
    letter-spacing: .5px;
    border: 2px solid #0f2a5f;
    transition: .7s;
    border-radius: 0
}

.contactBox .btn-message:hover {
    background-color: transparent;
    color: #0f2a5f !important
}

.textAert {
    min-height: 195px;
    padding-top: 20px
}

.flex_file {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex_file img {
    width: 50%
}

.proCode {
    font-size: 20px;
    color: #acacac;
    font-weight: 700;
    margin-right: 20px
}

.flex_file .form-control {
    border-radius: 8px 0 0 8px !important
}

.btn-message {
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    background: #0f2a5f;
    height: 50px;
    border-radius: 0px;
    min-width: 150px;
    position: relative
}

.btn-message:hover {
    text-decoration: none;
    background: #1262a2
}

.btn-message:after {
    top: 0;
    bottom: 0;
    left: -2px;
    width: 8px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    content: "";
    position: absolute;
    display: none
}

.beverly {
    width: 100%;
    background: #f9f9f9;
    border-radius: 0;
    border: 1px solid silver;
    padding: 29px;
    margin-top: 0
}

.beverly h2 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    color: #005c9f
}

.beverly p i {
    color: #0f2a5f
}

.beverly form .form-group {
    position: relative;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.beverly form .form-group .form-control {
    color: #000;
    height: 50px;
    border-radius: 0;
    font-size: 17px;
    border: 1px solid silver;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Josefin Sans';
}

.beverly form .form-group button.btn-request {
    width: 100%;
    font-size: 18px;
    letter-spacing: .5px;
    border: 2px solid #0f2a5f;
    transition: .7s;
    border-radius: 0
}

.beverly form .form-group button.btn-request:hover {
    background-color: transparent;
    color: #0f2a5f !important
}

.beverly form .form-group sup {
    position: absolute;
    left: 10px;
    top: 15px;
    color: red;
    font-size: 24px
}

.beverly form .form-group label {
}

.beverly form .form-group .form-control::placeholder {
    color: #afafaf
}

.beverly form .form-group .custom-select {
    background: #fff url(../img/ar.jpg) no-repeat right .75rem center/10px 7px
}

.btn-request {
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    background: #0f2a5f;
    height: 50px;
    text-align: center;
    border-radius: 0px;
    min-width: 100%;
    margin-top: 30px
}

.privateOffice h2 {
    font-size: 25px;
    font-weight: 600;
    color: #005c9f;
    margin-bottom: 20px
}

.privateOffice p {
    font-size: 16px;
    color: #63656c;
    line-height: 24px
}

.slideCaro {
    margin-top: 20px;
    margin-bottom: 20px
}

.slideCaro a {
    opacity: 1;
    font-size: 50px;
    color: #0f2a5f !important
}

.slideCaro img {
    border-radius: 4px
}

.mapPortion {
    margin-bottom: 20px
}

.mapPortion .floorPlan2 {
    margin-bottom: 15px
}

.mapPortion iframe {
    width: 100%
}

.accordian1 {
    border: none !important;
    padding-top: 0 !important
}

.accordian1 .pinPad {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 0
}

.accordian1 #faq-list li {
    padding-top: 15px
}

.bdr_btm2 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 10px !important
}

.accordian1 #faq-list a {
    font-size: 18px !important;
    padding-bottom: 15px !important
}

.accordian1 #faq-list .floorPlan2 {
    font-size: 14px !important;
    padding-bottom: inherit !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important
}

.accordian1 #faq-list .floorPlan2:hover {
    background: #1262a2 !important
}

.sjsyu {
    display: flex;
    align-items: center
}

.sjsyu div {
    margin-right: 50px
}

.sjsyu h6 {
    color: #7f8299;
    font-size: 14px;
    margin-bottom: 0
}

.sjsyu h5 {
    color: #212121;
    font-size: 16px;
    margin-bottom: 15px
}

.nav-side-menu {
    overflow: auto;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #fafafa;
    border-radius: 0px;
    border: 1px solid #e0e0e0
}

.nav-side-menu .brand {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    font-size: 18px;
    color: #202020;
    font-weight: 700
}

.nav-side-menu .brand img {
    position: relative;
    top: -2px;
    margin-right: 10px
}

.nav-side-menu li,
.nav-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 14px
}

.nav-side-menu li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    margin: 0 !important
}

.collapsed .arrow:before {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.nav-side-menu li>a>strong,
.nav-side-menu ul a>strong {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    color: #202020
}

.nav-side-menu li :not(collapsed) .arrow:before,
.nav-side-menu ul :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: middle;
    float: right;
    font-size: 18px
}

.nav-side-menu li .sub-menu li,
.nav-side-menu ul .sub-menu li {
    border: none;
    margin-left: 0;
    padding: 8px 15px
}

.nav-side-menu li .sub-menu li:before,
.nav-side-menu ul .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    color: #333;
    font-weight: 400
}

.nav-side-menu li a {
    text-decoration: none;
    color: #333
}

.nav-side-menu li a:hover {
    text-decoration: none;
    color: #1262a2
}

.nav-side-menu li a i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 32px
}

.nav-side-menu li:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.locationBde {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0
}

.locationBde h4 {
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left
}

.locationBde .custom-select {
    background: #fafafa url(../img/ar.jpg) no-repeat right .75rem center/10px 7px;
    border-radius: 0;
    border: 1px solid #e0e0e0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0f2a5f;
    background-color: #0f2a5f
}

@media (max-width:767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }

    .nav-side-menu .brand {
        text-align: left !important;
        padding-left: 20px;
        line-height: 50px !important;
        display: block
    }
}

@media (min-width:767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block
    }
}

.diveDiv .figur {
    height: 492px !important;
    max-height: unset
}

.diveDiv.meeting-room-page .figur {
    height: 320px !important;
    max-height: unset
}

.apple_sec {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 35px
}

.apple_sec h2 {
    font-size: 20px;
    color: #0f2a5f;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px
}

.apple_sec h2 img {
    position: relative;
    top: -2px
}

.apple_sec label {
    font-size: 14px;
    color: #212121
}

.apple_sec label sup {
    color: red;
    font-size: 20px;
    position: relative;
    top: 0
}

.apple_sec .form-group .form-control {
    height: 45px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(52, 52, 52, .1)
}

.payment-page input::-webkit-input-placeholder {
    color: #b8b8b8
}

.payment-page input::-moz-placeholder {
    color: #b8b8b8
}

.payment-page input:-ms-input-placeholder {
    color: #b8b8b8
}

.payment-page input:-moz-placeholder {
    color: #b8b8b8
}

.menu-list .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: none
}

.menu-list .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background: #fff;
    border: 1px solid #adb5bd
}

.general_box2 .custom-checkbox label {
    font-size: 16px
}

.general_box2 .custom-checkbox label a {
    color: #0f2a5f
}

.general_box2 .dflex_sec {
    margin-bottom: 0;
    margin-top: 20px
}

.btn-book {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 50px;
    background: #0f2a5f;
    border-radius: 0px;
    color: #fff !important;
    border: 2px solid #0f2a5f;
    transition: .7s;
}

.btn-book:hover {
    background: transparent;
    color: #0f2a5f !important
}

.payment_mood {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 20px
}

.srr1 {
    display: inline-block;
    width: 87px;
    height: 55px
}

.card_check {
    position: absolute;
    display: none
}

.card_check+label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0
}

.card_check:checked+label:before {
    border: 1.5px solid #0f2a5f;
    width: 100%;
    height: 55px
}

.card_check:checked+label:before {
    animation-name: none
}

.card_check+label:before {
    border-radius: 4px
}

.card_check+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 55px;
    content: "";
    border: 1.5px solid #eff2f4
}

.card_check:checked+label:after {
    display: block
}

.card_check+label:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    border-radius: 50%
}

.srr11 .card_check+label:before {
    background: url(../img/v1.png) no-repeat center
}

.srr11 .card_check:checked+label:before {
    background: url(../img/v1_hvr.png) no-repeat center
}

.srr22 .card_check+label:before {
    background: url(../img/v2.png) no-repeat center
}

.srr22 .card_check:checked+label:before {
    background: url(../img/v2_hvr.png) no-repeat center
}

.srr33 .card_check+label:before {
    background: url(../img/v3.png) no-repeat center
}

.srr33 .card_check:checked+label:before {
    background: url(../img/v3_hover.png) no-repeat center
}

.srr44 .card_check+label:before {
    background: url(../img/v4.png) no-repeat center
}

.srr44 .card_check:checked+label:before {
    background: url(../img/v4_hvr.png) no-repeat center
}

.srr55 .card_check+label:before {
    background: url(../img/v5.png) no-repeat center
}

.srr55 .card_check:checked+label:before {
    background: url(../img/v5_hvr.png) no-repeat center
}

.apple_sec .form-group .custom-select {
    background: #fff url(../img/ar.jpg) no-repeat right .75rem center/10px 7px
}

.summary h3 {
    font-size: 24px;
    color: #0f2a5f;
    font-weight: 700
}

.summary .productBx {
    border: 1px solid #e0e0e0
}

.flexedBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px
}

.flexedBx h6 {
    font-size: 18px;
    color: #202020;
    margin-bottom: 0
}

.flexedBx h4 {
    font-size: 16px;
    color: #0f2a5f;
    font-weight: 700;
    margin-bottom: 0;
    text-align: right
}

.flexedBx h4 strong {
    color: #202020
}

.addOns {
    background: #fafafa;
    padding: 15px
}

.addOns th {
    color: #202020;
    font-size: 14px;
    font-weight: 400
}

.addOns td {
    font-size: 16px;
    color: #202020
}

.addOns td i {
    color: #0f2a5f;
    font-size: 50px;
    line-height: 0
}

.addOns td i::before {
    line-height: 30px
}

.addOns td,
.addOns th {
    border: none !important;
    padding: 5px 0
}

.flexedBx2 {
    padding: 15px
}

.inrFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0
}

.inrFlex div {
    color: #202020;
    font-weight: 700;
    font-size: 16px
}

.inrFlex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fafafa;
    font-size: 16px;
    font-weight: 700
}

.fntSz1 {
    color: #0f2a5f;
    font-size: 20px
}

.inrFlex3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fafae8;
    font-size: 16px;
    font-weight: 700
}

.fntSz2 {
    color: #ff7c7c;
    font-size: 18px
}

.inrFlex4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #e9fae9;
    font-size: 20px;
    font-weight: 700
}

.fntSz4 {
    color: #24ca28;
    font-size: 20px
}

.rmvClass {
    color: #0f2a5f
}

.myaccordion {
    margin-top: 30px
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none
}

.myaccordion .card-header {
    border-bottom-color: #edeff0;
    background: 0 0
}

.myaccordion .fa-stack {
    font-size: 18px
}

.myaccordion .btn {
    width: 100%;
    font-weight: 700;
    color: #004987;
    padding: 0
}

.myaccordion .btn-link:focus,
.myaccordion .btn-link:hover {
    text-decoration: none
}

.myaccordion li+li {
    margin-top: 10px
}

.myaccordion .card {
    padding-top: 0;
    box-shadow: none !important;
    background: 0 0;
    border: none !important
}

.myaccordion .card-header {
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #000
}

.myaccordion .card-body {
    padding: 0
}

.myaccordion .mnPriceBx .flexmn {
    padding: 15px 0
}

.mnPriceBx {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.myaccordion h2 button {
    background: #0f2a5f;
    border-radius: 0px;
    padding: 5px 15px !important;
    font-size: 18px !important;
    color: #fff !important
}

.bdBtm.pdAll p {
    margin: 0 0 20px !important
}

ul.bdBtmUl li {
    margin: 0
}

.myaccordion h2 button.collapsed {
    background: #0f2a5f;
    color: #fff
}

.myaccordion h2 button.collapsed:hover {
    background: #1262a2;
    color: #fff !important
}

.flexmn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px
}

.flexmn h6 {
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 400
}

.flexmn h5 {
    font-size: 24px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 0;
    font-weight: 700
}

.flexmn h5 span {
    color: #0f2a5f
}

.bdrRight {
    border-right: 1px solid #e0e0e0
}

.divBlue {
    padding: 10px 0 10px 120px;
    background: #0f2a5f url(../img/curve.png) no-repeat right top;
    background-size: 8px 100%;
    position: relative;
    color: #fff;
    font-size: 12px
}

.relTv {
    position: absolute;
    top: -6px;
    left: 5px;
    display: none
}

.radio {
    margin-top: 10px;
    font-size: 13px;
    color: #63656c;
    margin: 15px 0 20px;
    padding-left: 10px
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.radio input[type=radio]:checked+.radio-label:before {
    background: #0f2a5f url(../img/t.png) no-repeat center
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: 0;
    border-color: #0f2a5f
}

.radio input[type=radio]:checked+.radio-label {
    color: #0f2a5f
}

.radio input[type=radio]:disabled+.radio-label:before {
    border-color: #bfbfbf;
    background: #fff
}

.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0
}

.bdrBtm {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.live_res {
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.textBox2 {
    border-right: 1px solid #e0e0e0;
    padding: 15px;
    text-align: left;
    width: 425px
}

.textBox2 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    text-align: left;
    margin-bottom: 10px
}

.textBox2 h6 {
    font-size: 14px;
    color: #63656c;
    text-align: left;
    margin-bottom: 0
}

.monthFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 250px
}

.monthFlex .per50 {
    width: 100px
}

.monthFlex h6 {
    text-align: left;
    margin-bottom: 0
}

.monthFlex h4 {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.monthFlex h4 .radio {
    float: right;
    width: auto;
    margin-top: 0
}

.monthFlex h4 .radio label {
    margin-bottom: 0;
    bottom: -3px;
    position: relative
}

.addBox {
    width: 80px;
    height: 100%;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 40px;
    color: #0f2a5f;
    position: relative
}

.addBox:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    bottom: 0;
    height: 100%;
    background: #e0e0e0
}

.orderSummerySec {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

.orderSummerySec h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    padding: 15px 15px
}

.orderSummerySec td {
    border-top: 1px solid #e0e0e0
}

.orderSummerySec .table td {
    color: #63656c;
    font-size: 16px;
    line-height: normal
}

.btop td {
    border: transparent
}

.orderSummerySec td span {
    color: #000;
    font-size: 16px
}

.bluText {
    color: #0f2a5f !important
}

.orderSummerySec td span strong {
    color: #0f2a5f;
    font-weight: 700;
    font-size: 16px
}

.applyCode {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 15px
}

.applyCode label {
    color: #63656c;
    font-size: 18px
}

.applyCode .form-control {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 50px;
    border-radius: 4px
}

.applyCode .btn {
    background: #0f2a5f;
    color: #fff;
    border-radius: 4px
}

.applyCode .btn:hover {
    text-decoration: none;
    background: #1262a2
}

.resBtn {
    padding: 20px 15px
}

.resBtn .reserveBtn {
    margin-bottom: 0;
    background: #0f2a5f;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.resBtn .reserveBtn:hover {
    background: 0 0;
    color: #0f2a5f
}

.calenderBox {
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    z-index: 2
}

.bdrBtm td {
    border-bottom: 1px solid #e0e0e0
}

#tabs .nav-tabs {
    text-align: center;
    border: none
}

#tabs .nav-tabs {
    display: inline-block;
    width: 100%
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: 700
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    display: inline-flex
}

.hideSunday {
    display: none
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    -webkit-box-sizing: initial;
    box-sizing: initial
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.single-date {
    width: auto
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px
}

.date-picker-wrapper b {
    color: #666;
    font-weight: 700
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline
}

.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: -1px;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: .01
}

.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important
}

.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5
}

.date-picker-wrapper table .caption {
    height: 40px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: #fff
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 0px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: #fff;
    line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .time1,
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected {
    background-color: #49e !important;
    color: #fff !important
}

.date-picker-wrapper .last-date-selected {
    background-color: #49e !important;
    color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    background-color: #ff0;
    padding: 0 6px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.date-picker-wrapper .date-range-length-tip:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff0;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: 700
}

.ameneList li a {
    font-size: 16px !important;
    color: #202020 !important;
    text-decoration: none;
    padding: 0 !important;
    background: 0 0 !important
}

.mt-38 {
    margin-top: 36px
}

.pdAll {
    padding: 20px 20px
}

.colorDark {
    color: #000 !important
}

.popcalender {
    display: none;
    border: 1px solid #dfe1e6;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 0 !important;
    left: -690px !important;
    width: 683px;
    border-radius: 10px;
    min-height: inherit
}

.popcalender:after {
    content: " ";
    position: absolute;
    right: -12px;
    top: 15px;
    border-top: 12px solid transparent;
    border-right: none;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent
}

.popcalender:before {
    content: " ";
    position: absolute;
    right: -14px;
    top: 15px;
    border-top: 13px solid transparent;
    border-right: none;
    border-left: 13px solid #dfe1e6;
    border-bottom: 13px solid transparent
}

.popcalender .nav-item {
    background: 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block
}

.popcalender .nav-item a {
    border: 1px solid #0f2a5f !important;
    background: #fff;
    color: #0f2a5f;
    border-radius: 0;
    padding: 10px 20px
}

.popcalender .nav-tabs {
    border: none !important;
    width: auto;
    display: block;
    font-size: 0;
    z-index: 9;
    float: none;
    text-align: center
}

.popcalender.forhourlytab .nav-tabs {
    position: absolute;
    right: 90px;
    left: auto;
    text-align: right;
    top: 40px
}

.form-row.st_en {
    margin-top: 60px
}

.chs {
    background: #0f2a5f;
    border-radius: 0px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 49px;
    height: 49px;
    font-size: 16px;
    margin-top: 25px;
    width: 100%;
    border: none;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.chs:hover {
    background: transparent;
    color: #0f2a5f
}

.popcalender .nav-item a:hover {
    border: 1px solid #1262a2
}

.btn_discovermore:hover {
    background: #1262a2;
    text-decoration: none
}

section.customer .slick-dots {
    display: none !important
}

.popcalender .nav-item a.active {
    background: #0f2a5f !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 1px solid #0f2a5f !important
}

.popcalender .hasDatepicker .ui-widget.ui-widget-content {
    border: none !important;
    padding: 0 !important
}

.popcalender .ui-datepicker .ui-datepicker-header {
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important
}

.popcalender .ui-state-default {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    background: #fff !important;
    border: .5px solid #e4e7e7 !important
}

.popcalender .ui-state-default.ui-state-active {
    border: .5px solid #0f2a5f !important;
    border-radius: 0;
    background: #0f2a5f !important;
    color: #fff !important
}

.popcalender .ui-datepicker table {
    border-spacing: 0
}

.popcalender .ui-datepicker table td {
    padding: 0
}

.popcalender .ui-datepicker th {
    font-size: 14px;
    font-weight: 400
}

.popcalender .form-control {
    border-radius: 0
}

.popcalender .form-row .form-group label b {
    font-weight: 400
}

.popcalender #tabTwo .ui-datepicker-inline {
    width: 100% !important
}

.popcalender #tabTwo .ui-datepicker-multi-2 .ui-datepicker-group {
    padding: 0 15px
}

.popcalender .ui-datepicker-next .ui-icon {
    background: url(../img/right.svg) no-repeat !important
}

.popcalender .ui-datepicker-prev .ui-icon {
    background: url(../img/left.svg) no-repeat !important
}

.popcalender .ui-corner-all {
    border: 1px solid #e4e7e7 !important;
    border-radius: 0 !important
}

.percentPo {
    position: absolute;
    left: 8px;
    top: -4px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    z-index: 2;
    background-image: url(http://tko-suites.previewforclient.com/front/img/5per.png);
    background-size: cover;
    padding: 5px 15px
}

.percentPo sup {
    color: #fff;
    position: relative;
    top: 0;
    padding-left: 3px
}

.btnAll4 {
    display: inline-block;
    background: #0f2a5f;
    border-radius: 0px;
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding: 12px 30px;
    text-decoration: none !important;
    border: 2px solid #0f2a5f;
    transition: .7s;
}

.btnAll4:hover {
    background: transparent;
    color: #0f2a5f !important;

}

.sticky {
    position: sticky;
    top: 0;
    position: -webkit-sticky;
    z-index: 99;
}

.sticky.top-pull {
    top: 10%
}

.imgBanner2 {
    width: 100%;
    display: flex
}
.imgBanner2 .location-banner-overlay{
    width: 100%;
    height: 350px;
    opacity: 0.51;
    background-color: #003367;
    position: absolute;
}
.imgBanner2 .location-banner-title{
    position: absolute;
    width: 100%;
    height: 350px;
    text-align: center;
}
.imgBanner2 .location-banner-title h2{
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 40px;
    margin-top: 90px;
    margin-bottom: 30px;
}
.imgBanner2 .location-banner-title p{
    font-size: 28px;
    color: #FFF;
    margin-bottom: 0;
}
.imgBanner2 img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.select-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    margin-top: 4px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.select-container:hover input~.checkmark {
    background-color: #ccc
}

.select-container input:checked~.checkmark {
    background-color: #1262a2
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.select-container input:checked~.checkmark:after {
    display: block
}

.select-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.about-bg-sec {
    /* background-image: url(https://digitalpoint.ae/dev/tko-suits/images/about-banner.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative
}

.about-bg-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #003c71;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .3
}

.hero-logo {
    max-width: 200px !important
}

.testimonials-bg-sec {
    /* background-image: url(https://digitalpoint.ae/dev/tko-suits/images/about-bg-3.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.ref-form-bg-wrap {
    background-image: url(https://tkosuites.com/front/img/reffer_friend.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    min-height: 500px
}

.form-wrap form input,
.input-wrap input {
    width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: none;
    font-size: 16px !important;
    box-shadow: 0 0 5px rgb(52 52 52 / 10%);
    padding-left: 13px !important;
    padding-right: 25px !important
}

.form-wrap form input:focus,
.form-wrap form input:hover,
.input-wrap input:focus,
.input-wrap input:hover {
    border: 1px solid #333;
    transition: .5s
}

.form-wrap form input:placeholder,
.input-wrap input:placeholder {
    color: #cac9c9
}

.form-wrap span {
    font-size: 16px
}

.ref-form-submit {
    width: 100%;
    background-color: #0f2a5f;
    border: 2px solid #0f2a5f;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    transition: .7s
}

.ref-form-submit:hover {
    background-color: transparent;
    color: #0f2a5f;
    transition: .7s
}

.singup-text-wrap p {
    width: fit-content;
    margin: -36px auto 0 !important;
    background-color: #fff;
    padding: 5px 20px;
    font-size: 18px !important
}

.singup-text-wrap hr {
    border-top: 1px solid rgba(0, 0, 0, .5) !important
}

.ref-form-col {
    background-color: #f9f9f9;
    max-width: 48.5% !important
}

.ref-form-col-1 {
    margin-right: 1.5% !important
}

.ref-form-col-2 {
    margin-left: 1.5% !important
}

.ref-hero-bg {
    background-color: #f2f2f2
}

.testimonials-bg-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 0
}

.about-bg-sec .container {
    z-index: 1
}

.about-bg-sec .container h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 3px #716f6f
}

.owner-details-wrap h2 {
    font-size: 30px;
    font-weight: 700
}

.owner-details-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.owner-img-wrap img {
    border-radius: 5px
}

.owner-socials-wrap i {
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    border-radius: 3px
}

.input-wrap {
    width: 50%;
    display: inline-block;
    float: left
}

.input-wrap.input-wrap-odd {
    width: 48%;
    margin-right: 2%
}

.border-row {
    border: 2px solid #0f2a5f;
    border-radius: 30px
}

.border-row .col-12 {
    padding: 0 !important
}

.meet-form-title-wrap,
.ordet-title-wrap {
    padding: 20px 30px;
    border-bottom: 2px solid #0f2a5f
}

.meet-form-title-wrap h3,
.ordet-title-wrap h3 {
    margin-bottom: 0 !important;
    font-size: 22px !important
}

.input-main-wrap {
    padding: 30px 30px 5px;
    display: inline-block
}

.left-wrap {
    margin-right: 20px
}

.date-bg-wrap {
    background-color: #e8e8e8;
    border-radius: 10px
}

.date-bg-wrap p {
    margin-bottom: 0 !important
}

.owner-socials-wrap .fa-linkedin {
    background-color: #2868b2
}

.owner-socials-wrap .fa-facebook {
    background-color: #3b5998
}

.owner-socials-wrap .fa-envelope {
    background-color: #15aabf
}

.login_box.hero-sec p {
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 3px #716f6f
}

.about-bg-row {
    background-color: #0f2a5f
}

.ab-left-head {
    color: #0f2a5f;
    font-weight: 700
}

.mission-content-wrap p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto
}

.ab-bg-sec {
    background-color: #1262a2
}

.ab-bg-sec p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: .5px
}

.sched-btn {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border: 2px solid #fff;
    transition: .5s
}

.sched-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: .5s
}

.form-wrap label {
    float: left !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #202020 !important;
    overflow: hidden;
}

.about-bg-row {
    position: relative
}

.about-bg-row:before {
    /* background-image: url(images/sm-dots.png); */
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .06;
    width: 100%
}

.testimonials-wrap {
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    position: relative
}

.test-content {
    font-size: 20px
}

.test-author-details h3 {
    font-weight: 600
}

.test-content {
    position: relative
}

.testimonials-wrap .test-content:before {
    /* content: url(https://digitalpoint.ae/dev/tko-suits/images/arrow-1.png); */
    position: absolute;
    left: -100px;
    top: 40%
}

.testimonials-wrap .test-content:after {
    /* content: url(https://digitalpoint.ae/dev/tko-suits/images/arrow-2.png); */
    position: absolute;
    right: -100px;
    top: 40%
}

.g-signup-btn {
    width: 100%;
    position: relative;
    padding: 5px;
    border: 2px solid #1262a2;
    background-color: #1262a2;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px
}

.google-icon {
    position: absolute;
    left: 0;
    top: 0
}

.google-icon img {
    width: 37px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 0
}

#ref_friend_sec h4 {
    color: #202020 !important;
    font-weight: 700
}

/******* SP CSS *****/
.alrt_ontent,
.alrt_ontent2 {
    text-align: center;
    margin-top: 15px;
}

.alrt_ontent h4,
.alrt_ontent2 h4 {
    color: #B94A48 !important;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    display: inline-block;
    padding: 10px;
    font-size: 16px !important;
    border-radius: 4px;
    font-weight: 500 !important;
}

.popcalender td.ui-state-disabled .ui-state-default {
    background: #ccc !important;
    color: #000 !important;
}

.sticky .selecteddateforday input.form-control {
    background-color: #fff;
}

/******* SP CSS *****/

@media only screen and (min-width:768px) and (max-width:1012px) {
    .flexedBx {
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .addOns td,
    .addOns th {
        font-size: 12px
    }

    .live_res {
        display: inline-block;
        width: 100%
    }

    .textBox2 {
        width: 100%;
        border: none
    }

    .monthFlex {
        width: 100%
    }

    .addBox {
        width: 100%;
        border: none;
        border-top: 1px solid #ccc
    }

    .addBox:before {
        display: none
    }

    .bdrRight {
        border: none
    }

    .orderSummerySec h2 {
        font-size: 18px
    }

    .orderSummerySec .table td {
        font-size: 14px
    }

    .orderSummerySec td span {
        font-size: 16px
    }

    .orderSummerySec td span strong {
        font-size: 16px
    }

    .pi:before {
        position: absolute;
        content: "";
        right: -29px;
        height: 2px;
        width: 55px;
        top: 35%;
        background: #dae0ea
    }

    .heightp p {
        height: auto
    }

    #hero {
        height: 400px !important
    }

    #hero .carousel-item {
        height: 400px
    }

    .pricing .card-header {
        padding: 0
    }

    .pricing .card-body {
        padding: 0;
        position: relative
    }

    .vSpace .card h3 {
        font-size: 14px
    }

    .vSpace .card p {
        font-size: 14px
    }

    .vSpace .card ul li {
        font-size: 10px
    }

    .vSpace .card .btn-outline-secondary {
        font-size: 12px;
        margin-bottom: 0 !important;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        width: 100%
    }

    .why-us .slick-slide.slick-center .slideId {
        height: auto
    }

    .btn_discovermore {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit
    }

    .why-us .slick-slide .slideId {
        height: auto
    }
}

@media only screen and (min-device-width:1012px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .nav-menu a {
        padding: 9px 12px
    }
}

@media (max-width:1010px) {
    .testimonials-wrap {
        max-width: 500px
    }

    .ref-form-col {
        max-width: 100% !important
    }

    .ref-form-col-1 {
        margin-right: 0 !important
    }

    .ref-form-col-2 {
        margin-left: 0 !important
    }

    #header2 {
        background: rgb(255 255 255 / 85%) !important
    }

    .mobile-nav-toggle i {
        color: #005C9F !important
    }

    .sched-btn {
        padding: 10px 15px
    }

    .ab-left-head {
        font-size: 22px
    }

    .testimonials-wrap:before {
        left: 0;
        top: -70px
    }

    .testimonials-wrap:after {
        right: 0
    }

    .login_box img.hero-logo {
        max-width: 270px !important
    }
}

@media only screen and (max-width:1020px) {
    .ml-auto li a {
        text-shadow: none !important
    }

    .megaContainer {
        padding: 0 20px !important
    }

    .megaContainer .megaCol ul {
        display: block !important
    }

    .megaContainer .megaCol li {
        padding-left: 0 !important
    }

    .mobile-nav .book-a-table {
        border-top: 1px dotted #ccc;
        padding-top: 10px
    }

    .mobile-nav .book-a-table a {
        color: #fff !important
    }

    .popcalender {
        left: -495px !important;
        width: 495px
    }

    .mobile-nav {
        position: fixed
    }

    .fullMenu .megaContainer {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        max-height: 200px;
        overflow-y: auto
    }

    .megaCol {
        flex-basis: 25%
    }

    .mobile-nav-active .mobile-nav {
        height: 480px
    }
}

@media only screen and (max-width:767px) {

    /* #footer img {
        width: auto !important;
    }*/
    .mobile-nav-active .mobile-nav {
        height: auto;
        min-height: 280px;
        /*width: 80%;*/
    }

    .ml-auto li a {
        text-shadow: none !important;
        padding: 5px 20px
    }

    .megaTitle {
        font-size: 16px !important
    }

    .megaList li {
        padding: 0;
        font-size: 14px !important
    }

    .mobile-nav {
        position: fixed
    }

    .bookingBnr {
        width: 100%;
        display: inline-block
    }

    .bookingBnr img {
        height: auto
    }

    .stTwo {
        padding-left: 0 !important
    }

    .mb_Btm {
        margin-top: 15px
    }

    .stOne {
        width: 100%
    }

    .stOne img {
        height: auto !important;
        padding: 0 3px
    }

    .vSpace h4 {
        margin-bottom: 0
    }

    .why-us .slick-slide .slideId {
        height: auto !important
    }

    .frm_select select {
        width: 100% !important
    }

    .megaContainer {
        padding: 0 20px !important
    }

    .collapse:not(.show) {
        display: block
    }

    .flexBox div {
        width: auto;
        margin: 0 15px
    }

    .flexBox div h4 {
        font-size: 10px;
        margin-bottom: 0
    }

    .pi:before {
        width: 20px;
        right: -25px;
        top: 22%
    }

    .ringItem {
        width: 50px;
        height: 50px
    }

    .ringItem img {
        width: 50%
    }

    .mostPop {
        position: relative;
        top: 0;
        left: 0
    }

    .vertualPnl {
        display: inline-block;
        width: 100%
    }

    [include*="form-input-select()"] select {
        width: 100% !important
    }

    .overlay1 {
        padding: 20px 10px 10px 10px;
        background: url(../img/rep.png) repeat-x top;
        font-size: 18px
    }

    #header .logo {
        top: 0
    }

    #header .logo img {
        width: 50px
    }

    #header {
        height: auto;
        padding: 5px 0
    }

    #header2 .logo {
        top: 0
    }

    #header2 .logo img {
        width: 120px
    }

    #header2 {
        height: auto;
        padding: 5px 0 !important
    }

    .figur {
        margin-bottom: 20px
    }

    .aVisit h2 {
        font-size: 24px
    }

    .aVisit h2 br {
        display: none
    }

    .flex_file {
        width: 100%;
        display: inline-block
    }

    .contactBox {
        margin-top: 0;
        padding: 20px
    }

    .scheduleTour h1 {
        font-size: 30px;
        text-align: center
    }

    .scheduleTour h3 {
        font-size: 20px;
        text-align: center
    }

    .scheduleTour p {
        text-align: center
    }

    .proCode {
        margin-right: 0;
        text-align: center
    }

    .flex_file .form-control {
        border-radius: 8px !important
    }

    .btn-message {
        border-radius: 0px;
        margin-top: 15px;
        min-width: inherit;
        width: 100%
    }

    .contactBox form .form-group label {
        width: 100%;
        text-align: center;
        display: inline-block
    }

    .spanNjumber::after {
        display: none
    }

    .secOrder1 {
        padding: 20px 15px
    }

    .congoBooking {
        padding: 20px 15px
    }

    .orderBx ul li {
        padding: 20px 15px
    }

    .success h3 br {
        display: none
    }


    .bookingBnr .col-sm-8 {
        margin-bottom: 25px
    }

    .bdBtmUl {
        padding-right: 0
    }

    .ameneList ul li {
        width: 100%
    }

    .pr-5 {
        padding-right: 15px !important;
        margin-bottom: 20px
    }

    .payment_mood {
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .srr1 {
        margin-bottom: 10px
    }

    .general_box2 .dflex_sec {
        display: inline-block !important;
        width: 100%
    }

    .flexedBx {
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .live_res {
        display: inline-block;
        width: 100%
    }

    .textBox2 {
        width: 100%;
        border: none
    }

    .monthFlex {
        width: 100%
    }

    .addBox {
        width: 100%;
        border: none;
        border-top: 1px solid #ccc
    }

    .addBox:before {
        display: none
    }

    .m-text {
        text-align: center !important
    }

    .vSpace h1 {
        margin-bottom: 20px
    }

    .customer {
        padding: 40px 0
    }

    .heightp p {
        height: auto
    }

    #hero {
        height: 400px !important
    }

    #hero .carousel-item {
        height: 400px
    }

    #footer h4 {
        margin-top: 20px
    }

    .addOns th {
        font-size: 12px;
        width: 190px
    }

    .addOns td {
        font-size: 12px
    }

    .addOns th:last-child {
        text-align: right
    }

    .addOns td:last-child {
        text-align: right
    }

    .inrFlex div {
        font-size: 14px
    }

    .inrFlex2 {
        font-size: 14px
    }

    .fntSz1 {
        font-size: 18px
    }

    .inrFlex3 {
        font-size: 14px
    }

    .inrFlex4 {
        font-size: 16px
    }

    .fntSz4 {
        font-size: 18px
    }

    .megaWrapper {
        padding: 0;
        display: inline-block;
        width: 100%
    }

    .mobile-nav .drop-down ul {
        display: block
    }

    .mobile-nav .drop-down li {
        padding-left: 0
    }

    .mobile-nav {
        bottom: inherit
    }

    .diveDiv .figur {
        height: auto
    }

    .mobile-nav-toggle {
        top: 20px
    }

    .vSpace {
        padding: 40px 0
    }

    .vertualPnl h2 {
        font-size: 24px
    }

    .section-title {
        padding-bottom: 0
    }

    .dflex_sec {
        display: inline-block !important
    }

    .modal-open .modal {
        z-index: 500000
    }

    .login_box {
        padding: 40px 0
    }

    .bkIng {
        padding: 40px 0 20px
    }

    .scheduleTour {
        padding: 40px 0 0
    }

    .section-title h2 {
        margin-bottom: 20px
    }

    .privacy {
        padding: 40px 0 20px
    }

    .flex_text {
        display: inline-block;
        width: 100%
    }

    .why-us {
        height: auto
    }

    .beverly {
        margin-bottom: 20px
    }

    /* .text-right {
        text-align: center !important
    } */

    .startDate {
        padding: 18px 15px
    }

    .dayHour {
        padding: 20px 15px
    }

    .reserveSec {
        padding: 20px 15px
    }

    .hourBx {
        min-width: 110px
    }

    .privateOffice h2 {
        font-size: 25px
    }

    .vSpace h4 {
        text-align: center
    }

    .start_bx {
        position: relative
    }

    .popcalender {
        left: 0 !important;
        width: 100%;
        z-index: 100;
        top: 50px !important
    }

    .popcalender:before {
        display: none
    }

    .popcalender:after {
        display: none
    }

    #filter_form {
        display: none
    }

    .locationBde h4 {
        text-align: left !important
    }

    .frm_select2 {
        margin-top: 15px
    }

    .contactvinfo {
        padding: 20px 15px
    }
}

@media (max-width:767px) {
    .ref-form-col-1 {
        background-color: #f2f2f2
    }

    #ref_friend_sec {
        padding: 0 !important
    }

    .testimonials-wrap .test-content:before {
        top: -25%;
        left: -25px
    }

    .testimonials-wrap .test-content:after {
        right: -25px;
        top: unset;
        bottom: -25%
    }

    .about-bg-sec .container h1 {
        font-size: 30px
    }

    .login_box.hero-sec p {
        font-size: 20px
    }

    .ab-left-head {
        font-size: 24px
    }

    #subscribe_section p {
        text-align: center;
        margin-bottom: 20px
    }

    .test-author-details h3 {
        font-size: 24px
    }

    .test-author-details h4 {
        font-size: 20px
    }

    .test-content {
        font-size: 18px
    }

    .login_box img.hero-logo {
        max-width: 200px !important
    }
}

@media (max-width:380px) {
    .testimonials-wrap .test-content {
        margin-bottom: 65px !important
    }

    .testimonials-wrap .test-content:before {
        top: -16%;
        left: -15px
    }

    .testimonials-wrap .test-content:after {
        right: -15px;
        bottom: -16%
    }
}

@media (max-width:350px) {
    .about-bg-sec .container h1 {
        font-size: 25px
    }

    .login_box.hero-sec p {
        font-size: 16px
    }

    .google-icon img {
        width: 34px !important
    }

    .g-signup-btn,
    .ref-form-submit {
        font-size: 16px
    }

    .ref-form-col-2 h4 {
        font-size: 18px;
        font-weight: 700
    }

    .have-account-wrap h2 {
        font-size: 28px
    }
}

.btnAll {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    padding: 0;
    text-decoration: none !important;
    margin: 20px 0 0
}

.vertualPnl .section-title h6 {
    color: #000;
    font-size: 20px;
    font-weight: 300
}

.vertualPnl .section-title p {
    width: 100%
}

.btnAll:hover {
    text-decoration: underline !important
}

.btnAllbig {
    display: inline-block;
    background: #0f2a5f;
    border-radius: 0px;
    border: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding: 15px 40px;
    text-decoration: none !important;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.btnAllbig:hover {
    background: #fff;
    text-decoration: none;
    color: #0f2a5f !important
}

.frm_select2 {
    max-width: 165px;
    width: 100%
}

.ml-auto li a {
    /*font-weight: 600*/
    font-weight: 700;
}

.ml-auto li.drop-down .fullMenu a {
    text-shadow: inherit !important
}

header#header2 nav.nav-menu {
    /*margin-left: 96px;*/
    /* padding-right: 16px; */
}

.our-client-slider .item img {
    width: 90% !important;
    display: table;
    margin: 0 auto
}

.our-client-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 18px;
    left: -100px
}

.our-client-slider .owl-nav button.owl-next {
    position: absolute;
    top: 18px;
    right: -100px
}

.our-client-slider .owl-nav span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: #0f2a5f;
    display: table
}

.our-client-slider .owl-nav button.owl-prev span {
    background-image: url(../img/arw_left.png) !important;
    color: transparent;
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center
}

.our-client-slider .owl-nav button.owl-next span {
    background-image: url(../img/arw_right.png) !important;
    color: transparent;
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 90%
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px;
    margin-top: 0;
    font-size: 18px;
    border: none;
    display: inline-block;
    color: #202020;
    background: url(../img/map.png) no-repeat !important;
    padding-left: 40px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-position: left 15px center !important
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #0f2a5f transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px
}

.select-styled.active:after,
.select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #0f2a5f transparent
}

.select-options::-webkit-scrollbar {
    width: 10px
}

.select-options::-webkit-scrollbar-track {
    background: #f1f1f1
}

.select-options::-webkit-scrollbar-thumb {
    background: #888
}

.select-options::-webkit-scrollbar-thumb:hover {
    background: #1262a2
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 15px #aeacac;
    z-index: 9999;
    max-height: 112px;
    overflow-y: scroll
}

.select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    color: #111;
    border-bottom: 1px solid #ddd;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 14px
}

.select-options li[rel=hide] {
    display: none
}

.payment-page h1 {
    margin: 0 0 20px
}

#map {
    -webkit-filter: grayscale(100%)
}

.why-us .slick-slide.slick-center .slideId {
    opacity: 1;
    height: 440px
}

.why-us .slick-slide.slick-center {
    padding: 20px 0
}

.select2-container .select2-selection--single {
    height: 43px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 43px !important;
    background: url(../img/map.png) no-repeat left 12px center !important;
    padding-left: 35px !important
}

ul#select2-selectlocation-results::-webkit-scrollbar {
    width: 10px
}

ul#select2-selectlocation-results::-webkit-scrollbar-track {
    background: #f1f1f1
}

ul#select2-selectlocation-results::-webkit-scrollbar-thumb {
    background: #888
}

ul#select2-selectlocation-results::-webkit-scrollbar-thumb:hover {
    background: #1262a2
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: unset !important;
    overflow-y: unset !important
}

section.newsection {
    padding: 50px 0
}

section.newsection h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #0f2a5f
}

section.newsection p {
    font-size: 16px;
    color: #63656c;
    line-height: 30px;
    margin: 0 0 35px
}

section.newsection2 {
    background: #f6f7f8;
    padding: 50px 0
}

section.newsection2 h2 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
    color: #0f2a5f
}

section.newsection2 ul {
    padding: 15px
}

section.newsection2 ul li {
    font-size: 16px;
    color: #63656c;
    line-height: 30px;
    margin: 0 0 10px
}

.why-us .slick-slide .slideId {
    width: 50%
}

.start_bx h2 {
    font-size: 20px;
    color: #202020;
    margin-bottom: 15px;
    text-align: center;
    margin: 0;
    padding: 10px 0
}

h2.spacelocation {
    font-size: 40px;
    font-weight: 700
}

.nav-side-menu .form-price-range-filter {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px 15px !important;
    box-sizing: border-box;
    width: 100%
}

.form-price-range-filter #slider-range,
.form-price-range-filter #slider-range2 {
    order: 3;
    width: 100%;
    float: none
}

.form-price-range-filter input {
    margin: 0 !important;
    border: 1px solid #ddd;
    width: 50px !important
}

.form-price-range-filter input#max,
.form-price-range-filter input#max_person {
    margin-left: auto !important
}

.why-us .center .slideId {
    margin: 15px 15px
}

.why-us .slick-list.draggable {
    padding: 0 5vw !important
}

.modal.testimonials .modal-dialog {
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 750px
}

.modal.testimonials h5 {
    font-weight: 700;
    color: #0f2a5f
}

.modal.testimonials .modal-body {
    color: #111;
    line-height: 36px;
    font-size: 17px;
    padding: 25px 15px
}

@media (min-width:1025px) and (max-width:1350px) {
    .flexible .slideId {
        padding: 10px
    }

    .center .slideId h2 {
        font-size: 20px !important
    }

    .center .slideId p {
        font-size: 14px;
        padding: 0 0;
        line-height: 23px
    }

    .bgPtn {
        top: -15px
    }
}

.inner-ban {
    position: relative
}

.inner-ban img {
    max-width: 100%
}

.inner-ban .ban-tx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-ban .ban-tx h2 {
    margin: 0;
    color: #fff;
    font-size: 81px
}

.faq-page {
    padding: 75px 0
}

.faq-page .wrap {
    box-shadow: 0 0 38px rgba(0, 0, 0, .05);
    border-radius: 6px;
    background-color: #fff;
    margin: 0 0 25px;
    display: table;
    width: 100%;
    border-left: 6px solid #0f2a5f
}

.faq-page .accordion-toggle {
    cursor: pointer;
    margin: 0;
    position: relative;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    padding-right: 35px
}

.faq-page .accordion-toggle:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #a1a1a1;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.faq-page .accordion-toggle.active:before {
    transform: rotate(135deg)
}

.faq-page .accordion-content {
    display: none
}

.faq-page .accordion-content p {
    padding: 0 18px;
    color: #63656c;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px
}

.faq-page h2 {
    max-width: 744px;
    color: #202020;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    margin: 0 auto 20px
}

.faq-page h6 {
    color: #63656c;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 45px
}

@media (max-width:767px) {
    .inner-ban img {
        min-height: 120px;
        object-fit: cover
    }

    .inner-ban .ban-tx h2 {
        margin: 0;
        color: #fff;
        font-size: 40px
    }

    .faq-page {
        padding: 15px 0
    }

    .faq-page h2 {
        font-size: 20px;
        line-height: normal;
        margin: 0 auto 13px
    }

    .faq-page h6 {
        font-size: 16px;
        margin: 0 0 30px
    }

    .faq-page .accordion-toggle {
        font-size: 17px;
        padding-right: 40px
    }
}

.abspace h2 {
    color: #00649a;
    font-weight: 600
}

.ab_blue h4 {
    color: #00649a !important;
    font-weight: 600
}

.ab_blue .bdBtmUl {
    margin: 10px 0 30px 0
}

.enhance {
    padding: 50px 0;
    border-bottom: 1px solid #dedede
}

.enhance ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin: 0
}

.enhance ul li {
    color: #666;
    font-weight: 600;
    list-style: none;
    font-size: 18px
}

.enhance ul li img {
    margin-right: 15px
}

.building_amen .ameneList ul li {
    font-size: 16px;
    display: inline-block;
    color: #202020;
    min-height: 35px;
    position: relative;
    width: 33%;
    padding-left: 50px;
    margin-bottom: 30px;
    vertical-align: middle
}

.building_amen .ameneList ul li img {
    position: absolute;
    top: -2px;
    margin-right: 15px;
    left: 0
}

.building_amen h2 {
    color: #00649a;
    font-weight: 600
}

.building_amen .pdAll {
    padding: 60px 0;
    padding-bottom: 0
}

.room_works {
    background: #f2f3f4;
    padding: 50px 50px
}

.room_works h2 {
    font-size: 32px;
    color: #0f2c59;
    font-weight: 600
}

.rblock {
    padding-top: 20px
}

.room_works .rblock h3 {
    color: #00649a;
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px
}

.room_works .rblock p {
    color: #606060;
    font-size: 14px
}

.addtional_room {
    padding: 40px 0
}

.addtional_room h3 {
    font-size: 20px;
    font-weight: 600;
    color: #00649a
}

.addtional_room ul {
    padding: 0
}

.addtional_room ul li {
    width: 50%;
    padding-right: 70px;
    margin: 22px 0 0;
    color: #202020;
    list-style: none;
    float: left;
    min-height: 50px;
}

.addtional_room ul li img {
    width: 25px;
    margin-right: 10px
}

.addtional_room ul li span b {
    color: #0f2c59
}

.addtional_room ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.addtional_room ul li label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 30px;
    justify-content: space-between
}

.addtional_room ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 0
}

.addtional_room ul li input:checked+label:before {
    background: #3783ac
}

.addtional_room ul li input:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

.manager_inf {
    padding: 40px 0;
    margin-left: -10px;
    margin-right: -10px
}

.manager_inf h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #0f2c59
}

.manager_inf img {
    margin-right: 10px
}

.manager_inf a {
    background: #0f2a5f;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    border-radius: 0px;
    font-weight: 600;
    text-align: center;
    font-family: arial;
    width: 48%;
    float: left;
    margin: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0f2a5f;
    transition: .7s;
}

.manager_inf a img {
    transition: .7s;
}

.manager_inf a:hover {
    background: transparent;
    color: #0f2a5f;
}

.manager_inf a:hover img {
    filter: invert(89%) sepia(29%) saturate(4983%) hue-rotate(207deg) brightness(94%) contrast(94%);
}

.testimonial_sec {
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.timg {
    min-height: 60px;
    width: 19%;
    display: inline-block;
    vertical-align: middle
}

.t_pro {
    width: 79%;
    min-height: 60px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px
}

.t_pro h3 {
    color: #00649a;
    font-size: 16px
}

.t_pro h3 span {
    display: block;
    font-size: 16px;
    color: #606060
}

.tblock p {
    font-size: 16px;
    margin-top: 20px
}

.tblock p a {
    color: #00649a
}

.bkIng h4 {
    color: #00649a;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2px
}

.start_bx.start_bx2 {
    border: 1px solid #0f2b5c
}

.start_bx.start_bx2 h2 {
    font-size: 24px;
    color: #0f2b5c;
    margin-bottom: 15px;
    text-align: center;
    margin: 0;
    padding: 16px 0 10px;
    font-weight: 600
}

.start_bx.start_bx2 .table td {
    color: #0f2b5c;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 10px
}

.start_bx.start_bx2 td {
    border-top: 1px solid transparent
}

.start_bx.start_bx2 .table th,
.table td {
    padding: 3px 15px
}

.bookingContainer .start_bx2 p {
    font-size: 12px;
    color: #63656c;
    font-weight: 300;
    margin: 0
}

.start_bx2 .reserveBtn {
    background: #0f2a5f;
    font-size: 20px
}

.start_bx2 .bdrBtm {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    background: #f4f4f4;
    border-top: 1px solid #483f3f
}

.start_bx2 .startDate span {
    font-size: 12px
}

.rating_sec {
    border-top: 1px solid #dedede;
    padding: 4px 0;
    padding-top: 40px
}

.rating_sec h2 {
    color: #00649a;
    font-weight: 600;
    font-size: 24px
}

.rating_sec ul {
    float: left;
    padding: 0;
    width: 100%
}

.rating_sec ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    list-style: none;
    margin: 12px 0;
    float: left;
    padding-right: 60px;
    width: 50%
}

.rating_sec ul li span {
    position: relative;
    float: right
}

.rating_sec ul li span:before {
    content: "";
    background: #00649a;
    width: 100px;
    height: 3px;
    position: absolute;
    left: -110px;
    top: 9px
}

.start_bx.start_bx2 .table {
    margin: 0 auto 1rem;
    width: 90%
}

.bookingBnr {
    width: 100%
}

.stOne.book_img_sng {
    width: 100%
}

.lrg_img {
    margin-bottom: 13px
}

.lrg_img a {
    min-height: 137px;
    display: block;
    overflow: hidden;
    margin-bottom: 13px
}

.lrg_img a img {
    width: 100%;
    border-radius: 0;
    height: 218px;
    object-fit: cover
}

.share_data {
    float: right;
    margin-top: -30px;
    margin-bottom: 0
}

.share_data li {
    list-style: none;
    display: inline-block;
    margin-left: 15px
}

.share_data li a {
    color: #555
}

.share_data li a .fa {
    color: #00649a;
    margin-right: 4px;
    vertical-align: middle
}

.share_data ul {
    margin: 0
}

.manual_function {
    padding: 10px 30px 0
}

.manual_function label {
    font-size: 13px;
    color: #333;
    margin-bottom: .2rem;
    padding-left: 5px
}

.manual_function select {
    border-radius: 0;
    border: 1px solid #ced4da;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 16px
}

.manual_function h5 {
    font-size: 18px;
    color: #0f2a5f;
    font-weight: 700
}

.start_bx .table tr.border_tm td {
    border-top: 2px solid #e0e0e0 !important;
    padding: 4px 0 2px
}

b#daymnthforhr {
    color: #0f2b5c;
    font-size: 17px;
    margin-left: -6px
}

.manual_function.hour_sute .col-lg-6 {
    padding: 0
}

section.landlords-page {
    padding: 75px 0 35px
}

section.landlords-page h2 {
    color: #102d59;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 65px
}

section.landlords-page .sec1 {
    margin: 0 0 60px
}

section.landlords-page .sec1 .wrap {
    background: #fff;
    padding: 70px 60px;
    margin-left: -100px;
    position: relative;
    z-index: 99;
    padding-right: 0
}

section.landlords-page .sec1 .wrap h3 {
    color: #000;
    font-weight: 700;
    font-size: 42px;
    line-height: 45px;
    margin: 0;
    padding-right: 45px
}

section.landlords-page .sec1 .wrap a {
    display: table;
    background: #0f2a5f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 35px;
    margin: 35px 0 0;
    border: 2px solid #0f2a5f;
    transition: .7s
}

section.landlords-page .sec1 .wrap a:hover {
    background: 0 0;
    color: #0f2a5f
}

.why-us a.btn_discovermore {
    border: 2px solid #0f2a5f;
    border-radius: 0;
    background: #0f2a5f;
    transition: .7s
}

.why-us a.btn_discovermore:hover {
    background: 0 0;
    color: #0f2a5f !important
}

section.landlords-page .sec1 .wrap p {
    color: #000;
    font-size: 16px;
    margin: 0
}

section.landlords-page .sec1 .wrap h4 {
    color: #0e629e;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 20px
}

section.landlords-page img {
    width: 100%
}

section.landlords-page .sec2 {
    margin: 0 0 60px
}

section.landlords-page .sec2 .wrap {
    background: #fff;
    padding: 70px 60px;
    margin-right: -100px;
    position: relative;
    z-index: 9;
    padding-left: 0
}

section.landlords-page .sec2 .wrap p {
    color: #000;
    font-size: 16px;
    margin: 0
}

.Landlords-pop .modal-dialog {
    max-width: 960px;
    margin: 30px auto 0
}

.Landlords-pop .modal-content {
    background: #f2f3f5;
    border-radius: 0;
    border: none;
    padding: 55px
}

.Landlords-pop .modal-header {
    border: none;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 40px
}

.Landlords-pop button.close {
    opacity: 1;
    font-weight: 100;
    font-size: 52px;
    text-shadow: none;
    color: #c3c3c3
}

.Landlords-pop h2 {
    color: #112c59;
    font-size: 50px;
    font-weight: 700;
    margin: 0
}

.Landlords-pop p {
    color: #999;
    font-size: 18px;
    margin: 0 0 35px
}

.Landlords-pop input:not([type=submit]),
.Landlords-pop textarea {
    width: 100%;
    padding: 11px;
    margin: 0 0 15px;
    border: 2px solid #b4b4b4
}

.Landlords-pop textarea {
    height: 120px
}

.Landlords-pop input[type=submit] {
    background: #0d639e;
    color: #fff;
    font-weight: 400;
    padding: 11px 46px;
    border: none;
    margin: 20px 0 0;
    display: table
}

.landlodsbtn {
    background: #0d639e;
    color: #fff;
    font-weight: 400;
    padding: 11px 46px;
    border: none;
    margin: 20px 0 0;
    display: table
}

.Landlords-pop form button.landlodsbtn {
    font-size: 18px;
    letter-spacing: .5px;
    background-color: #0f2a5f;
    border: 2px solid #0f2a5f;
    transition: .7s
}

.Landlords-pop form button.landlodsbtn:hover {
    background-color: transparent;
    color: #0f2a5f
}

.bookingBnr button.md-btn {
    height: 38px;
    background: #0f2a5f !important;
    border-radius: 0;
    text-align: center;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #0f2a5f;
    transition: .7s;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
}

.bookingBnr button.md-btn:hover {
    background: transparent !important;
    text-decoration: none;
    color: #0f2a5f;
}

.bookingBnr .modal-header {
    border-bottom: none;
}

.bookingBnr .modal-content button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
}

.bookingBnr .modal {
    top: 180px;
}

.bookingBnr .modal-body p {
    color: #e46e6e;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width:1012px) {
    .Landlords-pop {
        padding: 0 !important
    }

    section.landlords-page {
        padding: 20px 0
    }

    section.landlords-page h2 {
        font-size: 27px;
        padding: 0 0 6px;
        margin: 0 0 23px;
        text-align: center
    }

    section.landlords-page .sec1 .wrap {
        padding: 15px;
        padding-right: 15px;
        text-align: center;
        margin-top: -73px;
        max-width: 95%;
        margin: -55px auto 0;
        box-shadow: 0 0 14px #e6e6e6
    }

    section.landlords-page .sec1 .wrap h3 {
        font-size: 25px;
        line-height: normal;
        margin: 0;
        padding-right: 0
    }

    section.landlords-page .sec1 .wrap a {
        font-size: 16px;
        padding: 8px 17px;
        margin: 16px auto 0
    }

    section.landlords-page .sec1 {
        margin: 0 0 35px
    }

    section.landlords-page .sec2 .sec_1 {
        order: 2
    }

    section.landlords-page .sec2 .wrap {
        padding: 15px;
        padding-right: 15px;
        text-align: center;
        margin-top: -73px;
        max-width: 95%;
        margin: -55px auto 0;
        box-shadow: 0 0 14px #e6e6e6
    }

    section.landlords-page .sec2 .wrap p {
        color: #000;
        font-size: 15px;
        margin: 0;
        text-align: justify
    }

    section.landlords-page .sec2 {
        margin: 0 0 35px
    }

    section.landlords-page .sec1 .wrap h4 {
        font-size: 17px;
        margin: 0 0 15px
    }

    section.landlords-page .sec1 .wrap p {
        font-size: 15px;
        text-align: justify
    }

    .Landlords-pop .modal-content {
        padding: 0
    }

    .Landlords-pop .modal-dialog {
        margin: 10px auto;
        width: 95%
    }

    .Landlords-pop h2 {
        font-size: 25px;
        margin: 0 0 6px
    }

    .Landlords-pop p {
        font-size: 15px;
        margin: 0 0 20px
    }

    .Landlords-pop input:not([type=submit]),
    .Landlords-pop textarea {
        padding: 9px;
        margin: 0 0 10px
    }

    .Landlords-pop input[type=submit] {
        padding: 9px 38px;
        margin: 0 auto;
        display: table
    }

    .Landlords-pop button.close {
        font-size: 32px
    }

    .Landlords-pop .modal-header {
        top: 0;
        right: 14px;
        z-index: 99999
    }
}

@media only screen and (max-width:767px) {
    #hero .carousel-content {
        padding: 0 40px
    }

    .book-a-table {
        display: block
    }

    .port {
        display: none
    }

    #hero .carousel-control-prev {
        display: none
    }

    #hero .carousel-control-next {
        display: none
    }

    .bnrSlider input[type=text] {
        width: 78%
    }

    .about {
        background: #fff url(../img/ptn1.png) no-repeat bottom 20px right 30px
    }

    .center .slick-list {
        padding: 0 15px !important
    }

    .ourClient img {
        margin-bottom: 15px
    }

    .about .content_left h1 {
        font-size: 24px
    }

    .section-title h2 {
        font-size: 24px
    }

    .unmatched .content h2 {
        font-size: 24px
    }

    .center .slick-dots li button:before {
        content: "";
        width: 100%;
        height: 9px;
        background: #eaeaea;
        border-radius: 0px;
        opacity: 1
    }

    .center .slick-dots li.slick-active button:before {
        background: #0f2a5f;
        opacity: 1;
        width: 100%
    }

    #footer p br {
        display: none
    }

    .login_box img {
        width: 100%
    }

    .login_box .login-form {
        margin-right: 0
    }

    .login_box .global-container .card-body {
        padding: 20px
    }

    .popcalender.forhourlytab .nav-tabs {
        position: static;
        text-align: center
    }

    h2.spacelocation {
        font-size: 22px;
        margin-bottom: 10px
    }

    .bkIng h4 {
        font-size: 16px;
        max-width: 52%;
    }

    .share_data {
        float: right;
        margin-top: -30px;
        margin-bottom: 0
    }

    .share_data ul {
        padding: 0
    }

    .share_data li {
        margin-left: 0;
        margin-right: 10px
    }

    .bookingBnr {
        text-align: center;
        overflow: hidden;
        margin-bottom: 0;
    }

    .bookingBnr .col-md-4 {
        padding-left: 15px !important
    }

    .bookingBnr .lrg_img {
        margin-bottom: 0;
        float: left;
        width: 100%;
        padding: 6px 3px;
        display: flex;
    }

    .lrg_img a {
        width: 50%;
    }

    .start_bx.start_bx2 {
        border: 1px solid #0f2b5c;
        overflow: unset;
    }

    .enhance {
        padding: 20px 0;
    }

    .enhance ul {
        flex-direction: column;
    }

    .enhance ul li {
        font-size: 15px;
        width: 100%;
        margin: 0 0 15px;
    }

    .enhance ul li img {
        margin-right: 11px;
        max-width: 21px;
    }

    .addtional_room {
        padding: 20px 0;
    }

    .addtional_room ul li {
        width: 100%;
        padding-right: 0;
        margin: 10px 0;
    }

    .room_works {
        padding: 15px;
    }

    .room_works h2 {
        font-size: 20px;
        margin: 0;
    }

    .building_amen .pdAll {
        padding: 20px 0 0;
    }

    .building_amen .ameneList ul li {
        font-size: 15px;
        width: 100%;
        padding-left: 39px;
        margin-bottom: 13px;
    }

    .building_amen .ameneList ul li img {
        margin-right: 0;
        max-width: 25px;
    }

    .ameneList {
        margin-bottom: 0;
    }

    .rating_sec ul li {
        padding-right: 0;
        width: 100%;
    }

    .testimonial_sec {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .manager_inf {
        padding: 40px 0;
        margin-left: 0;
        margin-right: 0;
    }

    .manager_inf {
        padding: 20px 0;
        margin-left: 0;
        margin-right: 0;
    }

    .manager_inf h2 {
        text-align: left;
        font-size: 20px;
    }

    .manager_inf a {
        font-size: 17px;
        padding: 20px 0;
        width: 100%;
        margin: 10px 0 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {}

.fullMenu .megaCol {
    margin-bottom: 20px;
}



/******************custom css***********************/

html {
    scroll-behavior: smooth;
}

.custom-font-family,
em {
    font-family: Josefin Sans !important;
}

.custom-font-family p {
    font-size: 18px;
    font-weight: 400;
}

.pd-top {
    padding-top: 70px;
}

.bolder {
    font-weight: 700 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.custom-font-family h2 {
    font-family: Josefin Sans !important;
    font-weight: 400;
    font-size: 42px;
    color: #005c9f;
    /* letter-spacing: 2px;*/
}

.heading-fonts h2 {
    font-size: 38px;
}

.small-heading {
    font-size: 32px !important;
    letter-spacing: 0px;
    font-weight: 600 !important;
}

.primary-text {
    color: #005c9f !important;
}

.primary-text a,
.primary-text a:hover {
    color: #005c9f !important;
}

.font-30 {
    font-size: 30px;
}

.font-regular {
    font-weight: 400;
}

.custom-font-family {
    color: #000;
    line-height: 1.8;
    /* letter-spacing: 1.2px;*/
}

.custom-btn {
    border: 1px solid #005c9f;
    padding: 0px 30px;
    border-radius: 4px;
    background-color: #005c9f;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    line-height: 38px;
    min-height: 38px;
    padding-top: 5px;
    display: inline-block;
}

.custom-font-family .form-control::placeholder,
.custom-font-family .form-control {
    color: #000;
}

.custom-font-family .form-control:focus {
    border-color: #000;
}

.custom-font-family .form-control {
    box-shadow: none;
}

.custom-btn a,
.custom-btn a:hover {
    color: #fff;
}
.custom-btn_selected {
    color: #fff !important;
    background-color: #005c9f !important;
}
/*.custom-btn:hover{
    border: 1px solid #005c9f;
    background: transparent;
    color: #005c9f;
}*/
.clients-box-outer {
    padding: 0px 4%;
}

.bg-green {
    background-color: #4eb667;
}

.bg-blue {
    background-color: #5d74b7;
}

.bg-light-blue {
    background-color: #3e88c8;
}

.bg-light-custom {
    background-color: #f0f0f0;
}

.figure {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.figure img {
    width: 100%;
    height: 580px;
    left: 0;
    right: 0;
}

.figure {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
}

.why-refer-section .clients-box-outer img {
    height: 100px;
}

.custom-font-family h6 {
    font-size: 22px;
    letter-spacing: 0px !important;
    /* font-weight: 300 !important;*/
}

.custom-font-family .top-sub-heading,
.font-w-300 {
    font-weight: 300 !important;
}

.bold {
    font-weight: 600 !important;
}

.md-heading {
    font-size: 28px !important;
}

.custom-font-family h5 {
    font-size: 20px;
}

.contact-person p {
    line-height: 1.2;
}

.green-text a,
.green-text a:hover {
    color: #4eb667 !important;
}

.light-blue-text a,
.light-blue-text a:hover {
    color: #5d74b7 !important;
}

.primary-text-light {
    color: #3e88c8 !important;
}

ul.bottom-hd-list li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    padding-left: 30px;
}

ul.bottom-hd-list li.after-icon:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #000;
    left: -10px;
    top: 15px;
    border-radius: 50%;
}

ul.bottom-menu-list {
    list-style: none;
}

ul.bottom-menu-list li {
    display: inline-block;
}

ul.bottom-menu-list li a {
    padding: 0px 15px;
    color: #005C9F;
    border-right: 1px solid #005C9F;
    font-size: 17px;
}

ul.bottom-menu-list li a.border-right-none {
    border-right: none;
}

ul.bottom-hd-list,
ul.bottom-menu-list {
    margin-bottom: 0px;
}

.outline {
    border: 1px solid #005c9f;
    background: transparent;
    color: #005c9f;
    margin: 0px 15px;
    transition: all 0.3s ease-in-out;
}

/*.outline:hover{
 background: #005c9f;
    color: #fff;
}*/
.outline a,
.outline a:hover {
    color: #005c9f !important;
}

/*referral modal*/
.referral-modal-dialog .modal-header {
    border-bottom: none;
}

.referral-modal-dialog .modal-footer {
    border-top: none;
}

.referral-modal-dialog .modal-footer {
    display: block;
}

.referral-modal-dialog p {
    font-size: 17px;
}

/*.referral-modal-dialog .modal-backdrop.show {
    opacity: 0.7 !important;
}*/
.referral-modal-dialog .modal-content {
    border: none;
    border-radius: 2px;
}

.referral-modal-dialog .modal-body {
    padding: 4rem;
    padding-top: 1rem;
}

.referral-form-custom .form-control {
    color: #111 !important;
    border: 1px solid #BDBDBD;
    padding: 1.6rem 0.85rem;
    font-weight: 400;

}

.referral-form-custom .form-group {
    overflow: hidden;
}

select.custom-selection-form-control {
    width: 100%;
    padding: 1.1rem 0.85rem;
    border: 1px solid #BDBDBD;
    border-radius: 0.25rem;
}

.referral-form-custom .form-control::placeholder,
.referral-form-custom label {
    color: #111 !important;
}

.referral-form-custom .form-check-input {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -2.25rem;
    padding: 2rem !important;
    height: 22px;
    width: 22px;
    left: 60px;
}

.referral-form-custom .form-check-input {
    border: solid 1px #ddd;
    padding: 0px !important;
}

.referral-modal-dialog .modal-header .close {
    margin: 0rem 0rem -1rem auto;
    opacity: 1;
}

.contact-person a,
.contact-person a:hover {
    color: #333
}

.contact-detail-box img {
    height: 160px;
}

.schedule-box img {
    height: 80px;
}

.form-group.custom-selection-form-control select.required {
    overflow: hidden;
    width: 100%;
    padding: 17px 0px;
    border: transparent;
}

.form-group.custom-selection-form-control {
    color: #111 !important;
    border: 1px solid #BDBDBD;
    padding: 0px 0.5rem;
    font-weight: 400;
    position: relative;
    border-radius: 4px;
}

.form-group.custom-selection-form-control i.fa.fa-chevron-down {
    position: absolute;
}

/************virtual space landing page****************/
.virtual-spc-fig img {
    height: 450px;
}

.virtual-spc-box {
    padding-right: 0%;
}

.virtual-space-state-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0px 25px;
}

.virtual-space-state-result .midtownBox {
    width: 46%;
    border-radius: 0px;
    margin-bottom: 35px;
}

.virtual-space-state-result .midtownBox p {
    color: #333 !important;
    font-size: 18px !important;
}

.virtual-space-state-result .midtownBox .vr-state-details {
    padding: 15px 25px 0px 25px;
}

.virtual-space-state-result .midtownBox .vr-state-details ul {
    font-weight: 300;
    padding-left: 15px;
}

.vSpace .price p {
    color: #000 !important;
}

#header2 {
    height: auto;
    z-index: 997;
    transition: all .4s ease;
    /*padding: 28px 0;*/
    padding-top: 33px;
    padding-bottom: 33px;
    background: #fff;
    /*background-image: url(/uploads/images/logo_bg-image.png);*/
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    /*-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);*/
    /*box-shadow: 0 10px 15px rgba(25, 25, 25, .1)*/
}

.absolute-img {
    position: relative;
}

.absolute-img img {
    position: absolute;
    top: -57px;
    height: 15vw;
    z-index: 9;
}
@media only screen and (min-width:1120px)  {
    .absolute-img img {
        position: absolute;
        top: -57px;
        height: 10vw;
        z-index: 9;
    }
}
a.custom-btn,
a.custom-btn:focus {
    text-decoration: none;
}
a.custom-btn:hover{
    color: #fff !important;
    text-decoration: none;

}

#header2 .logo {
    z-index: 99;
}

#header2 .logo img.main-logo {
    height: 25px;
}

.login-text {
    position: relative;
}

span.login-img {
    padding-bottom: 0px;
    position: absolute;
    right: 0px;
    top: 5px;
}

span.login-img img {
    height: 20px;
    padding-bottom: 1px;
}

footer#footer .social-icons {
    text-align: right;
}

footer#footer .social-icons img {
    height: 44px;
    margin-left: 15px;
}

header#header2 nav.nav-menu {
    position: relative;
    z-index: 999;
}

.mobile-logo-screen {
    display: none;
}

.nav-menu .drop-down-pd a {
    position: relative;
    bottom: 1px;
}

/*media query*/

@media only screen and (min-width:1120px) and (max-width:1300px) {
    .nav-menu a {
        font-size: 13px;
    }

    .absolute-img img {
        height: 18vh;
    }

    /*#header2 .logo {
        top: -6px;
    }*/
    #header2 .logo img.main-logo {
        height: 23px;
    }
}

@media only screen and (min-width:990px) and (max-width:1120px) {
    .nav-menu a {
        font-size: 12px;
    }

    .absolute-img img {
        height: 100px;
    }

    #header2 .logo {
        top: -6px;
    }

    #header2 .logo img.main-logo {
        height: 20px;
    }
}

.nav-menu .book-space-cta {
    margin-left: 10px;
}

.banner-book-cta {
    padding: 32px;
    background-color: #f9f9f9;
    border: 1px solid silver;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

@media only screen and (max-width:480px) {
    .banner-book-cta {
        align-items: stretch;
        flex-direction: column;
    }
}

.banner-book-cta p {
    margin: 0;
    flex: 1;
}

.book-space-cta {
    text-align: center;
    display: block;
    position: relative;
    background-color: #005C9F;
    color: #fff !important;
    padding: 9px 16px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

@media (max-width: 1010px) {
    .book-space-cta-desktop {
        display: none;
    }
}

.mobile-nav .book-a-table a.book-space-cta {
    border-width: 2px;
    border-style: solid;
    color: #0F2A5F !important;
    font-weight: bold;
    background-color: white;
    margin-left: 0;
}

@media (max-width: 1012px) {
    .referral-modal-dialog .form-check-label {
        margin-bottom: 0;
        padding-left: 20px;
    }

    #header2 {
        background: transparent !important;
    }

    ul.list-sec-footer.pl-4 {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    a.footer-logo img {
        width: 52% !important;
    }

    #header2 .logo {
        padding-left: 0px;
    }

    .absolute-img img {
        height: 80px;
        top: -28px;
    }

    #header2 .logo img.main-logo {
        height: auto;
    }

    .mobile-nav-toggle {
        right: 15px;
    }

    .mobile-logo-screen {
        display: block;
    }

    img.mobile-logo.mob-logo-screen {
        margin-top: 0px !important;
    }

    #header2 {
        min-height: 55px;
    }

    .main-logo {
        display: block;
    }

    /*header css*/
    .figure img {
        height: auto;
    }

    .pd-top {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .pd-lr {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .schedule-box {
        margin-bottom: 35px;
    }

    .referral-modal-dialog .modal-body {
        padding: 4rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0;
    }

    .custom-btn {
        margin-bottom: 15px !important;
        padding: 0px 15px;
        padding-top: 4px;
    }

    /*virtual space*/
    .virtual-space-state-result {
        display: block;
    }

    .virtual-space-state-result .midtownBox {
        width: 100%;
    }

    footer#footer .social-icons {
        text-align: right;
        text-align: center;
        margin-top: 25px;
    }

    footer#footer {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media (min-width: 576px) {
    .referral-modal-dialog {
        max-width: 900px;
        width: 100%;
        margin: 1.75rem auto;
    }
}

.available-office-item-box {
    height: fit-content;
    margin: 30px 0;
    padding: 19px 16px 14px 21px;
    border-radius: 4px;
    border: solid 0.5px rgba(112, 112, 112, 0.49);
}
.available-office-item-description {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.available-office-item-monthly-fee {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
}
.text-align-right {
    text-align: right;
}
.available-office-item-detailed-descriptio {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.available-office-item-info-box {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 33px;
    border-radius: 4px;
    border: solid 1px rgba(112, 112, 112, 0.49);
    padding: 8px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: 12px;
}
.available-office-item-info-box img {
    height: 18px;
    margin-right: 4px;
}
.display-flex {
    display: flex;
}
.available-office-item-reserve {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.available-office-item-reserve input {
    margin-right: 6px;
}
.available-offices-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.btn-reserve-now {
    width: 145px;
    height: 57px;
    padding: 20px 0;
    border-radius: 4px;
    border: solid 1px #005c9e;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005c9f;
    background-color: #fff;
}
.location-contact-form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-contact-form-flex-item {
    width: calc(50% - 5px);
}
.available-office-item-info {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .available-office-item-info {
        flex-direction: column;
    }
    .available-office-item-reserve {
        margin-top: 10px;
        align-self: flex-end;
    }
}
.application-container {
    padding: 80px 100px;
}
.application-container .location {
    display: flex;
    flex-direction: row;
    margin-top: 56px;
}
.application-container .location li {
    list-style: none;
}
.application-container .location li:before{
    content: ">";
    margin: 0 15px;
    font-weight: bold;
}
.application-container .location li:first-child:before{
    content: none;
}
.application-container .location li a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    cursor: pointer;
}
.application-container .location li a.active {
    color: #005c9f;
}
.application-container .panel-info {
    margin-top: 72px;
}
.application-container .panel-info .panel-title {
    font-size: 25px;
    font-weight: 600;
    color: #005c9f;
}
.application-container .panel-info .panel-description {
    margin-top: 36px;
}
.application-container .panel-info .panel-description p {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.reserve-application-form-container {
    margin-top: 50px;
    background: #f7f7f7;
}
.reserve-application-form-title {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 11px;
    margin-bottom: 40px;
}
.reserve-application-form-title.second {
    margin-top: 40px;
}
.form-control.form-control-lg.phone-input {
    height: calc(1.5em + 1rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
    font-size: 17px !important;
}
.reserve-application-form .css-13cymwt-control {
    border-color: rgb(112 112 112 / 50%);
}

.reserve-application-form .row {
    margin: 20px 42px;
}

.reserve-application-form .select__single-value{
    color: #000;
}
.reserve-application-form p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: -0.42px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.reserve-application-form h2 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.95;
    letter-spacing: -0.46px;
    text-align: left;
    color: #000;
}
.reserve-application-form p.bold {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.btn.btn-primary.btn-message.passive {
    background-color: #bfbfbf !important;
    border: solid 0.5px #bfbfbf !important;
    text-transform: none !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #fff !important;
}
.form-control-lg.disabled {
    background-color: #e3e3e3 !important;
}
.a-suite-edit {
    position: absolute;
    margin-left: -45px;
    margin-top: 10px;
}
.react-datepicker-wrapper {
    width: 100%;
}
.react-datepicker-wrapper input {
    padding: 5px 10px;
}
@media (max-width:768px) {
    .application-container {
        padding: 15px 15px;
    }
    .beverly {
        padding: 10px;
    }
    .reserve-application-form .row {
        margin: 10px 0px;
    }
}
.application-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: -0.42px;
    text-align: left;
    color: #000;
}
.div-empty {
    font-family: Josefin Sans !important;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}
.btn-back {
    width: 145px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #005c9e;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005c9f;
    background-color: #fff;
    margin-right: 15px;
    vertical-align: middle;
}
.btn-confirm-code {
    width: 145px;
    height: 43px;
    border-radius: 4px;
    border: solid 1px #005c9e;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005c9f;
    background-color: #fff;
    margin-right: 15px;
    vertical-align: middle;
}

.meeting-room-discount-banner {
    background-color: #005C9F;
    color: white;
    padding: 16px;
    padding-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meeting-room-discount-banner a {
    color: white;
    text-decoration: underline;
}

.meeting-room-discount-banner a:hover {
    color: white;
}
.Application-Submitted {
    width: 312px;
    height: 36px;
    margin: 72px 138px 21px 0;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.Thank-you-for-submitting {
    width: 998px;
    height: 46px;
    margin: 21px 0 69px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.36px;
    text-align: left;
    color: #000;
}
.Thank-you-for-submitting .text-style-1 {
    font-weight: bold;
}
.application-result-form {
    width: 70%;
}
.Application-Details {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.Print-Application {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.53;
    letter-spacing: -0.36px;
    text-align: right;
    color: #005c9f;
}
.application-form-detail {
    margin: 21px 0 49px 0;
    padding: 75px 50px;
    border: solid 1px #bfbfbf;
}
.Applicant-Information {
    width: 322px;
    height: 26px;
    margin: 0 62px 13px 0;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #9b9b9b;
}
.Name-Alexander-Smith-Company-Name {
    margin: 13px 0 33px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.36px;
    text-align: left;
    color: #000;
}
.Name-Alexander-Smith-Company-Name .text-style-1 {
    font-weight: 600;
}
.Back-to-TKO-Suites {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #005c9f;
    margin: 41px 228px 0 1px;
    padding: 21px 0 19px;
    border-radius: 4px;
    border: solid 1px #005c9f;
    width: 221px;
    background-color: #fff;
}
.beverly.reserve-application-form-container.ml-1 {
    padding-left: 0px;
    padding-right: 0px;
}
.set-margin-left{
    margin-left: -17px;
}
.set-margin-right{
    margin-right: -10px;
}
.dec-mt{
    margin-top: -10px;
}
#locations-toggle {
    position: relative;
}
#location-items {
    position: absolute;
    background: white;
    z-index: 99;
    border-radius: 4px;
}
#location-items {
    min-width: 556px;
    left: -668px;
    top: 45px;
}