@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:ital, wght@0, 200;
    0, 300;
    0, 400;
    0, 600;
    0, 700;
    0, 900;
    1, 200;
    1, 300;
    1, 400;
    1, 600;
    1, 700&display=swap);
    .hour_tour_div, .modal_menu {
    background: #fbba00;
}
a, a[href^=tel] {
    text-decoration: none;
}
a {
    cursor: pointer;
}
body {
    font-family: "Titillium Web", sans-serif;
    color: #442202;
}
.dropdown-toggle::after {
    display: none!important;
}
input:focus {
    outline: 0!important;
}
.select2-container .select2-selection--single {
    height: auto!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px!important;
    color: #442202!important;
    padding: 8px 10px!important;
}
.hour_tour_div span {
    color: #442202;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    display: block;
}
.hour_tour_div span svg {
    padding-right: 5px;
}
.vip_tour_modal .modal-body {
    padding: 0;
    border: 5px solid #fdd400;
    overflow: hidden;
    border-radius: 15px;
}
.vip_tour_modal .vip_header {
    background: #fdd400;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vip_tour_modal .modal-content {
    border: 0;
    background: 0 0;
}
.vip_tour_modal .vip_header span {
    color: #442202;
    font-size: 20px;
    font-weight: 600;
}
.vip_tour_modal .main_vip_form {
    padding: 40px 20px 30px;
    background: #fff;
}
.vip_tour_modal .main_vip_form .form_input, header {
    padding-bottom: 25px;
}
.vip_tour_modal .main_vip_form .form_input p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #442202;
    font-weight: 700;
}
.vip_tour_modal .main_vip_form .form_input input, .vip_tour_modal .main_vip_form .form_input textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #442202;
    padding: 7px 15px;
    font-size: 16px;
    color: #442202;
}
.service_section .small_img_row .col-lg-4 {
    margin-bottom: 20px;
}
.service_section .small_img_row .service_box .part_text {
    height: 60%}
.service_box {
    height: 100%}
.large_img_row .service_box .part_text {
    height: 55%}
