/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

#top .container {
    position: relative;
}

#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 75%;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

#top nav > ul > li > a {
    background: #F16709;
    opacity: 1 !important;
    padding: 12px 30px !important;
    border-radius: 50px;
    position: relative;
    transform: all 0.5s;
    overflow: hidden;
    border: 1px solid #F16709;
	margin-left: 20px;
}

#top nav > ul > li > a span {
	color: #fff;
}

#top nav > ul > li > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#top nav > ul > li > a:hover:before {
    transform: scale(9);
}

#top nav > ul > li > a:hover span {
    color: #F16709 !important;
}

/* header CSS end */

/* hero section CSS end */

h1 {
    color: #fff;
}

#hero p, #hero ul li {
    color: #fff;
}

#entire-btn {
    background: #F16709 !important;
    opacity: 1 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    position: relative;
    transform: all 0.5s;
    overflow: hidden;
    border: 1px solid #F16709;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(10);
}

#entire-btn:hover {
    color: #F16709;
    box-shadow: unset !important;
    transform: unset !important;
}

div#hero {
    position: relative;
}

#hero ul li {
    position: relative;
    padding-bottom: 50px;
    list-style: none;
    padding-left: 50px;
}

#hero ul li:before {
    content: '';
    position: absolute;
    background: url(https://groundlinkpro.com/wp-content/uploads/2025/12/check-mark-2.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    left: 0;
    top: -14%;
}

#hero ul {
    margin: unset;
    display: flex;
    justify-content: space-between;
}

#hero img {
    min-width: 1780px;
    left: -22%;
}

/* hero section CSS end */

/* slide-text section CSS start */

div#slide-text .nectar-scrolling-text {
    background: #F16709;
    padding: 30px 0px !important;
    position: relative;
}

div#slide-text {
    position: relative;
}

div#slide-text .nectar-scrolling-text h2 {
    color: #fff;
}

/* slide-text section CSS end */

/* launch section CSS start */

#launch .main-launch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#launch .main-launch .time-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #2F2F2F;
    color: #fff;
    padding: 10px;
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

#launch span.time-value {
    font-weight: 800 !important;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Montserrat';
}

#launch span.time-label {
    font-size: 14px;
    line-height: 22px;
}

#launch .vc_column-inner {
    background: #F16709;
    padding: 50px 50px;
}

#launch h2 {
    color: #fff;
}

#launch p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

/* launch section CSS end */

/* field section CSS start */

#field h2 {
    color: #000;
	font-size: 45px;
	line-height: 53px;
}

div#field-inr {
    margin-bottom: 50px
}

#field-inr img {
    min-width: 1200px;
}

#field-inr.inr-field img {
    left: -54%;
}

/* field section CSS end */

/* off section CSS start */

#off h2 {
    color: #fff;
}

#off p {
    color: #fff;
}

#off ul li {
    position: relative;
    padding-bottom: 30px;
    list-style: none;
    padding-left: 50px;
	color: #fff;
}

#off ul li:before {
    content: '';
    position: absolute;
    background: url(https://groundlinkpro.com/wp-content/uploads/2025/12/check-mark-2.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    left: 0;
    top: -14%;
}

#off ul {
    margin: unset;
}

#off span.bold {
    font-size: 16px;
    line-height: 24px;
}

/* off section CSS end */

/* request section CSS start */

#request h2 {
    color: #fff;
}

#request .contact-form label {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    font-family: 'Montserrat';
}

#request .contact-form {
    text-align: left;
}

#request input, #request textarea {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#request input::placeholder, #request textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#request textarea {
    height: 48px;
}

#request .btn {
    padding: unset;
}

#request .btn p {
    text-align: center;
}

#request input.wpcf7-submit {
    background: #303030;
    color: #fff;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

/* request section CSS end */

/* image-sec section CSS start */

div#image-sec {
    margin-bottom: unset;
}

/* image-sec section CSS end */

/* payment section CSS start */

#payment h2 {
    color: #fff;
}

#payment p {
    color: #fff;
}

#payment li {
    color: #fff;
    padding-bottom: 10px;
}

#payment ul li {
    list-style: none;
}

