/*

Theme Name: Deep Bight

Author: Sun Seeker Studios

Author URI: https://www.sunseekerstudios.com/

Description: Marine Services theme.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:

Text Domain: deepbight

*/


/*GENERAL*/

body {

    margin: 0px;

}

a {

    text-decoration: none;
    font-family: 'Open Sans', sans-serif;

}

h1, h2, h3, h4 {

    font-family: 'Open', sans-serif;
    color: #FFF;

}

h1 {

    font-size: 36px;
    font-weight: 900;

}

h2 {

    font-size: 24px;
    font-weight: 600;

}

h3 {

    font-size: 20px;
    font-weight: 400;

}

h4 {

    font-size: 16px;
    font-weight: 400;

}

p {

    font-family: 'Open', sans-serif;
    font-size: 16px;

}

span {

    font-family: 'Open', sans-serif;

}

.centering-container {

    width: 100%;
    text-align: center;

}

.dbm-foot-note {

    font-size: 13px;
    color: #444545;
    display: block;
    margin: 10px 0px;

}

#dbm-pop-up-modal {

    
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.85);
    display: none;
    position: absolute;
    z-index: 6;
   

}

table.vertical-align-middle > tbody > tr > td {

    vertical-align: middle;

}

.text-centered {

    text-align: center;

}

.clearfix-lg {

    height: 100px;
    
}

.clearfix-md {

    height: 60px;
    
}

.clearfix-sm {

    height: 30px;
    
}

#dbm-pop-up-msg {

    position: fixed;
    top: 0px;
    margin-top: 150px;
    right: 0px;
    margin-right: 30px; 
    width: 270px;
    border-radius: 8px;
    background-color: #F2F2F2;
    padding: 0px 10px;
    z-index: 8;
    display: none;

}

#dbm-pop-up-msg-elements {

    width: 100%;
    text-align: center;

}

#dbm-pop-up-msg-elements > tbody > tr > td {

    vertical-align: middle;
    padding: 8px;

}

#msg-status {

    width: 24px;

}

#close-popup {

    width: 9px;
    cursor: pointer;

}

#pop-up-msg {

    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 0px;

}



/*WP REQUIRED*/

.wp-caption {



}

.wp-caption-text {



}

.sticky {



}

.screen-reader-text {



}

.gallery-caption {



}

.bypostauthor {



}

.alignright {



}

.alignleft {



}

.aligncenter {



}



/*HEADER*/

#site-header {

    background-color: #FFF;
    width: 100%;
    position: relative;
    top: 0px;
    margin: 0px;
    z-index: 5;
    padding: 12px 0px 10px 0px;

}


#site-header > ul {

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    float: right;
    padding: 0px 20px 0px 0px;
    width: unset;
    text-align: unset;
/*     margin: 1px 0px 0px 0px; */
    display: inline;

}


#site-header > ul > li {

    display: inline;
    text-transform: uppercase;
    padding: 0px 12px;

}


#site-header > ul > li > a {

    text-decoration: none;
    color: #000;

}


#site-header > ul > li > a:hover {

    color: #435AA9;
    font-weight: 600;

}

.header-logo {

    margin-left: 20px;
    width: 180px;

}

#mobile-menu-icon {

    width: 29px;
    position: absolute;
    top: 20px;
    display: none;
    right: 0px;
    margin-right: 20px;
    cursor: pointer;

}

#mobile-menu {

    width: 320px;
    background-color: rgba(242, 242, 242, 0.95);
    position: absolute;
    top: 65px;
    display: none;

}

#mobile-menu > ul {

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    padding: 20px 10px 35px 15px;
    width: 85%;
    text-align: left;

}


#mobile-menu > ul > li {

    text-transform: uppercase;
    padding: 20px 0px;
    border-bottom: 1px solid #CCC

}


#mobile-menu > ul > li > a {

    text-decoration: none;
    color: #29256F;

}


#mobile-menu > ul > li > a:hover {

    color: #435AA9;

}



/*BUTTONS*/

.btn {

    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(135deg,#4752A4,#28256E);
    background: -moz-linear-gradient(135deg,#4752A4,#28256E);
    background: -webkit-linear-gradient(135deg,#4752A4,#28256E);
    display: inline-block;
    cursor: pointer;
    border: none;
    

}

.btn-sm {

    font-size: 12px;
    border-radius: 4px;
    padding: 6px 10px 6px 10px;

}


.btn-md {

    font-size: 14px;
    border-radius: 6px;
    padding: 15px 20px 15px 20px;

}


.btn-lg {

    font-size: 18px;
    border-radius: 6px;
    padding: 15px 20px 15px 20px;

}

.btn-max-opt {

    width: 180px;

}



/*FORM ELEMENTS*/

input, textarea {

    font-family: 'Open Sans', sans-serif;
    font-size: 15px;

}

.dbm-textbox {

    background-color: #FFF;
    color: #333;
    border-radius: 8px;
    padding: 6px;

}

.dbm-textbox-footer {

    border: 1px solid #ccc;
    
}


/*FOOTER*/

#site-footer {

    background-color: #1E1E1E;
    width: 100%;
    padding: 30px 0px;
    min-height: 240px;

}

#footer-contents {

    width: 1100px;
    margin: 0px auto;

}

.footer-widget-area {

    display: inline-block;
    vertical-align: top;
    margin: 0px 20px;
    width: unset;

}

.dbm-footer-menu-item-list {

    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;    
    list-style-type: none;
    padding: 0px;
    
}

.dbm-footer-menu-item-list > li {

    margin: 5px 0px;

}

.dbm-footer-menu-item-list > li > a {

    color: #A5A5A5;
    text-decoration: none;

}


#site-sub-footer {

    background-color: #000;
    width: 100%;
    padding: 6px 0px 0px 0px;
    min-height: 20px;

}

#site-sub-footer > table {

    text-align: center;
    margin: 0px auto;
    width: 150px;

}

#site-sub-footer > table > tbody > tr > td {

    width: 33%

}

#site-sub-footer > table > tbody > tr > td > a > img {

    -ms-transform: scale(.85, .85); 
    -webkit-transform: scale(.85, .85); 
    -moz-transfrom: scale(.85, .85); 
    transform: scale(.85, .85); 

}

/*SHORT CODES*/

/*Mast*/

.masthead {

    width: 100%;
    position: relative;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    padding: 150px 0px 150px 100px;
    display: inline-block;

}

.masthead > h1 {

    font-size: 48px;
    margin: 0px;
    width: 70%;

}

.masthead > h2 {

    font-size: 36px;
    width: 55%;

}

.masthead > .btn {

    margin-top: 25px;

}

/*Section Heading*/

