/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,700|Open+Sans:300,400,600&display=swap");
/* line 8, assets/sass/_extends.scss */
.btn_4 {
    background-image: -webkit-linear-gradient(
        131deg,
        #feb47b,
        #ff7e5f,
        #ff7e5f,
        #ff7e5f
    );
    background-image: -o-linear-gradient(
        131deg,
        #feb47b,
        #ff7e5f,
        #ff7e5f,
        #ff7e5f
    );
    background-image: linear-gradient(
        131deg,
        #feb47b,
        #ff7e5f,
        #ff7e5f,
        #ff7e5f
    );
}

/**************** extend css start ****************/
/**************** common css start ****************/
/* line 3, assets/sass/_common.scss */
body {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #f3f3f3;
}

/* line 9, assets/sass/_common.scss */
.message_submit_form:focus {
    outline: none;
}

/* line 12, assets/sass/_common.scss */
input:hover,
input:focus {
    outline: none !important;
}

/* line 15, assets/sass/_common.scss */
.gray_bg {
    background-color: #f7f7f7;
}

/* line 18, assets/sass/_common.scss */
.section_padding {
    padding: 70px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 18, assets/sass/_common.scss */
    .section_padding {
        padding: 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 18, assets/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 575px) {
    /* line 18, assets/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 18, assets/sass/_common.scss */
    .section_padding {
        padding: 70px 0px;
    }
}

/* line 33, assets/sass/_common.scss */
.single_padding_top {
    padding-top: 130px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 33, assets/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 33, assets/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media (max-width: 575px) {
    /* line 33, assets/sass/_common.scss */
    .single_padding_top {
        padding-top: 70px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 33, assets/sass/_common.scss */
    .single_padding_top {
        padding-top: 80px !important;
    }
}

/* line 48, assets/sass/_common.scss */
.padding_top {
    padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 48, assets/sass/_common.scss */
    .padding_top {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 48, assets/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    /* line 48, assets/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 48, assets/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

/* line 63, assets/sass/_common.scss */
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 66, assets/sass/_common.scss */
a:hover {
    color: #ff7e5f;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 74, assets/sass/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c3e72;
    font-family: "Open Sans", sans-serif;
}

/* line 78, assets/sass/_common.scss */
p {
    color: #a2a2a2;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}

/* line 87, assets/sass/_common.scss */
h2 {
    font-size: 44px;
    line-height: 28px;
    color: #0c3e72;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 575px) {
    /* line 87, assets/sass/_common.scss */
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 87, assets/sass/_common.scss */
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}

/* line 104, assets/sass/_common.scss */
h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 575px) {
    /* line 104, assets/sass/_common.scss */
    h3 {
        font-size: 20px;
    }
}

/* line 114, assets/sass/_common.scss */
h5 {
    font-size: 18px;
    line-height: 22px;
}

/* line 119, assets/sass/_common.scss */
img {
    max-width: 100%;
}

/* line 122, assets/sass/_common.scss */
a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

/* line 129, assets/sass/_common.scss */
.section_tittle {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    /* line 129, assets/sass/_common.scss */
    .section_tittle {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 129, assets/sass/_common.scss */
    .section_tittle {
        margin-bottom: 50px;
    }
}

/* line 139, assets/sass/_common.scss */
.section_tittle h2 {
    font-size: 46px;
    color: #0c3e72;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    /* line 139, assets/sass/_common.scss */
    .section_tittle h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 139, assets/sass/_common.scss */
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

/* line 155, assets/sass/_common.scss */
.section_tittle p {
    color: #777;
    font-weight: 400;
}

/* line 160, assets/sass/_common.scss */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 165, assets/sass/_common.scss */
.mb_110 {
    margin-bottom: 110px;
}

@media (max-width: 575px) {
    /* line 165, assets/sass/_common.scss */
    .mb_110 {
        margin-bottom: 220px;
    }
}

/* line 172, assets/sass/_common.scss */
.mt_130 {
    margin-top: 130px;
}

@media (max-width: 575px) {
    /* line 172, assets/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 172, assets/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 172, assets/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 172, assets/sass/_common.scss */
    .mt_130 {
        margin-top: 70px;
    }
}

/* line 187, assets/sass/_common.scss */
.mb_130 {
    margin-bottom: 130px;
}

@media (max-width: 575px) {
    /* line 187, assets/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 187, assets/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 187, assets/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 187, assets/sass/_common.scss */
    .mb_130 {
        margin-bottom: 70px;
    }
}

/* line 202, assets/sass/_common.scss */
.pt_100 {
    padding-top: 100px;
}

@media (max-width: 575px) {
    /* line 202, assets/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 202, assets/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 202, assets/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 202, assets/sass/_common.scss */
    .pt_100 {
        padding-top: 30px;
    }
}

/* line 217, assets/sass/_common.scss */
.padding_top {
    padding-top: 140px;
}

@media (max-width: 991px) {
    /* line 217, assets/sass/_common.scss */
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 217, assets/sass/_common.scss */
    .padding_top {
        padding-top: 80px;
    }
}

/* line 227, assets/sass/_common.scss */
.padding_less_40 {
    margin-bottom: -50px;
}

/* line 230, assets/sass/_common.scss */
.z_index {
    z-index: 9 !important;
    position: relative;
}

@media (max-width: 575px) {
    /* line 236, assets/sass/_common.scss */
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    /* line 242, assets/sass/_common.scss */
    .container {
        max-width: 1170px;
    }
}

/* line 246, assets/sass/_common.scss */
.section_bg {
    background-color: #f7f7f7;
}

/* line 249, assets/sass/_common.scss */
.place_review {
    display: inline-block;
}

/* line 251, assets/sass/_common.scss */
.place_review a {
    color: #ffc962;
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, assets/sass/_button.scss */
.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 19, assets/sass/_button.scss */
.submit_btn:hover {
    background: transparent;
}

/* line 25, assets/sass/_button.scss */
.btn_1 {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #092742;
    font-weight: 500;
}

.btn_2 {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #092742;
    font-weight: 500;
}

.btn_cart {
    display: inline-block;
    padding: 10px 10px;
    font-size: 20px;
    color: #092742;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    font-weight: 500;
    border-color: transparent;
    vertical-align: middle;
}

.btn_del {
    font-size: 19px;
    color: #fff;
    background-color: #cf1414;
    border-color: transparent;
    border-radius: 7px;
    vertical-align: middle;
}

.btn_co {
    font-size: 19px;
    color: #fff;
    background-color: #092742;
    border-color: transparent;
    border-radius: 7px;
    margin-left: 30px;
    vertical-align: middle;
}

/* line 35, assets/sass/_button.scss */
.btn_1:hover,
.btn_2:hover {
    color: #fff;
    background-color: #2493e0;
}

@media (max-width: 991px) {
    /* line 25, assets/sass/_button.scss */
    .btn_1,
    .btn_2 {
        padding: 14px 30px;
    }
}

/* line 47, assets/sass/_button.scss */
.btn_2 {
    background-color: #191d34;
}

/* line 49, assets/sass/_button.scss */
.btn_2:hover {
    background-color: #2493e0;
    color: #fff;
}

/* line 54, assets/sass/_button.scss */
.btn_4 {
    display: inline-block;
    padding: 13px 47px;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    background-size: 300% 100%;
}

/* line 65, assets/sass/_button.scss */
.btn_4:hover {
    color: #fff;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    /* line 54, assets/sass/_button.scss */
    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 54, assets/sass/_button.scss */
    .btn_4 {
        padding: 14px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 54, assets/sass/_button.scss */
    .btn_4 {
        padding: 14px 30px;
    }
}

/* line 83, assets/sass/_button.scss */
.btn_3 {
    position: relative;
    font-weight: 500;
    color: #2f373d;
    display: inline-block;
    z-index: 9;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    line-height: 46px;
    padding-left: 30px;
    margin-top: 35px;
    font-family: "Barlow", sans-serif;
}

/* line 95, assets/sass/_button.scss */
.btn_3:after {
    height: 48px;
    width: 61px;
    background-color: #e3f1da;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

/* line 108, assets/sass/_button.scss */
.btn_3 i {
    font-size: 12px;
    margin-left: 11px;
}

/*=================== custom button rule start ====================*/
/* line 115, assets/sass/_button.scss */
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #fe5c24;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {
    /* line 115, assets/sass/_button.scss */
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}

/* line 134, assets/sass/_button.scss */
.button:hover {
    color: #fff !important;
}

/* line 139, assets/sass/_button.scss */
.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0;
}

/* line 145, assets/sass/_button.scss */
.button-link:hover {
    background: transparent;
    color: #3b1d82;
}

/* line 151, assets/sass/_button.scss */
.button-header {
    color: #fff;
    border-color: #fdcb9e;
}

/* line 155, assets/sass/_button.scss */
.button-header:hover {
    background: #b8024c;
    color: #fff;
}

/* line 161, assets/sass/_button.scss */
.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* 

/* line 1, assets/sass/_sub_menu.scss */
.sub_menu {
    background-color: #eaefff;
    padding: 14px 0px;
}

/* line 5, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content a {
    color: #0c3e72;
    margin: 15px;
}

@media (max-width: 575px) {
    /* line 5, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_right_content a {
        margin: 3px;
    }
}

/* line 12, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content i {
    color: #fe5c24;
    margin-right: 13px;
}

/* line 16, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_right_content span {
    color: #fe5c24;
    margin-right: 20px;
}

@media (max-width: 575px) {
    /* line 4, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_right_content {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 4, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_right_content {
        text-align: center;
    }
}

/* line 27, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon {
    float: right;
    text-align: right;
}

@media (max-width: 575px) {
    /* line 27, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_social_icon {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 27, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_social_icon {
        text-align: center;
        float: none;
        margin-top: 15px;
    }
}

/* line 40, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon span {
    margin-left: 15px;
    color: #0c3e72;
}

/* line 43, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon span i {
    color: #fe5c24;
    margin-right: 8px;
}

/* line 49, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon a {
    color: #0c3e72;
    margin-right: 20px;
}

@media (max-width: 575px) {
    /* line 49, assets/sass/_sub_menu.scss */
    .sub_menu .sub_menu_social_icon a {
        margin-right: 10px;
    }
}

/* line 55, assets/sass/_sub_menu.scss */
.sub_menu .sub_menu_social_icon a:hover {
    color: #fe5c24;
}

/**************menu part start*****************/
/* line 4, assets/sass/_menu.scss */

.main_menu {
    background-color: #fff;
}

.main_menu .navbar-brand {
    padding-top: 0rem;
}

@media (max-width: 575px) {
    /* line 7, assets/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 7, assets/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 7, assets/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 7, assets/sass/_menu.scss */
    .main_menu .navbar-brand img {
        max-width: 200px;
    }
}

/* line 26, assets/sass/_menu.scss */
.main_menu .navbar {
    padding: 0px;
}

/* line 33, assets/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link {
    color: #0c3e72;
    font-size: 16px;
    padding: 38px 22px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

/* line 39, assets/sass/_menu.scss */
.main_menu .main-menu-item ul li .nav-link:hover {
    color: #2493e0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 33, assets/sass/_menu.scss */
    .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 16px;
    }
}

/* line 53, assets/sass/_menu.scss */
.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

/* line 61, assets/sass/_menu.scss */
.menu_fixed .navbar-brand img {
    max-width: 150px;
}

/* line 65, assets/sass/_menu.scss */
.menu_fixed .main-menu-item ul li .nav-link {
    padding: 25px 25px;
}

/* line 68, assets/sass/_menu.scss */
.menu_fixed span {
    color: #000 !important;
}

/* line 76, assets/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* line 82, assets/sass/_menu.scss */
.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 0px;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}

/* line 92, assets/sass/_menu.scss */
.dropdown .dropdown-item {
    text-transform: capitalize;
}

/* line 97, assets/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

@media (max-width: 991px) {
    /* line 104, assets/sass/_menu.scss */
    .main_menu_iner {
        padding: 20px 0px;
    }
    /* line 108, assets/sass/_menu.scss */
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    /* line 112, assets/sass/_menu.scss */
    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 65px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }
    /* line 124, assets/sass/_menu.scss */
    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }
    /* line 130, assets/sass/_menu.scss */
    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }
    /* line 137, assets/sass/_menu.scss */
    .main_menu .main-menu-item {
        text-align: left !important;
    }
    /* line 140, assets/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }
    /* line 143, assets/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item a {
        padding: 0 !important;
    }
}

/**************** banner part css start ****************/
/* line 2, assets/sass/_banner.scss */
.banner_part {
    height: 310px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/**************** hero part css end ****************/
/*********** booking css start *************/
/* line 2, assets/sass/_booking.scss */
.booking_part {
    margin-top: -80px;
    z-index: 9;
    position: relative;
}

/* line 7, assets/sass/_booking.scss */
.booking_part .booking_menu {
    background-color: #fff;
    padding: 0 35px;
    border-radius: 7px 7px 0px 0px;
}

@media (max-width: 575px) {
    /* line 7, assets/sass/_booking.scss */
    .booking_part .booking_menu {
        padding: 0 20px;
    }
}

/* line 13, assets/sass/_booking.scss */
.booking_part .booking_menu .nav-tabs .nav-item .nav-link,
.booking_part .booking_menu .nav-tabs .nav-link {
    color: #0c3e72;
    border-color: transparent;
    border-bottom: 3px solid transparent;
    text-transform: capitalize;
    padding: 28.5px 20px;
}

/* line 20, assets/sass/_booking.scss */
.booking_part .booking_menu .nav-tabs {
    border-bottom: 0px solid transparent;
}

/* line 24, assets/sass/_booking.scss */
.booking_part .booking_content {
    background-color: white;
    box-shadow: 0px 20px 40px 0px rgba(221, 221, 221, 0.3);
    padding: 40px;
    border-radius: 0 0 7px 7px;
}

/* line 29, assets/sass/_booking.scss */
.booking_part .form-row {
    display: flex;
    justify-content: space-between;
}

/* line 32, assets/sass/_booking.scss */
.booking_part .form-row .form_colum {
    width: 42%;
}

@media (max-width: 991px) {
    /* line 32, assets/sass/_booking.scss */
    .booking_part .form-row .form_colum {
        width: 48%;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    /* line 32, assets/sass/_booking.scss */
    .booking_part .form-row .form_colum {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* line 43, assets/sass/_booking.scss */
.booking_part .form-row .form_colum .nc_select,
.booking_part .form-row .form_colum .gj-datepicker {
    width: 100%;
    border-color: #2493e0;
    border-radius: 0;
    color: #2493e0;
    height: 50px;
    display: flex;
    align-items: center;
}

/* line 52, assets/sass/_booking.scss */
.booking_part .form-row .form_colum .nice-select:after {
    border-bottom: 2px solid #2493e0;
    border-right: 2px solid #2493e0;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: 18px;
}

/* line 61, assets/sass/_booking.scss */
.booking_part .form-row .form_colum .gj-textbox-md {
    border: 1px solid #2493e0;
    padding: 16px;
    color: #2493e0;
    font-size: 14px;
}

/* line 67, assets/sass/_booking.scss */
.booking_part .form-row .form_colum .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 24px;
}

/* line 73, assets/sass/_booking.scss */
.booking_part .form-row .form_colum ::placeholder {
    color: #2493e0;
}

/* line 78, assets/sass/_booking.scss */
.booking_part .nav-link.active {
    border-bottom: 3px solid #2493e0 !important;
}

/*********** top place *************/
/* line 3, assets/sass/_top_place.scss */
.top_place .single_place {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.top_place .single_place img {
    width: 100%;
    height: 300px;
}

/* line 7, assets/sass/_top_place.scss */
.top_place .single_place:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #dae0e4;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 19, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text {
    padding: 40px;
    position: absolute;
    bottom: -20px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

@media (max-width: 991px) {
    /* line 19, assets/sass/_top_place.scss */
    .top_place .single_place .hover_Text {
        padding: 15px;
    }
}

/* line 31, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text .place_btn {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #092742;
    border-radius: 10px;
    text-transform: capitalize;
    margin-bottom: 14px;
}

/* line 39, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text h3 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    /* line 39, assets/sass/_top_place.scss */
    .top_place .single_place .hover_Text h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

/* line 49, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text p {
    color: #ffffff;
}

/* line 52, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text .place_review {
    margin-top: 15px;
}

/* line 54, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text .place_review a {
    color: #fe5c24;
}

/* line 57, assets/sass/_top_place.scss */
.top_place .single_place .hover_Text .place_review span {
    color: #fff;
}

/* line 62, assets/sass/_top_place.scss */
.top_place .single_place .details_icon {
    float: right;
}

/* line 64, assets/sass/_top_place.scss */
.top_place .single_place .details_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

/* line 77, assets/sass/_top_place.scss */
.top_place .single_place:hover .hover_Text {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* line 82, assets/sass/_top_place.scss */
.top_place .single_place:hover:after {
    opacity: 0.3;
}

/* line 87, assets/sass/_top_place.scss */
.top_place .btn_1 {
    margin: 0 auto;
    margin-top: 20px;
}
/******** client review part css *********/
/* line 2, assets/sass/_client_review.scss */
.client_review {
    background-color: #0c3e72;
}

.client_review .btn_1 {
    background-color: #092742;
    margin-top: 50px;
}

.client_review .btn_1:hover {
    background-color: #2493e0;
    margin-top: 50px;
}

/* line 5, assets/sass/_client_review.scss */
.client_review .section_tittle h2 {
    color: #fff;
}

.client_review .section_tittle p {
    color: #fff;
    margin-top: 1px;
}

/* line 9, assets/sass/_client_review.scss */
.client_review .single_review_slider {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

/* line 12, assets/sass/_client_review.scss */
.client_review .single_review_slider p {
    display: inline-block;
    color: #000;
    margin: 26px 0 32px;
}

/* line 17, assets/sass/_client_review.scss */
.client_review .single_review_slider h5 {
    font-weight: 18px;
    color: #fff;
}

/* line 21, assets/sass/_client_review.scss */
.client_review .single_review_slider .place_review {
    display: inline-block;
}

.client_review .single_review_slider .place_review img {
    width: 250px;
    height: 250px;
    vertical-align: middle;
}

.client_review .single_review_slider .place_review h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
    text-align: center;
}

.client_review .single_review_slider .place_review span {
    display: block;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
}

/* line 28, assets/sass/_client_review.scss */
.client_review .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 28, assets/sass/_client_review.scss */
    .client_review .owl-nav {
        top: -80px;
    }
}

/* line 35, assets/sass/_client_review.scss */
.client_review .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: #2493e0 !important;
    color: #fff !important;
}

/* line 43, assets/sass/_client_review.scss */
.client_review .owl-nav button i {
    font-weight: 700;
}

/* line 47, assets/sass/_client_review.scss */
.client_review .owl-nav .owl-prev {
    margin-right: 10px;
}

/**************** copyright part css start ****************/
/* line 2, assets/sass/_copyright_part.scss */
.copyright_part {
    background-color: #191d34;
    padding: 26px 0px;
}

/* line 5, assets/sass/_copyright_part.scss */
.copyright_part p {
    color: #8a8a8a;
    font-family: 300;
}

/* line 9, assets/sass/_copyright_part.scss */
.copyright_part a {
    color: #fe5c24;
}

@media (max-width: 575px) {
    /* line 12, assets/sass/_copyright_part.scss */
    .copyright_part .footer-social {
        margin-top: 20px;
    }
}

/* line 25, assets/sass/_copyright_part.scss */
.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

/* line 35, assets/sass/_copyright_part.scss */
.copyright_part .footer-social a:hover {
    background-color: #ff7e5f !important;
    color: #fff !important;
}

/* line 40, assets/sass/_copyright_part.scss */
.copyright_part .footer-social a i:hover {
    color: #fff;
}

@media (max-width: 575px) {
    /* line 47, assets/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 52, assets/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 58, assets/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

/* line 65, assets/sass/_copyright_part.scss */
.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/* line 1, assets/sass/_breadcrumb.scss */
.breadcrumb_bg {
    background-image: url("../img/breadcrumb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 5, assets/sass/_breadcrumb.scss */
.breadcrumb {
    position: relative;
    z-index: 1;
}

/* line 9, assets/sass/_breadcrumb.scss */
.breadcrumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    opacity: 0.6;
    z-index: -1;
}

/* line 21, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
    height: 400px;
    width: 100%;
    display: table;
}

/* line 26, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
    display: table-cell;
    vertical-align: middle;
}

/* line 30, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 24px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    /* line 30, assets/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

/* line 44, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

/* line 49, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a {
    color: #fe5c24;
}

/* line 54, assets/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    margin: 0px 5px;
    font-size: 12px;
}

/* line 64, assets/sass/_breadcrumb.scss */
.breadcrumb {
    margin-bottom: 0px !important;
}

/* line 2, assets/sass/_footer.scss */
.footer-area {
    background-color: #162b45;
    padding: 130px 0px 0px;
    position: relative;
}

@media (max-width: 991px) {
    /* line 2, assets/sass/_footer.scss */
    .footer-area {
        padding: 70 0px 0px;
    }
}

/* line 9, assets/sass/_footer.scss */
.footer-area .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

@media (max-width: 991px) {
    /* line 15, assets/sass/_footer.scss */
    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
}

/* line 20, assets/sass/_footer.scss */
.footer-area .single-footer-widget p {
    color: #fff;
    line-height: 1.8;
}

/* line 25, assets/sass/_footer.scss */
.footer-area .single-footer-widget h4 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.footer-area .single-footer-widget h4#JudulFooter {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.footer-area .single-footer-widget img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    /* line 25, assets/sass/_footer.scss */
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    /* line 25, assets/sass/_footer.scss */
    .footer-area .single-footer-widget h4 {
        margin-bottom: 25px;
    }
}

/* line 38, assets/sass/_footer.scss */
.footer-area .single-footer-widget ul {
    columns: 1;
}

/* line 40, assets/sass/_footer.scss */
.footer-area .single-footer-widget ul li {
    margin-bottom: 10px;
}

/* line 42, assets/sass/_footer.scss */
.footer-area .single-footer-widget ul li a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

/* line 46, assets/sass/_footer.scss */
.footer-area .single-footer-widget ul li a:hover {
    color: #fe5c24;
}

/* line 52, assets/sass/_footer.scss */
.footer-area .single-footer-widget .form-wrap {
    margin-bottom: 25px;
}

/* line 55, assets/sass/_footer.scss */
.footer-area .single-footer-widget input {
    height: 50px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    font-size: 13px;
    color: #999999;
    background-color: #092742;
    border: 0px solid transparent;
}

/* line 66, assets/sass/_footer.scss */
.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

/* line 71, assets/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn {
    background-color: #fe5c24;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    left: 0;
}

/* line 83, assets/sass/_footer.scss */
.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

/* line 91, assets/sass/_footer.scss */
.footer-area .footer_1 img {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    /* line 91, assets/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 91, assets/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 91, assets/sass/_footer.scss */
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

/* line 106, assets/sass/_footer.scss */
.footer-area .footer_1 p {
    margin-bottom: 15px;
}

/* line 110, assets/sass/_footer.scss */
.footer-area .social_icon {
    margin-top: 27px;
}

/* line 112, assets/sass/_footer.scss */
.footer-area .social_icon a {
    color: #cccccc;
    font-size: 14px;
    margin-right: 20px;
}

/* line 116, assets/sass/_footer.scss */
.footer-area .social_icon a:hover {
    color: #fe5c24;
}

/* line 125, assets/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img {
    width: 31.33%;
    float: left;
    margin: 1%;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    /* line 125, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }
    /* line 133, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 125, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }
    /* line 139, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 125, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }
    /* line 145, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 125, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }
    /* line 151, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 125, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }
    /* line 157, assets/sass/_footer.scss */
    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

/* line 161, assets/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 172, assets/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img i {
    text-align: center;
    position: absolute;
    top: 41%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    opacity: 0;
}

/* line 184, assets/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
    opacity: 0.5;
}

/* line 187, assets/sass/_footer.scss */
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
    opacity: 1;
}

/* line 195, assets/sass/_footer.scss */
.footer-area .contact_info {
    position: relative;
    margin-bottom: 20px;
}

/* line 198, assets/sass/_footer.scss */
.footer-area .contact_info:last-child {
    margin-bottom: 0px;
}

/* line 201, assets/sass/_footer.scss */
.footer-area .contact_info p {
    margin-bottom: 10px;
}

/* line 203, assets/sass/_footer.scss */
.footer-area .contact_info p span {
    color: #2c3033;
    font-size: 16px;
}

/* line 209, assets/sass/_footer.scss */
.footer-area .btn {
    background-color: #fe5c24;
    color: #fff;
    width: 49px;
    border-radius: 0px;
    height: 50px;
}

/* line 216, assets/sass/_footer.scss */
.footer-area span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/* line 220, assets/sass/_footer.scss */
.footer-area .copyright_part_text {
    background-color: #08223a;
    padding: 32px 15px;
    margin-top: 95px;
}

/* line 224, assets/sass/_footer.scss */
.footer-area .copyright_part_text p {
    color: #777777;
}

@media (max-width: 575px) {
    /* line 220, assets/sass/_footer.scss */
    .footer-area .copyright_part_text {
        margin-top: 20px;
        text-align: center;
    }
    /* line 231, assets/sass/_footer.scss */
    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 220, assets/sass/_footer.scss */
    .footer-area .copyright_part_text {
        text-align: center;
        margin-top: 20px;
        padding: 32px 15px;
    }
    /* line 239, assets/sass/_footer.scss */
    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 220, assets/sass/_footer.scss */
    .footer-area .copyright_part_text {
        text-align: center;
    }
}

/* line 249, assets/sass/_footer.scss */
.footer-area .copyright_part_text a {
    color: #fe5c24;
}

/* line 253, assets/sass/_footer.scss */
.footer-area .input-group {
    border: 1px solid #45556a;
    padding: 5px;
}

/* line 258, assets/sass/_footer.scss */
.footer-area .footer_icon p {
    margin-bottom: 22px;
    font-size: 16px;
}

/* line 262, assets/sass/_footer.scss */
.footer-area .footer_icon span {
    color: #fe5c24;
}

/* line 266, assets/sass/_footer.scss */
.footer-area .footer_icon ul li {
    margin-bottom: 20px;
}

/* line 268, assets/sass/_footer.scss */
.footer-area .footer_icon ul li i {
    margin-right: 15px;
}

/* line 273, assets/sass/_footer.scss */
.footer-area .footer_icon .social-icons {
    margin-top: 30px;
}

/* line 275, assets/sass/_footer.scss */
.footer-area .footer_icon .social-icons a {
    color: #fff;
    margin-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 279, assets/sass/_footer.scss */
.footer-area .footer_icon .social-icons a:hover {
    color: #fe5c24;
}

@media (max-width: 991px) {
    /* line 287, assets/sass/_footer.scss */
    .footer_icon {
        margin-top: 20px;
    }
}

/* line 292, assets/sass/_footer.scss */
.footer_menu {
    float: right;
}

@media (max-width: 575px) {
    /* line 292, assets/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 292, assets/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 292, assets/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 292, assets/sass/_footer.scss */
    .footer_menu {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

/* line 315, assets/sass/_footer.scss */
.footer_menu ul li {
    display: inline-block;
}

/* line 317, assets/sass/_footer.scss */
.footer_menu ul li a {
    color: #777 !important;
    padding: 0px 22px;
}

/* line 320, assets/sass/_footer.scss */
.footer_menu ul li a:hover {
    color: #fe5c24 !important;
}

@media (max-width: 575px) {
    /* line 317, assets/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 317, assets/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 317, assets/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 317, assets/sass/_footer.scss */
    .footer_menu ul li a {
        padding: 0px 15px;
    }
}

/* line 75, assets/sass/_elements.scss */
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

/* line 80, assets/sass/_elements.scss */
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

/* line 85, assets/sass/_elements.scss */
b,
sup,
sub,
u,
del {
    color: #fe5c24;
}

/* line 93, assets/sass/_elements.scss */
h1 {
    font-size: 36px;
}

/* line 97, assets/sass/_elements.scss */
h2 {
    font-size: 30px;
}

/* line 101, assets/sass/_elements.scss */
h3 {
    font-size: 24px;
}

/* line 105, assets/sass/_elements.scss */
h4 {
    font-size: 18px;
}

/* line 109, assets/sass/_elements.scss */
h5 {
    font-size: 16px;
}

/* line 113, assets/sass/_elements.scss */
h6 {
    font-size: 14px;
}

/* line 117, assets/sass/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

/* line 127, assets/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}

/* line 137, assets/sass/_elements.scss */
.button-area {
    background: #fff;
}

/* line 138, assets/sass/_elements.scss */
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

/* line 146, assets/sass/_elements.scss */
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

/* line 149, assets/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

/* line 155, assets/sass/_elements.scss */
.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 166, assets/sass/_elements.scss */
.genric-btn:focus {
    outline: none;
}

/* line 169, assets/sass/_elements.scss */
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

/* line 173, assets/sass/_elements.scss */
.genric-btn.large {
    line-height: 45px;
}

/* line 176, assets/sass/_elements.scss */
.genric-btn.medium {
    line-height: 30px;
}

/* line 179, assets/sass/_elements.scss */
.genric-btn.small {
    line-height: 25px;
}

/* line 182, assets/sass/_elements.scss */
.genric-btn.radius {
    border-radius: 3px;
}

/* line 185, assets/sass/_elements.scss */
.genric-btn.circle {
    border-radius: 20px;
}

/* line 188, assets/sass/_elements.scss */
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 195, assets/sass/_elements.scss */
.genric-btn.arrow span {
    margin-left: 10px;
}

/* line 199, assets/sass/_elements.scss */
.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 203, assets/sass/_elements.scss */
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 208, assets/sass/_elements.scss */
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 211, assets/sass/_elements.scss */
.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 217, assets/sass/_elements.scss */
.genric-btn.primary {
    color: #fff;
    background: #fe5c24;
    border: 1px solid transparent;
}

/* line 221, assets/sass/_elements.scss */
.genric-btn.primary:hover {
    color: #fe5c24;
    border: 1px solid #fe5c24;
    background: #fff;
}

/* line 227, assets/sass/_elements.scss */
.genric-btn.primary-border {
    color: #fe5c24;
    border: 1px solid #fe5c24;
    background: #fff;
}

/* line 231, assets/sass/_elements.scss */
.genric-btn.primary-border:hover {
    color: #fff;
    background: #fe5c24;
    border: 1px solid transparent;
}

/* line 237, assets/sass/_elements.scss */
.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

/* line 241, assets/sass/_elements.scss */
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

/* line 247, assets/sass/_elements.scss */
.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

/* line 251, assets/sass/_elements.scss */
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

/* line 257, assets/sass/_elements.scss */
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

/* line 261, assets/sass/_elements.scss */
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

/* line 267, assets/sass/_elements.scss */
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

/* line 271, assets/sass/_elements.scss */
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

/* line 277, assets/sass/_elements.scss */
.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

/* line 281, assets/sass/_elements.scss */
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

/* line 287, assets/sass/_elements.scss */
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

/* line 291, assets/sass/_elements.scss */
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

/* line 297, assets/sass/_elements.scss */
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

/* line 301, assets/sass/_elements.scss */
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

/* line 307, assets/sass/_elements.scss */
.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

/* line 311, assets/sass/_elements.scss */
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

/* line 317, assets/sass/_elements.scss */
.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

/* line 322, assets/sass/_elements.scss */
.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 328, assets/sass/_elements.scss */
.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

/* line 333, assets/sass/_elements.scss */
.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 339, assets/sass/_elements.scss */
.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

/* line 347, assets/sass/_elements.scss */
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #fe5c24;
}

/* line 353, assets/sass/_elements.scss */
.progress-table-wrap {
    overflow-x: scroll;
}

/* line 357, assets/sass/_elements.scss */
.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

/* line 361, assets/sass/_elements.scss */
.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

/* line 365, assets/sass/_elements.scss */
.progress-table .country {
    width: 28.07%;
}

/* line 368, assets/sass/_elements.scss */
.progress-table .visit {
    width: 19.74%;
}

/* line 371, assets/sass/_elements.scss */
.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

/* line 375, assets/sass/_elements.scss */
.progress-table .table-head {
    display: flex;
}

/* line 377, assets/sass/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

/* line 387, assets/sass/_elements.scss */
.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

/* line 391, assets/sass/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

/* line 399, assets/sass/_elements.scss */
.progress-table .table-row .country img {
    margin-right: 15px;
}

/* line 404, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
}

/* line 408, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

/* line 411, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

/* line 414, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

/* line 417, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

/* line 420, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

/* line 423, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

/* line 426, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

/* line 429, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

/* line 432, assets/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

/* line 441, assets/sass/_elements.scss */
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

/* line 449, assets/sass/_elements.scss */
.list-style {
    width: 14px;
    height: 14px;
}

/* line 455, assets/sass/_elements.scss */
.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

/* line 459, assets/sass/_elements.scss */
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fe5c24;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

/* line 473, assets/sass/_elements.scss */
.ordered-list {
    margin-left: 30px;
}

/* line 475, assets/sass/_elements.scss */
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #fe5c24;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 480, assets/sass/_elements.scss */
.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 488, assets/sass/_elements.scss */
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #fe5c24;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 494, assets/sass/_elements.scss */
.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 502, assets/sass/_elements.scss */
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #fe5c24;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 508, assets/sass/_elements.scss */
.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 515, assets/sass/_elements.scss */
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 523, assets/sass/_elements.scss */
.single-input:focus {
    outline: none;
}

/* line 528, assets/sass/_elements.scss */
.input-group-icon {
    position: relative;
}

/* line 530, assets/sass/_elements.scss */
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

/* line 535, assets/sass/_elements.scss */
.input-group-icon .icon i {
    color: #797979;
}

/* line 540, assets/sass/_elements.scss */
.input-group-icon .single-input {
    padding-left: 45px;
}

/* line 545, assets/sass/_elements.scss */
.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

/* line 555, assets/sass/_elements.scss */
.single-textarea:focus {
    outline: none;
}

/* line 560, assets/sass/_elements.scss */
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 568, assets/sass/_elements.scss */
.single-input-primary:focus {
    outline: none;
    border: 1px solid #fe5c24;
}

/* line 574, assets/sass/_elements.scss */
.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 582, assets/sass/_elements.scss */
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

/* line 588, assets/sass/_elements.scss */
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 596, assets/sass/_elements.scss */
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

/* line 602, assets/sass/_elements.scss */
.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 609, assets/sass/_elements.scss */
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* line 619, assets/sass/_elements.scss */
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fe5c24;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 632, assets/sass/_elements.scss */
.default-switch input:checked + label {
    left: 19px;
}

/* line 639, assets/sass/_elements.scss */
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 646, assets/sass/_elements.scss */
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 655, assets/sass/_elements.scss */
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* line 663, assets/sass/_elements.scss */
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* line 677, assets/sass/_elements.scss */
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 693, assets/sass/_elements.scss */
.primary-switch input:checked + label:after {
    left: 19px;
}

/* line 696, assets/sass/_elements.scss */
.primary-switch input:checked + label:before {
    background: #fe5c24;
}

/* line 704, assets/sass/_elements.scss */
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 711, assets/sass/_elements.scss */
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 720, assets/sass/_elements.scss */
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* line 728, assets/sass/_elements.scss */
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

/* line 742, assets/sass/_elements.scss */
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 758, assets/sass/_elements.scss */
.confirm-switch input:checked + label:after {
    left: 19px;
}

/* line 761, assets/sass/_elements.scss */
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

/* line 769, assets/sass/_elements.scss */
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 776, assets/sass/_elements.scss */
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 785, assets/sass/_elements.scss */
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 798, assets/sass/_elements.scss */
.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center
        center/cover;
    border: none;
}

/* line 806, assets/sass/_elements.scss */
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 813, assets/sass/_elements.scss */
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 822, assets/sass/_elements.scss */
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 835, assets/sass/_elements.scss */
.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center
        center/cover;
    border: none;
}

/* line 843, assets/sass/_elements.scss */
.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 850, assets/sass/_elements.scss */
.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 859, assets/sass/_elements.scss */
.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 871, assets/sass/_elements.scss */
.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

/* line 876, assets/sass/_elements.scss */
.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center
        center/cover;
    border: none;
}

/* line 884, assets/sass/_elements.scss */
.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 891, assets/sass/_elements.scss */
.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 900, assets/sass/_elements.scss */
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 913, assets/sass/_elements.scss */
.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center
        center/cover;
    border: none;
}

/* line 921, assets/sass/_elements.scss */
.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 928, assets/sass/_elements.scss */
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 937, assets/sass/_elements.scss */
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 950, assets/sass/_elements.scss */
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center
        center/cover;
    border: none;
}

/* line 958, assets/sass/_elements.scss */
.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 965, assets/sass/_elements.scss */
.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 974, assets/sass/_elements.scss */
.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 986, assets/sass/_elements.scss */
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

/* line 991, assets/sass/_elements.scss */
.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center
        center/cover;
    border: none;
}

/* line 999, assets/sass/_elements.scss */
.default-select {
    height: 40px;
}

/* line 1001, assets/sass/_elements.scss */
.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}

/* line 1008, assets/sass/_elements.scss */
.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

/* line 1015, assets/sass/_elements.scss */
.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

/* line 1022, assets/sass/_elements.scss */
.default-select .nice-select .list .option.selected {
    color: #fe5c24;
    background: transparent;
}

/* line 1026, assets/sass/_elements.scss */
.default-select .nice-select .list .option:hover {
    color: #fe5c24;
    background: transparent;
}

/* line 1033, assets/sass/_elements.scss */
.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

/* line 1037, assets/sass/_elements.scss */
.default-select .nice-select::after {
    right: 20px;
}

/* line 1042, assets/sass/_elements.scss */
.form-select {
    height: 40px;
    width: 100%;
}

/* line 1045, assets/sass/_elements.scss */
.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

/* line 1053, assets/sass/_elements.scss */
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

/* line 1060, assets/sass/_elements.scss */
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

/* line 1067, assets/sass/_elements.scss */
.form-select .nice-select .list .option.selected {
    color: #fe5c24;
    background: transparent;
}

/* line 1071, assets/sass/_elements.scss */
.form-select .nice-select .list .option:hover {
    color: #fe5c24;
    background: transparent;
}

/* line 1078, assets/sass/_elements.scss */
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

/* line 1082, assets/sass/_elements.scss */
.form-select .nice-select::after {
    right: 20px;
}

/* line 1086, assets/sass/_elements.scss */
.mt-10 {
    margin-top: 10px;
}

/* line 1089, assets/sass/_elements.scss */
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

/* line 1093, assets/sass/_elements.scss */
.mb-30 {
    margin-bottom: 30px;
}

/* line 1096, assets/sass/_elements.scss */
.mt-30 {
    margin-top: 30px;
}

/* line 1099, assets/sass/_elements.scss */
.switch-wrap {
    margin-bottom: 10px;
}

.kategori {
    padding: 60px 0;
}

.kategori .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    max-height: 435px;
}