#payment ul {
    margin: unset;
}

#payment table, #payment tr {
    background: transparent !important;
}

#payment table, #payment tr, #payment td {
    color: #fff;
}

/* payemnt section CSS end */

/* footer CSS start */

#footer-inr ul {
    margin: unset;
}

#footer-inr ul li {
    list-style: none;
}

#footer-inr ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

#footer-inr ul.social-links li a i {
    background: #F56809;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    border: 1px solid #F56809;
    transition: all 0.5s;
}

#footer-inr ul.social-links li a i:hover {
    background: #fff;
    color: #F56809;
}

#footer-inr ul.with-icons li a {
    color: #464646;
}

#footer-inr ul.with-icons li {
    color: #464646;
    padding-bottom: 20px;
}

#footer-inr ul.with-icons li i {
    background: #323232;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
}

div#inr-footer .row-bg {
    position: relative;
}

div#inr-footer .row-bg:before {
    content: '';
    position: absolute;
    background: #F56809;
    height: 100%;
    width: 180%;
    top: 0;
    left: -34%;
}

div#inr-footer {
    padding: 20px 0px;
    text-align: center;
}

div#inr-footer p {
    color: #fff;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* pricing section CSS start */

div#pricing {
    padding-top: 50px !important;
}

#pricing h2, #pricing h3 {
    color: #303232;
}

#pricing h4 {
    font-size: 25px;
    line-height: 33px;
    color: #303232;
}

#pricing p, #pricing li {
    color: #464646;
}

#pricing th, #pricing td, #pricing table {
    border-color: #303232 !important;
}

#entire-btn.white-bg {
    background: #fff !important;
    color: #F16709;
    margin-left: 10px;
}

#entire-btn.white-bg:before {
    background: #F16709;
}

#entire-btn.white-bg:hover {
    color: #fff !important;
}

#pricing .toggle {
    background: #fff;
    border: 1px solid #F16709;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 30px;
}

#pricing h3 a.toggle-heading {
    color: #F16709;
    font-size: 30px;
    line-height: 38px;
}

#pricing .toggle.open {
    background: #F16709;
}

#pricing .toggle.open h3 a, #pricing .toggle.open p {
    color: #fff;
}

#pricing .toggle i {
    border-color: #F16709;
}

#pricing .toggle i:before, #pricing .toggle i:after {
    background: #F16709;
}

#pricing .toggle.open i:before, #pricing .toggle.open i:after {
    background: #fff;
}

#pricing .toggle.open i {
    border-color: #fff;
}

div#pricing-inr {
    border: 2px solid #F16709;
    border-radius: 20px;
    padding: 30px 30px;
}

div#pricing-inr {
    max-height: 500px;
    overflow-y: scroll;
}

#pricing-inr h2 {
    font-size: 30px;
    line-height: 38px;
}

#pricing-inr h3 {
    font-size: 20px !important;
    line-height: 38px !important;
}

#pricing .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 108%;
    position: absolute;
    bottom: 50%;
    left: -4%;
}

#pricing .owl-nav button.owl-prev, #pricing .owl-nav button.owl-next {
    background: #F16709;
    border: 1px solid #F16709;
    height: 50px;
    width: 50px !important;
    border-radius: 50% !important;
    font-size: 30px;
    transition: all 0.5s;
}

#pricing .owl-nav button.owl-prev:hover, #pricing .owl-nav button.owl-next:hover {
    background: #fff;
    color: #F16709;
}

#pricing-inr::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#pricing-inr::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#pricing-inr::-webkit-scrollbar-thumb
{
	background-color: #F16709;
}

/* pricing section CSS end */

/* booking section CSS start */

div#booking {
    padding-top: 100px !important;
}

#booking-inr .vc_column-inner {
    border: 1px solid #f16709;
    border-radius: 30px;
    padding: 40px 40px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

#booking-inr .vc_column-inner h3 {
    font-size: 25px;
    line-height: 33px;
    color: #000;
    transition: all 0.5s;
}

#booking-inr .vc_column-inner h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    transition: all 0.5s;
}

#booking-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #f16709;
    height: 0;
    width: 100%;
    border-radius: 30px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

