@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html, p, h1, h2, h3, h4, h5, h6 {
    height: 100%; margin: 0px!important;
}

body {
    background: #fff;
    font-family: 'Open Sans', 'sans-serif';
    padding-top: 0px;
}

/* CSS TRICK TO USE DIV AS TABLE
-------------------------------------------------- */

.Table
{
    display: table;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.Row
{
    display: table-row;
}
.Cell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}
.carousel-control.right {
    right: -0%;
}
.carousel-control.left {
    left: -0%;
}
/* TO FIX EXTRA PADDING ISSUE FOR FLUID LAYOUTS 
-------------------------------------------------- */
.full-width-row {
    overflow-x: hidden;
}

.full-width-row > div {
    margin-left: -15px;
    margin-right: -15px;
}

.PL-0{padding-left: 0}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-default {
    background: none;
    border:0;
}
.navbar-default .navbar-toggle {
    margin: 20px 0px 8px;
}
.navbar-default .navbar-nav {
    height: auto; padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Nunito', 'sans-serif';
    color: #fff;
    font-size: 15px;
    font-weight:300;
    line-height: 24px;
    text-transform: uppercase;
    padding: 40px 0px 40px;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff; background: none;
}
.navbar-default .navbar-nav>li.spacer{
    padding: 41px 33px;
    color:#fff;
}
.navbar-default .navbar-nav>li>a.logo {
    padding: 5px 32px 5px 30px;
}

/*For Menu copied from Abinay */

.menu-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 998;
}
.menu-container.opened {
    /*height: 100%;*/
}

.menu-container .left {
    width: 60%;
    height: 0px;
    float: left;
    overflow: hidden;
    background: rgba(243,243,243,0.95);
    padding-left: 0;
}
.menu-container.closed .left {

}
.menu-container.opened .left {
    height: 100%;
}
/*            .menu-container .left .logo.top {
                height: 0px;
                overflow: hidden;
                margin: 0px;
            }*/
.menu-container.opened .left .logo.top {
    margin: 30% 0px 120px;
    height: auto;
    text-align:center;
}

.menu-container .right {
    /*height: 0px;*/
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.menu-container.opened .right {
    height: 80px;
    width: 71%;
    float: right;
    background: rgba(0,81,154,0.9);
}
.menu-container .right .logo.top {
    position: absolute;
    top: 45px;
    left: calc((100% - 1170px) / 2);
    height: auto;
    overflow: hidden;
    height: 0px;
}
.menu-container.opened .right .logo.top {
    height: 0px;
}
.menu-container.scrolled-down .right .logo.top {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.menu-container .right .menu-close-button {
    position: absolute;
    top: 30px;
    right: calc((100% - 1280px) / 2);
    cursor: pointer;
    z-index: 1;
}
.menu-container.closed .right .menu-close-button {
    display: none;
}
.menu-container.opened .right .menu-close-button {
    display: block;
}

.menu-container .right .menu {
    position: absolute;
    top: 20px;
    right: calc((100% - 1150px) / 2);
    height: 30px;
    list-style-type: none;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
}
.menu-container.opened .right .menu {
    position: relative;
    top: 20px;
    left: 0px;
    height: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.menu-container .right .menu .menu-item {
    float: left;
    overflow: hidden;
    padding: 40px 0px 40px;
}
.menu-container.opened .right .menu .menu-item {
    /*float: none;*/
    /*margin-left: 60px;*/
}
.menu-container.opened .right .menu .menu-item.home {
    padding: 0px;
    padding: 40px 0px 40px;
}
.menu-container .right .menu .menu-item.home {
    display: none;
    padding: 0px 0px 0px;
}
.menu-container.opened .right .menu .menu-item.home {
    display: block;
}
.menu-container .right .menu .menu-item + .menu-item {
    margin-left: 20px;
}
.menu-container.opened .right .menu .menu-item + .menu-item {
    /*    margin-top: 23px;
        margin-left: 60px;*/
}
.menu-container .right .menu .menu-item a {
    display: block;
    color: #fff;
    padding: 5px 10px;
}
.menu-container.opened .right .menu .menu-item a {
    display: inline-block;
}
.menu-container.opened .right .menu .menu-item a:before {
    /*    content: '';
        margin-right: 8px;*/
}
.menu-container .right .menu .menu-item a:hover,
.menu-container .right .menu .menu-item.active a {
    color: #eab649;
    text-decoration: none;
}
.menu-container.opened .right .menu .menu-item a:hover {
    /*padding: 5px 0px 5px 10px;*/
}
.menu-container.opened .right .menu .menu-item.active a:hover {
    padding: 5px 14px;
}
.menu-container.closed.scrolled-down .right .menu .menu-item.about-us,
.menu-container.closed.scrolled-down .right .menu .menu-item.dive,
.menu-container.closed.scrolled-down .right .menu .menu-item.snorkel,
.menu-container.closed.scrolled-down .right .menu .menu-item.go-pro,
.menu-container.closed.scrolled-down .right .menu .menu-item.home,
.menu-container.closed.scrolled-down .right .menu .menu-item.pricing,
.menu-container.closed.scrolled-down .right .menu .menu-item.accommodation,
.menu-container.closed.scrolled-down .right .menu .menu-item.dive-centers,
.menu-container.closed.scrolled-down .right .menu .menu-item.spacer,
.menu-container.closed.scrolled-down .right .menu .menu-item.contact {
    width: 0px;
    margin: 0px;
}
.menu-container.opened  .right .menu .menu-item.spacer{
    display:none;
}
.menu-container .right .menu .menu-item.home{
    display:block;
}
.menu-container.opened  .right .menu .menu-item.home{
    display:none;
}
.menu-container.opened .right .menu .menu-item {
    padding: 5px 0px 5px;
}
.menu-container .right .menu .menu-item.menu-open-button {
    width: 0px;
    margin: 4px 0px;
    cursor: pointer;
}
.menu-container.closed.scrolled-down .right .menu .menu-item.menu-open-button {
    width: 32px;
    margin: 4px 0px 4px 35px;
}
.menu-container.opened .right .menu .menu-item.menu-open-button {
    display: none;
}
.menu-container .right .menu .menu-item.menu-open-button > span {
    display: block;
    height: 6px;
    width: 100%;
    background: rgba(0,81,154,0.4);
    border: 1px solid #fff;
    border-radius: 6px;
}
.menu-container .right .menu .menu-item.menu-open-button > span + span {
    margin-top: 2px;
}

/* Menu copied from abinay ends */

/* CUSTOMIZE THE HOME PAGE CAROUSEL
-------------------------------------------------- */
.carousel-caption {
    z-index: 10;
    bottom:20%;
    width:30%;
    left:17%;
}
.carousel-caption-inner {
    bottom:20%;
}
.carousel-caption-home {
    bottom:10%;
}
.carousel-caption h1{
    font-family: 'Nunito', 'sans-serif';
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    padding: 40px 0px 5px;
    text-align:left;
}
.carousel-caption h2{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px 5px;
    text-align:left;
}
.carousel-caption h3{
    padding: 10px 0px 10px;
    text-align:left;
}
.carousel-caption h6{
    padding: 0px 0px 0px;
    text-align:left;
}
.carousel-caption p {
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0px;
    text-align:left;
    text-transform:uppercase;
}
.carousel-caption p a.get-started{
    color: #fff;
    padding: 15px 20px;
    text-align:left;
    border:1px solid #fff;
}
.carousel-caption p a.get-started:hover{
    text-decoration:none;;
}


/* CSS FOR HOME PAGE UPDATES BOX
-------------------------------------------------- */
.home-page .updates{
    background: #094662;
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:100%;
    margin:0 auto;
    padding:30px 10px 30px;}

.home-page .updates .text{
    padding: 5px;
}
.home-page .updates .text a{
    color: #27d0dd; text-decoration: none;
}


/* CSS FOR HOME PAGE DIVE CENTERS BOX
-------------------------------------------------- */

.home-page  .dive-centers{
    background: url('../img/bg-home-dive-centers.jpg') no-repeat left top; background-size: cover;
    margin:0px;
}
.home-page .dive-centers .e-learning{
    background: url('../img/bg-home-e-learning.jpg') no-repeat; background-size: cover;
    margin:0px;
    min-height:520px;
}
.home-page .dive-centers .home-dive-centers{
    background: url('../img/bg-home-dive-centers.jpg') no-repeat; background-size: cover;
    margin:0px;
    min-height:520px;
}
.home-page .dive-centers .e-learning .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-align:left;
    width: 90%;
    margin: 0 auto;
    padding: 45px 5% 6% 5%;
}
.home-page .dive-centers  .e-learning ul{
    margin-left: 0; list-style-type: none; padding: 0;
}
.home-page .dive-centers .e-learning ul li{
    text-align: left; padding: 3px 5px;
}
.home-page .dive-centers .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:100%;
    margin:0 auto;
    padding:65px 20px 50px;
}
.home-page .dive-centers .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align: center;
}
.home-page .dive-centers .sub-hdr{
    padding: 20px 5px 20px;
}
.home-page .dive-centers .div-table{
    display: table; min-height: 160px; overflow: hidden;
}
.home-page .dive-centers .div-table .div-vertical-align{
    display: table-cell; vertical-align: middle;
}
.home-page .dive-centers ul{
    margin-left: 0; list-style-type: none; padding: 0;
}
.home-page .dive-centers ul li{
    text-align: center; padding: 8px 5px;
}
.home-page .dive-centers .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .dive-centers .button a {
    font-size: 13px;
    padding: 10px 15px;
    margin:0 5px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.home-page .dive-centers .button a:hover {
    background-color: #fff;
    color: #017fba;
}


/* CSS FOR HOME PAGE ANDAMAN ISLANDS BOX
-------------------------------------------------- */
.home-page .andaman-islands{
    background: url('../img/bg-home-andaman-islands.jpg') no-repeat; background-size: cover;
}
.home-page .andaman-islands .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #017fba;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:70%;
    margin:0 auto;
    padding:65px 0 50px;
}
.home-page .andaman-islands img{
    text-align:center;
    padding: 5px 5px 5px;
}
.home-page .andaman-islands .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.home-page .andaman-islands .text{
    font-size: 16px;
    line-height: 23px;
    padding: 10px 5px 10px;
}
.home-page .andaman-islands .sub-text{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 5px 10px;
}
.home-page .andaman-islands .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .andaman-islands .button a {
    font-size: 13px;
    color: #017fba;
    border: 1px solid #017fba;
    padding: 10px 15px;
    margin:0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.home-page .andaman-islands .button a:hover {
    background-color: #017fba;
    color: rgb(255,255,255);
}

/* CSS FOR HOME PAGE DIVE BOX
-------------------------------------------------- */
.home-page .dive{
    background: #017fba;
}
.home-page .dive .diving-courses{
    background: url('../img/bg-home-courses.jpg') no-repeat; background-size: cover;
    margin:0px;
}
.home-page .dive .diving-courses .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:70%;
    margin:10% auto;
    padding:4% 7%;
    border:4px solid #fff;
}
.home-page .diving-courses img{
    text-align:center;
    padding: 5px 5px 5px;
}
.home-page .diving-courses .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.home-page .diving-courses .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
}
.home-page .diving-courses .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .diving-courses .button a {
    font-size: 13px;
    background-color: #fff;
    color: #017fba;
    padding: 10px 15px;
    margin:0 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.home-page .diving-courses .button a:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;}

