@charset "utf-8";
body {
    font-family: "Open Sans";
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf)
}

.container {
    width: 1170px;
    max-width: 100%
}

.social_bg {
    background-color: #2a2928
}

.bg_menu {
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

ul.social_icon {
    font-size: 14px;
    color: #fff;
    padding: 12px 0;
    margin: 0;
    float: left;
    margin-left: 20px
}

ul.social_icon li {
    display: inline-block;
    list-style: none;
    padding-right: 15px
}

ul.social_icon li i {
    color: #ed1c24;
    padding-right: 5px
}

ul.social_icon_share {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 5px;
    float: right
}

ul.social_icon_share li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    margin-left: 15px
}

ul.social_icon_share li i {
    padding: 8px 0
}

.pd {
    padding: 10px 0
}

.social_bg .social_media {
    margin-bottom: 0;
    padding: 6px 0;
    float: right
}

.d-block {
    width: 100%
}

.navbar-toggleable-md .navbar-nav {
    padding: 0
}

.navbar-nav .nav-link {
    padding: 32px 0;
    display: inline-block
}

.navbar {
    padding: 0
}

.navbar-brand {
    display: none
}

ul.menu {
    font-size: 15px
}

ul.menu li {
    padding: 0 4px;
    text-transform: uppercase
}

ul.menu li:last-child {
    padding: 0
}

ul.menu li a {
    color: #333;
    border-bottom: 3px solid #fff
}

ul.menu li a:hover,
ul.menu li.active a {
    color: #ed1c24;
    border-bottom: 3px solid #ed1c24
}

.adore_l {
    width: 100%
}

.logo_pd img {
    padding: 8px 0
}

.left_image_c {
    width: 100%
}

.wel_c {
    padding: 45px
}

.wel_c h2 {
    font-size: 28px;
    color: #3e6c4a;
    margin-bottom: 25px
}

.wel_c p {
    font-size: 14px;
    color: #333
}

.quotes_button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 245px;
    cursor: pointer
}

.dis_c .quotes_button {
    display: none
}

.why_choose {
    background: url(../images/why_choose.jpg) no-repeat center top;
    width: 100%;
    height: auto;
    padding: 60px 0 30px;
    text-align: center;
    background-size: cover
}

.why_choose h2 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #fff
}

.why_pro {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding: 30px 15px;
    min-height: 341px
}

.why_pro h4 {
    font-size: 20px;
    margin-bottom: 20px
}

.why_pro p {
    font-size: 14px;
    margin-bottom: 0;
    color: #333
}

.why_pro i {
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 32px;
    line-height: 70px;
    margin-bottom: 20px
}

.plane_color {
    color: #f1a501
}

.plane_bg {
    background-color: #f1a501
}

.podcast_color {
    color: #35347f
}

.podcast_bg {
    background-color: #35347f
}

.hand_color {
    color: #7b3157
}

.hand_bg {
    background-color: #7b3157
}

.up_color {
    color: #d51c26
}

.up_bg {
    background-color: #d51c26
}

.product_detail {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px!important;
    background: #fff
}

.product_img {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf
}

.product_img img {
    transition: transform 1s;
    -webkit-transition: transform 1s;
    width: 100%;
    height: 163px
}

.product_img img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 1s;
    -webkit-transition: transform 1s
}

.best_offer_content {
    padding: 15px;
    text-align: center;
    background-color: #01a0e2;
}

.product_detail h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.product_c h2 {
    text-align: center;
    font-size: 26px;
    color: #025678;
    margin-bottom: 30px
}

.pr_bg {
    background: #f7f7f7
}

.breadcrumb {
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 15px;
    background-color: #ecf0f1
}

.breadcrumb span {
    color: #e12f2e;
    margin: 0 3px
}

.breadcrumb a {
    color: #666;
    margin: 0 3px
}

.heading_pack {
    text-transform: capitalize;
    margin: 20px 0 30px;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 26px
}

.heading_pack:after {
    display: block;
    margin: 8px auto;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #0077b5;
    width: 60px
}

.about_content {
    padding: 5px 0 20px
}

.about_content h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    background-color: #03597c;
    padding: 7px
}