#booking-inr .vc_column-inner:hover:before {
    height: 100%;
}

#booking-inr .vc_column-inner:hover h4, #booking-inr .vc_column-inner:hover h3 {
    color: #fff;
}

#booking-inr .vc_column-inner:hover {
    transform: translateY(-10px);
}

#booking-inr #entire-btn.white-bg {
    margin-left: 0px !important
}

/* booking section CSS end */

/* checkout CSS start */

.woocommerce-checkout #top nav > ul > li > a span {
    color: #fff;
}

.woocommerce-checkout h2 {
    color: #000;
    font-size: 30px !important;
    line-height: 38px !important;
}

p.wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
    line-height: 28px;
    color: #000 !important;
    font-weight: 700 !important;
}

h3.wc-block-components-product-name {
    font-size: 16px;
    line-height: 24px;
    color: #000 !important;
}

span.wc-block-components-totals-item__label {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

span.wc-block-formatted-money-amount {
    color: #000 !important;
}

.wc-block-checkout__actions_row {
    color: #000;
}

/* checkout CSS end */

/* operate section CSS start */

div#operate-inr {
    background: #000;
    padding-right: 50px;
}

#operate h2 {
    font-size: 45px;
    color: #fff;
    line-height: 53px;
}

#operate p {
    color: #fff;
}

/* operate section CSS end */

/* tabs section CSS start */

#tabs .tabbed>ul li a {
    background: #000;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Montserrat';
    padding: 20px 120px;
}

#tabs .tabbed>ul li.active-tab a {
    background: #F16709;
}

#tabs ul.wpb_tabs_nav.ui-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#tabs h2 {
    color: #000;
}

#tabs.tabs-inr .tabbed>ul li a {
    font-size: 18px;
    line-height: 26px;
}

/* tabs section CSS end */

/* contact-us section CSS start */

#contact-us .vc_column-inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px 50px;
    border-radius: 30px;
    border: 1px solid #f16709;
}

#contact-us input, #contact-us textarea {
    border: 1px solid #f16709;
    border-radius: 10px !important;
    padding: 15px 20px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

#contact-us input.wpcf7-submit {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.5s;
}

#contact-us input.wpcf7-submit:hover {
    background: #fff;
    color: #f16709;
    box-shadow: unset !important;
    transform: unset !important;
}

/* contact-us section CSS end */



@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: 1270px !important;
    left: -4% !important;
}

#field-inr img {
    min-width: 890px !important;
}

#field-inr.inr-field img {
    left: -20% !important;
}

#tabs .tabbed>ul li a {
    padding: 20px 80px !important;
}

div#inr-banner {
    padding: 80px 0px !important;
}

div#contact-us {
    padding: 80px 0px !important;
}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: 1100px !important;
    left: -4% !important;
}

#field-inr img {
    min-width: 780px !important;
}

#field-inr.inr-field img {
    left: -22% !important;
}

#tabs .tabbed>ul li a {
    padding: 20px 50px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero p br {
    display: none !important;
}

div#operate {
    padding: 60px 0px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}	
	
div#inr-banner {
    padding: 60px 0px !important;
}

div#contact-us {
    padding: 60px 0px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	

div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: 900px !important;
    left: -4% !important;
}

#field-inr img {
    min-width: 642px !important;
}

#field-inr.inr-field img {
    left: -30% !important;
}

#tabs .tabbed>ul li a {
    padding: 15px 40px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero p br {
    display: none !important;
}

div#operate {
    padding: 40px 0px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}	
	
div#inr-banner {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}

#hero ul li {
    padding-bottom: 20px !important;
    padding-left: 35px !important;
}

#hero ul {
    display: block !important;
    column-count: 2 !important;
}

div#launch {
    padding: 60px 0px !important;
}

#operate h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#tabs {
    padding: 60px 0px !important;
}

div#field {
    padding: 50px 0px !important;
}

#tabs.tabs-inr .tabbed>ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 15px 30px !important;
}

div#off {
    padding: 130px 0px !important;
}

div#request {
    padding: 60px 0px !important;
}

div#payment {
    padding: 60px 0px !important;
}

div#footer {
    padding-top: 60px !important;
}