.kategori .service-item .icon {
    color: #092742;
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;

    /* display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; */
}

.kategori .service-item .icon i {
    color: #092742;
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;

    /* display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; */
}

.kategori .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;

    /* display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; */
}

.kategori .service-item h3 {
    color: #0c3e72;
    font-weight: 550;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eee;
    transition: 0.3s;
}

.kategori .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.kategori .service-item:hover .icon:before {
    background: #2493e0;
}

.kategori .service-item:hover h3 {
    border-color: #092742;
}

.kategori .kabupaten {
    padding: 40px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    text-align: center;
}

.kategori .kabupaten .single_review_slider .place_review {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.kategori .kabupaten .single_review_slider .place_review img {
    width: 250px;
    height: 250px;
    vertical-align: middle;
}

.kategori .kabupaten .single_review_slider .place_review h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
    text-align: center;
}

.kategori .kabupaten .single_review_slider .place_review span {
    display: block;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
}

.detailHead {
    background-image: linear-gradient(to left, #092742, #134f8e);
    width: auto;
    height: 500px;
    margin-bottom: 20px;
}

.detailHead img {
    width: 300px;
    height: 300px;
}

.detailHead .head_tittle h2 {
    color: #fff;
    font-size: 50px;
}

.detailHead .head_tittle p {
    color: #fff;
    margin-top: 50px;
    text-align: left;
    vertical-align: middle;
}

/* #destinasiKab Section
--------------------------------------------------------------*/

.destinasiKab .destinasiKab-item {
    margin-bottom: 30px;
}
.destinasiKab .destinasiKab-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.destinasiKab .destinasiKab-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    width: max-content;
    height: 60%;
}