.about_content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px
}

.about_content ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333
}

.about_content .product_img img {
    height: 200px
}

.product_c_n {
    padding: 20px 30px;
    text-align: left;
    background: #0077b5;
}

.product_c_n h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

.product_c_n h4 sub,
.product_c_n h4 sup {
    font-size: 12px;
    color: #fff
}

.product_c_n p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0
}

.product_detail.row.m-0 .product_img {
    border-bottom: 0
}

.gallery_image img {
    width: 100%;
    margin-bottom: 30px;
    height: 200px;
    border: 1px solid #dfdfdf
}

.c_c_contact {
    margin-top: -200px
}

.contact_frame {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #ccc;
}

.contact_frame iframe {
    width: 100%;
    height: 277px;
    border: none;
}

.contact_frame h4 {
    font-size: 18px;
    color: #0077b5;
    font-weight: 700;
}

.contact_content .form-control {
    padding: 8px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 14px;
    border: 1px solid #ccc;
}

.contact_content button {
    width: 100%;
    padding: 9px;
    border: 0;
    color: #fff;
    background: #0077b5;
    font-size: 15px;
    cursor: pointer;
}

button:hover {
    opacity: .8
}

.diving_address {
    background: #0077b5;
    height: 388px;
    margin-bottom: 40px;
    padding: 30px 20px;
}

.diving_address h4 {
    font-size: 18px;
    color: #b9cbf3;
    font-weight: 700;
}

.diving_address p {
    font-size: 14px;
    color: #fff;
}

.diving_address p a {
    color: #fff;
}

.diving_address p i {
    color: #b9cbf3;
}

.banner_bg h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: #fff
}

.banner_bg h1 span {
    background: rgba(0, 0, 0, .5);
    padding: 12px 30px;
    border-radius: 26px
}

.footer_bg {
    background-color: #1e1e1e
}

.footer-menu {
    padding: 30px 0;
    text-align: center;
    width: 100%
}

.footer-menu ul {
    margin: 0;
    margin-left: 25px
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
    padding-right: 30px
}

.footer-menu li a {
    font-size: 14px;
    color: #c6c6c6;
    text-transform: uppercase
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #c83c3c
}

.social-link {
    width: 100%;
    text-align: center;
    padding-bottom: 30px
}

.social-link ul {
    margin: 0
}

.footer_bottom_bd {
    background: #191919
}

.footer_bottom_bd h6 {
    font-size: 12px;
    padding: 20px 0;
    margin: 0;
    color: #ddd
}

.social_media {
    padding: 0
}

.social_media li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center
}

.social_media li a {
    color: #fff;
    width: 34px;
    padding: 4px 0;
    display: block
}

li.face {
    background-color: #4267b2
}

li.lin {
    background-color: #0077b5
}

li.inst {
    background-color: #d42f8b
}

li.twit {
    background-color: #1da1f2
}

.collapse_long_btn {
    display: none
}

.slider_nav h3 {
    font-size: 22px;
    color: #fff;
    background-color: #40a24f;
    padding: 15px 20px;
    margin-bottom: 0;
    font-weight: 400
}

.slider_nav ul {
    background-color: #2e353d;
    padding: 0;
    font-size: 14px
}

.slider_nav li {
    list-style: none;
    border-bottom: 1px solid #56585b;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff
}

.slider_nav li a {
    color: #fff;
    text-decoration: none
}

.slider_nav li a.active,
.slider_nav li a:hover {
    color: #ed1c24
}

.plr {
    padding: 0
}

.bd {
    border-right: 1px solid #dfdfdf
}

.table_heading {
    font-size: 16px;
    background-color: #3a3a3a;
    color: #fff;
    padding: 10px;
    text-transform: capitalize
}

.row_color {
    background-color: #f7f7f7
}

.bdb {
    border-bottom: 1px solid #dfdfdf
}

.table_row {
    font-size: 15px;
    color: #292b2c;
    padding: 10px;
    text-transform: capitalize
}

.collapse_long_btn h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #00073c;
    margin: 30px 0;
    text-align: center
}

.product_content {
    margin: 20px 0
}