#footer-inr ul.social-links li a i {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
}

#footer img {
    max-width: 300px !important;
}

#footer-inr ul.with-icons li a, #footer-inr ul.with-icons li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#pricing .toggle {
    padding: 15px 25px !important;
}

#pricing h3 a.toggle-heading {
    font-size: 24px !important;
    line-height: 32px !important;
}

#booking-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#booking-inr .vc_column-inner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact-us .vc_column-inner {
    padding: 30px 30px !important;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	

div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: 730px !important;
    left: -4% !important;
}

#field-inr img {
    min-width: unset !important;
    width: 100% !important;
}

#field-inr.inr-field img {
    left: 0% !important;
}

#tabs .tabbed>ul li a {
    padding: 15px 40px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero p br {
    display: none !important;
}

div#operate {
    padding: 30px 0px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}	
	
div#inr-banner {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}

#hero ul li {
    padding-bottom: 20px !important;
    padding-left: 35px !important;
}

#hero ul {
    display: block !important;
    column-count: 1 !important;
}

div#launch {
    padding: 60px 0px !important;
}

#operate h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#tabs {
    padding: 40px 0px !important;
}

div#field {
    padding: 50px 0px !important;
}

#tabs.tabs-inr .tabbed>ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 15px !important;
}

div#off {
    padding: 100px 0px !important;
}

div#request {
    padding: 60px 0px !important;
}

div#payment {
    padding: 60px 0px !important;
}

div#footer {
    padding-top: 60px !important;
}

#footer-inr ul.social-links li a i {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
}

#footer img {
    max-width: 300px !important;
}

#footer-inr ul.with-icons li a, #footer-inr ul.with-icons li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#pricing .toggle {
    padding: 15px 25px !important;
}

#pricing h3 a.toggle-heading {
    font-size: 24px !important;
    line-height: 32px !important;
}

#booking-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#booking-inr .vc_column-inner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact-us .vc_column-inner {
    padding: 30px 30px !important;
}

#launch .vc_column-inner {
    padding: 40px 40px !im !important;
}

div#operate-inr {
    padding: 30px 30px !important;
}

#field-inr.inr-field .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#field h2 br {
    display: none !important;
}

#request .contact-form .row {
    padding: unset !important;
}

#request input.wpcf7-submit {
    width: 100% !important;
}

#footer-inr ul.social-links {
    justify-content: start !important;
}

#contact-us .contact-form .row {
    padding: unset !important;
}	
	
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	

div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: unset !important;
    left: 0% !important;
}

#field-inr img {
    min-width: unset !important;
    width: 100% !important;
}

#field-inr.inr-field img {
    left: 0% !important;
}

#tabs .tabbed>ul li a {
    padding: 15px 40px !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero p br {
    display: none !important;
}

div#operate {
    padding: 30px 0px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}	
	
div#inr-banner {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}

#hero ul li {
    padding-bottom: 20px !important;
    padding-left: 35px !important;
}

#hero ul {
    display: block !important;
    column-count: 1 !important;
}

div#launch {
    padding: 60px 0px !important;
}

#operate h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#tabs {
    padding: 40px 0px !important;
}

div#field {
    padding: 50px 0px !important;
}

#tabs.tabs-inr .tabbed>ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 15px !important;
}

div#off {
    padding: 100px 0px !important;
}

div#request {
    padding: 60px 0px !important;
}

div#payment {
    padding: 60px 0px !important;
}

div#footer {
    padding-top: 60px !important;
}

#footer-inr ul.social-links li a i {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
}

#footer img {
    max-width: 300px !important;
}

#footer-inr ul.with-icons li a, #footer-inr ul.with-icons li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#pricing .toggle {
    padding: 15px 25px !important;
}

#pricing h3 a.toggle-heading {
    font-size: 24px !important;
    line-height: 32px !important;
}

#booking-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#booking-inr .vc_column-inner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact-us .vc_column-inner {
    padding: 30px 30px !important;
}

#launch .vc_column-inner {
    padding: 30px 30px !important;
}

div#operate-inr {
    padding: 30px 30px !important;
}

#field-inr.inr-field .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#field h2 br {
    display: none !important;
}