.dbm-section-heading {

    color: #435AA9;
    text-align: center;
    margin: 40px 0px 30px 0px;    
    text-transform: uppercase;

}

.dbm-section-bg {

    width: 100%;
    position: relative;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    padding-top: 40px;

}

.dbm-section-bg > p {

    text-align: center;
    margin: 0px auto 20px auto;
    width: 80%;

}

.section-bg-spacer {

    display: block;

}


/* Services Grid */

.service-grid-table {

   margin: -150px auto 50px auto;
   border-spacing: 25px;
   display: table;

}

.service-grid-table > tbody > tr > td {

    padding: 20px 20px 90px 20px;
    width: 270px;
    vertical-align: top;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 1px 2px #CCC;
    display: table-cell;
    margin: 0px;

}

.service-item-container {

    width: 100%;
    min-height: 150px;
    position: relative;
    margin: 25px 0px;

}

.service-grid-img {

    display: block;
    height: 130px!important;
    margin: 0px auto 18px auto;

}

.service-grid-title {

    text-align: center;
    font-weight: 900;
    color: #435AA9;
    font-size: 19px;
    text-transform: uppercase;
    margin: 2px 0px;
    width: 95%;

}

.service-grid-text {

    font-weight: 600;
    color: #435AA9;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;

}


/* Equipment Grid */

    .equipment-grid-table {

        margin: -150px auto 50px auto;
        border-spacing: 25px;

    }
 
 .equipment-grid-table > tbody > tr > td {
 
     padding: 0px 0px 35px 0px;
     vertical-align: top;
     width: 300px;
     background-color: #FFF;
     border-radius: 6px;
     border: 1px solid #F1F1F1;
     box-shadow: 1px 1px 2px #CCC;
     display: table-cell;
     margin: 0px;
 
 }
 
 .equip-item-container {
 
     width: 100%;
     min-height: 150px;
     position: relative;
     margin: 0px 0px 55px 0px;
 
 }
 
 .equip-grid-img {
 
     display: block;
     width: 100%;
     height: 265px;
     background-repeat: no-repeat;
     background-position: top;
     background-size: cover;
 
 }
 
 .equip-grid-title {
 
     text-align: center;
     font-weight: 900;
     color: #435AA9;
     font-size: 19px;
     text-transform: uppercase;
     margin: 2px 0px;
     width: 95%;
 
 }
 
 .equip-grid-text {
 
     font-weight: 600;
     color: #435AA9;
     font-size: 20px;
     text-transform: uppercase;
     position: absolute;
     width: 100%;
     height: 50px;
     top: 265px;
     text-align: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     justify-content: space-around;
 
 }


/* Team Grid */

.team-grid-table {

    margin: -150px auto 50px auto;
    border-spacing: 25px;

}

.team-grid-table > tbody > tr > td {

 padding: 0px 0px 35px 0px;
 vertical-align: top;
 width: 300px;
 background-color: #FFF;
 border-radius: 6px;
 border: 1px solid #F1F1F1;
 box-shadow: 1px 1px 2px #CCC;
 display: table-cell;

}

.team-item-container {

 width: 100%;
 min-height: 150px;
 position: relative;
 margin: 0px 0px 55px 0px;

}

.team-grid-img {

 display: block;
 width: 100%;
 height: 250px;
 background-repeat: no-repeat;
 background-position: top;
 background-size: cover;

}

.team-grid-title {

 text-align: center;
 font-weight: 900;
 color: #435AA9;
 font-size: 19px;
 text-transform: uppercase;
 margin: 2px 0px;
 width: 95%;

}

.team-grid-text {

 font-weight: 600;
 color: #435AA9;
 font-size: 20px;
 text-transform: uppercase;
 position: absolute;
 width: 100%;
 height: 50px;
 text-align: center;
 display: flex;
 flex-direction: column;
 justify-content: center;
 justify-content: space-around;

}

.team-grid-text {

    font-weight: 600;
    color: #435AA9;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
   
}

.team-grid-sub-text {

    font-weight: 600;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
   
}



/* Contact Us Form */

.dbm-contact-form {

    width: 700px;
    margin: -150px auto 50px auto;
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 5px 5px 20px 5px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px #CCC;
    
}

.dbm-contact-form > table { 

    width: 80%;
    margin: 40px auto 0px auto;
    border-spacing: 15px;

}

.dbm-contact-form > table > tbody > tr > td { 

    vertical-align: middle;
    display: table-cell;

}

.dbm-contact-form > table > tbody > tr:last-child > td { 

    vertical-align: top;

}


.dbm-contact-form > table > tbody > tr > td > textarea { 

    float: right;
    width: 100%;
    resize: none;
    height: 140px;

}

.dbm-contact-form > table > tbody > tr > td > span { 

    text-transform: capitalize;
    font-size: 14px;
    color: #A5A5A5

}

.ct-form-field {

    background-color: #F2F2F2;
    color: #333;
    border-radius: 6px;
    padding: 6px;
    text-indent: 30px;    
    border: none;
    font-size: 14px;
    min-height: 40px;
    width: 100%;

}

#ct-form-send-btn {

    text-align: center;
    margin: 40px auto;
    width: 250px

}

#ct-form-book-service-send-btn {

    width: 250px;

}

.ct-form-scroll-items {

    height: 100px;
    padding: 8px 0px;
    border-radius: 0px;

}

.ct-form-scroll-items  p {

    color: #A5A5A5;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    cursor: pointer;

}

.ct-form-scroll-items  p.selected {

    color: #28256E;
    font-weight: 600;

}



/* Book A Service From */

.dbm-book-service-form {

border-radius: 10px;
border: 1px solid #CCC;
padding: 5px 5px 20px 5px;
background-color: #FFF;
box-shadow: 1px 1px 2px #CCC;
margin: 0px;

}

.dbm-book-service-form > table { 

width: 92%;
margin: 40px auto 0px auto;
border-spacing: 15px;

}

.dbm-book-service-form > table > tbody > tr > td { 

vertical-align: middle;
display: table-cell;

}

.dbm-book-service-form > table > tbody > tr:last-child > td { 

vertical-align: top;

}

.dbm-book-service-form > table > tbody > tr > td > input,
.dbm-book-service-form > table > tbody > tr > td > textarea { 

float: right;

}

.dbm-book-service-form > table > tbody > tr > td > textarea { 

float: right;
width: 100%;
resize: none;
height: 100px;

}

.dbm-book-service-form > table > tbody > tr > td > span { 

text-transform: capitalize;
font-size: 16px;
color: #A5A5A5

}

/* Innovation steps */

.inno-steps-container {

    width: 750px;
    margin: 30px auto 50px auto;
    position: relative;

}