.product_content h3 {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    padding: 15px 20px;
    margin: 0;
    color: #666;
    cursor: pointer
}

.Overview_text_con {
    padding: 20px;
    background-color: #f7f7f7;
    display: block
}

.Overview_text_con ul {
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
    font-size: 12px;
    color: #555;
    padding-bottom: 10px
}

.Overview_text_con ul li {
    list-style: none
}

.product_content h3.collapsed:after {
    content: "\f078"
}

.product_content h3:after {
    font-family: FontAwesome;
    content: "\f077";
    float: right
}

.slider_nav li:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right
}

#whatsappmsg {
    width: 48px;
    line-height: 44px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #31b373;
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    border: 0
}

@media screen and (max-width:1199px) {
    ul.menu {
        font-size: 13px
    }
    ul.menu li {
        padding: 0 3px
    }
    .logo_pd img row_color {
        padding: 12px 0
    }
	.banner_bg h1 {
    margin-top: 45px;
}
.diving_address p {
    font-size: 13px;

}
}

@media screen and (max-width:992px) {
	.diving_address p {
    font-size: 11px;

}
    .header_setting .col-md-2 {
        display: none
    }
    .header_setting .col-md-9 {
        width: 100%
    }
    .header_setting .offset-1 {
        margin-left: 0
    }
    .social_bg {
        display: none
    }
    .navbar-brand {
        display: block
    }
    .navbar-toggler.navbar-toggler-right {
        cursor: pointer
    }
    .navbar-nav .nav-link {
        padding: 10px 0
    }
    .navbar-toggler-right {
        right: 0;
        top: 20px
    }
    .navbar-toggler {
        padding: 0
    }
    ul.menu {
        font-size: 12px;
        font-weight: 300;
        padding-left: 0!important
    }
    ul.menu li {
        padding: 0;
        border-bottom: 1px solid #dcdcdc
    }
    ul.menu li a {
        border-bottom: none;
        border-top: none
    }
    ul.menu li a.active {
        border-bottom: none;
        border-top: none
    }
    ul.menu li a:hover {
        border-bottom: none;
        border-top: none
    }
    ul.menu li a:hover,
    ul.menu li.active a {
        border-bottom: 0
    }
    button:focus {
        outline: 0!important
    }
    ul.menu li:last-child {
        border: none
    }
    .bg_menu .logo_pd {
        display: none
    }
    .navbar-brand img {
        width: 114px!important;
        padding: 5px 0
    }
    .navbar-toggler span {
           margin-top: -12px;
        font-size: 30px;
        background: #ed1c24;
        color: #fff;
        padding: 4px 10px;
        border-radius: 5px
    }
    .subscribe-content h2 {
        font-size: 17px
    }
    .bule_color .btn_one {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .carousel-item .img row_color-fluid {
        height: 200px
    }
    .bule_color .btn_one {
        margin: 40px 0
    }
    .adjustment img {
        width: 100%;
        height: auto
    }
    .d-block {
        height: 250px;
        width: 100%
    }
    .collapse_long_btn {
        display: block!important
    }
    .cont_sidbar {
        display: none
    }
   .c_c_contact {
    margin-top: -151px;
}
	.adore_l {
    width: 100%;
    height: 220px;
}
    .collapse_long_btn {
        display: block!important
    }
    .cont_sidbar {
        display: none
    }
}

@media screen and (max-width:578px) {
    .c_c_contact .col-sm-5.pl-0,
    .c_c_contact .col-sm-5.pr-0 {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
	.banner_bg h1 span {
    background: rgba(0,0,0,.5);
    padding: 12px 30px;
    border-radius: 26px;
    display: block;
    font-size: 22px;
}
.diving_address {
   
    height:auto;
    
}
}

@media screen and (max-width:480px) {
    .footer-menu ul li {
        padding-right: 9px
    }
    .footer-menu li a {
        font-size: 11px
    }
    .social-link li {
        padding-left: 9px
    }
    .footer-menu ul {
        margin: 0;
        margin-left: 0;
        padding: 0
    }
    .d-block {
        height: 200px;
        width: 100%
    }
	
}