.home-page .dive .dive-for-fun{
    background: #017fba;
}
.home-page .dive .dive-for-fun .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:80%;
    margin:10% auto;
    padding:4% 5%;
}
.home-page .dive-for-fun img{
    text-align:center;
    padding: 5px 5px 5px;
}
.home-page .dive-for-fun .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.home-page .dive-for-fun .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
    text-align:justify;
}
.home-page .dive-for-fun .button{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .dive-for-fun .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    margin:0 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
}
.home-page .dive-for-fun .button a:hover {
    background-color: #fff;
    color: #017fba;
}

/* CSS FOR HOME PAGE HOME-BOX1(E-LEARING/ACCOMMODATION)
-------------------------------------------------- */
.home-page .dive-centers .environment{
    background: #017fba;
        min-height: 520px;
}
.home-page .dive-centers .environment .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width: 90%;
    margin: 0 auto;
    padding: 45px 5% 6% 5%;
}
.home-page .dive-centers .environment img{
    text-align:center;
    padding: 5px 5px 5px;
}
.home-page .dive-centers .environment .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.home-page .dive-centers .environment .text{
    font-size: 13px;
    line-height: 18px;
    padding: 0px 5px 10px;
    text-align:left;
}
.home-page .dive-centers .environment .text + .text{
    padding: 5px 5px 10px;
}
.home-page .dive-centers .environment .button{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .dive-centers .environment .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
}
.home-page .dive-centers .environment .button a:hover {
    background-color: #fff;
    color: #017fba;
}
.home-page .dive-centers{
    background: #017fba;
}
.home-page .dive-centers .diving-courses{
    background: url('../img/bg-home-courses.jpg') no-repeat; background-size: cover;
    margin:0px;
        min-height: 520px;
}
.home-page .dive-centers .diving-courses .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width: 90%;
    margin: 0 auto;
    padding: 45px 5% 6% 5%;
    border:0px solid #fff;
}
.home-page .dive-centers .diving-courses img{
    text-align:center;
    padding: 5px 5px 5px;
}
.home-page .dive-centers .diving-courses .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    padding: 10px 5px 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.home-page .dive-centers .diving-courses .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
    text-align:left;
}
.home-page .dive-centers .diving-courses .button{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 10px;
    margin-top: 30px;
}
.home-page .dive-centers .diving-courses .button a {
    font-size: 13px;
    padding: 15px 30px;
    margin:0 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
    background-color: #fff;
    color: #017fba;}
.home-page .dive-centers .diving-courses .button a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}


/* CSS FOR HOME PAGE HOME-BOX2
-------------------------------------------------- */
.home-page .home-box2{
    background: #017fba;
}
.home-page .home-box2 .new-to-diving{
    background: #27576e;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .new-to-diving:hover{
    background: url('../img/bg-home-new-to-diving.png') no-repeat; background-size: cover;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .certified{
    background: #214457;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .certified:hover{
    background: url('../img/bg-home-certified.png') no-repeat; background-size: cover;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .snorkel{
    background: #27576e;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .snorkel:hover{
    background: url('../img/bg-home-snorkel.png') no-repeat; background-size: cover;
    margin:0px;
    min-height:596px;
}
.home-page .home-box2 .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:90%;
    margin:0 auto;
    padding:6% 5% 6% 5%;
}
.home-page .home-box2 .min-content{
    min-height:340px;
}
.home-page .home-box2 .icon{
    text-align:center;
    padding: 25px 5px 5px;
}
.dive-in-page.home-page .home-box2 .hdr {
    color: #fff;
}
.home-page .home-box2 .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 18px;
    font-weight:300;
    line-height: 30px;
    padding: 25px 5px 25px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.home-page .home-box2 .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
    text-align:justify;
}
.home-page .home-box2 .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0 10px;
    margin: 10px 0 5px;
}
.dive-in-page.home-page .home-box2 .button a {
    background: none;
}
.home-page .home-box2 .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
    /*letter-spacing:2px;*/
    /*min-width:170px;*/
    display:inline-block;
}
.home-page .home-box2 .button a:hover {
    background-color: #017fba;
    color: #fff;
}


/* CSS FOR HOME PAGE SOCIAL BOX
-------------------------------------------------- */
.home-page .social{
    background: #f7f7f7;
}
.home-page .social .facebook{

}
.home-page .social .facebook .content{
    font-family: 'Lato', 'sans-serif';
    color: #848789;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:70%;
    margin:7% 0;
    padding:4% 10%;
    float:right;
}
.home-page .social .facebook img{
    text-align:center;
    padding: 14px 5px 14px;
}
.home-page .social .facebook .hdr{
    color:#353738;
    font-size: 18px;
    font-weight:700;
    line-height: 27px;
    padding: 15px 5px 5px;
    letter-spacing:1px;
}
.home-page .social .facebook .hdr span{
    color:#848789;
    font-weight:100;
}
.home-page .social .facebook .text{
    font-size: 24px;
    line-height: 37px;
    padding: 10px 5px 15px;
    font-weight:300;
    font-style:italic;
}
.home-page .social .twitter{

}
.home-page .social .twitter .content{
    font-family: 'Lato', 'sans-serif';
    color: #848789;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:70%;
    margin:7% 0;
    padding:4% 10%;
    float:left;
}
.home-page .social .twitter img{
    text-align:center;
    padding: 14px 5px 14px;
}
.home-page .social .twitter .hdr{
    color:#353738;
    font-size: 18px;
    font-weight:700;
    line-height: 27px;
    padding: 15px 5px 5px;
    letter-spacing:1px;
}
.home-page .social .twitter .hdr span{
    color:#848789;
    font-weight:100;
}
.home-page .social .twitter .text{
    font-size: 24px;
    line-height: 37px;
    padding: 10px 5px 15px;
    font-weight:300;
    font-style:italic;
}

/* CSS FOR HOME PAGE HOME-BOX2
-------------------------------------------------- */
.home-page .home-box3{
    background: #091c33;
}
.home-page .home-box3 .news-havelock{
    background: url('../img/bg-home-news-havelock.jpg') no-repeat; background-size: cover;
    /*min-height:520px;*/
}
.home-page .home-box3 .news-havelock .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:80%;
    margin:0 auto;
    padding:10% 7% 5%;
}
.home-page .home-box3 .news-havelock .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    text-transform:uppercase;
    padding: 3px 5px 15px;
    letter-spacing:2px;
}
.home-page .home-box3 .news-havelock .text{
    font-size: 14px;
    line-height: 20px;
    padding: 20px 5px 10px;
    text-align:justify;
    letter-spacing:0.5px;
}
.home-page .home-box3 .news-havelock .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0 0px;
    margin: 60px 0 5px;
}
.home-page .home-box3 .news-havelock .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
}
.home-page .home-box3 .news-havelock .button a:hover {
    background-color: #017fba;
    color: #fff;
}
.home-page .home-box3 .trails-havelock{
    background: url('../img/bg-home-trails-havelock.jpg') no-repeat; background-size: cover;
}
.home-page .home-box3 .trails-havelock .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:94%;
    margin:0 auto;
    padding:5% 0%;
}
.home-page .home-box3 .trails-havelock .hdr{
    font-family: 'Nunito', 'sans-serif';
    font-size: 19px;
    font-weight:300;
    line-height: 30px;
    text-transform:uppercase;
    padding: 3px 5px 5px;
    letter-spacing:1.5px;
    text-align:left;
}
.home-page .home-box3 .trails-havelock .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
    text-align:justify;
    letter-spacing:0.5px;
}
.home-page .home-box3 .trails-havelock .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0 0px;
    margin: 100px 0 5px;
}
.home-page .home-box3 .trails-havelock .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
}
.home-page .home-box3 .trails-havelock .button a:hover {
    background-color: #017fba;
    color: #fff;
}

.home-page .home-box3 .dan .content{
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align:center;
    width:94%;
    margin:0 auto;
    padding:5% 0%;
}
.home-page .home-box3 .dan .text{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px 10px;
    text-align:justify;
    letter-spacing:0.5px;
}
.home-page .home-box3 .dan .button{
    color: #041f47;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 5px 0px;
    margin: 20px 0 5px;
    text-align:left;
}
.home-page .home-box3 .dan .button a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:2px;
    min-width:170px;
    display:inline-block;
}
.home-page .home-box3 .dan .button a:hover {
    background-color: #017fba;
    color: #fff;
}

/* CSS FOR SUBSCRIBE BOX
-------------------------------------------------- */
.subscribe{
    background: #035d87;
}
.subscribe .content1{
    width:50%;
    margin:0 auto;
    padding:65px 0 65px;
}

.subscribe input, .home-page .subscribe textarea {
    width: 100%;
    background: none;
    margin-bottom: 0px;
    padding: 8px;
    border: 1px #81aec3 solid;
    border-radius: 0px;
    font-family: 'Open Sans', 'sans-serif';
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align:left;
    font-style:italic;
}
::-webkit-input-placeholder {
    color: #fff; font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff; font-size: 16px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #fff; font-size: 16px;
}

:-ms-input-placeholder {  
    color: #fff; font-size: 16px;
}
.subscribe input {
    height: 40px;
}

.subscribe input[type="button"],.home-page .subscribe[type="reset"] {
    width: auto;
    background: #fff;
    margin-bottom: 0px;
    padding: 8px 20px;
    border: 0;
    border-radius: 0px;
    font-family: 'Lato', 'sans-serif';
    color: #017fba;
    font-size: 14px;
    line-height: 21px;
    text-align:left;
    font-weight:600;
    font-style:normal;
}

/* CSS FOR FOOTER
-------------------------------------------------- */
.footer-top {
    padding: 70px 40px;
    font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
}
.footerbox1 {
    float:left; width:25%;
}
.footerbox2 {
    float:left; width:25%; margin:0 5% 0 7%;
}
.footerbox3 {
    float:left; width:20%; margin:0 2% 0 2%;
}
.footerbox4 {
    float:right; width:25%;
}
.footer-top .hdr{
    font-family: 'Nunito', sans-serif;
    color: #017fba;
    font-size: 16px;
    padding: 20px 0 10px;
    text-transform:uppercase;
    font-weight:normal;
    line-height:22px;
    letter-spacing:0;
}
.footer-top .text{
    color: #017fba;
    font-size: 14px;
    padding: 5px 0px 10px 30px;
    /*margin-top: 20px;*/
}
.footer-top .text a{
    color: #017fba;
}
.inner-page .footer-top {
    padding: 70px 40px;
    font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
}
.inner-page .footerbox1 {
    float:left; width:25%;
}
.inner-page .footerbox2 {
    float:left; width:25%; margin:0 5% 0 7%;
}
.inner-page .footerbox3 {
    float:left; width:20%; margin:0 2% 0 2%;
}
.inner-page .footerbox4 {
    float:right; width:25%;
}
.inner-page .footer-top .hdr{
    font-family: 'Nunito', sans-serif;
    color: #017fba;
    font-size: 16px;
    padding: 20px 0 10px;
    text-transform:uppercase;
    font-weight:normal;
    line-height:22px;
    letter-spacing:0;
}
.inner-page .footer-top .text{
    color: #017fba;
    font-size: 14px;
    padding: 5px 0px 10px 30px;
    /*margin-top: 20px;*/
}
.inner-page .footer-top .text a{
    color: #017fba;
}
.footer-top .img1{
    padding: 0px 30px 10px 0px; float:right;
}
.footer-top .img2{
    padding: 15px 0px 10px 0px; float:right;
}
.footer-top .text.location{
    background: url(../img/icon-location.png) no-repeat left top 5px;
}
.footer-top .text.phone{
    background: url(../img/icon-phone.png) no-repeat left top 3px;
}
.footer-top .text.email{
    background: url(../img/icon-email.png) no-repeat left top 3px;
}
.footer-top .footer-menu ul {
    margin: 17px 0 0px;
    padding: 0px;
}
.footer-top .footer-menu ul li {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color: #505c68;
    text-transform:uppercase;
    list-style-type: none;
    padding: 0px 0px 20px;
}
.footer-top .footer-menu ul li a {
    font-size: 14px;
    color: #505c68;
    text-decoration: none;
}
.footer-top .footer-menu ul li a:hover {
    color: #00519a;
}