.inno-step {

    position: relative;
    width: 95%;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(#4752A4,#28256E) 1;
    -moz-border-image: -moz-linear-gradient(#4752A4,#28256E) 1;
    -o-border-image: -o-linear-gradient(#4752A4,#28256E) 1;
    padding-bottom: 60px;
   
}

.inno-steps-container > .inno-step:nth-child(2n+1) {

    border-bottom: none;
    border-right: none;
    background: linear-gradient(0deg,rgba(71,82,164,0.2),#FFF);
    background: -moz-linear-gradient(0deg, rgba(71,82,164,0.2),#FFF);
    background: -webkit-linear-gradient(0deg, rgba(71,82,164,0.2),#FFF);
    background: -o-linear-gradient(0deg, rgba(71,82,164,0.2),#FFF);

}

.inno-steps-container > .inno-step:nth-child(2n+2) {
    
    border-bottom: none;
    border-left: none;
    background: linear-gradient(-180deg,rgba(71,82,164,0.2),#FFF);
    background: -moz-linear-gradient(-180deg, rgba(71,82,164,0.2),#FFF);
    background: -webkit-linear-gradient(-180deg, rgba(71,82,164,0.2),#FFF);
    background: -o-linear-gradient(-180deg, rgba(71,82,164,0.2),#FFF);

}

.inno-steps-container > .inno-step:last-child {

    border-bottom: solid;
    border-bottom-width: 5px;

}

.inno-step-title {

    color: #435AA9;
    font-size: 14px;
    font-weight: 900;
    margin: 60px 0px 10px 40px;
    text-transform: uppercase;

}

.inno-step-text {
    
    color: #7A7A7A;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 20px 0px 40px;

}

.inno-step-tail {

    width: 80px;
    height: 5px;
    background: linear-gradient(#4752A4,#28256E);
    background: -moz-linear-gradient(#4752A4,#28256E);
    background: -webkit-linear-gradient(#4752A4,#28256E);
    background: -o-linear-gradient(#4752A4,#28256E);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    

}

.inno-step-marker {

    width: 150px;
    height: 150px;
    border-radius: 150px;
    text-align: center;
    background: linear-gradient(#4752A4,#28256E);
    background: -moz-linear-gradient(#4752A4,#28256E);
    background: -webkit-linear-gradient(#4752A4,#28256E);
    background: -o-linear-gradient(#4752A4,#28256E);
    position: absolute;
    top: 50%;
    margin-top: -75px;
    display: block;
    

}

.inno-steps-container > .inno-step:nth-child(2n+1) .inno-step-tail {

    left: 0px;
    margin-left: -80px;

}

.inno-steps-container > .inno-step:nth-child(2n+1) .inno-step-marker {

    left: 0px;
    margin-left: -225px;
    
}

.inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-tail {

    right: 0px;
    margin-right: -80px;


}

.inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-marker {

    right: 0px;
    margin-right: -225px;
    
}

.inno-step-marker-hollow {

    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    background-color: #FFF;

}

.inno-step-marker-hollow > p {

    position: relative;
    font-family: 'Open sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #435AA9;

}

.inno-step-bullet {

    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(#4752A4,#28256E);
    background: -moz-linear-gradient(#4752A4,#28256E);
    background: -webkit-linear-gradient(#4752A4,#28256E);
    background: -o-linear-gradient(#4752A4,#28256E);
    position: absolute;
    display: none;

}
/*****/
.inno-steps-container > .inno-step:nth-child(2n+1) .inno-step-bullet {

    display: none;
    top: 0px;
    right: 0px;
    margin-right: -20px;
    margin-top: -22px;

}

.inno-steps-container > .inno-step:nth-last-child(2n+1) .inno-step-bullet {

    display: block;
    bottom: 0px;
    right: 0px;
    margin-right: -20px;
    margin-bottom: -20px;
    top: unset;
    margin-top: unset;

}

.inno-steps-container > .inno-step:first-child .inno-step-bullet {

    display: block;
    top: 0px;
    right: 0px;
    margin-right: -20px;
    margin-top: -22px;

}

.inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-bullet {

    display: none;
    bottom: 0px;
    left: 0px;
    margin-left: -20px;
    margin-bottom: -22px;

}


.inno-steps-container > .inno-step:last-child .inno-step-bullet {

    display: block;

}

/*Projects*/

.dbm-project-container {

    width: 700px;
    height: 350px;
    margin: 0px auto;
    background-color: #FFF;
    position: relative;
    padding-bottom: 30px;

}

.dbm-project-tint {

    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .85);
    display: none;

}

.dbm-project-details {

    width: 60%;
    height: 100%;
    position: relative;
    float: left;
    padding: 30px 0px 0px 30px;
    overflow: hidden;
    

}

.dbm-project-title {

    margin: 0px 0px 35px 0px;
    color: #435AA9;

}

.dbm-project-description {

    color: #444545;
    width: 300px;

}

.dbm-project-circle {

    width: 100px;
    height: 100px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 230px;
    border-radius: 100px;
    z-index: 2;

}

.dbm-project-img {

    width: 280px;
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top left!important;
    position: absolute;
    right: 0px;
    top: unset

}

/*WIDGETS*/

.widget-title {

    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;

}

#map_canvas {

    width: 300px;
    height: 300px;

}


/*COST CALCULATOR*/

#cost-calc {

    width: 732px;
    min-height: 560px;
    padding-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #29256F;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -280px;
    left: 50%;
    margin-left: -366px;
    z-index: 7;
    display: none;

}

#cost-calc-header {

    width: 100%;
    height: 175px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(270deg, #29256F, #48457C);
    background: -moz-linear-gradient(270deg, #29256F, #48457C);
    background: -webkit-linear-gradient(270deg, #29256F, #48457C);
    background: -o-linear-gradient(270deg, #29256F, #48457C);
    text-align: center;

}

#cost-calc-header > p {

    color: #FFF;
    text-align: center;
    width: 90%;
    margin: 30px auto 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;

}

#cost-calc-header > p:first-child {
  
    font-size: 30px;
}

#cost-calc-header > p:nth-child(2) {

    font-size: 24px;

}

#cost-calc-header-separator {

    width: 100%;
    height: 6px;
    position: relative;
    background-color: #B8C6D6;

}

#cost-calc-step-progress {

    width: 142px;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#29256F;
    display: block

}

#cost-calc-nav {

    position: absolute;
    width: 682px;
    height: 40px;
    top: 157px;
    left: 50%;
    margin-left: -346px;
    z-index: 1

}

.step-nav {

    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #29256F;
    position: absolute;    
    z-index: 3;

}

.step-nav-prev {

    left: 0px;

}

.step-nav-next {

    right: 0px;

}

.step-nav-hollow {

    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
    cursor: pointer;

}

.step-nav-hollow > p {

    color: #29256F;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    margin: 0px;
    top: -5px;
    text-align: center;
    
}

.step-nav-hollow > p > img {

    position: relative;
    top: -4px;

}

#step-nav-marker-container {

    position: absolute;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: block;

}

.step-nav-marker {

    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #29256F;
    position: relative;    
    display: inline-block;
    margin: 0px 12px;
    cursor: pointer;

}

.step-nav-marker-hollow {

    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
    cursor: pointer;

}

.calc-panel {

    width: 98%;
    margin: 35px auto 0px auto;
    display: none;

}

.calc-panel-title, .calc-panel-sub-title {

    display: none;

}

.calc-panel > table {

    display: block;
    margin: 50px auto 0px auto;
    width: 98%;
    text-align: center;

}

.calc-panel > table.calc-panel-centered-table {

    display: table;
    margin: 20px auto;
    width: unset;
    text-align: center;

}

.calc-panel-body-heading {

    color: #435AA9;

}

.calc-panel > table > tbody > tr > td {

    vertical-align: middle;
    padding: 0px 14px;
    display: table-cell

}

.calc-panel[data-calc-panel="4"] > table.calc-panel-table > tbody > tr > td,
.calc-panel[data-calc-panel="9"] > table.calc-panel-table > tbody > tr > td {

    padding: 25px 14px;

}

.data-option-container {
    
    border: 1px solid #D3DBE5;
    border-radius: 15px;
    position: relative;
    padding: 12px;
    cursor: pointer;
    
}

.data-option-container > table > tbody > tr > td {

    display: table-cell;
    margin: 0px;

}

.data-option-border {

    border: 1px solid #CCC;
    border-radius: 5px;

}

.option-img {

    width: 70%;
    cursor: pointer;

}


.calc-option-label {

    text-transform: uppercase;
    color: #435AA9;
    font-size: 15px;
    margin-left: 12px;
    position: relative;
    top: -15px;
    cursor: pointer;


}

.calc-panel > table.calc-panel > table.calc-panel-lr-nav  {

    text-align: left;
    width: 72%;
    margin: 30px 0px 0px 0px;

}

.calc-lr-nav-prev {

    text-transform: uppercase;
    color: #435AA9;
    font-size: 12px;
    cursor: pointer;

}

.calc-panel > table.calc-panel-lr-nav > tbody > tr > td {

    display: table-cell;

}

.calc-panel > table.calc-panel-lr-nav > tbody > tr > td:nth-child(2) {

    text-align: right;
    width: 85%;
    display: table-cell;

}

.calc-option-selector {

    cursor: pointer;

}

.calc-option-desc {

    text-align: left;

}

.calc-option-desc-separator {

    width: 90%;
    height: 1px;
    background-color: #CCC;
    margin: 4px 0px 4px 30px;

}

.calc-option-desc > p:nth-of-type(1) {

    color: #435AA9;
    text-transform: uppercase;
    margin: 0px 0px 0px 30px;

}

.calc-option-desc > p:nth-of-type(2) {

    color: #A5A5A5;
    text-transform: unset;
    margin: 0px 0px 0px 30px;
    font-size: 12px;

}

.calc-range-value {

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    padding: 4px;
    border: 1px solid #CCC;
    text-align: left;
    width: 30px;
    display: block

}

.calc-range-slider {

    -moz-appearance: none;   
    -webkit-appearance: none;
    appearance: none; 
    width: 300px;
    height: 4px;
    background-image: linear-gradient(0deg, #29256F 5%, #CCC 5%);
    background-image: -moz-linear-gradient(0deg, #29256F 5%, #CCC 5%);
    background-image: -webkit-linear-gradient(0deg, #29256F 5%, #CCC 5%);
    background-image: -o-linear-gradient(0deg, #29256F 5%, #CCC 5%);
    cursor: pointer;


}

.calc-range-slider::-webkit-slider-runnable-track {

    background: transparent;

}

.calc-range-slider::-moz-range-track {

    background: transparent;

}

.calc-range-slider::-ms-track {

    background: transparent;

}

.calc-range-slider::-webkit-slider-thumb {

    -webkit-appearance: none;    
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;

}

.calc-range-slider::-moz-range-thumb {

    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;

}

.calc-range-slider::-ms-thumb {

    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;

}

#calc_map_canvas {

    margin: 0px auto;
    width: 400px;
    height: 400px;

}

#calc-map-search {

    width: 400px;
    margin: 30px auto;
    display: block;

}

.calc-option-tab {

    width: 150px;
    height: 45px;
    background-color: #FFF;
    border: 1px solid #D3DBE5;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    margin-top: -20px;
    left: 0px;
    margin-left: 30px;

}

.calc-option-tab > p {

    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #435AA9;

}

.calc-quote-table-double > tbody > tr > td:first-child {

    width: 60%;

}

.calc-quote-table-double > tbody > tr > td:nth-child(2) {

    width: 40%;

}

#calc-hull-cleaning-container {

    margin-bottom: 8px;
    border-spacing: 15px;

}

#calc-hull-cleaning-container > tbody > tr > td:first-child {

    width: 40%;
    background-color: #FFF;

}

#calc-hull-cleaning-container > tbody > tr > td:nth-child(2) {

    width: 60%;
    background-color: #FFF;

}

#calc-quote-value-container {

    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;

}

#calc-quote-value-container td {

    border: 1px solid #CCC;

}

.calc-quote-label {

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-left: 50px;

}

#calc-quote-hull-area, #calc-quote-value-final, .calc-quote-cell-label {

    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #29256F;
    text-align: center;

}

.calc-quote-cell-label {

    text-transform: capitalize;

}

#calc-quote-value-label {

    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #A5A5A5;
    text-align: center;

}

.data-option-container-filled {

    background-color: #F2F2F2;

}

#quote_map_canvas {

    width: 100%;
    height: 200px;

}

.table-full-width {

    width: 100%;

}

/*OWL CAROUSEL*/

button.owl-prev, button.owl-next {

    margin: 5px 10px !important;

}

button.owl-prev > span, button.owl-next > span {

    color: #FFF;
    font-weight: 900;
    font-size: 22px;

}



/*SPECIAL*/


#site-header > ul > li.menu-item-269 > a {

    color: #FFF!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(135deg,#4752A4,#28256E);
    background: -moz-linear-gradient(135deg,#4752A4,#28256E);
    background: -webkit-linear-gradient(135deg,#4752A4,#28256E);
    background: -o-linear-gradient(135deg,#4752A4,#28256E);
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    padding: 15px 20px 15px 20px;

}

.elementor-container {

    width: unset;

}

#ct-form-send-btn {

    text-align: center;
    margin: 40px auto;
    width: 250px;

}

.skip-step {

    background-image: url('assets/calculator-icons/skip-step.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.banner-404 {

    background-image: url('assets/stock/404-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;

}

.header-404 {

    width: 100%;
    text-align: center;
    font-size: 180px;
    color: #29256F;
    margin: 60px 0px 0px 0px;
    text-shadow: 4px 4px 2px #CCC;

}

#spec_map_canvas {

    width: initial;

}

#calc-quote-final-actions {

    margin: 20px auto 0px auto;
    width: 80%;

}

#calc-quote-final-actions > a {

    float: left;
    color: #435AA9;
    font-size: 14px;

}

#calc-quote-final-actions > a::before {

    content: url('assets/general-icons/calc-book-online.png');
    top: 2px;
    position: relative;
    margin-right: 8px;

}

#calc-quote-final-actions > span {

    float: right;
    color: #435AA9;    
    font-size: 14px;
    cursor: pointer;

}

#calc-quote-final-actions > span::before {

    content: url('assets/general-icons/calc-email-quote.png');
    top: 2px;
    position: relative;
    margin-right: 8px;

}

@media screen and (min-width: 320px) {

    .header-404 {

        font-size: 120px;

    }

    #dbm-pop-up-msg {
        position: fixed;
        top: 0px;
        margin-top: 150px;
        right: 50%;
        margin-right: -145px;
        width: 270px;
        border-radius: 8px;
        background-color: #F2F2F2;
        padding: 0px 10px;
    }

    .step-nav-marker-hollow {

        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin-top: -3px;
        margin-left: -3px;

    }

    .step-nav-marker {

        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin: 0px 2px;        

    }

    #step-nav-marker-container {

        margin-top: -10px;

    }

    #ct-form-send-btn {

        text-align: center;
        margin: 40px auto;
        width: 175px;
    
    }

    #ct-form-book-service-send-btn {

        width: 175px;

    }

    .calc-quote-table-double > tbody > tr > td:first-child {

        width: 100%;
    
    }
    
    .calc-quote-table-double > tbody > tr > td:nth-child(2) {
    
        width: 100%;
    
    }

    #calc-hull-cleaning-container > tbody > tr > td:first-child {

        width: 100%;
    
    }
    
    #calc-hull-cleaning-container > tbody > tr > td:nth-child(2) {
    
        width: 100%;
    
    }

    #calc_map_canvas {

        width: 85%;
        height: 300px;
    }

    #calc-map-search {

        width: 85%;

    }

    .calc-option-desc-separator {

        margin: 4px 0px 4px 0px;
    
    }
    
    .calc-option-desc > p:nth-of-type(1) {
    
       margin: 0px 0px 0px 0px;
    
    }
    
    .calc-option-desc > p:nth-of-type(2) {
    
       margin: 0px 0px 0px 0px;
    
    }

    .calc-range-slider {

        width: 220px;

    }

    .calc-range-value {

        display: inline-block;

    }

    .data-option-container > table > tbody > tr > td {

        display: block;
        margin: 20px 0px;
    
    }

    #cost-calc {

        width: 320px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -90px;
        left: 50%;
        margin-left: -160px;
        z-index: 7;
        display: none;

    }

    #cost-calc-header > p:first-child {

        font-size: 20px;
    
    }

    #cost-calc-header > p:nth-child(2) {

        font-size: 16px;
    
    }

   
    #cost-calc-nav {
    
        position: absolute;
        width: 260px;
        height: 40px;
        top: 157px;
        left: 50%;
        margin-left: -130px;
        z-index: 1;
    
    }

    .calc-panel > table > tbody > tr > td {

        display: block;
        margin: 20px 0px;
    
    }

    #cost-calc-step-progress {

        display: none;

    }

    .dbm-project-tint { 

        display: block;

    }

    .dbm-project-title {

        margin: 0px 0px 35px 0px;
        color: #FFF;
    
    }
    
    .dbm-project-description {
    
        color: #FFF;
        width: 98%;
    
    }

    .dbm-project-container {

        width: 98%;
        height: 400px;

    }

    .dbm-project-details {

        width: 90%;
        height: unset;
        position: absolute;
        float: none;
        padding: 15px 0px 0px 15px;
        overflow: hidden;
        z-index: 1;

    }

    .dbm-project-img {

        width: 100%;
        height: 100%;
        position: absolute;
        right: unset;
        top: 0px;
    
    }

    .dbm-project-circle {

        display: none;

    }
    

    .team-grid-table {

        margin: 0px auto 50px auto;

    }

    .team-grid-table > tbody > tr > td {

        display: block;
        margin: 40px 0px;
        width: 275px;

    }

    .ct-form-scroll-items {

        height: auto;

    }


    .dbm-book-service-form > table > tbody > tr > td { 

        vertical-align: middle;
        display: block;
        
    }

    .dbm-section-bg {
        
        padding-top: unset;

    }

    .dbm-section-bg > p {

        margin: 0px auto 80px auto;
    
    }

    .section-bg-spacer {

        display: none;
    
    }

    .equipment-grid-table {

        margin: 0px auto 50px auto;
        border-spacing: 25px;

    }
 
    .equipment-grid-table > tbody > tr > td {
    
        display: block;
        margin: 40px 0px;
        width: 275px;
    
    }

    .service-grid-table {

        margin: 0px auto 50px auto;
        border-spacing: 25px;
     
    }

    .service-grid-table > tbody > tr > td {

        display: block;
        margin: 40px auto;
        width: 240px;
    
    }

    #footer-contents {

        width: 90%;
        margin: 0px auto;
    
    }

    .footer-widget-area {

        display: block;
        vertical-align: top;
        margin: 40px auto;
        width: 95%;
    
    }

    .dbm-contact-form > table > tbody > tr > td { 

        display: block;
    
    }

    .inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-bullet {

        margin-left: -5px;

    }

    .inno-step-marker {

        display: none;

    }

    .inno-step-tail { 

        display: none;

    }

    .inno-steps-container {

        width: 90%;

    }

    .dbm-contact-form {

        width: 90%;
        margin: -50px auto 50px auto;

    }

    #site-header {

        background-color: #FFF;
        width: 100%;
        position: relative;
        top: 0px;
        margin: 0px;
        z-index: 5;
        padding: 10px 0px 4px 0px;

    }

    #site-header > ul {

        display: none;

    }

    .header-logo {

        margin-left: 20px;
        width: 150px;
    
    }

    #mobile-menu-icon {

        display: inline;
    
    }

    #mobile-menu {

        width: 320px;

    }

    .masthead {

        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0px 50px 20px;
        display: inline-block;
    
    }
    
    .masthead > h1 {
    
        font-size: 24px;
        width: 95%;
    
    }
    
    .masthead > h2 {
    
        font-size: 18px;
        width: 90%;
    
    }
    
    .masthead > .btn {
    
        margin-top: 15px;
    
    }

    .elementor-container {

        width: 100%;

    }

    #spec_map_canvas {

        width: 100%;
    
    }

}