.destinasiKab .destinasiKab-wrap .destinasiKab-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
    height: 165px;
}

.destinasiKab .destinasiKab-wrap .destinasiKab-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.destinasiKab .destinasiKab-wrap .destinasiKab-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.destinasiKab .destinasiKab-wrap:hover img {
    transform: scale(1.1);
}

.detailHeadDesa .head_tittle {
    text-align: center;
    vertical-align: middle;
}
.detailHeadDesa .head_tittle h2 {
    color: #092742;
    font-size: 48px;
}

.detailHeadDesa .head_tittle p {
    color: #134f8e;
    margin-top: 20px;
}

.desa {
    padding: 60px 0;
    margin-bottom: 60px;
}

.desa .listDesa {
    padding: 40px;
    background: #fff;
    width: 360px;
    height: 334px;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #eeeeee;
}

.desa .listDesa .icon {
    color: #092742;
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

.desa .listDesa .icon i {
    color: #092742;
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}

.desa .listDesa .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
}

.desa .listDesa h3 {
    color: #0c3e72;
    font-weight: 550;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eee;
    transition: 0.3s;
}

.desa .listDesa p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.desa .listDesa:hover .icon:before {
    background: #2493e0;
}

.desa .listDesa:hover h3 {
    border-color: #092742;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog {
    margin-bottom: 50px;
}