.footer-top .social-links ul{
    margin: 17px 0 0px;
    padding: 0px;
}
.footer-top .social-links ul li {
    float: left;
    list-style-type: none;
}
.footer-top .social-links ul li + li {
    margin-left: 20px;
}
.footer {
    background: #06344a;
    padding: 15px 20px;
    font-style:italic;
    color: #fff;
    font-size: 14px;
}
.footer .copy-left {
    float: left;
    line-height: 50px;
}
.footer .copy-right {
    float: right;
    line-height: 50px;
}
.footer .copy-right img{
    padding-left:15px;
}




.body {
    height: 100%;
}
.body.inner-page .landing {
    height: 100%;
    background: url('../img/package/bnr.jpg') no-repeat;
    background-size: cover;
    text-align: center;
}
.body.inner-page .banner {
    position: absolute;
    width:100%;
    top: 40%;
}
.body.inner-page .banner .section-heading {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin-bottom:30px;
    font-family: 'Lato', sans-serif;
    display:block;
    background: url('../img/location-border.jpg') no-repeat center bottom;
}
.body.inner-page .banner .section-location {
    margin:0 auto;
}
.body.inner-page .banner .section-each-location {
    width: 17%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /*margin-left: 9%;*/
}
.body.inner-page .banner .section-each-location .icon > img {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.body.inner-page .banner .section-each-location .icon > p {
    padding-top:55%;
    text-align:center;
}
.body.inner-page .banner .section-each-location + .section-each-location {
    margin: 0 0 0 3%;
}
.body.inner-page .banner .section-each-location a {
    display: block;
    height: 149px;
    width: 149px;
    white-space: nowrap;
    margin: 0px auto;
    color: #ffffff;
}
.body.inner-page .banner .section-each-location a:hover {
    color: #00519a;
}
.body.inner-page .banner .section-each-location a .icon {
    height: 149px;
    width: 149px;
    margin: 0px auto 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url('../img/location.png') no-repeat center center;
    color: #ffffff;
}
.body.inner-page .banner .section-each-location a .icon.active {
    color: #00519a;
    background: #00519a url('../img/location-hover.png') no-repeat center center;
}
.body.inner-page .banner .section-each-location a:hover .icon {
    color: #00519a;
    background: #00519a url('../img/location-hover.png') no-repeat center center;
}





/*  Back-to-top */
#back-to-top {
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
    height:40px;
    width:40px;
    cursor:pointer;
    background:#000000;
    line-height:1em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-image:url(../img/triangle.png);
    background-position: 12px 16px;
    background-repeat:no-repeat;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#back-to-top:hover {

    background-color:#091c33;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}


/* CSS FOR INNER PAGEs
-------------------------------------------------- */

.inner-page .content{
    font-family: 'Open Sans', 'sans-serif'; color: #041f47; font-size: 14px; line-height: 21px; text-align:center; width:80%; margin:10% auto; padding:4% 7% 4% 7%; min-height:540px;
}
.inner-page .icon{
    text-align:center;
    padding: 5px 5px 20px;
}
.inner-page .hdr{
    font-family: 'Nunito', 'sans-serif'; color: #017fba; font-size: 20px; font-weight:100; line-height: 30px; padding: 10px 5px 10px; text-transform:uppercase; letter-spacing:2px;
}
.inner-page .text{
    font-size: 14px; line-height: 23px; padding: 20px 5px 10px; text-align:justify;
}
.inner-page .button{
    color: #041f47; font-size: 14px; line-height: 21px; padding: 10px 5px 10px; margin-top: 20px;
}
.inner-page .button a {
    font-size: 13px; color: #017fba; border: 1px solid #fff; padding: 10px 25px; margin:0 5px; text-decoration: none; text-transform: uppercase; background-color: #fff;
}
.inner-page .button a:hover {
    background-color: #017fba; color: #fff;
}


/* CSS FOR DIVE IN PAGE
-------------------------------------------------- */
/*.inner-page .dive-in  .content{
    width:100%; margin:0 auto; padding:80px 0 65px; color:#041f47;
}*/
.inner-page .dive-in .overview .content{
    width:80%; margin:0 auto; padding:60px 0 65px; color:#041f47;
}
.inner-page .dive-in .overview .sub-hdr{
    color: #041f47; font-size:16px; font-weight:700; text-align:left; padding:30px 5px 0;
}
.inner-page .dive-in .overview .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .dive-in .overview  .button a:hover {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba;
}
.inner-page .dive-in .daily-diving-program{
    background-color: #017fba;
}
.inner-page .dive-in .daily-diving-program  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#017fba;
}
.inner-page .dive-in .daily-diving-program .hdr{
    color: #fff;
}
.inner-page .dive-in .daily-diving-program .text{
    color: #fff;
}
.inner-page .medical-form {
    background: #017fba; 
}
.inner-page .medical-form  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff; min-height:200px
}
.inner-page .medical-form .hdr{
    color: #fff;
}
.inner-page .medical-form .text{
    color: #fff;text-align:center;
}
.inner-page .medical-form .button a {
    color: #017fba; background-color: #fff; border: 1px solid #00bfc2;
}
.inner-page .medical-form .button a:hover {
    color: #fff;border: 1px solid #fff; background-color: #017fba;
}
.inner-page .dive-sites {
    background: url('../img/dive-in/bg-dive-sites.jpg') no-repeat; background-size: cover;
}
.inner-page .dive-sites.covolong-dive-sites{
    background: url('../img/dive-in/bg-covolong-dive-sites.jpg') no-repeat!important
}
.inner-page .dive-sites  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff;
}
.inner-page .dive-sites .hdr{
    color: #fff;
}
.inner-page .dive-sites .text{
    color: #fff;text-align:center;
}
.inner-page .boats  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#017fba;
}
.inner-page .boats .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .boats .button a:hover {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba;
}
.inner-page .boats .content .box{
    width:100%; margin:40px 0;
}
.inner-page .boats .content .box1{
    width:23.5%; float: left;
}
.inner-page .boats .content .box2{
    width:23.5%; float: left; margin: 0 1% 0 2%;
}
.inner-page .boats .content .box3{
    width:23.5%; float: left; margin: 0 2% 0 1%;
}
.inner-page .boats .content .box4{
    width:23.5%; float: left;
}
.inner-page .boats .content .box .title{
    margin:0px 0;font-family: 'Open Sans', 'sans-serif'; text-transform:uppercase;
}
.inner-page .boats .content .box .title a{
    font-size: 13px; color: #fff; border: 1px solid #017fba; padding: 10px 25px; margin:0 5px; text-decoration: none; text-transform: uppercase; background-color: #017fba;
}
.inner-page .boats .content .box .title a:hover {
    background-color: #fff; color: #017fba;
}
.inner-page .beaten-track {
    background: url('../img/dive-in/bg-beaten-track.jpg') no-repeat; background-size: cover;
}
.inner-page .beaten-track  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff;
}
.inner-page .beaten-track .sub-content{
    width:95%; padding:4% 0%;
}
.inner-page .beaten-track .hdr{
    color: #fff;
}
.inner-page .beaten-track .sub-hdr{
    color: #fff;font-family: 'Open Sans', 'sans-serif'; font-size:24px; padding-top: 20px;
}
.inner-page .beaten-track .text{
    color: #fff;text-align:justify; padding-top: 5px;
}
.inner-page .dive-courses .dive-tab .content{
    width:80%; margin:0 auto; padding:80px 0 80px; color:#fff;
}
.inner-page .dive-courses .dive-tab hdr{
    color: #041f47; font-size:16px; font-weight:700; text-align:left; padding:30px 5px 0;
}
.inner-page .dive-courses .dive-tab .sub-hdr{
    color: #fff; font-size:16px;  padding: 20px 0 20px;font-weight:300; text-align:left; text-transform: uppercase;
}
.inner-page .dive-courses .dive-tab .text{
    text-align:left; padding: 0px 0 10px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .dive-courses .dive-tab .sub-text{
    text-align:left; padding-top: 20px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .e-learning .content{
    width:80%; margin:40px auto 80px; padding:80px 40px 50px; color:#fff;background: url('../img/bg-inner-e-learning.jpg') no-repeat right top; background-size: cover; min-height:300px; height: auto;
}
.inner-page .e-learning .hdr{
    color: #fff; font-weight:700; text-align:center; padding:0px 5px 30px;
}
.inner-page .e-learning .text{
    text-align:left; padding: 0px 0 10px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .e-learning .text{
    text-align:left; padding: 0px 0 10px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .e-learning ul {
    margin-left: 0;   list-style-type: none;    padding: 0;
}
.inner-page  .e-learning ul li {
    text-align: left;    padding: 3px 5px;
}
.inner-page .e-learning .button {
    padding: 10px 5px 10px;
    margin-top: 0px;
}

/* CSS FOR ABOUT US PAGE
-------------------------------------------------- */
.inner-page .barefoot-scuba  .content{
    width:100%; margin:0 ;padding:80px 0 65px; color:#017fba;
}
.inner-page .barefoot-scuba .hdr{
    color: #017fba; padding: 0px 0 50px;
}
.inner-page .barefoot-scuba .text{
    text-align:justify; padding-top: 0px;
}
.inner-page .the-team{
    background-color: #017fba;
}
.inner-page .the-team .carousel-caption {
    z-index: 10;
    bottom:00%;
    width:100%;
    left:0%;
    padding:  10px 0px 25px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5)
}
.inner-page .the-team .carousel-indicators {
    bottom: 0px;
}
.inner-page .the-team .carousel-caption h1{
    text-align: center;
    padding-top: 5px;
}
.inner-page .the-team .content{
    color:#fff; width: 90%; margin: 0% auto 0; padding: 8% 7% 2% 7%; min-height:0px;
    width: 100%;
    margin: 0;
    /*padding: 20px 0 15px;*/
}
.inner-page .the-team .content .custom-nav-pill > li > a {
    margin:0px 0 0px;
}
.inner-page .the-team .content .custom-nav-pill > li > a {
    position: relative;
    display: block;border-radius:0px;
    color: #fff; font-size: 15px; line-height: 23px; font-weight:400; padding: 13px 25px; text-transform:uppercase;text-align: left;
}

.inner-page .the-team .content .custom-nav-pill > li > a:hover {
    color: #017fba;
}
.inner-page .the-team .content .custom-nav-pill > li.active > a, 
.inner-page .the-team .content .custom-nav-pill > li.active > a:focus, 
.inner-page .the-team .content .custom-nav-pill > li.active > a:hover {
    color: #017fba;
    background-color: #fff;
}

.inner-page .the-team .tab-content {
    background-color: #fff;
    padding: 40px 0 40px 0px;
}
.inner-page .the-team .hdr{
    color:#fff;padding: 0px 0 30px;
}
.inner-page .the-team .text{
    text-align:justify; padding-top: 5px;
}
.inner-page .the-team .courses-tab .content {
    padding: 10px;
}
.inner-page .the-team .courses-tab .content .hdr{
    color: #017fba;
    padding-top: 10px;
}
.inner-page .the-team .courses-tab .content .hdr.hdr2 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    padding: 20px 30px 0px;
}
.inner-page .the-team .courses-tab .content .text{
    color: #017fba;
}
.inner-page .the-team .team-box {
    display:inline-block; position:relative;
}
.inner-page .the-team .team-text {
    position: absolute;background-color: rgba(8, 54, 75, 0.7); color: #fff;bottom: 0px;text-align: left;padding: 20px 15px 20px 15px;width:100%;
}
.inner-page .the-team .team-title {
    position: absolute;bottom: 80px;text-align: left;z-index: 15;color: #fff;padding-left: 20px;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);background-color: rgba(194, 0, 0, 0.93);width: 100%;
}
.inner-page .the-team .team-title {
    width:100%;
}
.inner-page .project-aware {
    background: url('../img/about/bg-project-aware.jpg') no-repeat; background-size: cover;
}
.inner-page .project-aware  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff; min-height:350px;
}
.inner-page .project-aware .hdr{
    color: #fff; font-size: 30px; line-height: 40px;
}
.inner-page .drops {

}
.inner-page .drops  .content{
    width:100%; margin:0 auto; padding:80px 0 65px; color: #017fba;
}
.inner-page .drops .sub-content{
    padding:4% 0;
}
.inner-page .drops .hdr{
    padding-bottom: 50px;
}
.inner-page .drops .sub-hdr{
    text-align:left; font-family: 'Open Sans', 'sans-serif'; font-size:16px; padding-top: 30px; padding-bottom:5px; font-weight:500;
}
.inner-page .drops .text{
    text-align:left;
}
.inner-page .drops .icons{
    padding: 0px 15px 20px 0; float:left;
}


/* CSS FOR SNORKEL PAGE
-------------------------------------------------- */
.inner-page .snorkeling  .content{
    width:100%; margin:0 ;padding:80px 0 65px; color:#017fba;
}
.inner-page .snorkeling .hdr{
    color: #017fba; padding: 0px 0 50px;
}
.inner-page .snorkeling .text{
    text-align:justify; padding-top: 0px;
}
.inner-page .snorkeling .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .snorkeling .button a:hover {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba;
}
.inner-page .snorkeling-site {
    /*background: url('../img/snorkel/bg-snorkeling-site.jpg') no-repeat; background-size: cover;*/
}
.inner-page .snorkeling-site .carousel-caption {
    z-index: 10; width:94%;left:0; margin:0 3%; padding-bottom:12%;
}
.inner-page .snorkeling-site .carousel-caption1 {
    position: absolute; right: 10%; top: 20px; left: 10%; z-index: 10; padding-top: 20px; padding-bottom: 0px; color: #fff; text-align: center; text-shadow: none;
}
.inner-page .snorkeling-site  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff; min-height:350px;
}
.inner-page .snorkeling-site .hdr{
    color: #fff; padding: 20px 0 20px; font-weight:300;
}
.inner-page .snorkeling-site .hdr span{
    font-weight: 700;
}
.inner-page .snorkeling-site .text{
    text-align:left; padding-top: 0px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .snorkeling-site-content  .content{
    width:100%; margin:0 auto; padding:80px 0 65px; color: #017fba;
}
.inner-page .snorkeling-site-content .text{
    text-align:left;
}


/* CSS FOR DIVE SITE PAGE
-------------------------------------------------- */
.inner-page .dive-site  .content{
    width:100%; margin:0 ;padding:10px 0 65px; color:#017fba;
}
.inner-page .dive-site .hdr{
    color: #017fba; padding: 80px 0 10px; text-align: center; font-size:22px;
}
.inner-page .dive-site .text{
    color:#017fba;text-align:center; padding-top: 0px;
}
.inner-page .dive-site .content .hdr{
    color: #017fba; padding: 0px 0 7px; text-align: left; font-size:20px; font-family: 'Open Sans', 'sans-serif'; letter-spacing: 0; line-height: 24px;
}
.inner-page .dive-site .content .text{
    color:#017fba;text-align:left; padding: 6px 0 10px; font-size:13px; line-height:19px;
}
.inner-page .dive-site .content .text a{
    color:#017fba; text-decoration: none;
}
.inner-page .dive-site .content .text2{
    color:#017fba; text-align:left; padding: 6px 0 10px; font-size:15px; line-height:19px;
}
.inner-page .dive-site .content .text2 a{
    color:#017fba; text-decoration: none;
}
.inner-page .dive-site .content .map {
    pointer-events: none;
    cursor: pointer;
}
.inner-page .dive-site  .conten label {
    color: #017fba; cursor: pointer; text-align:left; width:100%;font-weight: 400; padding-left: 5px;
}
/* CSS FOR GOPRO PAGE
-------------------------------------------------- */
.inner-page .why-us  .content{
    width:100%; margin:0 ;padding:80px 0 65px; color:#017fba;
}
.inner-page .why-us .hdr{
    color: #017fba; padding: 0px 0 50px;
}
.inner-page .why-us .text{
    text-align:left; padding-top: 0px; padding-bottom:20px; font-weight:400;
}
.inner-page .why-us ul{
    padding-top: 0px; margin-left: 0px; list-style-type: disc;
}
.inner-page .why-us ul li{
    text-align:left; padding: 5px; font-weight:400;
}
.inner-page .team{
    width:100%; margin:0 ;padding:60px 0 0px; background: #017fba;
}
.inner-page .team .hdr{
    color: #fff; padding: 0px 0 50px; text-align:center;
}
.inner-page .course-desc {
    padding:0px 0 50px; 
}
.inner-page .course-desc .carousel-caption1 {
    position: absolute; right: 10%; top: 20px; left: 10%; z-index: 10; padding-top: 20px; padding-bottom: 0px; color: #fff; text-align: center; text-shadow: none;
}
.inner-page .course-desc  .content{
    width:80%; margin:0 auto; padding:80px 0 65px; color:#fff; min-height:350px;
}
.inner-page .course-desc .hdr{
    color: #fff; padding: 20px 0 20px;font-weight:300;
}
.inner-page .course-desc .hdr span{
    font-weight: 700;
}
.inner-page .course-desc .text{
    text-align:left; padding-top: 0px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .course-desc .sub-text{
    text-align:left; padding-top: 20px; font-size:13px; line-height: 20px; text-shadow:none; letter-spacing: .6px;
}
.inner-page .course-desc .sub-text span{
    text-decoration:none;
}
.inner-page .prices-n-packages  .content{
    width:100%; margin:0 auto; padding:10px 0 35px; color: #017fba;
}
.inner-page .prices-n-packages .hdr{
    padding: 0px 0 60px;font-weight:300;
}
.inner-page .prices-n-packages tr .white{
    color:#fff;
}
.inner-page .prices-n-packages tr td{
    border:0;
}
.inner-page .prices-n-packages tr.blue1{
    background-color:#017fba;
}
.inner-page .prices-n-packages tr.blue2{
    background-color:#009ee8;
}
.inner-page .prices-n-packages tr.odd{
    background-color:#efefef;
}
.inner-page .prices-n-packages tr.even{
    background-color:#f8f8f8;
}
.inner-page .prices-n-packages td{
    font-family: 'Nunito', 'sans-serif'; color: #017fba; font-size: 16px; line-height: 25px; font-weight:300; padding: 15px; text-transform:uppercase; letter-spacing:2px; vertical-align: middle; text-align: left;
}
.inner-page .prices-n-packages .td1{
    width:30%;
}
.inner-page .prices-n-packages .td2, .inner-page .prices-n-packages .td3, .inner-page .prices-n-packages .td4, .inner-page .prices-n-packages .td5, .inner-page .prices-n-packages .td6{
    width:14%;
}
.inner-page .customize  .content{
    width:100%; margin:0 auto; padding:45px 0 35px; color: #017fba;
}
.inner-page .customize .hdr{
    padding: 0px 0 10px;font-weight:300;
}
.inner-page .customize .text{
    text-align:center; font-size:14px; padding-bottom: 45px;
}
.inner-page .customize  .content{
    width:100%; margin:0 auto; padding:45px 0 35px; color: #017fba;
}
.inner-page .instructor-level-courses  .content{
    width:100%; margin:0 auto; padding:45px 0 35px; color: #017fba;
}
.inner-page .instructor-level-courses .hdr{
    padding: 0px 0 10px;font-weight:300;
}
.inner-page .instructor-level-courses .text{
    text-align:center; font-size:14px; padding-bottom: 45px;
}
.inner-page .instructor-level-courses  .content{
    width:100%; margin:0 auto; padding:45px 0 35px; color: #017fba;
}
.inner-page .courses-tab  .content{
    width:100%; margin:0 auto; padding:80px 0 80px; color: #017fba;
}
.inner-page .courses-tab .button {
    margin-top:40px;
}
.inner-page .courses-tab .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .courses-tab .button a:hover {
    background-color: #fff; border: 1px solid #017fba; color: #017fba;
}
.custom-nav-pill > li > a {
    margin:0px 0 0px;
}
.custom-nav-pill > li > a {
    position: relative;
    display: block;border-radius:0px;
    color: #017fba; font-size: 15px; line-height: 23px; font-weight:400; padding: 13px 25px; text-transform:uppercase;text-align: left;
}

.custom-nav-pill > li.active > a, .custom-nav-pill > li.active > a:focus, .custom-nav-pill > li.active > a:hover {
    color: #fff;
    background-color: #214457;
}
.tab-content{    background-color: #214457; padding: 40px 0 40px 20px;}
.courses-tab .content .hdr{
    font-family: 'Nunito', 'sans-serif'; color: #fff; font-size: 18px; line-height: 22px; font-weight:300; padding: 30px 30px 5px; text-transform:uppercase; letter-spacing:2px; text-align: left;
}
.courses-tab .text{
    color: #fff; font-size: 14px; line-height: 20px; padding: 5px 30px 5px; text-align: left;
}
.courses-tab ul{
    padding-top: 0px; margin-left: 20px; list-style-type: disc;
}
.courses-tab ul li{
    text-align:left; padding: 0 5px;; color: #fff;
}


/* CSS FOR CONTACT US PAGE
-------------------------------------------------- */

.inner-page .contact .content1 {
    width: 85%;
    margin: 10% auto;
    padding: 4% 3% 4% 7%;
    min-height: available;
}
.inner-page .contact .addr-form .hdr{
    color: #017fba; text-align:left;
}
.inner-page .contact .addr-form .text{
    color: #017fba;padding: 5px 5px 5px;
}
.inner-page .contact .addr-form .text a{
    color: #017fba; text-decoration: none;
}
.inner-page .contact .addr-form .sub-text{
    padding: 5px 5px 10px;color: #017fba;
}
.inner-page .contact .addr-form .sub-hdr{
    text-transform: uppercase;color: #017fba; text-align:left; padding: 20px 5px 0;
}
.inner-page .contact .addr-form .contact-us-form .text{
    color: #017fba;padding: 0; font-size:13px;
}
.inner-page .contact .addr-form .contact-us-form .row{
    margin-bottom:20px;
}
.inner-page .contact .payment-terms{
    background-color: #017fba;
}
.inner-page .contact .payment-terms .hdr{
    color: #fff;
}
.inner-page .contact .payment-terms .text{
    color: #fff;
}
.inner-page .contact .payment-terms .sub-text{
    padding: 5px 5px 10px;
}
.inner-page .contact .payment-terms .sub-hdr{
    text-transform: uppercase;color: #fff; text-align:left; padding: 20px 5px 0;
}
.inner-page .contact .payment-terms .content ul{
    padding:0 0 0 10px; margin-left: 0px; list-style-type: none;
}
.inner-page .contact .payment-terms .content ul li{
    text-align:left; padding: 5px; font-weight:100; color:#fff;
}
.contact-us-form {
    width:100%; margin:0 auto;
}
.contact-us-form label {
    color: #017fba; cursor: pointer; text-align:left; width:100%;font-weight: 400; padding-left: 5px;
}
.contact-us-form label .required {
    color: #017fba;
}
.contact-us-form input, .contact-us-form textarea {
    background-color: #c8e8f7; font-size:13px; width: 100%;padding: 5px; text-transform:none; border:1px solid #c8e8f7;color: #017fba;
}

.contact-us-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; border:0px; border-radius:0;
}
.contact-us-form .custom-input{
    background-color: #c8e8f7; font-size:13px; width: 100%;padding: 5px; text-transform:none; border:1px solid #c8e8f7;color: #017fba;    border-radius: 0px;
}
.contact-us-form input.custom-input {
    width: 100%; background-color: #c8e8f7; color:#017fba; margin: 0px 0 20px 31px;padding: 8px;border-radius: 0px; border:1px solid #c8e8f7;color: #017fba;
}

.contact-us-form input {
    height: 30px;
}
.contact-us-form textarea {
    height: 180px;
}
.contact-us-form textarea.one {
    height: 100px;
}
.contact-us-form input[type="button"]:hover {
    color: #017fba; background-color: #fff; border: 1px solid #017fba;
}
.contact-us-form input[type="button"] {
    background-color: #017fba; color: #fff;font-size: 13px; display: block; height: 45px; border: 1px solid #fff; padding: 10px 25px; margin:0 5px; text-decoration: none; text-transform: uppercase;
}

/*** custom checkboxes ***/
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; color:#017fba } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


#success{font-size: 14px;color: #017fba; line-height: 25px; padding:0px 0 20px 6px; margin: 0px; text-align: left;}



/* CSS FOR Prices and packages PAGE
-------------------------------------------------- */
.footer-credits a, .swiper-slide a{
    color:#017fba; text-decoration: none; padding: 15px 20px;
}
.swiper-slide a.active, .swiper-slide a:hover{
    background-color:#017fba; color:#fff; text-decoration: none;
}
.swiper-slide a.active, .swiper-slide a:hover{
    background-color:#017fba; color:#fff; text-decoration: none;
}
.swiper-slide li.active {
    background-color:#017fba; text-decoration: none; padding: 15px 20px;
}
#menu-bar{margin: 15px 0;}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 16px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    /*width:auto;*/
    white-space: nowrap;
    font-family:'Nunito', 'sans-serif';
    font-weight: 300;
    text-transform: uppercase;
}
.swiper-slide ul li:first-child{
    margin-left:0px;
}
.swiper-slide ul li{
    display:inline;
    list-style-type:none;
    /*margin:0 20px;*/
}

.swiper-slide ul li:last-child{
    margin-right:0px;
}
.inner-page .prices-n-packages-page .prices-n-packages  .content{
    width:100%; margin:0 auto; padding:40px 0 35px; color: #017fba;
}
.inner-page .prices-n-packages-page .prices-n-packages .hdr{
    padding: 0px 0 5px;font-weight:300;
}
.inner-page .prices-n-packages-page .prices-n-packages .sub-hdr{
    text-align: left; font-size:18px;font-weight:300;padding: 10px 15px 5px;  text-transform: uppercase;
}
.inner-page .prices-n-packages-page .prices-n-packages .text{
    padding: 0px 0 0px; text-align: center; letter-spacing: 1px;
}
.inner-page .prices-n-packages-page .prices-n-packages .text + .text{
    padding: 0px 0 60px;
}
.inner-page .prices-n-packages-page .prices-n-packages .sub-text{
    padding: 0px 10px 5px; text-align: left; font-size:15px; 
}
.inner-page .prices-n-packages-page .prices-n-packages .super-text{
    padding: 0px 10px 35px 35px; text-align: left; font-size:14px;
}
.inner-page .prices-n-packages-page .prices-n-packages .great-text{
    padding: 10px 15px 5px; text-align: left; font-size:14px;
}
.inner-page .prices-n-packages-page .prices-n-packages .note{
    padding: 0px 10px 5px; text-align: left; font-size:14px;
}
.inner-page .prices-n-packages-page .prices-n-packages .hdr-table{
    margin-bottom:5px;
}
.inner-page .prices-n-packages-page .prices-n-packages tr .white{
    color:#fff;
}
.inner-page .prices-n-packages-page .prices-n-packages tr td{
    border:0;
}
.inner-page .prices-n-packages-page .prices-n-packages tr.blue1{
    background-color:#017fba;
}
.inner-page .prices-n-packages-page .prices-n-packages tr.blue2{
    background-color:#009ee8;
}
.inner-page .prices-n-packages-page .prices-n-packages tr.odd{
    background-color:#efefef;
}
.inner-page .prices-n-packages-page .prices-n-packages tr.even{
    background-color:#f8f8f8;
}
.inner-page .prices-n-packages-page .prices-n-packages td{
    font-family: 'Nunito', 'sans-serif'; color: #017fba; font-size: 16px; line-height: 25px; font-weight:300; padding: 15px; text-transform:uppercase; letter-spacing:2px; vertical-align: middle; text-align: left;
}
.inner-page .prices-n-packages-page .prices-n-packages .th{
    text-align: center;
}
.inner-page .prices-n-packages-page .prices-n-packages .td1{
    width:55%;
}
.inner-page .prices-n-packages-page .prices-n-packages .td2{
    width:15%; text-align: right;
}
.inner-page .prices-n-packages-page .prices-n-packages .td3{
    font-size:14px; text-transform: none;
}
.inner-page .prices-n-packages-page .prices-n-packages .td4{
    width:20%; text-align: left;
}
.inner-page .prices-n-packages-page .prices-n-packages .td5, .inner-page .prices-n-packages-page .prices-n-packages .td6, .inner-page .prices-n-packages-page .prices-n-packages .td7, .inner-page .prices-n-packages-page .prices-n-packages .td8{
    width:20%; text-align: center;
}
.inner-page .prices-n-packages-page .prices-n-packages .td9{
    width:30%; text-align: left;
}
.inner-page .prices-n-packages-page .prices-n-packages .td10, .inner-page .prices-n-packages-page .prices-n-packages .td11{
    width:35%; text-align: center;
}
.inner-page .prices-n-packages-page .prices-n-packages .tda{
    width:22%; text-align: left; font-size:14px;
}
.inner-page .prices-n-packages-page .prices-n-packages .tdb, .inner-page .prices-n-packages-page .prices-n-packages .tdc,.inner-page .prices-n-packages-page .prices-n-packages .tdd,.inner-page .prices-n-packages-page .prices-n-packages .tde,.inner-page .prices-n-packages-page .prices-n-packages .tdf,.inner-page .prices-n-packages-page .prices-n-packages .tdg{
    width:13%; text-align: left; font-size:14px; letter-spacing: 0;
}
.inner-page .prices-n-packages-page .prices-n-packages .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .prices-n-packages-page .prices-n-packages .button a:hover {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba;
}
.inner-page .prices-n-packages-page .prices-n-packages .content ul{
    padding:0 0 0 10px; margin-left: 20px; list-style-type: disc;
}
.inner-page .prices-n-packages-page .prices-n-packages .content ul li{
    text-align:left; padding: 5px;
}
.inner-page .havelock-dive-packages  .content{
    width:100%; margin:0 auto; padding:80px 0 80px; color: #017fba;
}
.inner-page .havelock-dive-packages .button {
    margin-top:40px;
}
.inner-page .havelock-dive-packages .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .havelock-dive-packages .button a:hover {
    background-color: #fff; border: 1px solid #017fba; color: #017fba;
}
.havelock-dive-packages .content .hdr{
    font-family: 'Nunito', 'sans-serif'; color: #fff; font-size: 18px; line-height: 22px; font-weight:300; padding: 30px 30px 5px; text-transform:uppercase; letter-spacing:2px; text-align: left;
}
.havelock-dive-packages .text{
    color: #fff; font-size: 14px; line-height: 20px; padding: 5px 30px 5px; text-align: left;
}
.havelock-dive-packages ul{
    padding-top: 0px; margin-left: 20px; list-style-type: disc;
}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-dive-packages .content ul li{
    text-align:left; padding: 0 5px;; color: #fff;
}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-dive-packages .content .note{
    font-size: 13px;color: #fff; 
}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-dive-packages .content .sub-ul li{
    font-size: 12px;
}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td1{
    width:30%;

}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td2,
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td3,
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td4,
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td5,
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td6{
    width: 14%;
    width: calc(70% / 5); 
    text-align: center;
}
.inner-page .prices-n-packages-page .prices-n-packages .havelock-transfer-rates .td3 {
    font-size: 16px;
}
/* CSS FOR ACCOMMODATION PAGE
-------------------------------------------------- */
.inner-page .accommodation  .scuba-resort{
    background: url('../img/accommodation/bg-scuba-resort.jpg') no-repeat; background-size: cover;
}
.inner-page .accommodation .havelock{
    background: url('../img/accommodation/bg-havelock.jpg') no-repeat; background-size: cover;
}
.inner-page .accommodation .port-blair{
    background: url('../img/accommodation/bg-port-blair.jpg') no-repeat; background-size: cover;
}
.inner-page .accommodation .content{
    width:100%; margin:0 ;padding:80px 0 5px; color:#fff;
}
.inner-page .accommodation .content .gallery{
    padding:50px 0 50px;;
}
.inner-page .accommodation .hdr{
    color: #fff; padding: 0px 0 50px; text-align: center;
}
.inner-page .accommodation .hdr span{
    text-align: center; font-size:15px;
}
.inner-page .accommodation .text{
    text-align: left; padding: 0px;color: #fff;
}
.inner-page .accommodation .sub-hdr{
    color: #017fba; text-align: left; padding-bottom: 10px;
}
.inner-page .accommodation .sub-text{
    color: #017fba; text-align: left; padding-bottom: 10px;
}
.inner-page .accommodation .button a {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}
.inner-page .accommodation .button a:hover {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba;
}
.inner-page .accommodation .site {
    margin:70px 0; 
}
.inner-page .accommodation .site .hdr{
    color: #fff; padding: 0px 5px 20px; font-size:15px; text-align: left;
}
.inner-page .accommodation .site .text{
    text-align:left; padding-top: 0px; font-size:13px; line-height: 20px;
}
.inner-page .accommodation .button {
    text-align: left; padding:0;
}
.inner-page .accommodation .button a {
    background-color: #fff; border: 1px solid #00bfc2; color: #017fba; margin: 0;
}
.inner-page .accommodation .button a:hover {
    color: #fff; border: 1px solid #017fba; background-color: #017fba;
}




/* CSS FOR dive-center PAGE
-------------------------------------------------- */
.inner-page .location{
    background-color: #017fba;
}
.inner-page .location .content{
    color:#fff; width: 90%; margin: 0% auto 0; padding: 8% 7% 2% 7%; min-height:540px;font-family: 'Open Sans', 'sans-serif';
}
.inner-page .location .content.big-content{
    width: 94%; margin: 0% auto 0; padding: 5% 3% 2% 3%;
}
.inner-page .location .hdr{
    color:#fff;padding: 0px 0 30px;
}
.inner-page .location .text{
    text-align:center; padding-top: 5px;
}
.inner-page .location .text a{
    color:#fff; text-decoration: none;
}
.inner-page .location .text.sub-text{
    text-align:left; padding-top: 5px;font-size: 13px; line-height: 18px;
}
.inner-page .location .text.sub-text a{
    color:#fff;
}
.inner-page .location .content ul{
    padding:0 0 0 10px; margin: 10px 0 10px; list-style-type: none;
}
.inner-page .location .content ul li{
    text-align:center; padding: 4px 5px 4px;
}
.inner-page .location .content .sub-ul{
    margin: 5px 0 10px 15px;
}
.inner-page .location .content .sub-ul li{
    text-align:left; padding: 2px 3px 1px;font-size: 13px;
}
.location input, .location textarea {
    background: none;font-size:13px; width: 100%;padding: 8px; text-transform:none; border:1px solid #fff;color: #fff; margin-bottom:20px;
}

.location .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; border:0px; border-radius:0;
}
.location .custom-input{
    background: none; font-size:13px; width: 50%;padding: 5px; text-transform:none; border:1px solid #fff;color: #fff;    border-radius: 0px;
}
.location input.custom-input {
    width: 100%; background: none; color:#fff; margin: 0px 0 20px 31px;padding: 8px;border-radius: 0px; border:1px solid #fff;color: #fff;
}
.location input {
    height: 30px;
}
.location textarea {
    height: 180px;
}
.location input[type="button"]:hover {
    color: #017fba; background-color: #fff; border: 1px solid #fff;
}
.location input[type="button"] {
    background: none; color: #fff;font-size: 13px; display: block; height: 45px; border: 1px solid #fff; padding: 10px 25px; margin:0 5px; text-decoration: none; text-transform: uppercase;
}
.location .success {
    font-size: 13px; color: #fff; line-height: 22px; padding: 0px 0 20px 6px; margin: 0px; text-align: left;
}
.location input::-webkit-input-placeholder,.location textarea::-webkit-input-placeholder {
    color: #fff; font-size: 12px;
}
.location input:-moz-placeholder,.location textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff; font-size: 12px;
}
.location input::-moz-placeholder,.location textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #fff; font-size: 12px;
}
.location input:-ms-input-placeholder,.location textarea:-ms-input-placeholder {  
    color: #fff; font-size: 12px;
}