@media screen and (min-width: 480px) {

    .header-404 {

        font-size: 18px;

    }

    #dbm-pop-up-msg {
        position: fixed;
        top: 0px;
        margin-top: 150px;
        right: 50%;
        margin-right: -145px;
        width: 270px;
        border-radius: 8px;
        background-color: #F2F2F2;
        padding: 0px 10px;
    }

    .step-nav-marker-hollow {

        width: 6px;
        height: 6px;
        border-radius: 6px;
        margin-top: -3px;
        margin-left: -3px;

    }

    .step-nav-marker {

        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin: 0px 2px;        

    }

    #step-nav-marker-container {

        margin-top: -10px;

    }

    #ct-form-send-btn {

        text-align: center;
        margin: 40px auto;
        width: 175px;
    
    }

    #ct-form-book-service-send-btn {

        width: 175px;

    }

    .dbm-section-bg {
        
        padding-top: unset;

    }

    .section-bg-spacer {

        display: none;
    
    }

    .calc-quote-table-double > tbody > tr > td:first-child {

        width: 100%;
    
    }
    
    .calc-quote-table-double > tbody > tr > td:nth-child(2) {
    
        width: 100%;
    
    }

    #calc-hull-cleaning-container > tbody > tr > td:first-child {

        width: 100%;
    
    }
    
    #calc-hull-cleaning-container > tbody > tr > td:nth-child(2) {
    
        width: 100%;
    
    }

    #calc_map_canvas {

        width: 85%;
        height: 300px;
    }

    #calc-map-search {

        width: 85%;

    }

    .calc-option-desc-separator {

        margin: 4px 0px 4px 0px;
    
    }
    
    .calc-option-desc > p:nth-of-type(1) {
    
       margin: 0px 0px 0px 0px;
    
    }
    
    .calc-option-desc > p:nth-of-type(2) {
    
       margin: 0px 0px 0px 0px;
    
    }

   
    .data-option-container > table > tbody > tr > td {

        display: block;
        margin: 20px 0px;
    
    }

    #cost-calc {

        width: 450px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -280px;
        left: 50%;
        margin-left: -225px;
        z-index: 7;
        display: none;
    
    }

    #cost-calc-nav {
    
        position: absolute;
        width: 400px;
        height: 40px;
        top: 157px;
        left: 50%;
        margin-left: -200px;
        z-index: 1;
    
    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td:nth-child(2) {

        text-align: right;
        width: 79%;
        display: table-cell;
    
    }

    #spec_map_canvas {

        width: 100%;
    
    }

}



