:root {
    --main: #3883BF
}

.body-bg {
    background: #F8F8F8;
}

.main-bg {
    background: var(--main);
}

.main-border {
    border: 2px solid var(--main);
}

.main-text {
    color: var(--main);
}

.grey-text {
    color: #D6D6D6;
}

.bg-2 {
    background: #ECF1F5;
}

.popup-bg {
    background: #14395B;
}

.popup-text {
    color: #14395B;
}

.opacity-hover {
    transition: all 0.3s;
}

.opacity-hover:hover {
    opacity: 0.8;
}

.heading-1 {
    font-size: 80px;
}

.heading-2 {
    font-size: 55px;
}

.my-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gradient-btn {
    background-image: linear-gradient(to bottom, #1F3F75, #0B2D5F);
}

.rounded-40 {
    border-radius: 44px;
}

.fw-md {
    font-weight: 600;
}

input:focus {
    box-shadow: none;
}



/* -------------login----- */
.login-form {
    min-height: calc(100vh - 40px);
}

.left-sign {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

.input-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.icon_h_w{
    width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; text-align: center;
}
/* ------home------- */
.sub-head {
    letter-spacing: 2px;
}

.home-btns a {
    padding-top: 12px;
    padding-bottom: 12px;
}

header .my-container {
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.search-bg {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 12px;
}

.hero-sec {
    height: calc(100vh - 30px);
}

.hero-sec img {
    object-fit: cover;
}

.filter-box input[type=search]::placeholder,
.search-field i {
    color: #71A7D2;
    font-weight: 600;
}

.filter-box input::placeholder {
    color: #D6D6D6;
}

.filter-box {
    margin-top: -50px;
}

.filter-text {
    font-size: 22px;
}

.video-sec {
    background: url("../img/video-bg.png");
    background-size: cover;
}

.play-icon {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.play-icon a {
    padding: 16px 18px;
}

.ftr-bg {
    background: #1C74BB;
}

footer {
    border-bottom: 1px solid #D6D6D6;
}

.social a {
    background: rgba(56, 131, 191, 0.8);
    padding: 6px 14px;
}

.popup-head {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.fvrt-box {
    background: #CBE4F1;
}

.fvrt-box img {
    object-fit: cover;
}

.fvrt-box p {
    font-size: 12px;
}

.body-content {
    height: 428px;
    overflow: auto
}

.body-content::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.body-content::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.body-content::-webkit-scrollbar-thumb {
    background: #DBE5ED;
    border-radius: 50px;
}

/* Handle on hover */
.body-content::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/* --------------modal---------- */
.fvrt-modal .modal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.fvrt-modal .modal-content {
    max-width: 490px;
    margin-right: 30px;
    margin-top: 83px;
}


.testimonial .slick-prev.slick-arrow {
    display: block !important;
}

.custom-btn {
    padding: 10px 10px !important;
    min-width: 167px;
    text-align: center;
}

.social a:hover {
    background: #000;
}

@media screen and (max-width:1200px) {
    .heading-1 {
        font-size: 70px;
    }

    .heading-2 {
        font-size: 48px;
    }
}

@media screen and (max-width:998px) {
    .heading-1 {
        font-size: 55px;
    }

    .heading-2 {
        font-size: 42px;
    }

    .filter-text {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .heading-1 {
        font-size: 43px;
    }

    .heading-2 {
        font-size: 36px;
    }
    .filter-box {
        margin-top: 215px;
    }
    .background-client .display-5 {
        font-size: 25px
    }
    
    .background-client p {
        font-size: 14px
    }
}

@media screen and (max-width:577px) {
    .heading-1 {
        font-size: 36px;
    }

    .heading-2 {
        font-size: 32px;
    }

    .login-sec .container {
        max-width: 520px !important;
    }
    .filter-box {
        margin-top: 136px;
    }
}

@media only screen and (max-width: 497px){
    .filter-box {
        margin-top: 212px;
    }
}
@media screen and (max-width:400px) {
    .social a {
        padding: 4px 10px;
        font-size: 12px;
    }

}

.sky-text {
    color: #1C74BB !important;
}

.grey-text {
    color: #979CA0;
}

.blue-text {
    color: #28345A !important;
}

.sky-bg {
    background-color: #1C74BB;
}

.sky-border {
    border: 1px solid #1C74BB;
}


.green-clr {
    color: #27C57C;
}

.border-feature {
    border: 1px solid #1c73bb44;
}

.border-feature:hover {
    border: 1px solid #1C74BB;
}

.bg-sky-light {
    background-color: #F2F7FB;
}

.feature {
    font-size: 50px;
}

.img-feature {
    border-radius: 18px;
}

.position-abs {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%)
}

.img-fill {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-icons {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.font-semi {
    font-weight: 500;
}

.font-14 {
    font-size: 14px;
}

.img-room {
    height: 100%;
    width: 100%;
    max-width: 350px;
}

.position-room {
    position: absolute;
    top: 127px;
    left: 117px;
}

.font-52 {
    font-size: 52px;
}

.partner .slick-dots {
    display: none !important;
}

.partner .slick-next:before {
    position: absolute;
    right: 17px;
    top: 0;
}

.partner .slick-prev:before {
    position: absolute;
    left: 17px;
    top: 0;
}

.partner .img-fluid {
    margin: auto;
}

.luxury-width {
    max-width: 240px;
    height: 280px;
}

.position-luxury {
    position: absolute;
    top: 43px;
    left: 254px
}

.img-add {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.font-13 {
    font-size: 13px;
}

.font-15 {
    font-size: 15px;
}

.add-sec .slick-dots li button:before {
    font-family: slick;
    font-size: 50px !important;
    line-height: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "-" !important;
    border-radius: 10px !important;
    text-align: center;
    opacity: 0.25;
    color: #b8bb1c !important;
    -webkit-font-smoothing: antialiased;
}

.add-sec .slick-dots {
    top: 284px;
    left: 270px;
    z-index: 100;
    text-align: start;
    max-width: 200px;
    max-height: 50px;
}

.add-sec .slick-next.slick-arrow {
    display: none;
}

.img-transit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.font-16 {
    font-size: 16px;
}

.asked .accordion-button .icon::before {
    content: "+";
    display: inline-block;
    margin-right: 10px;
    font-size: 40px;
    color: grey;
}

.asked .accordion-button[aria-expanded="true"] .icon::before {
    content: "-";
    font-size: 50px;
    color: black;
}

.asked .accordion-button::after {
    display: none;
}

/* --------slick-slider-css---------- */
.slick-dots li button::before {
    font-family: slick;
    font-size: 50px !important;
    line-height: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "-" !important;
    border-radius: 10px !important;
    text-align: center;
    opacity: 0.25;
    color: #1C74BB !important;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li {
    margin: 0px !important;
}

/* --------slick-slider-css---------- */

.box_shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.background-client {
    background-image: url(../img/client.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.img-client {
    width: 100%;
    height: 100%;
    max-width: 75px;
}

.overlay-about::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 30px;
    opacity: 0.5;
}

.position-ultimate {
    position: absolute;
    top: 50%;
    color: white;
    left: 60px;
    transform: translateY(-50%);
}

.font-70 {
    font-size: 70px;
}

.font-20 {
    font-size: 20px;
}

.img-about {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-download {
    height: 100%;
    width: 100%;
    max-width: 122px;
    object-fit: cover;
}

header .nav-link {
    transition: all 0.3s;
}

header .nav-link:hover {
    opacity: 0.7 !important;
}

.border-sky {
    border: 1px solid #1C74BB;
}

.border-sky2 {
    border: 1px solid #1c73bb44;
}

.img-fvrt {
    object-fit: cover;
}

.modal-backdrop {
    background-color: transparent !important;
}

#myModal.modal.show {
    background: rgba(0, 0, 0, 0.5);
}

.blue-bg {
    background-color: #1975BB;
}

.blue-border {
    border: 1px solid #1975BB;
}


.border-admin {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blue-light-bg {
    background-color: #85B4D8;
}

.border_light {
    border: 1px solid #85B4D8;
}

.grey-light-bg {
    background-color: #EBF2F7;
}

.cyan-light {
    color: #5397CC;
}

.cyan-border {
    border: 1px solid #408CC7;
}

.cyan-bg {
    background-color: #5397CC;
}

.agent thead tr th:first-child,
.agent tbody tr td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.agent thead tr th:last-child,
.agent tbody tr td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.agent2 .table-width {
    width: 150px;
}

.table-bg {
    background-color: #D2D8DC;
}

.drop-width {
    width: 280px;
}

.navbar-admin {
    position: relative;
    z-index: 99999;
}

.repo .dropdown-toggle::after {
    display: none;
}

.position-xmark {
    position: absolute;
    top: -14px;
    right: 10px;
}

/* -----custome-radios--- */
.login-radios .custom-radio {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    user-select: none;
}

.login-radios .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.login-radios .checkmark {
    position: absolute;
    top: 0;
    right: -34px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.login-radios .custom-radio:hover .checkmark {
    background-color: rgba(255, 255, 255, 0.9);
}

.login-radios .custom-radio input:checked~.checkmark {
    background-color: #fff;
}

.login-radios .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-radios .custom-radio input:checked~.checkmark:after {
    display: block;
}

.login-radios .custom-radio .checkmark:after {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--main);
}

/* -----custome-radios--- */
.login-radios2 .custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}

.login-radios2 .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.login-radios2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.login-radios2 .custom-radio:hover .checkmark {
    background-color: rgba(255, 255, 255, 0.9);
}

.login-radios2 .custom-radio input:checked~.checkmark {
    background-color: #fff;
}

.login-radios2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-radios2 .custom-radio input:checked~.checkmark:after {
    display: block;
}

.login-radios2 .custom-radio .checkmark:after {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--main);
}

.overflow-sc {
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-sc::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.overflow-sc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.overflow-sc::-webkit-scrollbar-thumb {
    background-color: #1C74BB;
    border-radius: 10px;
}
.input_border{
    border: 1px solid #1C74BB;
}
.input_border input::placeholder{
    color: lightgrey;
}

/* ===================
    Media Query
=================== */
@media only screen and (max-width: 1200px) {
    .font-52 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 992px) {
    .overlay-about::before {
        border-radius: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .img-room {
        max-width: 340px;
    }

    .overlay-about::before {
        border-radius: 18px;
    }

    .font-70 {
        font-size: 45px;
    }

    .font-20 {
        font-size: 15px;
    }

    .fvrt-modal .modal.show .modal-dialog {
        justify-content: center;
    }

    .fvrt-modal .modal-content {
        margin-right: 15px;
    }

    .sidebar {
        z-index: 300
    }
}

@media only screen and (max-width: 577px) {
    .feature {
        font-size: 30px !important;
    }

    .font-52 {
        font-size: 25px !important;
    }

    .position-luxury {
        left: 9px;
        top: 5px;
    }

    .add-sec .slick-dots {
        left: 18px;
        top: 205px;
    }

    .luxury-width {
        max-width: 196px;
        height: 237px;
    }

    .custom-btn {
        padding: 10px 10px !important;
        min-width: 100px;
    }
}

@media only screen and (max-width: 498px) {
    .img-room {
        max-width: 230px;
    }

    .position-room {
        top: 92px;
        left: 89px
    }

    .overlay-about::before {
        border-radius: 10px;
    }

    .font-70 {
        font-size: 30px;
    }

    .position-ultimate {
        left: 30px;
    }

    .img-about {
        height: 180px;
        border-radius: 10px;
    }
    .input_border input::placeholder{
        font-size: 12px;
    }
}

@media only screen and (max-width: 377px) {
    .img-room {
        max-width: 180px;
    }

    .font-20 {
        font-size: 15px;
    }

    .position-ultimate {
        left: 14px;
    }

    .drop-width {
        width: 200px;
    }
}