@media (min-width: 992px) {
    /*    .container {
            width: 80%;
            max-width: 1170px;
        }*/

}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption-inner {
        bottom:5%;
    }
    /* Menu copied from abinay starts */
    .menu-container.opened .left {
        width: 100%;
        height: 160px;
    }
    .menu-container.opened .left .logo.top {
        width: 305px;
        margin: 30px 0px 30px;
    }

    .menu-container.opened .right {
        width: 100%;
        height: 100%;
    }
    .menu-container .right .menu {
        top: 30px;
        right: 30px;
    }
    .menu-container.opened .right .menu {
        top: 30px;
    }
    .menu-container .right .menu .menu-item.about-us,
    .menu-container .right .menu .menu-item.dive,
    .menu-container .right .menu .menu-item.snorkel,
    .menu-container .right .menu .menu-item.go-pro,
    .menu-container .right .menu .menu-item.home,
    .menu-container .right .menu .menu-item.pricing,
    .menu-container .right .menu .menu-item.accommodation,
    .menu-container .right .menu .menu-item.dive-centers,
    .menu-container .right .menu .menu-item.spacer,
    .menu-container .right .menu .menu-item.contact {
        width: 0px;
        margin: 0px;
    }

    .menu-container .right .menu .menu-item.spacer{
        display:none;
    }
    .menu-container.opened  .right .menu .menu-item.spacer{
        display:none;
    }
    .menu-container.opened .right .menu .menu-item {
        float: none;
        width: auto;
        margin-left: 40px;
    }
    .menu-container.opened .right .menu .menu-item + .menu-item {
        margin-top: 10px;
        margin-left: 40px;
    }
    .menu-container .right .menu .menu-item.menu-open-button {
        width: 32px;
        margin: 4px 0px 4px 35px;
    }

    .menu-container .right .menu-close-button {
        top: 30px;
        right: 30px;
    }
    .menu-container.opened {
        height: 100%;
    }
    /* Menu copied from abinay ends */

    .body.inner-page .landing {
        height: 50%;
    }
    .body.inner-page .banner {
        top: 8%;
    }
    .body.inner-page .banner .section-each-location {
        width: 25%;
        margin: 2%;
    }
    .body.inner-page .banner .section-each-location + .section-each-location {
        margin: 2%;
    }
}