/* @media screen and (min-width: 768px) {

    #cost-calc {

        width: 732px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -366px;
        z-index: 7;
        display: none;
    
    }

    #cost-calc-header > p:first-child {
  
        font-size: 30px;
    }
    
    #cost-calc-header > p:nth-child(2) {
    
        font-size: 24px;
    
    }

    #cost-calc-nav {

        position: absolute;
        width: 682px;
        height: 40px;
        top: 157px;
        left: 50%;
        margin-left: -346px;
        z-index: 1
    
    }

    #step-nav-marker-container {

        display: block;

    }

    .calc-panel > table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
    
    }

    #cost-calc-step-progress {

        display: block;

    }

    .dbm-project-tint { 

        display: block;

    }

    .dbm-project-title {

        margin: 0px 0px 35px 0px;
        color: #FFF;
    
    }
    
    .dbm-project-description {
    
        color: #FFF;
        width: 98%;
    
    }

    .dbm-project-container {

        width: 98%;
        height: 400px;

    }

    .dbm-project-img {

        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
        position: absolute;
        right: unset;
        top: 0px;
    
    }

    .dbm-project-details {

        width: 90%;
        height: unset;
        position: absolute;
        float: none;
        padding: 15px 0px 0px 15px;
        overflow: hidden;
        z-index: 1;

    }


    .dbm-project-circle {

        display: none;

    }
    

    .team-grid-table {

        margin: 50px auto 50px auto;

    }

    .team-grid-table > tbody > tr > td {

        display: block;
        margin: 40px 0px;

    }

    .ct-form-scroll-items {

        height: auto;

    }

    .dbm-book-service-form {

        width: 100%;
        margin: 0px auto;

    }

    .dbm-book-service-form > table > tbody > tr > td { 

        vertical-align: middle;
        display: block;
        
    }

    .dbm-section-bg {
        
        height: unset;

    }

    .dbm-section-bg > p {

        margin: 0px auto 80px auto;
    
    }

    .equipment-grid-table {

        margin: 50px auto 50px auto;
        border-spacing: 25px;

    }
 
 .equipment-grid-table > tbody > tr > td {
 
     display: block;
     width: unset;
     margin: 40px 0px;
 
 }

    .service-grid-table {

        margin: -150px auto 50px auto;
        border-spacing: 25px;
     
    }

    .service-grid-table > tbody > tr > td {

       display: table-cell;
       margin: 0px;
    
    }

    #footer-contents {

        width: 90%;
        margin: 0px auto;
    
    }

    .footer-widget-area {

        display: block;
        vertical-align: top;
        margin: 40px auto;
        width: 95%;
    
    }

    .dbm-contact-form > table > tbody > tr > td { 

        display: block;
    
    }

    .inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-bullet {

        margin-left: -5px;

    }

    .inno-step-marker {

        display: none;

    }

    .inno-step-tail { 

        display: none;

    }

    .inno-steps-container {

        width: 90%;

    }

    .dbm-contact-form {
        
        margin: -50px auto 50px auto;
        width: 600px;

    }

    #site-header {

        background-color: #FFF;
        width: 100%;
        position: relative;
        top: 0px;
        margin: 0px;
        z-index: 5;
        padding: 10px 0px;

    }

    #site-header > ul {

        display: none;

    }

    .header-logo {

        margin-left: 20px;
        width: 150px;
    
    }

    #mobile-menu-icon {

        display: inline;
    
    }

    #mobile-menu {

        width: 320px;

    }

    .masthead {

        width: 100%;
        height: 400px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding-left: 20px;
        display: inline-block;
    
    }
    
    .masthead > h1 {
    
        font-size: 24px;
        margin-top: 75px;
        width: 95%;
    
    }
    
    .masthead > h2 {
    
        font-size: 18px;
        width: 90%;
    
    }
    
    .masthead > .btn {
    
        margin-top: 15px;
    
    }

    .elementor-container {

        width: 100%;

    }

} */