#request .contact-form .row {
    padding: unset !important;
}

#request input.wpcf7-submit {
    width: 100% !important;
}

#footer-inr ul.social-links {
    justify-content: start !important;
}

#contact-us .contact-form .row {
    padding: unset !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#tabs ul.wpb_tabs_nav.ui-tabs-nav {
    display: contents !important;
}

#tabs ul.wpb_tabs_nav.ui-tabs-nav li {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

#tabs p br {
    display: none !important;
}

#contact-us p br {
    display: none !important;
}
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	

div#hero {
    padding: 50px 0px 0px !important;
}

#hero img {
    min-width: unset !important;
    left: 0% !important;
}

#field-inr img {
    min-width: unset !important;
    width: 100% !important;
}

#field-inr.inr-field img {
    left: 0% !important;
}

#tabs .tabbed>ul li a {
    padding: 12px 30px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

h1 {
    font-size: 23px !important;
    line-height: 31px !important;
}

#hero p br {
    display: none !important;
}

div#operate {
    padding: 30px 0px !important;
    margin-bottom: unset !important;
}

h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}	
	
div#inr-banner {
    padding: 50px 0px !important;
}

div#contact-us {
    padding: 50px 0px !important;
}

#hero ul li {
    padding-bottom: 22px !important;
    padding-left: 35px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#hero ul {
    display: block !important;
    column-count: 1 !important;
}

div#launch {
    padding: 40px 0px !important;
    margin-bottom: unset !important;
}

#operate h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#tabs {
    padding: 40px 0px !important;
}

div#field {
    padding: 50px 0px !important;
}

#tabs.tabs-inr .tabbed>ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 15px !important;
}

div#off {
    padding: 60px 0px !important;
}

div#request {
    padding: 30px 0px !important;
}

div#payment {
    padding: 40px 0px !important;
}

div#footer {
    padding-top: 40px !important;
}

#footer-inr ul.social-links li a i {
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
}

#footer img {
    max-width: 300px !important;
}

#footer-inr ul.with-icons li a, #footer-inr ul.with-icons li {
    font-size: 14px !important;
    line-height: 22px !important;
}

#pricing .toggle {
    padding: 10px 15px !important;
}

#pricing h3 a.toggle-heading {
    font-size: 20px !important;
    line-height: 28px !important;
}

#booking-inr .vc_column-inner {
    padding: 15px 15px !important;
}

#booking-inr .vc_column-inner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact-us .vc_column-inner {
    padding: 15px 15px !important;
}

#launch .vc_column-inner {
    padding: 20px 20px !important;
}

div#operate-inr {
    padding: 20px 20px !important;
}

#field-inr.inr-field .row_col_wrap_12_inner {
    flex-direction: column-reverse !important;
}

#field h2 br {
    display: none !important;
}

#request .contact-form .row {
    padding: unset !important;
}

#request input.wpcf7-submit {
    width: 100% !important;
}

#footer-inr ul.social-links {
    justify-content: start !important;
}

#contact-us .contact-form .row {
    padding: unset !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#tabs ul.wpb_tabs_nav.ui-tabs-nav {
    display: contents !important;
}

#tabs ul.wpb_tabs_nav.ui-tabs-nav li {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

#tabs p br {
    display: none !important;
}

#contact-us p br {
    display: none !important;
}

#hero h1 br {
    display: none !important;
}

#hero p br {
    display: none !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#launch span.time-value {
    font-size: 20px !important;
    line-height: 28px !important;
}

#launch .main-launch .time-box {
    height: 60px !important;
    width: 60px !important;
}

#launch span.time-label {
    font-size: 12px !important;
    line-height: 22px !important;
}

#off ul li {
    padding-left: 40px !important;
}

#request .contact-form label {
    font-size: 16px !important;
    line-height: 24px !important;
}

#request input, #request textarea {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 10px !important;Im
}

#request input::placeholder, #request textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#pricing-inr {
    max-height: 400px !important;
    padding: 15px 15px !important;
}

#contact-us input, #contact-us textarea {
    padding: 8px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-us input.wpcf7-submit {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
#entire-btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
}	
	
}