@media (max-width: 767px) {
    .carousel-control.right {
        right: 0%;
    }
    .carousel-control.left {
        left: 0%;
    }
    .PL-0 {
        padding-left: 15px;
    }
    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
    .navbar {
        margin-bottom:0px;
    }
    .navbar-wrapper{
        background: rgba(000, 000, 000, 0.8);
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 21px;
        padding: 10px 10px 10px;
    }
    .navbar-default .navbar-nav>li.spacer{
        display: none;
    }
    .navbar-default .navbar-nav>li>a.logo {
        display: none;
    }
    .navbar-default .navbar-toggle {
        border:none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ccc; background:none;
    }
    /* CUSTOMIZE THE HOME PAGE CAROUSEL
-------------------------------------------------- */
    .banner-container{
        margin-top:0px;
    }
    .carousel-caption {
        bottom:20%;
        width:80%;
    }
    .carousel-caption-inner {
        bottom:5%;
    }
    .carousel-caption h1{
        font-size: 15px;
        line-height: 21px;
        padding: 10px 0px 10px;
    }
    .carousel-caption h2{
        font-size: 11px;
        padding:0;
        /*display:none;*/
    }
    .carousel-caption h3{
        display:none;
    }
    .carousel-caption h6{
        display:block;
    }
    .carousel-caption h6 img{
        width:80px;
    }
    .carousel-caption p {
        padding: 6px 0px;
    }
    .carousel-caption p a.get-started{
        font-size: 12px;
        line-height: 18px;
        padding: 6px 10px;
    }

    /* CSS FOR HOME PAGE UPDATES BOX
    -------------------------------------------------- */
    .home-page .updates{
        font-size: 13px;
        line-height: 18px;
        padding:15px 10px 15px;}


    /* CSS FOR HOME PAGE DIVE CENTERS BOX
    -------------------------------------------------- */

    .home-page  .dive-centers{
        /*background: url('../img/bg-home-dive-centers.jpg') no-repeat; background-size: cover;*/
    }
    .home-page .dive-centers .e-learning .content{
        width: 90%;
        padding: 4%;
        line-height: 19px;
    }
    .home-page .dive-centers .e-learning,
    .home-page .dive-centers .environment,
    .home-page .dive-centers .diving-courses{
        min-height: 200px;
        height: auto;
    }
    .home-page .dive-centers .content{
        font-size: 13px;
        line-height: 18px;
        width:94%;
        padding:25px 0 15px;
    }
    .home-page .dive-centers .hdr{
        font-size: 17px;
        line-height: 23px;
        padding: 10px 5px 10px;
    }
    .home-page .dive-centers .sub-hdr{
        padding: 20px 5px 5px;
    }
    .home-page .dive-centers .div-table{
        min-height: 50px; height: auto; overflow: hidden;
    }
    .home-page .dive-centers ul{
        margin-left: 0; list-style-type: none; padding: 0;
    }
    .home-page .dive-centers ul li{
        text-align: center; padding: 8px 5px;
    }
    .home-page .dive-centers .button{
        color: #041f47;
        font-size: 13px;
        line-height: 21px;
        padding: 10px 5px 10px;
        margin-top: 10px;
    }
    .home-page .dive-centers .button a {
        font-size: 13px;
        padding: 7px 10px;
        margin:0 5px;
    }
    /* CSS FOR HOME PAGE ANDAMAN ISLANDS BOX
-------------------------------------------------- */
    .home-page .andaman-islands{
        background: url('../img/bg-home-andaman-islands-mob.jpg') no-repeat; background-size: cover;
    }
    .home-page .andaman-islands .content{
        font-size: 13px;
        line-height: 18px;
        width:94%;
        padding:25px 0 15px;
    }
    .home-page .andaman-islands img{
        text-align:center;
        padding: 5px 5px 0px;
        width:auto;
    }

    .home-page .andaman-islands .hdr{
        font-size: 17px;
        line-height: 23px;
        padding: 10px 5px 10px;
    }
    .home-page .andaman-islands .text{
        font-size: 15px;
        line-height: 21px;
    }
    .home-page .andaman-islands .sub-text{
        font-size: 13px;
        line-height: 21px;
        padding: 5px 5px 0px;
    }
    .home-page .andaman-islands .button{
        color: #041f47;
        font-size: 13px;
        line-height: 21px;
        padding: 7px 10px;
    }
    .home-page .andaman-islands .button {
        margin-top: 10px;
    }
    .home-page .andaman-islands .button a {
        padding: 7px 10px;
        margin:0 5px;
    }

    /* CSS FOR HOME PAGE DIVE BOX
-------------------------------------------------- */
    .home-page .dive{
        background: #017fba;
    }
    .home-page .dive .diving-courses{
        background: url('../img/bg-home-courses.jpg') no-repeat; background-size: cover;
        margin:0px;
    }
    .home-page .dive .diving-courses .content{
        font-size: 13px;
        line-height: 19px;
        width:80%;
        margin:4% auto;
        padding:3% 5%;
        border:2px solid #fff;
    }
    .home-page .diving-courses img{
        padding: 5px 5px 5px;
    }
    .home-page .diving-courses .hdr{
        font-size: 17px;
        line-height: 24px;
        padding: 10px 5px 5px;
    }
    .home-page .diving-courses .text{
        font-size: 13px;
        line-height: 18px;
        padding: 10px 5px 5px;
    }
    .home-page .diving-courses .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
    }
    .home-page .diving-courses .button a {
        font-size: 13px;
        color: #fff;
        padding: 7px 10px;
        margin:5px;
        display:inline-block;
    }



    /* CSS FOR HOME PAGE HOME-BOX1(E-LEARING/snorkel)
    -------------------------------------------------- */
    .home-page .dive-centers .environment{
        background: #017fba;
    }
    .home-page .dive-centers .environment .content{
        font-size: 13px;
        line-height: 18px;
        width:90%;
        margin:5% auto;
        padding:3% 5%;
    }
    .home-page .dive-centers .environment img {
        width:auto;
    }
    .home-page .dive-centers .environment .hdr{
        font-size: 17px;
        line-height: 24px;
        padding: 10px 5px 5px;
    }
    .home-page .dive-centers .environment .text{
        font-size: 13px;
        line-height: 18px;
        padding: 10px 5px 5px;
    }
    .home-page .dive-centers .environment .sub-text{
        font-size: 14px;
        line-height: 18px;
        padding: 10px 5px 5px;
    }
    .home-page .dive-centers .environment .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
    }
    .home-page .dive-centers .environment .button a {
        font-size: 13px;
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 10px;
        margin:5px;
        display:inline-block;
    }
    .home-page .dive-centers .diving-courses .content{
        font-size: 13px;
        line-height: 18px;
        width:90%;
        margin:5% auto;
        padding:3% 5%;
        border:0px;
    }
    .home-page .dive-centers .diving-courses .hdr{
        font-size: 17px;
        line-height: 24px;
    }
    .home-page .dive-centers .diving-courses .text{
        font-size: 13px;
        line-height: 18px;
        padding: 10px 5px 5px;
    }
    .home-page .dive-centers .diving-courses .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
    }
    .home-page .dive-centers .diving-courses .button a {
        font-size: 13px;
        padding: 7px 10px;
        margin:0 5px;
    }
    /* CSS FOR HOME PAGE HOME-BOX2
    -------------------------------------------------- */
    /* CSS FOR HOME PAGE HOME-BOX2
    -------------------------------------------------- */

    .home-page .home-box2 .new-to-diving,.home-page .home-box2 .new-to-diving:hover{
        height:auto;
        min-height:200px;
    }
    .home-page .home-box2 .certified,.home-page .home-box2 .certified:hover{
        height:auto;
        min-height:200px;
    }
    .home-page .home-box2 .snorkel,.home-page .home-box2 .snorkel:hover{
        height:auto;
        min-height:200px;
    }
    .home-page .home-box2 .content{
        font-family: 'Open Sans', 'sans-serif';
        color: #fff;
        font-size: 13px;
        line-height: 19px;
        width:90%;
        margin:0 auto;
        padding:4% 4%;
    }
    .home-page .home-box2 .min-content{
        min-height:200px; height:auto;
    }
    .home-page .home-box2 .icon{
        text-align:center; width:auto;
        padding: 15px 5px 5px;
    }
    .home-page .home-box2 .hdr{
        font-size: 16px;
        line-height: 27px;
        padding: 15px 5px 15px;
    }
    .home-page .home-box2 .text{
        font-size: 13px;
        line-height: 20px;
        padding: 10px 5px 10px;
        text-align:justify;
    }
    .home-page .home-box2 .button{
        color: #041f47;
        font-size: 13px;
        line-height: 21px;
    }
    .home-page .home-box2 .button a {
        padding: 6px 12px;
    }

    /* CSS FOR HOME PAGE SOCIAL BOX
    -------------------------------------------------- */
    .home-page .social .facebook .content{
        text-align:center;
        width:90%;
        margin:5% 0 0;
        padding:2% 5%;
        float:none;
    }
    .home-page .social .facebook img{
        padding: 14px 5px 10px;
    }
    .home-page .social .facebook .hdr{
        font-size: 14px;
        line-height: 20px;
    }
    .home-page .social .facebook .text{
        font-size: 18px;
        line-height: 27px;
        padding: 10px 5px 15px;
    }

    .home-page .social .twitter .content{
        text-align:center;
        width:90%;
        margin:0% 0 0;
        padding:2% 5% 10%;
        float:none;
    }
    .home-page .social .twitter img{
        padding: 14px 5px 10px;
    }
    .home-page .social .twitter .hdr{
        font-size: 14px;
        line-height: 20px;
    }
    .home-page .social .twitter .hdr span{
        color:#848789;
        font-weight:100;
    }
    .home-page .social .twitter .text{
        font-size: 18px;
        line-height: 27px;
        padding: 10px 5px 15px;
    }
    /* CSS FOR HOME PAGE HOME-BOX2
    -------------------------------------------------- */
    .home-page .home-box3 .news-havelock .content{
        font-size: 13px;
        line-height: 19px;
        width:90%;
        margin:0% auto;
        padding:3% 5%;
    }
    .home-page .home-box3 .news-havelock .hdr{
        font-size: 17px;
        line-height: 24px;
        padding:20px 0 0;
    }
    .home-page .home-box3 .news-havelock .text{
        font-size: 13px;
        line-height: 18px;
    }
    .home-page .home-box3 .news-havelock .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
    }
    .home-page .home-box3 .news-havelock .button a {
        font-size: 13px;
        padding: 7px 10px;
        margin:0 5px;
        display:inline-block;
    }

    .home-page .home-box3 .trails-havelock .content{
        font-size: 13px;
        line-height: 19px;
        width:90%;
        margin:0% auto;
        padding:5% 5%;
    }
    .home-page .home-box3 .trails-havelock .hdr{
        font-size: 17px;
        line-height: 24px;
        padding:20px 0 0;
    }
    .home-page .home-box3 .trails-havelock .text{
        font-size: 13px;
        line-height: 18px;
    }
    .home-page .home-box3 .trails-havelock .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
    }
    .home-page .home-box3 .trails-havelock .button a {
        font-size: 13px;
        padding: 7px 10px;
        margin:0 5px;
        display:inline-block;
    }


    .home-page .home-box3 .dan .content{
        font-size: 13px;
        line-height: 19px;
        width:90%;
        margin:0% auto;
        padding:5% 5%;
    }
    .home-page .home-box3 .dan .text{
        font-size: 13px;
        line-height: 18px;
    }
    .home-page .home-box3 .dan .button{
        font-size: 13px;
        line-height: 19px;
        padding: 10px 5px 10px;
        margin-top: 15px;
        text-align:center;
    }
    .home-page .home-box3 .dan .button a {
        font-size: 13px;
        padding: 7px 10px;
        margin:0 5px;
        display:inline-block;
        text-align:center;
    }
    /* CSS FOR HOME PAGE SUBSCRIBE BOX
    -------------------------------------------------- */
    .subscribe .content1{
        /*width:80%;*/
        margin:0 auto;
        padding:35px 0 35px;
    }

    .subscribe input, .home-page .subscribe textarea {
        margin-bottom: 0px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 19px;
    }
    ::-webkit-input-placeholder {
        color: #fff; font-size: 14px;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #fff; font-size: 14px;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        color: #fff; font-size: 14px;
    }

    :-ms-input-placeholder {  
        color: #fff; font-size: 14px;
    }
    .subscribe input {
        height: 40px;
    }

    .subscribe input[type="button"],.home-page .subscribe[type="reset"] {
        width: 100%;
        margin-bottom: 0px;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 18px;
        text-align:center;
    }
    /* CSS FOR FOOTER
    -------------------------------------------------- */
    .inner-page .footer-top {
        padding: 20px 20px;
    }
    .inner-page .footerbox1 {
        float:none; width:100%;
    }
    .inner-page .footerbox2 {
        float:none; width:100%; margin:3% 0% 0;
    }
    .inner-page .footerbox3 {
        float:none; width:100%; margin:0%;
    }
    .inner-page .footerbox4 {
        float:none; width:100%;
    }
    .inner-page  .footer-top .hdr{
        font-size: 14px;
        padding: 20px 0 10px;
    }
    .inner-page .footer-top .text{
        font-size: 13px;
    }
    .footer-top {
        padding: 20px 20px;
    }
    .footerbox1 {
        float:none; width:100%;
    }
    .footerbox2 {
        float:none; width:100%; margin:3% 0% 0;
    }
    .footerbox3 {
        float:none; width:100%; margin:0%;
    }
    .footerbox4 {
        float:none; width:100%;
    }
    .footer-top .hdr{
        font-size: 14px;
        padding: 20px 0 10px;
    }
    .footer-top .text{
        font-size: 13px;
    }
    .footer-top .footer-menu ul {
        margin: 23px 0 0px;
    }
    .footer-top .footer-menu ul li {
        font-size:13px;
        padding: 0px 0px 10px;
    }
    .footer-top .footer-menu ul li a {
        font-size: 13px;
    }
    .footer-top .social-links ul{
        margin: 23px 0 0px;
        padding: 0px;
    }
    .footer-top .social-links ul li + li {
        margin-left: 20px;
    }
    .footer {
        padding: 10px 10px;
        font-size: 13px;
    }
    .footer .copy-left {
        line-height: 30px;
    }
    .footer .copy-right {
        line-height: 50px;
    }
    .footer .copy-right img{
        padding-left:15px;
    }


    /* CSS FOR INNER PAGEs
    -------------------------------------------------- */

    .inner-page .content{
        font-size: 13px; line-height: 19px; width:100%; min-height:300px; height:auto; 
    }
    .inner-page .icon{
        padding: 5px 5px 10px;width:50px;
    }
    .inner-page .hdr{
        font-size: 15px; line-height: 23px; padding: 10px 5px 10px;
    }
    .inner-page .text{
        font-size: 13px; padding: 10px 5px 10px;
    }
    .inner-page .button{
        font-size: 13px; line-height: 19px; margin-top: 10px;
    }
    .inner-page .button a {
        padding: 10px 20px;
    }
    .inner-page .dive-sites  .content{
        width:100%; padding: 4% 7% 4% 7%; margin:10% 0; 
    }

    .inner-page .dive-sites .text{
        text-align:justify;
    }
    .inner-page .medical-form  .content{
        width:100%;padding: 4% 7% 4% 7%;
    }
    .home-page .medical-form .button a {
        padding: 6px 12px;
    }
    .inner-page .boats .content {
        width:100%; padding: 4% 7% 4% 7%; margin:10% 0; 
    }

    .inner-page .boats .content .box{
        width:100%;
    }
    .inner-page .boats .content .box1, .inner-page .boats .content .box2, .inner-page .boats .content .box3, .inner-page .boats .content .box4{
        width:100%; float: none; margin: 0% 0 35px;;
    }
    .inner-page .boats .content .box .hdr a{
        padding: 10px 15px;
    }
    .inner-page .beaten-track  .content{
        width:100%; padding: 4% 7% 4% 7%; margin:10% 0;
    }
    .inner-page .beaten-track .sub-content{
        width:100%; padding:4% 0%;
    }
    .inner-page .beaten-track .sub-hdr{
        font-size:16px; padding-top: 10px;
    }
    .inner-page .dive-in .overview .sub-hdr{
        font-size:15px; padding:20px 5px 0;
    }
    .inner-page .dive-courses .dive-tab .content{
        width:100%; padding: 4% 7% 4% 7%; margin:10% 0 10%;
    }
    .inner-page .dive-courses .dive-tab hdr{
        /*color: #041f47; font-size:16px; font-weight:700; text-align:left; padding:30px 5px 0;*/
    }
    .inner-page .dive-courses .dive-tab .sub-hdr{
        font-size:15px; padding-top: 10px;
    }
    .inner-page .e-learning .content{
        width:100%; padding: 4% 7% 4% 7%; margin:10% 0 10%;
    }
    .inner-page .e-learning .hdr{
        font-size: 15px; line-height: 23px; padding: 10px 5px 10px;
    }





    /* CSS FOR ABOUT US PAGE
    -------------------------------------------------- */
    .inner-page .barefoot-scuba  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .barefoot-scuba .hdr{
        padding: 0px 0 30px;
    }

    .inner-page .the-team .content{
        width: 100%; margin: 5% auto 0; padding: 4% 7% 3% 7%; min-height:200px;
    }
    .inner-page .the-team .hdr{
        padding: 0px 0 10px;
    }
    .inner-page .the-team .team-text {
        font-size:13px;
    }
    .inner-page .project-aware  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .project-aware .hdr{
        font-size: 20px; line-height: 30px;
    }
    .inner-page .drops  .content{
        width: 100%; margin: 5% auto 0; padding: 4% 7% 3% 7%;
    }
    .inner-page .drops .sub-content{
        padding:4% 0;
    }
    .inner-page .drops .hdr{
        padding-bottom: 20px;
    }
    .inner-page .drops .sub-hdr{
        font-size:14px; padding-top: 15px; padding-bottom:5px;
    }
    .inner-page .drops .text{
        text-align:left;
    }


    /* CSS FOR SNORKEL PAGE
-------------------------------------------------- */

    .inner-page .snorkeling  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .snorkeling .hdr{
        padding: 0px 0 20px;
    }
    .inner-page .snorkeling-site  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .snorkeling-site .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .snorkeling-site .text{
        font-size:12px; line-height: 18px;
    }
    .inner-page .snorkeling-site-content  .content{
        width:100%; padding: 2% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .snorkeling-site {
        background: #045d87;
    }
    .inner-page .snorkeling-site .carousel-caption1 {
        position: relative; right: 0%; top: 20px; left: 0%; z-index: 10; padding: 20px;
    }
    /* CSS FOR DIVE SITE PAGE
-------------------------------------------------- */
    .inner-page .dive-site  .content{
        width:100%; margin:0 ;padding:20px 0 4%; color:#017fba;
    }
    .inner-page .dive-site .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .dive-site .text{
        font-size:12px; line-height: 18px; padding-bottom: 0;
    }
    .inner-page .dive-site .content .hdr{
        padding: 10px 0 10px; font-size:15px; line-height: 20px;
    }
    .inner-page .dive-site .content .text{
        font-size:12px; line-height: 18px;
    }
    .inner-page .dive-site  .content label {
        color: #017fba; cursor: pointer; text-align:left; width:100%;font-weight: 400; padding-left: 5px;
    }
    .cd-filter-block .list li {
        padding: 5px;
    }
    /* CSS FOR GOPRO PAGE
-------------------------------------------------- */
    .inner-page .why-us  .content{
        width:100%; padding: 2% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .why-us .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .why-us .text{
        font-size:12px; line-height: 18px;
    }
    .inner-page .why-us ul {
        padding: 0px 0px 0px 25px;
    }
    .inner-page .why-us ul li{
        padding: 5px 3px 2px;
    }
    .inner-page .team{
        padding: 10% 4% 15% 4%; margin:0% 0;
    }
    .inner-page .team .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .team .icon {
        width: 75px;
    }
    .inner-page .course-desc {
        background: #045d87; padding:10% 0;
    }
    .inner-page .course-desc  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .course-desc .carousel-caption1 {
        position: relative; right: 0%; top: 20px; left: 0%; z-index: 10; padding: 20px;
    }
    .inner-page .course-desc .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .course-desc .text, .inner-page .course-desc .sub-text{
        font-size:12px; line-height: 18px; font-weight:100; letter-spacing: .2px;
    }
    .course-desc .carousel-inner > .item > img {
        display: none!important;
    }
    .course-desc .carousel-indicators {
        bottom: 0;
        top: 2%;
    }
    .inner-page .prices-n-packages  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:2% 0 10%;
    }
    .inner-page .prices-n-packages .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .prices-n-packages td{
        font-size: 12px; line-height: 20px;padding: 5px; letter-spacing:2px;
    }
    .inner-page .prices-n-packages td img{
        width:15px;
    }
    .inner-page .prices-n-packages .td1{
        width:30%;
    }
    .inner-page .prices-n-packages .td2, .inner-page .prices-n-packages .td3, .inner-page .prices-n-packages .td4, .inner-page .prices-n-packages .td5, .inner-page .prices-n-packages .td6{
        width:14%;
    }
    .inner-page .customize  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:0% 0;
    }
    .inner-page .customize .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .customize .text{
        text-align:center; font-size:12px;
    }
    .inner-page .instructor-level-courses  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:0% 0;
    }
    .inner-page .instructor-level-courses .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .instructor-level-courses .text{
        text-align:center; font-size:12px;
    }
    .courses-tab  {
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .courses-tab    .content{
        width:100%; padding: 4% 4% 4% 4%; margin:0% 0;
    }
    .custom-nav-pill > li > a {
        font-size: 15px; line-height: 21px;padding: 10px 10px; margin:0;
    }
    .tab-content{    background-color: #214457; padding: 20px 0 20px 5px;}
    .courses-tab .content .hdr{
        font-size: 14px; line-height: 21px;padding: 20px 11px 4px;
    }
    .courses-tab .text{
        font-size: 12px; line-height: 18px; padding: 5px 11px 5px;
    }
    .courses-tab ul{
        margin-left: 0px; 
    }
    .courses-tab ul li{
        padding: 5px; font-size:12px;
    }
    .inner-page .the-team .courses-tab .content .hdr.hdr2 {
        font-size: 14px;
        line-height: 21px;
        padding: 20px 11px 4px;
    }
    img.icon {
        width:50%;
    }

    .contact-us-form {
        width:100%; margin:0 auto;
    }
    .contact-us-form label {
        font-size: 13px;
    }
    .contact-us-form label .required {
        color: #c15223;
    }
    .contact-us-form input, .contact-us-form textarea {
        font-size:14px;
    }
    .contact-us-form input {
        height: 30px;
    }
    #success2{font-size: 14px; line-height: 21px;}


    /* CSS FOR Prices and packages PAGE
-------------------------------------------------- */
    .inner-page .prices-n-packages-page .prices-n-packages  .content{
        width:100%; padding: 4% 4% 4% 4%; margin:10% 0;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .hdr{
        padding: 10px 0 10px; font-size:15px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .sub-hdr{
        font-size:14px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages td{
        font-size: 12px; line-height: 20px;padding: 5px; letter-spacing:2px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages td img{
        width:15px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .text{
        padding: 0px 0 10px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .sub-text{
        padding: 0px 10px 5px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .super-text{
        padding: 0px 10px 10px 35px; font-size:13px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .great-text{
        padding: 10px 10px 10px 10px; font-size:13px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .note{
        padding: 0px 10px 5px; font-size:13px;
    }
    .havelock-dive-packages  {
        width:100%; padding: 0%; margin:0% 0;
    }
    .inner-page .havelock-dive-packages    .content{
        width:100%; padding: 0; margin:0% 0;
    }
    .havelock-dive-packages .content .hdr{
        font-size: 14px; line-height: 21px;padding: 20px 11px 4px;
    }
    .havelock-dive-packages .text{
        font-size: 12px; line-height: 18px; padding: 5px 11px 5px;
    }
    .havelock-dive-packages ul{
        margin-left: 0px; 
    }
    .inner-page .prices-n-packages-page .prices-n-packages .havelock-dive-packages .content ul li{
        padding: 5px; font-size:12px; line-height: 16px;
    }
    .inner-page .prices-n-packages-page .prices-n-packages .havelock-dive-packages .content .custom-nav-pill > li > a {
        font-size: 13px;
        line-height: 21px;
        padding: 5px 7px;
        margin: 0;
    }


    .inner-page .accommodation .content {
        padding: 80px 25px 5px;
    }

    /* Menu copied from abinay starts */
    .menu-container.opened .left {
        width: 100%;
        height: 160px;
    }
    .menu-container.opened .left .logo.top {
        width: 305px;
        margin: 30px 0px 30px;
    }

    .menu-container.opened .right {
        width: 100%;
        height: 100%;
    }
    .menu-container .right .menu {
        top: 30px;
        right: 30px;
    }
    .menu-container.opened .right .menu {
        top: 30px;
    }
    .menu-container .right .menu .menu-item.about-us,
    .menu-container .right .menu .menu-item.dive,
    .menu-container .right .menu .menu-item.snorkel,
    .menu-container .right .menu .menu-item.go-pro,
    .menu-container .right .menu .menu-item.home,
    .menu-container .right .menu .menu-item.pricing,
    .menu-container .right .menu .menu-item.accommodation,
    .menu-container .right .menu .menu-item.dive-centers,
    .menu-container .right .menu .menu-item.spacer,
    .menu-container .right .menu .menu-item.contact {
        width: 0px;
        margin: 0px;
    }

    .menu-container .right .menu .menu-item.spacer{
        display:none;
    }
    .menu-container.opened  .right .menu .menu-item.spacer{
        display:none;
    }
    .menu-container.opened .right .menu .menu-item {
        float: none;
        width: auto;
        margin-left: 40px;
    }
    .menu-container.opened .right .menu .menu-item + .menu-item {
        margin-top: 10px;
        margin-left: 40px;
    }
    .menu-container .right .menu .menu-item.menu-open-button {
        width: 32px;
        margin: 4px 0px 4px 35px;
    }

    .menu-container .right .menu-close-button {
        top: 30px;
        right: 30px;
    }
    .menu-container.opened {
        height: 100%;
    }
    /* Menu copied from abinay ends */



    /*    .body {
            height: 100%;
        }
        .body.inner-page .landing {
            height: 100%;
            background: url('../img/package/bnr.jpg') no-repeat;
            background-size: cover;
            text-align: center;
        }*/
    .body.inner-page .banner {
        top: 20%;
    }
    .body.inner-page .banner .section-heading {
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom:20px;
    }
    .body.inner-page .banner .section-each-location {
        width: 35%;
        float: left;
        font-size: 13px;
        margin: 3% 3% 3% 0%;
    }
    .body.inner-page .banner .section-each-location a {
        height: 120px;
    }
    .body.inner-page .banner .section-each-location .icon > p {
        padding-top:55%;
        text-align:center;
    }
    .body.inner-page .banner .section-each-location + .section-each-location {
        margin: 3% 3% 3% 0;
    }
    .body.inner-page .banner .section-each-location a .icon {
        height: 120px;
        width: 120px;
        margin: 0px auto 8px;
        border: 1px solid #fff; 
        border-radius: 50%;
        background: url('../img/location.png') no-repeat center center;
        color: #ffffff;
    }
    .inner-page .location .content {
        min-height: 50px;
        height: auto;
        margin: 0% auto 50px;
    }
    .location textarea {
        height: 90px;
    }
    .location input[type="button"] {
        margin: 10px 1px;
    }
    .footer-top .img1{
        padding: 10px 10px 10px; float:left; width:30%;
    }
    .footer-top .img2{
        padding: 20px 10px 10px; float:left; width:40%;
    }
}