@media screen and (min-width: 768px) {

    .header-404 {

        font-size: 180px;

    }

    #dbm-pop-up-msg {
        position: fixed;
        top: 0px;
        margin-top: 150px;
        right: 0px;
        margin-right: 30px;
        width: 270px;
        border-radius: 8px;
        background-color: #F2F2F2;
        padding: 0px 10px;
    }

    .step-nav-marker-hollow {

        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin-top: -9px;
        margin-left: -9px;

    }

    .step-nav-marker {

        width: 24px;
        height: 24px;
        border-radius: 24px;
        margin: 0px 12px;        

    }

    #step-nav-marker-container {

        margin-top: -12px;

    }

   
    .calc-quote-table-double > tbody > tr > td:first-child {

        width: 60%;
    
    }
    
    .calc-quote-table-double > tbody > tr > td:nth-child(2) {
    
        width: 40%;
    
    }

    #calc-hull-cleaning-container > tbody > tr > td:first-child {

        width: 40%;
    
    }
    
    #calc-hull-cleaning-container > tbody > tr > td:nth-child(2) {
    
        width: 60%;
    
    }

    #calc_map_canvas {

        width: 400px;
        height: 400px;
    }

    #calc-map-search {

        width: 400px;

    }

    .calc-option-desc-separator {

        margin: 4px 0px 4px 30px;
    
    }
    
    .calc-option-desc > p:nth-of-type(1) {
    
       margin: 0px 0px 0px 30px;
    
    }
    
    .calc-option-desc > p:nth-of-type(2) {
    
       margin: 0px 0px 0px 30px;
    
    }

    .calc-range-slider {

        width: 300px;

    }

    .calc-range-value {

        display: inline-block;

    }

    .calc-range-value {

        display: block;

    }

    .data-option-container > table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
    
    }

    
    #cost-calc {

        width: 732px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -366px;
        z-index: 7;
        display: none;
    
    }

    #cost-calc-header > p:first-child {
  
        font-size: 30px;
    }
    
    #cost-calc-header > p:nth-child(2) {
    
        font-size: 24px;
    
    }

    #cost-calc-nav {

        position: absolute;
        width: 682px;
        height: 40px;
        top: 157px;
        left: 50%;
        margin-left: -346px;
        z-index: 1
    
    }

   
    .calc-panel > table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
    
    }

    #cost-calc-step-progress {

        display: block;

    }

    .dbm-project-tint { 

        display: none;

    }

    .dbm-project-title {

        margin: 0px 0px 35px 0px;
        color: #435AA9;
    
    }
    
    .dbm-project-description {
    
        color: #444545;
        width: 300px;
    
    }

    .dbm-project-container {

        width: 700px;
        height: 350px;

    }

    .dbm-project-details {

        width: 60%;
        height: 100%;
        position: relative;
        float: left;
        padding: 30px 0px 0px 30px;
        overflow: hidden;
        
    
    }
  
    
    .dbm-project-circle {
    
        display: block;
    
    }
    
    .dbm-project-img {
    
        width: 280px;
        height: 100%;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        background-position: top left!important;
        position: absolute;
        right: 0px;
        top: unset
    
    }
   

    .dbm-book-service-form > table > tbody > tr > td { 

        vertical-align: middle;
        display: table-cell;
        
    }

    .dbm-section-bg {
        
        padding-top: unset;

    }

    .dbm-section-bg > p {

        margin: 0px auto 20px auto;
    
    }

    .section-bg-spacer {

        display: none;
    
    }

    .dbm-contact-form > table > tbody > tr > td { 

        display: table-cell;
    
    }

   
    .dbm-contact-form {

        margin: 50px auto 50px auto;
        width: 700px;

    }

    .masthead {

        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding-left: 60px;
        display: inline-block;
    
    }
    
    .masthead > h1 {
    
        font-size: 40px;
        width: 80%;
    
    }
    
    .masthead > h2 {
    
        font-size: 28px;
        width: 65%;
    
    }
    
    .masthead > .btn {
    
        margin-top: 25px;
    
    }

    .elementor-container {

        width: unset;

    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td {

        text-align: center;
        display: table-cell;
    
    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td:nth-child(2) {

        text-align: right;
        width: 85%;
        display: table-cell;

    }

    #spec_map_canvas {

        width: 100%;
    
    }

   
}