.vip_tour_modal .form-group1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.vip_tour_modal .form-group1 label {
    position: relative;
    cursor: pointer;
    color: #442202;
    font-weight: 500;
}
.vip_tour_modal .form-group1 {
    margin-right: 15px;
}
.vip_tour_modal .form-group1 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #442202;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}
.vip_tour_modal .form-group1 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #442202;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.vip_tour_modal .main_vip_form .form_input input::placeholder, .vip_tour_modal .main_vip_form .form_input textarea::placeholder {
    color: #777;
}
.navbar-nav, .personal_section .personal_row, header .row {
    align-items: center;
}
.modal_menu {
    padding: 10px 30px!important;
    border-radius: 20px;
}
marquee {
    color: red;
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 2px solid #442202;
}
.overlay-wrapper {
    position: fixed;
    z-index: 999;
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #442202;
}
.contracting_states {
    padding: 50px 0 120px;
    background: #442202;
    position: relative;
    z-index: 1;
}
.contracting_states .tab-pane p {
    font-size: 16px;
    position: relative;
    margin-bottom: 12px;
    color: #fff;
    padding-left: 20px;
}
.contracting_states .tab-pane p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    background: #fff;
}
.contracting_states .states_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    height: 90%}
.contracting_states .nav {
    padding-top: 30px;
}
.contracting_states .nav .nav-link {
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
}
.contracting_states .nav .nav-link.active {
    background: #fdd400;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.overlay-wrapper .loader_text {
    position: absolute;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 999;
}
.loader_text {
    font-size: 45px;
    color: #fff;
}
.loader_text span {
    font-size: 22px;
    color: #fbba00;
    padding-left: 30px;
    font-weight: 700;
}
.social_media_mobile i {
    color: #442202;
    margin-left: 15px;
    font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #442202!important;
}
.age_text {
    font-size: 16px;
    font-weight: 600;
}
.normal_text {
    color: #442202;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.validate-has-error {
    position: absolute;
    top: 100%;
    left: 10px;
    color: red;
    font-size: 16px;
    font-weight: 400;
}
.heading h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #442202;
    margin-bottom: 20px;
}
.mini_heading h1, .mini_heading h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #442202;
}
.main-btn {
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #442202;
    transition: .5s;
    display: inline-block;
    margin-top: 15px;
}
.main-btn:hover {
    background-color: #442202;
    color: #fff;
}
.required_model .about_left_shape {
    position: absolute;
    z-index: 9;
}
.required_model .modal-content {
    padding: 15px;
}
.modal_info {
    display: block;
}
.required_model .first_shape {
    left: 0;
    height: 100%;
    top: 0;
}
.required_model .second_shape {
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.required_model svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2%}
.required_model .left_shape {
    width: 20px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.required_model .right_shape {
    width: 20px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.required_model .modal-body {
    padding-top: 150px;
    padding-left: 30px;
}
.required_model .modal-body h3 {
    color: #442202;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
.required_model .modal-body h2 {
    color: #fbba00;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}
.required_model .modal-body p {
    font-size: 14px;
    color: #442202;
}
.modal_info i, .service_modal .modal-content .content_text p {
    color: #442202;
}
.service_modal .modal-body {
    padding: 0!important;
}
.modal-body .img_box {
    border-radius: 20px;
    border: 4px solid #fdd400;
    overflow: hidden;
    position: relative;
}
.modal-body .img_box .img_text {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
    padding: 7px 40px;
    font-size: 26px;
    font-weight: 700;
    color: #442202;
    background: #fdd400;
}
.address_section .address_img, .adventure_section .part_img img, .hero_banner .hero_banner_bg, .inner_success_section table, .modal-body .img_box img, .testimonial_section .user_pic img, .why_choose_section .certificate {
    width: 100%}
.service_modal .modal-content {
    border-radius: 20px;
}
.service_modal .modal-content .content_text {
    padding: 25px;
}
.licence_section {
    padding: 50px 0;
    position: relative;
}
.main_licence_box {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
}
.main_licence_box .licence_heading {
    background: #fdd400;
}
.main_licence_box h3 {
    color: #442202;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    padding: 12px 0;
}


.main_licence_box img {
    width: auto;
}
.main_licence_box .licence_text {
    color: #442202;
    font-size: 16px;
    padding: 20px 20px 0;
    text-align: justify;
    margin-bottom: 0;
}

.licence_section .col-lg-4 {
    padding-bottom: 15px;
    border-right: 1px solid #ddd;
}
.licence_section .licence_shape {
    position: sticky;
    top: 10%;
    left: 0;
    z-index: -1;
}
.licence_section .licence_row {
    padding: 0 0 20px;
}
.licence_section .licence_row .img_part, .success_section .heading, header .logo {
    text-align: center;
}
.licence_section .licence_row .img_part img, header .dropdown-menu .nav-tabs .nav-item {
    width: 50%}
.licence_section .licence_row .part_text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #442202;
    line-height: 46px;
}
.licence_section .licence_row .part_text p {
    font-size: 18px;
    line-height: 30px;
    color: #442202;
}
header.desktop_header.active {
    background: #fff;
    z-index: 999999;
}
.banner_section .selectable_row .card_header .selector .input-box input, .fade:not(.show), header.desktop_header .scrolled_header {
    display: none;
}
marquee h3 {
    font-size: 18px;
    margin-bottom: 0;
}
header.desktop_header.active .scrolled_header {
    display: block;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #442202;
    transition: .5s;
}
header .social_header {
    display: flex;
    justify-content: start;
}
header .social_header i {
    color: #442202;
    font-size: 22px;
    margin-right: 45px;
}
header.desktop_header.active .social_media_icons i {
    color: #442202;
    font-size: 24px;
    margin-right: 40px;
}
header.desktop_header.active .navbar li a {
    font-size: 14px;
    margin: 0 5px;
}
header .header_row {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
    padding-left: 20px;
}
header .header_row a {
    padding-left: 20px;
}
header .header_row a span {
    font-size: 16px;
    padding-top: 2px;
    display: flex;
}
header .navbar li a {
    color: #442202;
    font-weight: 600;
    font-size: 18px;
    margin: 0 25px;
    padding: 0;
    line-height: 20px;
}
header .dropdown_menu {
    display: inline-block;
    position: relative;
}
header .dropdown_menu .slash {
    font-size: 18px;
    color: #442202;
}
header .dropdown_menu img {
    margin: 0 5px;
}
header .dropdown_menu:after {
    content: " ";
    transition: .2s ease-in-out;
    height: 10px!important;
    width: 10px!important;
    border-style: solid!important;
    border-color: #442202!important;
    border-width: 0 2px 2px 0!important;
    transform: rotate(45deg)!important;
    position: absolute;
    right: -15px;
    top: 8px;
}
header .dropdown-menu {
    padding: 20px;
    width: 300px;
}
.input_box h5, .permit_section .col-lg-5 {
    padding-left: 0;
}
header .dropdown-menu .language_box_row {
    padding-top: 15px;
}
header .dropdown-menu .currency_box_row .col-6, header .dropdown-menu .language_box_row .col-6 {
    padding: 0 10px;
}
header .dropdown-menu .language_box_row .language_box {
    margin-bottom: 15px;
    display: block;
    border-radius: 5px;
    padding: 5px 12px;
    transition: .5s;
}
header .dropdown-menu .currency_box_row .currency_box.active, header .dropdown-menu .currency_box_row .currency_box:hover, header .dropdown-menu .language_box_row .language_box.active, header .dropdown-menu .language_box_row .language_box:hover {
    background: #efefef;
}
header .dropdown-menu .language_box_row .language_box h6 {
    color: #442202;
    margin-bottom: 0;
    font-weight: 600;
}
header .dropdown-menu .language_box_row .language_box span {
    font-size: 14px;
    font-weight: 500;
}
.options_box .img_box_content, header .dropdown-menu .currency_box_row {
    padding-top: 20px;
}
header .dropdown-menu .currency_box_row .currency_box {
    display: flex;
    align-items: center;
    color: #442202;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: .5s;
}
.about_img {
    border: 3px solid #fbba00;
    border-radius: 20px;
}
header .dropdown-menu .currency_box_row .currency_box svg {
    width: 20px;
    margin-right: 5px;
}
header .dropdown-menu .currency_box_row .currency_box p {
    margin-bottom: 0;
    color: #442202;
    font-size: 16px;
    font-weight: 600;
}
header .dropdown-menu .nav-tabs {
    background-color: #f3f4f6;
    border-radius: 30px;
    padding: 5px;
}
header .dropdown-menu .nav-tabs .nav-item .nav-link {
    border-radius: 20px;
    width: 100%;
    color: #442202;
    font-size: 16px;
    font-weight: 600;
}
.suceessfull_section .row, header .col-lg-6 .navbar {
    justify-content: center;
}
.input-box input:checked+.route_box .route_img {
    background-color: #fbba00;
    border: 2px solid #fbba00;
    filter: inherit!important;
}
.banner_section {
    height: 700px;
    background-repeat: no-repeat;
    width: 100%}
.banner_section .selectable_row {
    margin-top: -25%;
    background: #fff;
    border: 3px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    border-radius: 67px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.about_section iframe, .about_section video {
    border: 5px solid #fbba00;
}
.banner_section .selectable_row .card_header {
    display: flex;
    justify-content: center;
    padding: 20px 50px;
    border-bottom: 1px solid #ccc;
}
.banner_section .selectable_row .card_header .selector, .language_box {
    display: flex;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box {
    margin: 0 50px;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box label {
    cursor: pointer;
    text-align: center;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box .route_img {
    height: 60px;
    width: 60px;
    text-align: center;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    filter: contrast(0);
    line-height: 55px;
    margin: auto;
}
.input-box input:checked+.route_box .route_img path {
    fill: #442202!important;
}
.slider_img {
    background: #fff;
    height: 700px;
    width: 100%}
.contact_section, .copyright_text, .main-btn, .note_section .note_box, .permit_section, .why_choose_section .part_text p::after {
    background-color: #442202;
}
.about_section {
    padding-top: 350px;
    padding-bottom: 250px;
    position: relative;
}
.about_section .about_left_shape {
    position: absolute;
    left: 0;
    top: 20%}
.about_section .about_bg {
    position: absolute;
    bottom: -5%;
    z-index: -1;
    margin: auto;
    left: 0;
    right: 0;
}
.about_section .about_shape {
    position: absolute;
    top: 10%;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}
.about_section .row, .specification_row, .why_choose_section .row {
    justify-content: space-between;
    align-items: center;
}
.about_section .normal_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #442202;
    padding-top: 10px;
}
.ui-datepicker td a:after {
    content: "";
    display: block;
    text-align: center;
    color: #00f;
    font-size: small;
    font-weight: 700;
}
.permit_section {
    padding: 185px 0;
    position: relative;
}
.permit_section .driver_license {
    z-index: 1;
    position: relative;
}
.permit_section .permit_required {
    position: absolute;
    left: 0;
    top: 25px;
    height: 95%;
    bottom: 37px;
}
.permit_section .part_text {
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.permit_section .part_text .heading h3 {
    color: #fff;
    padding-bottom: 20px;
}
.permit_section .part_text .normal_text {
    color: #fff;
    margin-bottom: 25px;
}
.permit_section .part_text .main-btn {
    border-color: #fff;
    color: #fff;
}
.note_section, .testimonial_section {
    padding: 100px 0;
    position: relative;
}
.note_section .permit_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.note_section .note_box {
    padding: 70px 20px 20px;
    border-radius: 100px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%}
.note_section .note_box .icon_box {
    padding: 15px 20px;
    background-color: #fbba00;
    border-radius: 50%;
    width: auto;
    position: absolute;
    top: -35%;
    left: 40%;
    display: inline-block;
}
.note_section .note_box h4 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.service_section {
    padding: 0;
    position: relative;
}
.service_section .triangle_shape {
    position: absolute;
    right: 0;
    top: -30%;
    z-index: -1;
}
.address_section .address_row, .service_section .row {
    justify-content: space-between;
}
.service_section .service_box .service_img img {
    width: 100%;
    border: 5px solid #fbba00;
    border-radius: 35px;
}
.service_section .service_box .part_text {
    width: 85%;
    padding: 30px 25px;
    box-shadow: 0 0 21px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border-bottom: 15px solid #442202;
    margin: -136px auto auto;
    background: #fff;
    position: relative;
}
.service_section .service_box .part_text h4 {
    color: #442202;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 22px;
}
.service_section .second_service_box {
    margin-top: 15%}
.book_section {
    padding: 100px 0 0;
    margin-top: 0;
    position: relative;
}
.book_section .container {
    position: relative;
    padding: 150px 0;
}
.book_section .container .book_bg {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}
.book_section .book1 {
    position: absolute;
    left: 4%;
    height: 85%;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
.book_section .book2 {
    position: absolute;
    right: 4%;
    height: 100%;
    bottom: 15%;
    margin: auto;
}
.book_section .main-btn {
    margin: auto;
    width: auto;
    background-color: #fbba00;
    color: #442202;
    font-weight: 700;
    padding: 12px 30px;
}
.book_bottom {
    width: 100%;
    margin-top: -2%}
footer {
    background-color: #000;
    padding: 50px 0;
    color: #fff!important;
}
footer .row {
    align-items: center;
    justify-content: space-between;
}
footer .language_speaker {
    margin-bottom: 30px;
    display: flex;
    align-items: start;
}
footer .language_speaker img {
    padding-right: 25px;
    padding-top: 6px;
}
footer .language_speaker p {
    color: #fff!important;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
footer .language_speaker p span {
    display: block;
    font-size: 16px;
    color: #fff!important;
}
footer .logo {
    text-align: left;
}
footer .social_media_icons {
    padding-top: 30px;
    display: flex;
    align-items: center;
}
footer .social_media_icons a {
    margin: 0 15px;
}
footer .social_media_icons a i {
    color: #442202;
    background-color: #fff;
    padding: 15px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    line-height: 23px;
}
.copyright_text {
    padding: 15px 0;
}
.copyright_text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.copyright_text p a {
    color: #f3bd91;
}
.hero_banner .breadcrub_heading {
    z-index: 9;
    position: relative;
}
.success_section {
    padding: 50px 0;
}
.success_section .heading h2 {
    color: #442202;
    padding-bottom: 15px;
}
.success_section .heading p {
    color: #442202;
    padding-bottom: 20px;
}
.success_section .red_heading {
    color: #b23632;
    font-weight: 700;
    padding-bottom: 7px;
    font-size: 16px;
}
.hero_banner .breadcrub_section {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
.adventure_section, .input_box, .process_section .container, .why_choose_section .part_img {
    position: relative;
}
.hero_banner .breadcrub_section::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(68, 34, 2, .68);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.hero_banner .breadcrub_section a {
    color: #fff;
    font-size: 26px;
}
.hero_banner .breadcrub_section a span {
    cursor: default;
    font-size: 36px;
}
.form_section {
    padding: 150px 0 70px;
}
.form_section .main_form {
    padding: 30px 30px 20px;
    border: 3px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    border-radius: 30px;
}
.input_box {
    margin-bottom: 40px;
}
.input_box h5 {
    color: #442202;
    font-size: 16px;
    margin-bottom: 7px;
}
.input_box .form_heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #442202;
    margin-bottom: 5px;
}
.input_box input, .input_box select, .input_box textarea {
    border: 1px solid #442202;
    border-radius: 25px;
    width: 100%;
    line-height: 32px!important;
    padding: 8px 25px!important;
    color: #777!important;
}
.main_form .pick_label {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #442202;
    padding-left: 12px;
}
.form-check {
    margin-bottom: 15px;
}
.main_form .pick_input {
    height: 20px;
    width: 20px;
    border: 1px solid #442202;
}
.main_form .pick_input:focus {
    box-shadow: none;
    outline: 0;
}
.main_form .form-check-input:checked {
    background: #442202;
    border: 1px solid #442202;
}
.input_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px!important;
    right: 12px;
}
.mobile_number .iti, .select2 {
    width: 100%!important;
}
.mobile_number input {
    padding-left: 90px!important;
    width: 100%}
.main-btn {
    border-radius: 34px;
    padding: 12px 40px;
    color: #fff;
}
.personal_section {
    padding: 0 0 70px;
}
.accordion-item, .accordion-item:first-of-type, .personal_section .input_box {
    margin-bottom: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #442202;
    border-radius: 24px;
    line-height: 32px!important;
    color: #777!important;
}
.select2-container--default .select2-selection--single {
    border: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #442202 transparent transparent!important;
    border-width: 8px 6px 0!important;
    margin-left: -10px!important;
}
.why_choose_section {
    padding-top: 300px;
}
.why_choose_section .certi_document {
    position: absolute;
    top: 85%;
    right: 0;
    z-index: 1;
    padding: 15px 40px;
    background-color: #fbba00;
}
.why_choose_section .certi_document h4 {
    color: #442202;
    font-size: 30px;
    font-weight: 700;
}
.why_choose_section .certi_document span {
    color: #442202;
    font-size: 16px;
    font-weight: 500;
}
.why_choose_section .part_text p {
    font-size: 20px;
    font-weight: 600;
    color: #442202;
    position: relative;
    padding-left: 41px;
}
.why_choose_section .part_text p::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 5px;
    border-radius: 5px;
    top: 0;
    left: 10px;
}
.adventure_section {
    padding: 200px 0 70px;
}
.adventure_section .adventure_shape {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.adventure_section .part_img {
    border: 1px solid #fdd400;
    border-radius: 20px;
    overflow: hidden;
}
.adventure_section .part_text {
    padding-left: 30px;
}
.adventure_section .part_text ul {
    margin: 0;
    padding: 30px 0 0;
    list-style: none;
}
.adventure_section .part_text ul li {
    padding-left: 20px;
    color: #442202;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 25px;
    border-left: 1px solid #442202;
    position: relative;
}
.adventure_section .part_text ul li:last-child, .process_section .process_row:last-child {
    padding-bottom: 0;
}
.adventure_section .part_text ul li:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #442202;
    left: -6px;
    top: 5px;
    border-radius: 50%}
.contact_section {
    padding: 150px 0 100px;
    border-top: 10px solid #fbba00;
    overflow: hidden;
    position: relative;
}
.contact_section .container {
    position: relative;
    z-index: 1;
}
.contact_section::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 3%;
    height: 195%;
    width: 79%;
    background-color: #fbba00;
    border-radius: 50%;
    z-index: 0;
}
.contact_section .input_box input, .contact_section .input_box select, .contact_section .input_box textarea, .contact_section .select2-container--default .select2-selection--single {
    background-color: transparent;
}
.contact_section .heading {
    text-align: center;
    padding-bottom: 40px;
}
.contact_section .input_box input::placeholder, .contact_section .input_box select::placeholder, .contact_section .input_box textarea::placeholder {
    color: #442202bf!important;
}
.address_section {
    padding: 70px 0 100px;
    position: relative;
}
.address_section .heading {
    margin-bottom: 150px;
}
.address_section .address_box {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
    padding-right: 20px;
}
.address_section .address_box img {
    padding-top: 7px;
}
.address_section .address_box p {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #442202!important;
}
.map_section {
    padding-top: 150px;
}
.address_section .address_box p span {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
    color: #442202!important;
    line-height: 20px;
}
.testimonial_section .swiper-slide {
    padding: 30px 0 0 30px;
}
.testimonial_section .swiper, .testimonial_section .swiper-container {
    position: inherit;
}
.testimonial_section .swiper-pagination-bullet {
    background: #d9d9d9;
    height: 7px;
    border-radius: 5px;
    width: 25px;
    opacity: 1;
}
.options_box, .process_section, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    background: #442202;
}
.testimonial_section .star_row {
    display: flex;
    align-items: end;
}
.testimonial_section .testimonial_box {
    background: #442202;
    border-radius: 20px;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.testimonial_section .testimonial_box .testimonial_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    opacity: .1;
}
.testimonial_section .testimonial_box .testimonial_shape {
    position: absolute;
    left: -25px;
    top: -30px;
}
.testimonial_section .testimonial_box .user_info h4 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 0;
}
.testimonial_section .testimonial_box .user_info p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
}
.testimonial_section .star_row i {
    padding-right: 7px;
    color: #ffa800;
}
.testimonial_section .star_row span {
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}
.testimonial_section .user_review p {
    padding-top: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.testimonial_section .user_with_pic {
    display: flex;
    align-items: center;
}
.testimonial_section .user_pic {
    display: inline-block;
    height: 110px;
    width: 110px;
    margin-right: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.specification_section {
    padding: 180px 0 150px;
    position: relative;
}
.process_section .process_row, .specification_section .heading {
    padding-bottom: 100px;
}
.specification_section .specification_table {
    padding: 0;
    position: relative;
    box-shadow: 0 0 11px rgba(0, 0, 0, .25);
    border-radius: 25px;
}
.specification_section .specification_table table tr {
    border-bottom: .5px solid #442202;
}
.specification_section .specification_table table tr .bold_field {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #442202;
    padding: 12px 0 12px 30px;
}
.specification_section .specification_table table {
    width: 100%;
    background: 0 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, .25);
    border-radius: 25px;
    overflow: hidden;
}
.specification_section .specification_table table tr .normal_field {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #442202;
}
.specification_section .specification_table table tr td {
    background: #fff;
}
.specification_section .specification_table table tr:last-child {
    border-bottom: 0;
}
.image_box .changable_image_row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.image_box .changable_image_row .mini_img_box {
    border: 2px solid #fbba00;
    border-radius: 25px;
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin-right: 20px;
    cursor: pointer;
}
.image_box .changable_image_row .mini_img_box img {
    width: 100%;
    height: 100%}
.image_box .inner_box_image {
    height: 450px;
    width: 100%;
    text-align: center;
}
.image_box .inner_box_image img {
    width: 100%;
    height: 100%;
    border: 5px solid #fbba00;
    border-radius: 15px;
}
.specification_section .about_shape {
    position: absolute;
    top: 30%;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}
.specification_section .about_shape.odd {
    left: 0;
    right: 100%;
    top: -25%}
.specification_table .table_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 135%;
    left: 0;
    z-index: -1;
    opacity: .1;
}
.third_spec .about_shape {
    top: -8%}
.suceessfull_section .main_btn_row {
    text-align: center;
    padding-top: 40px;
}
.suceessfull_section .suceessfull_main_img {
    text-align: center;
    padding-top: 70px;
}
.faq_section {
    padding: 300px 0 50px;
}
.faq_section .accordion-header {
    border: 1px solid #442202;
}
.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #442202!important;
    box-shadow: none!important;
}
.accordion-button:focus {
    box-shadow: none;
    border: 0;
}
.accordion-item {
    border: 0;
}
.accordion-button {
    color: #442202!important;
    border: 0!important;
}
.options_section {
    padding: 300px 0 100px;
}
.options_box .img_box_row {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 4px solid #6f4013;
}
.options_box .img_box_row .heading h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
}
.options_box .img_box_row .image_box {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
}
.options_box .img_box_content p {
    color: #fff;
    font-size: 14px;
}
.options_box {
    border-radius: 20px;
    padding: 15px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.process_section {
    padding: 100px 0;
}
.process_section .container::after {
    content: "";
    position: absolute;
    left: 8%;
    top: 0;
    height: 100%;
    border: 2px dashed #fdd400;
}
.process_section .process_img_box {
    height: 200px;
    width: 200px;
    background: #fbba00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-indeX: 1;
    position: relative;
}
.process_section .process_img_box img {
    width: 70%}
.process_section .process_box h6 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 22px;
}
.process_section .process_box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.success_text_row {
    border-top: 1px solid #fbba00;
}
.success_text_row span {
    color: #442202;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}
.suceessfull_section {
    padding: 250px 0 50px;
    text-align: center;
}
.to_part p {
    margin-bottom: 0;
    font-size: 16px;
    color: #442202;
    padding-bottom: 5px;
}
.inner_success_section {
    padding-top: 0;
}
.order_heading {
    color: #442202;
    font-size: 22px;
    font-weight: 600;
}
a[href^=tel] {
    color: inherit;
}
.inner_success_section table td, .inner_success_section table th {
    border: 2px solid rgba(178, 54, 50, .2);
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #442202;
}
.inner_success_section table tfoot th {
    padding-top: 15px;
    border-top: 2px solid rgba(178, 54, 50, .2);
    color: #b23632;
    font-size: 22px;
    font-weight: 600;
}
footer .language_speaker h4 {
    font-size: 24px;
    padding-bottom: 5px;
    color: #fff!important;
}
footer .language_speaker span {
    color: #fff;
    display: block;
}
.notes_row {
    padding-top: 50px;
    padding-bottom: 100px;
}
.notes_row p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
}
.route1_card .changable1 {
    width: 100%;
    padding: 0 70px;
}
.book_input_row {
    padding: 35px 70px 0;
}
@media (max-width:575px) {
    .required_model .modal-body h2 {
    font-size: 16px;
    padding-top: 15px;
}
.required_model .modal-body h3, .why_choose_section .part_text p {
    font-size: 16px;
}
.required_model .modal-body p {
    font-size: 12px;
}
.route1_card .changable1 {
    padding: 0 10px;
}
.canam_row .col-lg-7 {
    order: 0;
}
.canam_row .col-lg-4 {
    order: 1;
}
.banner_section .selectable_row .card_header .selector {
    flex-wrap: wrap;
    justify-content: center;
}
.banner_section .selectable_row .card_header .selector .input-box {
    width: 33%;
    margin-bottom: 30px;
}
.banner_section .selectable_row .card_header {
    padding: 20px 10px;
}
.slider_img {
    background: #fff;
    height: 200px;
    width: 100%}
.specification_section .heading {
    padding-bottom: 0!important;
}
.banner_section .swiper-slide img, .book_img, .payment_success_ilustrator, .personal_info, header .dropdown-menu {
    width: 100%}
.extra_div {
    display: flex!important;
}
.logo img {
    width: 150px;
}
.header_container_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .language_box .dropdown-toggle {
    margin-left: 35px;
}
.navbar-nav {
    padding-top: 20px;
}
.navbar-nav li a {
    padding: 10px 0!important;
}
.navbar-nav li a.modal_menu {
    padding: 10px 30px!important;
}
header .col-lg-6 .navbar {
    justify-content: space-between;
}
.about_section .about_bg, .about_section .about_img, .about_section .about_left_shape, .about_section .about_shape, .adventure_shape, .book_section .book1, .book_section .book2, .contact_section::after, .note_section .permit_bg, .permit_section .permit_required, .process_section .container::after, .service_section .triangle_shape, .specification_section .about_shape, .specification_table .table_bg {
    display: none;
}
.contact_section {
    background: #fbba00;
    padding: 50px 0;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box {
    margin: 0 20px;
    text-align: center;
}
.banner_section .selectable_row {
    border-radius: 20px;
}
.header_row {
    display: none!important;
}
.banner_section .selectable_row .card_body, .book_section, .note_section, .permit_section .part_text, .personal_section {
    padding: 0;
}
.banner_section {
    height: auto;
}
.about_section {
    padding: 70px 0 0;
}
.service_section .service_box .part_text {
    width: 100%;
    margin-top: -60px;
}
.address_section, .card_row, .permit_section, .testimonial_section {
    padding: 50px 0;
}
.permit_section .col-lg-5 {
    text-align: center;
}
.permit_section .driver_license {
    width: 40%;
    margin-bottom: 40px;
}
.note_section .note_box {
    padding-top: 50px;
    border-radius: 30px;
}
.note_section .col-lg-3 {
    margin-top: 50px;
}
.book_section .container .book_bg {
    right: 0;
}
.book_section .container {
    padding: 70px 0;
}
.address_section .heading {
    margin-bottom: 50px;
    margin-top: 100px;
}
footer .social_media_icons {
    padding-bottom: 30px;
}
.specification_section {
    padding: 150px 0 50px;
}
.specification_table {
    overflow: auto;
    margin-bottom: 30px;
}
.specification_table td {
    min-width: 300px;
}
.adventure_section {
    padding-top: 50px;
    padding-bottom: 0;
}
.why_choose_section .part_text {
    padding-top: 70px;
}
.suceessfull_section .suceessfull_main_img img {
    width: 50%}
.options_section .col-lg-4 {
    margin-bottom: 25px;
}
.process_section .process_img_box {
    margin: auto;
    height: 150px;
    width: 150px;
}
.process_section .process_box {
    margin-top: 30px;
}
.options_section {
    padding: 200px 0 0;
}
.process_section .process_img_box img {
    width: 55%}
footer .social_media_icons a i {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    line-height: 42px;
    padding: 0;
}
footer .social_media_icons a {
    margin: 0 10px;
}
.card_row .card-body {
    padding: 0 10px 50px!important;
}
.InputContainer .InputElement {
    width: 250px;
}
.ElementsApp input {
    width: 120%}
.heading h3 {
    font-size: 26px;
    line-height: 40px;
}
.about_section .normal_text {
    font-size: 14px;
    padding-top: 0;
}
.mini_heading h5 {
    font-size: 16px;
    line-height: 30px;
}
.main-btn {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
}
.normal_text {
    font-size: 14px;
}
.inner_success_section table {
    margin-top: 20px;
}
.order_heading {
    padding-bottom: 15px;
}
.inner_success_section .notes_row {
    padding: 50px 0 50px 20px;
}
.banner_section .selectable_row {
    margin-top: 0;
}
.hero_banner .breadcrub_section {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
.why_choose_section {
    padding-top: 150px;
}
}@media (max-width:767px) {
    .licence_section .licence_row .part_text h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 38px;
    margin-top: 20px;
    color: #442202;
    font-weight: 700;
}
.route1_card .changable1 {
    padding: 0 10px;
}
.service_section .col-lg-4, .service_section .col-lg-6 {
    margin-bottom: 20px;
}
.large_img_row .service_box .part_text, .service_section .small_img_row .service_box .part_text {
    height: auto;
}
.licence_section .licence_row .part_text p {
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}
.licence_section .licence_row {
    padding: 0 0 30px;
}
.book_input_row {
    padding: 20px;
}
}@media (min-width:576px) and (max-width:767px) {
    .canam_row .col-lg-7 {
    order: 0;
}
.why_choose_section {
    padding-top: 150px;
}
.canam_row .col-lg-4 {
    order: 1;
}
.specification_section .heading {
    padding-bottom: 0!important;
}
.route1_card .changable1 {
    padding: 0 10px;
}
.banner_section .swiper-slide img, .book_img, .payment_success_ilustrator, .personal_info, header .dropdown-menu {
    width: 100%}
.logo img {
    width: 100px;
    padding: 20px 0;
}
.navbar-nav {
    padding-top: 20px;
}
header .col-lg-6 .navbar {
    justify-content: space-between!important;
}
.contact_section {
    background: #fbba00;
    padding: 50px 0;
}
.address_section .heading {
    margin-bottom: 50px;
    margin-top: 100px;
}
.navbar-nav li a {
    padding: 10px 0!important;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box {
    margin: 0 20px;
    text-align: center;
}
.banner_section .selectable_row {
    border-radius: 20px;
}
.header_row {
    display: none!important;
}
.banner_section .book_input_row {
    padding: 20px;
}
.banner_section {
    height: auto;
}
.about_section, .book_section .container {
    padding: 70px 0;
}
.about_section .about_bg, .about_section .about_img, .about_section .about_left_shape, .about_section .about_shape, .adventure_shape, .book_section .book1, .book_section .book2, .note_section .permit_bg, .permit_section .permit_required, .process_section .container::after, .service_section .triangle_shape, .specification_section .about_shape, .specification_table .table_bg {
    display: none;
}
.service_section .service_box .part_text {
    width: 100%;
    margin-top: 25px;
}
.address_section, .card_row, .permit_section {
    padding: 50px 0;
}
.permit_section .col-lg-5 {
    text-align: center;
}
.book_section, .permit_section .part_text {
    padding: 0;
}
.permit_section .driver_license {
    width: 40%;
    margin-bottom: 40px;
}
.adventure_section, .note_section {
    padding-top: 50px;
}
.note_section .note_box {
    padding-top: 50px;
    border-radius: 30px;
}
.note_section .col-lg-3 {
    margin-top: 50px;
}
.book_section .container .book_bg {
    right: 0;
}
footer .social_media_icons {
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.specification_section {
    padding: 250px 0 50px;
}
.specification_table {
    overflow: auto;
    margin-bottom: 30px;
}
.specification_table td {
    min-width: 300px;
}
.why_choose_section .part_text {
    padding-top: 70px;
}
.suceessfull_section .suceessfull_main_img img {
    width: 50%}
.options_section .col-lg-4 {
    margin-bottom: 25px;
}
.process_section .process_img_box {
    margin: auto;
}
.process_section .process_box {
    margin-top: 30px;
}
footer .social_media_icons a i {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    line-height: 42px;
    padding: 0;
}
footer .social_media_icons a {
    margin: 0 10px;
}
.card_row .card-body {
    padding: 0 10px 50px!important;
}
.InputContainer .InputElement {
    width: 250px;
}
.heading h3 {
    font-size: 26px;
    line-height: 40px;
}
.main-btn, .why_choose_section .part_text p {
    font-size: 16px;
}
.about_section .normal_text {
    font-size: 14px;
    padding-top: 0;
}
.mini_heading h5 {
    font-size: 16px;
    line-height: 30px;
}
.main-btn {
    padding: 8px 30px;
    line-height: 20px;
}
.normal_text {
    font-size: 14px;
}
.inner_success_section table {
    margin-top: 20px;
}
}@media (min-width:768px) and (max-width:991px) {
    .banner_section .swiper-slide img, .payment_success_ilustrator, header .dropdown-menu {
    width: 100%}
.canam_row .col-lg-7 {
    order: 0;
}
.canam_row .col-lg-4 {
    order: 1;
}
.route1_card .changable1 {
    padding: 0 10px;
}
.specification_section .heading {
    padding-bottom: 0!important;
}
.logo img {
    width: 100px;
    padding: 20px 0;
}
.navbar-nav {
    padding-top: 20px;
}
.navbar-nav li a {
    padding: 10px 0!important;
}
.address_section .heading {
    margin-bottom: 50px;
    margin-top: 100px;
}
.contact_section {
    background: #fbba00;
    padding: 50px 0;
}
header .col-lg-6 .navbar {
    justify-content: space-between!important;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box {
    margin: 0 20px;
    text-align: center;
}
.banner_section .selectable_row {
    border-radius: 20px;
}
.header_row {
    display: none!important;
}
.banner_section {
    height: auto;
}
.about_section, .book_section .container {
    padding: 70px 0;
}
.about_section .about_bg, .about_section .about_img, .about_section .about_left_shape, .about_section .about_shape, .adventure_shape, .book_section .book1, .book_section .book2, .note_section .permit_bg, .permit_section .permit_required, .process_section .container::after, .service_section .triangle_shape, .specification_section .about_shape, .specification_table .table_bg {
    display: none;
}
.service_section .service_box .part_text {
    width: 100%;
    margin-top: 25px;
}
.permit_section {
    padding: 50px 0;
}
.permit_section .col-lg-5 {
    text-align: center;
}
.book_section, .permit_section .part_text {
    padding: 0;
}
.permit_section .driver_license {
    width: 40%;
    margin-bottom: 40px;
}
.adventure_section, .note_section {
    padding-top: 50px;
}
.note_section .note_box {
    padding-top: 50px;
    border-radius: 30px;
}
.note_section .col-lg-3 {
    margin-top: 50px;
}
.book_section .container .book_bg {
    right: 0;
}
footer .social_media_icons {
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.specification_section {
    padding: 250px 0 50px;
}
.specification_table {
    overflow: auto;
    margin-bottom: 30px;
}
.specification_table td {
    min-width: 300px;
}
.why_choose_section .part_text {
    padding-top: 70px;
}
.suceessfull_section .suceessfull_main_img img {
    width: 50%}
.options_section .col-lg-4 {
    margin-bottom: 25px;
}
.process_section .process_img_box {
    margin: auto;
}
.process_section .process_box {
    margin-top: 30px;
}
.inner_success_section table {
    margin-top: 20px;
}
}@media (min-width:992px) and (max-width:1199px) {
    .banner_section .swiper-slide img, header .dropdown-menu {
    width: 100%}
.logo img {
    width: 100px;
    padding: 20px 0;
}
.navbar-nav {
    padding-top: 20px;
}
header .col-lg-6 .navbar {
    justify-content: space-between!important;
}
.navbar-nav li a {
    padding: 10px 0!important;
}
.navbar-toggler:focus {
    box-shadow: none!important;
}
.banner_section .selectable_row .card_header .selector .input-box .route_box {
    margin: 0 20px;
    text-align: center;
}
.banner_section .selectable_row {
    border-radius: 20px;
}
.header_row {
    display: none!important;
}
.banner_section .selectable_row .card_body, .book_section {
    padding: 0;
}
.banner_section {
    height: auto;
}
.about_section, .book_section .container {
    padding: 70px 0;
}
.about_section .about_bg, .about_section .about_img, .about_section .about_left_shape, .about_section .about_shape, .book_section .book1, .book_section .book2, .note_section .permit_bg, .permit_section .permit_required, .service_section .triangle_shape, .specification_section .about_shape, .specification_table .table_bg {
    display: none;
}
.service_section .service_box .part_text {
    width: 100%;
    margin-top: 25px;
}
.permit_section, .specification_section {
    padding: 50px 0;
}
.permit_section .col-lg-5 {
    text-align: center;
}
.permit_section .driver_license {
    width: 40%;
    margin-bottom: 40px;
}
.note_section {
    padding-top: 50px;
}
.note_section .note_box {
    padding-top: 50px;
    border-radius: 30px;
}
.note_section .col-lg-3 {
    margin-top: 50px;
}
.book_section .container .book_bg {
    right: 0;
}
footer .social_media_icons {
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.specification_table {
    overflow: auto;
    margin-bottom: 30px;
}
.specification_table td {
    min-width: 300px;
}

}@media (min-width:1200px) and (max-width:1399px) {
    .about_section .about_bg, .permit_section .permit_required {
    display: none;
}
}@media (min-width:1200px) and (max-width:1600px) {
    .permit_section .permit_required {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 32px;
}
.permit_section {
    padding: 170px 0;
    background-color: #442202;
    position: relative;
}
}.about_video img {
    width: 100%}


    .main_summer_offer_pic img{
        width: 100%;
    }