.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.blog .blog-details .carousel-inner .carousel-item img {
    border-radius: 10px;
    width: auto;
    height: 700px;
}

.blog .blog-details .post-img img {
    border-radius: 10px;
    width: auto;
    height: 700px;
}

.blog .blog-details .content {
    background-color: #fff;
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.blog .post-author .post-author-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-default);
}

.blog .post-author .post-author-item + .post-author-item {
    margin-top: 40px;
}

.blog .post-author .post-item + .post-item {
    margin-top: 15px;
}

.blog .post-author .post-item img {
    width: 450px;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 9px;
    object-fit: cover;
}

.blog .post-author .post-item .carousel-inner img {
    width: 450px;
    height: 250px;
    margin-bottom: 25px;
    border-radius: 9px;
    object-fit: cover;
}

.blog .post-author .post-item h3 {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 80px;
    left: 25px;
    color: #fff;
}

.blog .post-author .post-item p {
    position: absolute;
    bottom: 40px;
    left: 25px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.blog .post-author .post-item button {
    position: absolute;
    bottom: 125px;
    left: 23px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #2596be;
    border: none;
}

.blog .post-author .post-item button:hover {
    background-color: #134f8e;
}

.blog .paketDestinasi {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .paketDestinasi h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.blog .paketDestinasi .detailPaketDesti {
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.blog .paketDestinasi .detailPaketDesti h2 {
    position: relative;
    text-align: left;
    font-size: 30px;
    color: #0c3e72;
    font-weight: 600;
    left: 10px;
}

.blog .paketDestinasi .detailPaketDesti button {
    color: #ffffff;
    background-color: #2596be;
    font-size: 17px;
    border-radius: 7px;
    padding: 10px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    position: absolute;
    right: 20px;
}

.blog .paketDestinasi .detailPaketDesti button:hover {
    background-color: #134f8e;
}

.blog .paketDestinasi .detailPaketDesti .deskripsiPaketDesti {
    width: 495px;
    height: 190px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #0c3e72;
}

.blog .paketDestinasi .detailPaketDesti .deskripsiPaketDesti h3 {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
}

.blog .paketDestinasi .detailPaketDesti .deskripsiPaketDesti p {
    font-size: 15px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    color: #ffffff;
}

.blog .paketDestinasi .detailPaketDesti .deskripsiPaketDesti span {
    font-size: 20px;
    position: absolute;
    bottom: 70px;
    right: 30px;
    display: inline-block;
    background: #f15d30;
    padding: 4px 5px 4px 15px;
    border-radius: 20px 0 0 20px;
    color: #fff;
}

.blog .paketDestinasi .detailPaketDesti .deskripsiPaketDesti span::after {
    position: absolute;
    top: -5px;
    content: "";
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #c7390d;
}

.blog .lokDestinasi iframe {
    margin-top: 50px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
}

.blog .lokasiDestinasi {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .lokasiDestinasi iframe {
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
}

.blog .lokasiDestinasi h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.blog .tiketMasuk {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .tiketMasuk h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.blog .tiketMasuk h2 {
    font-weight: 600;
    font-size: 36px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.btn_5 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #092742;
    font-weight: 500;
    margin-top: 20px;
}

.btn_5:hover {
    background-color: #134f8e;
}

.blog .wahanaDestinasi {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .wahanaDestinasi h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.blog .wahanaDestinasi .detailWahana {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.blog .wahanaDestinasi .detailWahana img {
    border-radius: 10px;
    width: 232px;
    height: 175px;
}

.blog .wahanaDestinasi .detailWahana h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.blog .wahanaDestinasi .detailWahana p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

.pesanTiket .inputTiket {
    width: 1000px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.pesanTiket .inputTiket h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.pesanTiket .inputTiket form input {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
}

.pesanTiket .inputTiket label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pesanTiket .inputTiket form #buttonLogin {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 70%;
    color: #fff;
    cursor: pointer;
    background-color: #24819e;
    margin-right: auto;
    margin-left: auto;
}

.bayarTiket {
    width: 850px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.bayarTiket .lanjutBayar h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.bayarTiket .lanjutBayar p {
    color: #222222;
}

.bayarTiket .lanjutBayar .row {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.bayarTiket .lanjutBayar #pay-button {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #24819e;
    margin-right: auto;
    margin-left: auto;
}

.unduhTiket {
    width: 850px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.unduhTiket .lanjutUnduh h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.unduhTiket .lanjutUnduh p {
    color: #222222;
}

.unduhTiket .lanjutUnduh .row {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.unduhTiket .lanjutUnduh .downloadTiket {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #24819e;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.recent-posts {
    background-color: #ffffff;
}

.recent-posts article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-posts .post-img img {
    width: 360px;
    height: 240px;
    object-fit: cover;
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.recent-posts .title a:hover {
    color: var(--color-primary);
}

.recent-posts .post-author-img {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 0;
}

.dropdown .btn_1 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #092742;
    font-weight: 500;
    border-color: transparent;
}

.dropdown .btn_1:hover {
    background-color: #2493e0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-menu {
    margin-top: 5px;
    background-color: #f1f1f1;
    z-index: 5;
    border-radius: 15px;
}

.dropdown-item {
    color: #092742;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left !important;
}

.dropdown-item:hover {
    background-color: #ddd;
    border-radius: 3px;
}

.keranjang {
    margin-bottom: 50px;
}

.keranjang .itemKeranjang {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.keranjang .itemKeranjang h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.keranjang .itemKeranjang h4#totalKeranjang {
    font-weight: 600;
    font-size: 22px;
    margin-right: 30px;
    margin-top: 30px;
    padding: 0;
    text-align: right;
    vertical-align: middle;
}

.keranjang .itemKeranjang .detailItem {
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.keranjang .itemKeranjang .detailItem .deskripsiItem {
    padding: 20px;
    border-radius: 10px;
    background-color: #0c3e72;
}

.keranjang .itemKeranjang .detailItem .deskripsiItem h3 {
  position: relative;
  text-align: left;
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  left: 10px;
}

.keranjang .itemKeranjang .detailItem .deskripsiItem h4 {
  position: relative;
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff;
  left: 10px;
}

.keranjang .itemKeranjang .detailItem .deskripsiItem p {
  position: relative;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0;
  color: #ffffff;
  left: 10px;
}

.keranjang
    .itemKeranjang
    .detailItem
    .deskripsiItem
    input[type="number"]::-webkit-inner-spin-button {
    opacity: 1;
}

.keranjang .itemKeranjang .detailItem .deskripsiItem input[type="number"] {
    width: 180px;
    padding-left: 15px;
    border-radius: 5px;
    border-color: transparent;
    box-shadow: none;
    vertical-align: middle;
}

.keranjang .itemKeranjang form #buttonCO {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #24819e;
}

.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-input {
    display: none;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-input:checked
    ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -5px;
    left: 10px;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-input:checked
    ~ .overflow-control-indicator::before {
    opacity: 1;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-input:disabled
    ~ .overflow-control-indicator {
    opacity: 0.5;
    border: 2px solid #ccc;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-input:disabled
    ~ .overflow-control-indicator:after {
    border-bottom: 4px solid #ccc;
    border-right: 4px solid #ccc;
}

.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 70px;
    left: 20px;
    width: 25px;
    height: 25px;
    border: 2px solid #0c3e72;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    -ms-transform: rotate(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 10px;
    border-bottom: 4px solid #0c3e72;
    border-right: 4px solid #0c3e72;
    border-radius: 3px;
    top: -15px;
    left: 10px;
}
.keranjang
    .itemKeranjang
    .detailItem
    .custom-control.overflow-checkbox
    .overflow-control-indicator::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 20px;
    border-right: 7px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotateZ(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -15px;
    left: 10px;
    opacity: 0;
}

.pesanan {
    margin-bottom: 50px;
    margin-top: 100px;
}

.pesanan .listPesanan,
.aduan .listAduan,
.wallet .detailWallet {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}

.pesanan .listPesanan h4,
.aduan .listAduan h4,
.wallet .detailWallet h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0;
}

.pesanan .listPesanan #tablePesanan,
.aduan .listAduan #tableAduan,
.wallet .detailWallet #tableWallet {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pesanan .listPesanan #tablePesanan thead,
.aduan .listAduan #tableAduan thead,
.wallet .detailWallet #tableWallet thead {
    background-color: #092742;
    color: #fff;
}

.pesanan .listPesanan table#tablePesanan tbody tr,
.pesanan .listPesanan table#tablePesanan tbody tr a i,
.aduan .listAduan table#tableAduan tbody tr,
.wallet .detailWallet #tableWallet tbody tr {
    background-color: #ffffff;
    color: #092742;
}

.aduan,
.wallet {
    margin-bottom: 50px;
}

.aduan .listAduan #tableAduan tbody th.popup {
    height: 0;
    color: #092742;
    position: relative;
    cursor: pointer;

    &:after {
        content: attr(data-popuptext);
        color: #fff;
        background: rgb(0, 0, 0);
        border-radius: 5px;
        opacity: 0;
        top: 0;
        left: 0;
        position: absolute;
        transition: 600ms ease;
        max-height: 0;
        z-index: 3;
    }

    &:hover:after {
        opacity: 1;
        top: 1.2em;
        max-height: 200px;
        padding: 0.4em;
    }
}

.wallet .detailWallet .downloadMutasi i {
    color: #092742;
    font-size: 25px;
}

.formAduan .inputAduan {
    width: 1000px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.formAduan .inputAduan h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.formAduan .inputAduan form input#inputNoTransaksi,
.formAduan .inputAduan form select,
.formAduan .inputAduan form textarea,
.formAduan .inputAduan form input {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
}

.formAduan .inputAduan form input#inputFile::file-selector-button {
    display: none;
}

.formAduan .inputAduan label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.formAduan .inputAduan form #buttonAduan {
    width: max-content;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 97%;
    color: #fff;
    cursor: pointer;
    background-color: #24819e;
    margin-left: auto;
    margin-right: auto;
}

.invoiceDetail .invoiceTukar {
    width: auto;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.invoiceDetail .invoiceTukar h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.invoiceCara{
    width: auto;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #162b45;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}
/*# sourceMappingURL=../css/style.map */