@media screen and (min-width: 1024px) {

    .header-404 {

        font-size: 180px;

    }

    #dbm-pop-up-msg {
        position: fixed;
        top: 0px;
        margin-top: 150px;
        right: 0px;
        margin-right: 30px;
        width: 270px;
        border-radius: 8px;
        background-color: #F2F2F2;
        padding: 0px 10px;
    }

    .step-nav-marker-hollow {

        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin-top: -9px;
        margin-left: -9px;

    }

    .step-nav-marker {

        width: 24px;
        height: 24px;
        border-radius: 24px;
        margin: 0px 12px;        

    }

    #step-nav-marker-container {

        margin-top: -12px;

    }

    #ct-form-send-btn {

        text-align: center;
        margin: 40px auto;
        width: 250px
    
    }

    #ct-form-book-service-send-btn {

        width: 250px;

    }

    .calc-quote-table-double > tbody > tr > td:first-child {

        width: 60%;
    
    }
    
    .calc-quote-table-double > tbody > tr > td:nth-child(2) {
    
        width: 40%;
    
    }

    #calc-hull-cleaning-container > tbody > tr > td:first-child {

        width: 40%;
    
    }
    
    #calc-hull-cleaning-container > tbody > tr > td:nth-child(2) {
    
        width: 60%;
    
    }

    #calc_map_canvas {

        width: 400px;
        height: 400px;
    }

    #calc-map-search {

        width: 400px;

    }

    .calc-option-desc-separator {

        margin: 4px 0px 4px 30px;
    
    }
    
    .calc-option-desc > p:nth-of-type(1) {
    
       margin: 0px 0px 0px 30px;
    
    }
    
    .calc-option-desc > p:nth-of-type(2) {
    
       margin: 0px 0px 0px 30px;
    
    }

    .calc-range-slider {

        width: 300px;

    }

    .calc-range-value {

        display: inline-block;

    }

    .calc-range-value {

        display: block;

    }

    .data-option-container > table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
    
    }

    
    #cost-calc {

        width: 732px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -366px;
        z-index: 7;
        display: none;
    
    }

    #cost-calc-header > p:first-child {
  
        font-size: 30px;
    }
    
    #cost-calc-header > p:nth-child(2) {
    
        font-size: 24px;
    
    }

    #cost-calc-nav {

        position: absolute;
        width: 682px;
        height: 40px;
        top: 157px;
        left: 50%;
        margin-left: -346px;
        z-index: 1
    
    }

   
    .calc-panel > table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
    
    }

    #cost-calc-step-progress {

        display: block;

    }

    .dbm-project-tint { 

        display: none;

    }

    .dbm-project-title {

        margin: 0px 0px 35px 0px;
        color: #435AA9;
    
    }
    
    .dbm-project-description {
    
        color: #444545;
        width: 300px;
    
    }

    .dbm-project-container {

        width: 700px;
        height: 350px;

    }

    .dbm-project-details {

        width: 60%;
        height: 100%;
        position: relative;
        float: left;
        padding: 30px 0px 0px 30px;
        overflow: hidden;
        
    
    }
  
    
    .dbm-project-circle {
    
        display: block;
    
    }
    
    .dbm-project-img {
    
        width: 280px;
        height: 100%;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        background-position: top left!important;
        position: absolute;
        right: 0px;
        top: unset
    
    }

    .team-grid-table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
        width: 300px;

    }

    .team-grid-table {

        margin: -150px auto 50px auto;

    }

    .ct-form-scroll-items {

        height: 100px;

    }

   

    .dbm-book-service-form > table > tbody > tr > td { 

        vertical-align: middle;
        display: table-cell;
        
    }

    .dbm-section-bg {
        
        padding-top: 40px;

    }

    .dbm-section-bg > p {

        margin: 0px auto 20px auto;
    
    }

    .section-bg-spacer {

        display: block;
    
    }

    .equipment-grid-table {

        margin: -150px auto 50px auto;
        border-spacing: 25px;

    }
 
 .equipment-grid-table > tbody > tr > td {
 
     padding: 0px 0px 35px 0px;
     vertical-align: top;
     width: 300px;
     background-color: #FFF;
     border-radius: 6px;
     border: 1px solid #F1F1F1;
     box-shadow: 1px 1px 2px #CCC;
     display: table-cell;
     margin: 0px;
 
 }

    .service-grid-table {

        margin: -150px auto 50px auto;
        border-spacing: 25px;
        display: table;
     
    }

    .service-grid-table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
        width: 270px;
    
    }

    #footer-contents {

        width: 1024px;
        margin: 0px auto;
    
    }

    .footer-widget-area {

        display: inline-block;
        vertical-align: top;
        margin: 0px 20px;
        width: unset;
    
    }

    .dbm-contact-form > table > tbody > tr > td { 

        display: table-cell;
    
    }

    .inno-steps-container > .inno-step:nth-child(2n+2) .inno-step-bullet {

        margin-left: -20px;

    }

    .inno-step-marker {

        display: none;

    }

    .inno-step-tail { 

        display: none;

    }

    .inno-steps-container {

        width: 750px;

    }

    .dbm-contact-form {

        margin: -150px auto 50px auto;
        width: 700px;

    }

    #site-header {

        background-color: #FFF;
        width: 100%;
        position: relative;
        top: 0px;
        margin: 0px;
        z-index: 5;
        padding: 12px 0px 10px 0px;

    }

    #site-header > ul {

        display: inline;

    }

    .header-logo {

        margin-left: 20px;
        width: 180px;
    
    }

    #mobile-menu-icon {

        display: none;
    
    }

    #mobile-menu {

        width: 320px;
        display: none;

    }

    .masthead {

        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 150px 0px 150px 100px;
        display: inline-block;
    
    }
    
    .masthead > h1 {
    
        font-size: 48px;
        margin: 0px;
        width: 70%;
    
    }
    
    .masthead > h2 {
    
        font-size: 36px;
        width: 55%;
    
    }
    
    .masthead > .btn {
    
        margin-top: 25px;
    
    }

    .elementor-container {

        width: unset;

    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td {

        text-align: center;
        display: table-cell;
    
    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td:nth-child(2) {

        text-align: right;
        width: 85%;
        display: table-cell;

    }

    #spec_map_canvas {

        width: 100%;
    
    }

   
}


@media screen and (min-width: 1200px) {

    .header-404 {

        font-size: 180px;

    }

    #dbm-pop-up-msg {
        position: fixed;
        top: 0px;
        margin-top: 150px;
        right: 0px;
        margin-right: 30px;
        width: 270px;
        border-radius: 8px;
        background-color: #F2F2F2;
        padding: 0px 10px;
        z-index: 8;
    }


    .step-nav-marker-hollow {

        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin-top: -9px;
        margin-left: -9px;

    }

    .step-nav-marker {

        width: 24px;
        height: 24px;
        border-radius: 24px;
        margin: 0px 12px;        

    }

    #step-nav-marker-container {

        margin-top: -12px;

    }

    #ct-form-send-btn {

        text-align: center;
        margin: 40px auto;
        width: 250px;
    
    }

    #ct-form-book-service-send-btn {

        width: 250px;

    }

    #cost-calc {

        width: 732px;
        min-height: 560px;
        padding-bottom: 30px;
        border-radius: 10px;
        border: 1px solid #29256F;
        background-color: #FFF;
        position: absolute;
        top: 50%;
        margin-top: -280px;
        left: 50%;
        margin-left: -366px;
        z-index: 7;
        display: none;
    
    }

    .inno-step-marker {

        display: block;

    }

    .inno-step-tail { 

        display: block;

    }

    #footer-contents {

        width: 1100px;
        margin: 0px auto;
    
    }

    .dbm-section-bg {
        
        padding-top: 40px;

    }

    .section-bg-spacer {

        display: block;
    
    }


    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td {

        display: table-cell;

    }

    .calc-panel > table.calc-panel-lr-nav > tbody > tr > td:nth-child(2) {

        text-align: right;
        width: 85%;
        display: table-cell;

    }

    .service-grid-table {

        margin: -150px auto 50px auto;
        border-spacing: 25px;
        display: table;
     
    }

    .team-grid-table > tbody > tr > td {

        display: table-cell;
        margin: 0px;
        width: 300px;

    }

    .team-grid-table {

        margin: -150px auto 50px auto;

    }

    .dbm-contact-form {

        margin: -150px auto 50px auto;
        width: 700px;

    }

    #spec_map_canvas {

        width: initial;
    
    }


}
li#menu-item-629 {
    background: -webkit-linear-gradient(135deg,#4752A4,#28256E);
    /* padding: 81px; */
    padding: 20px !important;
    border-radius: 5px;
    color: #fff !important;
}
li#menu-item-629 a{
	color: #fff !important;
}