/*
Theme Name: seamansbook Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://seamansbook.cloudstandly.com/
Author: ThemeNectar
Author URI: https://seamansbook.cloudstandly.com/
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('fonts/GeneralSans-Semibold.woff') format('woff'),
        url('fonts/GeneralSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('fonts/GeneralSans-Medium.woff') format('woff'),
        url('fonts/GeneralSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('fonts/GeneralSans-Regular.woff') format('woff'),
        url('fonts/GeneralSans-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6{
font-family: 'General Sans';
}
a,p,span,li,label{
    font-family: "Montserrat", sans-serif;
}
#header-space {
    height: 110px !important;
}
div#header-outer {}
#top #logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
#header-outer[data-format=centered-menu] .logo-spacing {
    width: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
    justify-content: end;
    padding-right: 40px;
}

.container-wrap {
    position: relative;
    z-index: 0;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li#menu-item-46 {
    order: 2;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li#menu-item-46 a:after {
    display: none;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li#menu-item-46 a {
    background: #DD9E24;
    padding: 12px 21px;
    border-radius: 6px;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li.nectar-header-text-content-wrap .fir232 p a i{
    font-size: 17px;
    font-weight: 500;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 0 8px;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li.nectar-header-text-content-wrap .fir232 p {
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 0 12px;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li a:after {
    display: none;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
}
#header-secondary-outer ul.fir12aa li {
    display: flex;
    justify-content: end;
}
#header-secondary-outer ul.fir12aa li a {
    display: flex;margin-left: 110px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin: 0 15px;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after{
	display: none;
}
 #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0px;
    height: 2px;
    background: #173348;
    border-radius: 100px;
    transition: all 0.3s linear;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after, 
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-38 >a {
    border: 1px solid #000000;
    padding: 10px 22px;
    border-radius: 50px;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-38 >a:after {
    display: none;
}
/* #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #5C9E97;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 18px;
    height: 4px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}  */
div#section1 h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    opacity: 1;
}
div#section1 p {
    line-height: 23px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    opacity: 1;
}
h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
a.nectar-button.small.regular.accent-color.regular-button {
  padding: 12px 32px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 50px !important;
}
div#section1 .swiper-slide .content {
}
h4.fir34 {
    font-size: 20px;
    font-weight: 500;
}
div#section1 .buttons {
    opacity: 1;
    padding-top: 20px;
}
div#section1 .button.solid_color a.primary-color {
    padding: 14px 28px;
    color: #171616;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 !important;
    border-radius: 50px !important;
    background: #ffffff !important;
}
div#section1 a.slider-down-arrow.no-border {
    content: url(/wp-content/uploads/2025/07/Group-11.png);
    left: unset;
    right: 21px;
}
.img-with-aniamtion-wrap img.img-with-animation.skip-lazy {
    width: 100%;
}
div#section2 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section2 h2 {
	color: #171616;
}
div#section2 div#first {
    padding-bottom: 10px;
}
div#section2 div#second .vc_col-sm-4 .vc_column-inner {
    border: 1px solid #000000;
    padding: 60px 60px;
    border-radius: 12px;
}
div#section2 div#second p.img1 {
    padding: 0;
    background: #ffffff;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
div#section2 div#second p.img1 img {
    margin: 0;
}
div#section3  div#first .leftpadding1 .vc_column-inner {
    padding-top: 30px;
}
div#contact1 {
    border-radius: 12px;
}
div#section3 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 40px;
}
div#section2 p {
    color: #171616;
}
div#section3 h4.fir34 {
	color: #ffffff;
	border-color: #ffffff;
}
div#section3 h2 {
	color: #171616;
}
div#section3 div#first p {
	color: #171616;
	padding: 0;
}
div#section3 div#first a.nectar-button.small.regular.accent-color.regular-button{
	background: transparent !important;
	border: 1px solid #ffffff;
	color: #ffffff;
}
div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section4 h2 {
	color: #171616;
}
div#section4 p {
	color: #171616;
}
div#section3 div#first .feature-box {
    background: #F8F8F8;
    padding: 18px 18px;
    border-radius: 12px;
    margin-top: 24px;
}
div#section3 div#first .feature-box .feature-item {
    display: flex;
    padding-bottom: 24px;
}
div#section3 div#first .feature-box .feature-item h4 {
    line-height: 0.9;
    font-weight: 500;
    font-size: 20px;
}
div#section3 div#first .feature-box .feature-item:last-child {
    padding-bottom: 0;
}
div#section3 div#first p span.check-icon {
    padding-right: 8px;
}
div#section4 .owl-item .carousel-item {
    background: #ffffff;
    margin: 0 6px;
    border-radius: 6px;
    padding: 15px 15px;
}
div#section4 .owl-item .carousel-item .cont1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#section4 .owl-item .carousel-item .cont1 p.fir1 {
    padding: 0;
}
div#section4 .owl-item .carousel-item h3 {
    font-weight: 500;
    font-size: 20px;
    color: #171616;
    line-height: 1.2;
}
div#section4 .owl-item .carousel-item p {
    color: #171616;
}
div#section4 .owl-dots {
    display: none;
}
div#section4 .owl-stage-outer {
    overflow: visible;
}
div#section4 .owl-nav.disabled {
    display: flex;
    text-align: center;
    height: 0;
    float: right;
}
div#section4 .owl-nav.disabled button span {
    display: none;
}
div#section4 .owl-nav.disabled button {
    width: 60px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #000000;
    transition: all 0.3s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border-radius: 27px !important;
    margin: 0 5px;
}
div#section4 .owl-nav.disabled button.owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000000;
}
div#section4 .owl-nav.disabled button.owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000000;
}
div#section4 .owl-nav.disabled button:hover{
	background:#173348;
	border-color:#173348;
}
div#section4 .owl-nav.disabled button:hover:before {
    color: #ffffff;
}
div#section5 {
    margin: 0;
}
div#section5 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section5 h2 {
	color: #171616;
}
div#section5 p {
	color: #171616;
}
div#section6 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 40px;
}
div#section6 h2 {
	color: #171616;
}
div#section6 p {
	color: #171616;
}
div#section7 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 40px;
}
div#section7 h2 {
	color: #171616;
}
div#section8 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section8 h2 {
	color: #171616;
}
div#section8 .owl-item .carousel-item{
    border-radius: 0;
    padding: 0;
    background: #ffffff;
    padding: 6px 6px;
    border-radius: 0;
    margin: 0 6px;
}
div#section8 .owl-item .carousel-item .hover-wrap {
    margin: 0;
}
div#section8 .owl-item .carousel-item .wpb_text_column {
    padding: 12px 12px;
}
div#section8 .owl-item .carousel-item p.img1 {
    padding-bottom: 12px;
}
div#section8 .owl-item .carousel-item .cont1 {
    display: flex;
    justify-content: space-between;
}
div#section8 .owl-item .carousel-item .cont1 p {
    padding: 0;
}
div#section8 .owl-item .carousel-item p {
    color: #171616;
}
div#section8 .owl-stage {
    padding: 0;
}
div#section8 .owl-item .carousel-item ul {
    margin: 0;
    display: inline-flex;
    align-items: center;
}
div#section8 .owl-item .carousel-item ul li {
    margin-right: 18px;
    display: inline-flex;
    align-items: center;
    color: #1C0F02;
    font-size: 16px;
}
div#section8 .owl-item .carousel-item ul li img {
    margin: 0;
    margin-right: 6px;
}
div#section8 .owl-item .carousel-item h3 {
    color: #1C0F02;
    font-weight: 500;
    font-size: 20px;
}
div#section8 .owl-dots {
    display: none;
}
div#section8 .owl-nav.disabled {
    display: flex;
    text-align: center;
    height: 0;
    float: right;
}
div#section8 .owl-nav.disabled button span {
    display: none;
}
div#section8 .owl-nav.disabled button {
    width: 60px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #000000;
    transition: all 0.3s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border-radius: 27px !important;
    margin: 0 5px;
}
div#section8 .owl-nav.disabled button.owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000000;
}
div#section8 .owl-nav.disabled button.owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000000;
}
div#section8 .owl-nav.disabled button:hover{
	background:#173348;
	border-color:#173348;
}
div#section8 .owl-nav.disabled button:hover:before {
    color: #ffffff;
}
div#section9 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section9 h2 {
	color: #171616;
}
div#section9 p {
	color: #171616;
	font-size: 15px;
}
div#section9 div#first .feature-box {
    margin-top: 24px;
}
div#section9 div#first .feature-box .feature-item {
    display: flex;
    padding-bottom: 24px;
}
div#section9 div#first .feature-box .feature-item h4 {
    line-height: 0.9;
    font-weight: 500;
    font-size: 20px;
}
div#section9 div#first .feature-box .feature-item:last-child {
    padding-bottom: 0;
}
div#section9 div#first p span.check-icon {
    padding-right: 8px;
}
div#section9 div#first .feature-box .feature-item:last-child span.check-icon {
    margin-right: 8px;
}
div#section9 {
    margin: 0;
}
div#section10 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 10px;
}
div#section10 h2 {
	color: #ffffff;
}
div#section11 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 50px;
}
div#section11 .toggle.default.open   .toggle i:afte{
    background-color: #171616 !important;
    color: #000000 !important;
}
div#section11 .toggle.default.open {padding: 0;}

div#section11 .toggle.default.open:before {
    display: none;
}

div#section11 h3.toggle-title a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 0;
    line-height: 27px;
}

div#section11 .toggle.default {
    padding: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    /* background-color: rgb(255 255 255 / 40%); */
    border-radius: 0;
    padding: 15px 15px;
    margin-bottom: 3px;
    background: #2A4357;
    border-radius: 9px;
}

div#section11 .toggle.default.open p {
    color: #ffffff;
}

div#section11 .toggle i {
    /* color: #080808; */
    border: unset;
}
div#section11 .toggle i:before, div#section11 .toggle i:after {
    background-color: #ffffff !important;
    color: #000000 !important;
}


div#section11 .toggle.default.open h3.toggle-title {
    background: #ffffff;
    padding: 15px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

div#section11 .toggle.default.open h3.toggle-title a {
    color: #171616;
}

div#section11 .toggle.default .inner-toggle-wrap {
    padding: 15px 15px;
}
div#section11 .toggle.default.open  i:after {
    color: #080808;
    border: unset;
    background: #000000 !important;
    top: 28px;
}
div#contact1 .row_col_wrap_12_inner {
    padding: 30px 30px;
}
div#contact1 .cf7-step-nav {
    display: inline-block;
}
div#contact1 h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 30px;
    padding-top: 20px;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 40px;
}
div#contact1 h4.fir34 {
	color: #ffffff;
}
div#contact1 h2 {
	color: #ffffff;
}
div#contact1 br {
    /* display: none; */
}
div#contact1 span.wpcf7-form-control-wrap {
    width: 97.7%;
    display: inline-flex !important;
    padding-top: 6px;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="menu-891"]{
    width: 96%;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-105"]{
    width: 99%;
    height: 120px;
    margin: 0;
}
div#contact1 input[type=text], div#contact1 input[type=tel], div#contact1 input[type=email],
div#contact1 select, div#contact1 input[type=date], div#contact1 textarea {
    background: transparent;
    border: 1px solid #2f485b;
    border-radius: 0 !important;
    box-shadow: unset;
    font-size: 16px;
    color: #ffffffff;
    font-weight: 400;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 0;
    padding: 11px 11px;
    margin-bottom: 3px;
}
div#contact1 label{
	font-weight: 500;
	color: #FFFFFF;
	font-size: 17px;
}
div#contact1 fieldset.fieldset-cf7mls.cf7mls_current_fs p {
    padding-bottom: 9px;
}
div#contact1 .cont1 p.fir1 {
    display: flex;
    padding-bottom: 0;
    padding-top: 10px;
}
div#contact1 .cont1 p.fir1 label {
    width: 50%;
}
div#contact1 .cont1 p.fir1 span.wpcf7-form-control-wrap {
    margin: 0 !important;
    width: 96% !important;
}
div#contact1 p.fir1a {
    padding: 0;
}
div#contact1 p.fir1a label {
    padding-top: 10px !important;
    display: block;
}
div#contact1 p.fir1a br {
    display: none;
}
div#contact1 input[type=submit] {
    font-size: 18px;
    font-weight: 400;
    color: #171616;
    padding: 9px 18px !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    margin-top: 16px !important;
    background: #ffffff;
    line-height: 22px;
    display: table;
    margin: 0 auto;
    margin-right: 0;
}
div#contact1 span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}
div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#contact1 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}
div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #156615 !important;
}
div#contact1 input::placeholder, 
div#contact1 textarea::placeholder {
    color: #ffffffcc !important;
	 font-size: 14px;
}
div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}
div#contact1 span.wpcf7-form-control-wrap label span {
    color: #ffffff;
}
.cf7-step-nav>p{
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  justify-content: end;
}

.cf7-step-nav .step {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.cf7-step-nav .step-active {
  border-color: #ffffff; /* change to your theme's accent color */
  opacity: 1;
  color: #ffffff;
}

#page-header-bg h1 {
    font-size: 60px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
}
#page-header-bg .subheader a, #page-header-bg .subheader label {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    /* margin: 0 9px; */
}
#page-header-bg .subheader a i {
    margin: 0 8px;
}
#page-header-bg .subheader {
    line-height: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#footer1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 20px;
}
div#footer1 p {
    color: #2B2B2B;
}
div#footer1 ul li{
    list-style: none;
    padding-bottom: 0;
    color: #171616;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
}
div#footer1 ul li i{
	margin-right: 6px;
}
div#footer1 ul{
    margin: 0;
}
div#footer1 ul li a{
    color: #171616;
    font-size: 16px;
    font-weight: 500;
}
div#footer1 ul li a i{
	margin-right: 6px;
}
div#footer1 ul li a:hover {
    color: #173348; /* Color on hover */
}
div#footer1 ul li a:hover i {
    color: #173348; /* Icon color on hover */
}
div#footer1 div#first .vc_col-sm-3:nth-child(1) {
    width: 30%;
}

div#footer1 div#first .vc_col-sm-3:nth-child(2) {
    width: 20%;
    left: 30px;
}

div#footer1 div#first .vc_col-sm-3:nth-child(3) {
    width: 32%;
}

div#footer1 div#first .vc_col-sm-3:nth-child(4) {
    width: 18%;
}
div#footer1 div#first .vc_col-sm-4:nth-child(2) .vc_column-inner{
        display: table;
        margin: 0 auto;
        padding-left: 60px;
}
div#footer1 div#first .vc_col-sm-4:nth-child(3) .vc_column-inner {
    display: table;
    margin: 0 auto;
    margin-right: 0;
}
div#footer1 h3{
    font-size: 24px;
    color: #242222;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 2px;
}
div#footer1 div#second ul li {
   font-weight: 500;
   font-size: 14px;
   display: inline-block;
   line-height: 17px;
   padding-bottom: 0;
   color: #ffffff;
   border-right: 1px solid #fff;
   padding-left: 7px;
   padding-right: 7px;
}
div#footer1 div#second {border-top: 1px solid #171616;padding-top: 20px;}
div#footer1 ul.cont1 li a {
    border-right: 1px solid #000000;
    padding-right: 16px;
    padding-left: 12px;
}
div#footer1 ul.cont1 li a i {
    font-size: 24px;
    font-weight: 400;
}
div#footer1  div#second p {
    color: #171616;
    padding: 0;
}
div#footer1 ul.cont1 li a:nth-child(1) {
    padding-left: 0;
}
div#footer1 ul.cont1 {
    padding-top: 30px;
    display: none;
}
div#footer1 input[type=email] {
	border-bottom: 1px solid #ffffff !important;
	line-height: 30px;
	color: #ffffff;
	background: transparent;
	font-weight: 500 !important;
	padding: 10px 15px !important;
	width: 100% !important;
	height: 48px;
	border-radius: 0 !important;
	display: flex;
	margin: 0 auto;
	box-shadow: unset !important;
	margin-top: 0;
	padding: 0 !important;
}
div#footer1 input[type=submit]{
	border: unset;
	outline: unset;
	box-shadow: unset;
	background-repeat: no-repeat;
	background-position: center;
	transform: unset !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	float: right;
	margin-top: -40px;
	margin-right: 20px;
	padding: 0;
}
div#footer1 input::placeholder { 
	color: #ffffffbd !important; 
}
div#footer1 div#second .vc_col-sm-4:nth-child(3) {
    text-align: end;
}
#header-secondary-outer ul.social a {
    padding: 0 5px;
    border-right: 1px solid #fff;
}
#header-secondary-outer ul.social i.fa.fa-yelp {
    color: red;
}

#header-secondary-outer ul.social a:last-child {
    border: 0;
}
div#footer1 .opening-hours {
  width: fit-content;
  font-family: 'General Sans';
}

div#footer1 .open-header {
  gap: 10px;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: 'General Sans';
}

div#footer1 .dropdown-icon {
  transition: transform 0.3s ease;
  margin-left: 9px;
}

div#footer1 .open-details {
  display: none;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 14px;
}

div#footer1 .opening-hours.active .open-details {
  display: block;
  padding: 0;
}

div#footer1 .opening-hours.active .dropdown-icon {
  transform: rotate(180deg);
}
div#footer1 div#second .cont1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#footer1 div#second .cont1 p.img1 img {
    margin: 0;
}
div#footer1 ul.fir12aa li {
    font-weight: 600;
    font-size: 15px;
    color: #6E7073;
    padding-bottom: 9px;
}
div#footer1 ul.fir12aa li a+a {
    padding-top: 9px;
}
div#footer1 ul.fir12aa li a {
    padding-left: 3px;
    display: block;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
}
div#footer1 .opening-hours {
    padding-top: 20px;
}
div#footer1 .opening-hours .open-header span.fir21aa1 {
    display: flex;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

#header-secondary-outer ul {
    float: none;
    height: auto;
}
div#contact2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#contact2 h4 {
	color: #000000;
}
div#contact2 h2 {
	color: #000000;
	padding-bottom: 20px;
}
div#contact2 br {
    display: none;
}
div#contact2 span.wpcf7-form-control-wrap {
    width: 47%;
    display: inline-flex !important;
    margin: 0 6px;
    margin-bottom: 18px;
}
div#contact2 span.wpcf7-form-control-wrap[data-name="menu-891"]{
    width: 96%;
}
div#contact2 span.wpcf7-form-control-wrap[data-name="textarea-796"]{
    width: 96%;
    height: 120px;
}
div#contact2 input[type=text], div#contact2 input[type=tel], div#contact2 input[type=email],
div#contact2 select, div#contact2 textarea {
    background: transparent;
    border: unset;
    border-bottom: 1px solid #000000;
    border-radius: 0 !important;
    box-shadow: unset;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
div#contact2 input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 13px 32px !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    margin-top: 15px !important;
}

div#contact2 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#contact2 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}
div#contact2  input:focus, 
div#contact2  select:focus, 
div#contact2 textarea:focus {
    border-color: #DD9E24 !important;
}
div#contact2 input::placeholder, 
div#contact2 textarea::placeholder {
    color: #000000cc !important;
}
div#contact2 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}

div#contact2 form.wpcf7-form p {
    padding: 0;
}
.leftpadding1 .vc_column-inner {
    padding-right: 60px;
}
.rightpadding2 .vc_column-inner {
    padding-left: 60px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
#page-header-bg .nectar-particles .span_6 .inner-wrap, #page-header-bg .span_6 {}
#page-header-bg .page-subtitle {
    display: flex;
    align-items: center;
    padding-top: 8px;
}
#page-header-bg .subheader {
    justify-content: start;
}
#page-header-bg .subheader a {
    font-size: 22px;
    padding-right: 6px;
}
#page-header-bg .subheader p {
    font-size: 22px;
    padding-left: 6px;
}
div#about1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about1 h2 {
	color: #171616;
}
div#about1 p {
	color: #171616;
}
div#about2 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about2 div#first .vc_col-sm-8{
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.4); /* halka white */
      /* backdrop-filter: blur(10px); */ /* blur effect */
      -webkit-backdrop-filter: blur(10px); /* Safari support */
      /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
      padding-top: 60px;
      padding-bottom: 60px;
      border: 1px solid #BCBCBC;
      background: transparent;
}
div#about2 h2 {
	color: #171616;
}
div#about2 p {
	color: #171616;
}
div#about3 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about3 h2 {
	color: #171616;
}
div#about3 p {
	color: #171616;
}
div#about3 h4 {
    font-size: 24px;
    font-weight: 500;
    color: #171616;
}
div#about3 ul {
    margin: 0;
}
div#about3 ul li {
    background: #ffffff;
    padding: 9px 0;
    margin: 12px 0;
    padding-left: 24px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    color: #171616;
    font-size: 14px;
    font-weight: 500;
}
div#about3 ul li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    background: #A1BED8;
    left: 12px;
    border-radius: 50px;
}
div#about4 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about4 h2 {
	color: #171616;
}
div#about4 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding-top: 12px;
}
div#about4 div#second{
	margin-bottom: 10px;
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner {
    /* display: flex; */
    background: #ffffff;
    /* border-radius: 50px; */
    padding: 18px 9px;
    border-radius: 12px;
    box-shadow: 0 0 30px 3px #e7f4fe;
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner>.wpb_wrapper .hover-wrap {
    margin: 0;
}
div#about4 div#second .vc_col-sm-4{
    margin-top: 20px;
}
div#about4 {
    margin: 0;
}
div#about5 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about5 h2 {
	color: #171616;
}
div#about5 p {
	color: #171616;
	text-align: center;
}
div#about5 p.img1 {
    margin: 0 auto;
    display: table;
    padding: 0;
    color: #171616;
    font-weight: 400;
}
div#about5 h5 {
    text-align: center;
    font-size: 18px;
    color: #171616;
}
div#about6 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about6 .row-bg.viewport-desktop.using-image {
    border-radius: 12px;
}
div#about6 h4{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
}
div#about6 p {
	color: #171616;
	text-align: center;
}
div#about6 a.nectar-button.small.regular.accent-color.regular-button {
    background: transparent !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}
div#about7 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#about7 h2 {
	color: #171616;
}
div#about7 p {
	color: #171616;
}
div#about7 a.nectar-button.small.regular.accent-color.regular-button {
    color: #ffffff;
}
div#merchant1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant1 h2 {
	color: #171616;
}
div#merchant1 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#merchant1 p {
	color: #171616;
}
div#merchant3 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant3 h2 {
	color: #171616;
}
div#merchant3 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#merchant3 p {
	color: #171616;
}
div#merchant4 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant4 h2 {
	color: #171616;
}
div#merchant4 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#merchant4 p {
	color: #171616;
}

div#merchant4 ul {margin: 0;}

div#merchant4 ul li {
    position: relative;
    color: #171616;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    padding-left: 22px;
}

div#merchant4 div#first .vc_col-sm-6.fir2 .vc_column-inner {
    border: 1px solid #000000;
    height: 100%;
    border-radius: 12px;
    padding: 18px 18px;
}

div#merchant4 ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
}
div#merchant5 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant5 h2 {
	color: #171616;
}
div#merchant5 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#merchant5 p {
	color: #171616;
}

div#merchant5 ul {
	margin: 0;
}

div#merchant5 ul li {
    position: relative;
    color: #171616;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    padding-left: 22px;
}

div#merchant5 div#first .vc_col-sm-6.fir1 .vc_column-inner {
    border: 1px solid #000000;
    height: 100%;
    border-radius: 12px;
    padding: 18px 18px;
}

div#merchant5 ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
}
div#merchant6 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant6 h2 {
	color: #171616;
}
div#merchant6 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#merchant6 p {
	color: #171616;
}

div#merchant6 ul {
	margin: 0;
}

div#merchant6 ul li {
    position: relative;
    color: #171616;
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    padding-left: 22px;
}

div#merchant6 div#first .vc_col-sm-6.fir2 .vc_column-inner {
    border: 1px solid #000000;
    height: 100%;
    border-radius: 12px;
    padding: 18px 18px;
}

div#merchant6 ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
}
div#merchant7 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant7 h2 {
	color: #171616;
}
div#merchant7 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}
div#merchant7 p {
	color: #171616;
}
div#merchant7 div#second .vc_col-sm-1\/5.wpb_column .vc_column-inner {
    border: 1px solid #000000;
    height: 100%;
    border-radius: 12px;
    padding: 18px 18px;
}
div#merchant8 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#merchant8 h2 {
	color: #171616;
}
div#merchant8 p {
	color: #171616;
}
div#contact3 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#contact3 h2 {
	color: #171616;
}
div#contact3 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#contact3 p {
	color: #171616;
	padding-bottom: 14px;
}

div#contact3 .vc_col-sm-3 .vc_column-inner {
    border: 1px solid #98C4DD;
    padding: 18px 18px;
    border-radius: 12px;
}
div#contact3 div#first p.img {
    padding: 0;
}

div#contact3 div#first p.img img {
    border-radius: 75px;
}

div#contact3 div#first  h3 {
    font-size: 28px;
    font-weight: 500;
    color: #171616;
}

div#contact3 div#first p a {
    color: #171616;
    font-size: 18px;
    font-weight: 500;
}

div#contact3 p.btnn {
    background: #173348;
    display: inline-block;
    color: #ffffff;
    border-radius: 50px;
    padding: 9px 18px;
}
div#contact3 p.btnn a{
	color: #ffffff !important;
}
div#contact4 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#contact4 h2 {
	color: #171616;
}
div#contact4 h4 {
	color: #171616;
	font-size: 24px;
	font-weight: 500;
}
div#contact4 p{
	color: #171616;
}

div#contact4 div#second .vc_col-sm-4 .vc_column-inner {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 14px;
    height: 100%;
}

/* body.wp-singular.page-template-default.page.page-id-13 div#footer1 .row-bg.viewport-desktop.using-image {
    background-image: unset !important;
} */

div#terms1a1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 0;
}
div#terms1a1 h2 {
	color: #171616;
}
div#terms1a1 p {
	color: #171616;
}
div#terms1a1 ul li{
	color: #171616;
	font-size: 16px;
	font-weight: 400;
}
div#contact1 input[type=date] {
    font-size: 13px;
    padding: 10px 11px;
}
div#footer1 ul.fir12aa li a+a {
    padding-top: 24px;
}
div#contact4 div#second .vc_col-sm-4 .vc_column-inner {
  transition: all 0.3s ease-in-out;
}

div#contact4 div#second .vc_col-sm-4 .vc_column-inner:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  border-radius: 10px;
}
div#contact3 .vc_col-sm-3 .vc_column-inner {
  transition: transform 0.6s ease, box-shadow 0.6s ease, background-position 0.6s ease;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

div#contact3 .vc_col-sm-3 .vc_column-inner:hover {
  transform: rotateY(15deg) scale(1.05);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.4);
  background-position: 60% center; /* thoda world move karega hover pe */
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner {
  transition: transform 0.6s ease, box-shadow 0.6s ease, background-position 0.6s ease;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner:hover {
  transform: rotateY(15deg) scale(1.05);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.4);
  background-position: 60% center; /* thoda world move karega hover pe */
}
div#section7 div#first {
    padding-bottom: 20px;
}
@media (max-width: 767px) and (orientation: portrait){
.container.main-content {
    padding: 0;
}
h1 {
    font-size: 30px !important;
}
div#section1 .content {
    bottom: unset !important;
}
p {
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: center;
}
a.primary-color {
    padding: 9px 16px !important;
    font-size: 15px !important;
}
.row_col_wrap_12 {
    min-height: unset !important;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
div#section1 .row_col_wrap_12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
h2 {
    font-size: 30px !important;
    text-align: center;
    padding-bottom: 10px;
}
h2 br {
    display: none;
}
ul {
    margin: 0 !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    padding: 9px 16px !important;
    font-size: 15px !important;
    display: table;
    margin: 0 auto !important;
    float: unset !important;
}
div#section4 a.nectar-button+a.nectar-button {
    margin-top: 14px !important;
}
.wpb_row {
    min-height: unset !important;
}
.row-bg.viewport-desktop.using-image {
    background-position: center center !important;
}
div#section5 h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}
div#section5 div#second * {
    margin-bottom: 4px;
}

div#section5 div#second {
    margin-bottom: 0px;
}
div#section6 div#second .vc_col-sm-3 .vc_column-inner {
    padding: 9px 9px;
}
div#section6 div#second p img {
    margin: 0;
}
div#section6 div#second h3 {
    font-size: 18px;
    line-height: 1;
    padding-top: 12px;
}
div#section6 div#second .vc_col-sm-3 {
    margin-bottom: 10px;
}
div#section7 .owl-item .carousel-item p.img1 img {
    margin: 0 auto;
}
div#section7 .owl-item .carousel-item h3 {
    font-size: 22px;
    line-height: 1;
}
div#section7 .owl-item .carousel-item ul li:first-child {
    font-size: 22px;
    line-height: 1;
}
div#footer1 ul.cont1 li {
    justify-content: center;
}
div#footer1 ul.cont1 {
    padding: 0;
}
div#footer1 .vc_col-sm-3 {
    margin-bottom: 0;
}
div#footer1 h3 {
    text-align: center;
    font-size: 17px;
    line-height: 1;
}
div#footer1 ul li {
    text-align: center;
}
div#footer1 ul {
    padding: 0;
}
div#footer1 img.img-with-animation.skip-lazy {
    width: 60%;
    display: table;
    margin: 0 auto;
}
div#footer1 div.emaillist {
	margin: 0;
}	
div#footer-outer {
    display: none;
}
div#header-space {
    height: 94px !important;
}
div#section1 p {
    text-align: left;
}
.leftpadding1 .vc_column-inner {
    padding: 0;
}
div#section3 div#first .feature-box .feature-item h4+p {
    text-align: left;
    padding-left: 9px;
}
div#section3 div#first .feature-box .feature-item h4 {
    padding-left: 9px;
    font-size: 18px;
}
div#contact1 .row_col_wrap_12_inner {
    padding: 12px 12px;
}
div#contact1 p.fir1a label {
    text-align: left;
}
.vc_col-sm-2 {
    margin: 0 !important;
}
div#about5 .vc_col-sm-8 {
    margin: 0;
}
div#about5 {
    margin: 0;
}
div#about5 h5 {
    font-size: 16px;
}
div#about5 p {
    padding-bottom: 10px;
}
div#about5 .owl-stage {
    padding-bottom: 0px;
    padding-top: 6px;
}
.rightpadding2 .vc_column-inner {
    padding: 0;
}
div#section8 .owl-nav.disabled {
    display: none;
}
div#section8 .vc_col-sm-8 {
    margin: 0;
}
div#section8 div#first {
    margin-bottom: 10px;
}
div#section9 div#first .feature-box .feature-item h4 {
    padding-left: 9px;
}
div#section9 div#first .feature-box .feature-item h4+p {
    padding-left: 9px;
    text-align: left;
}
.hover-wrap {
    padding: 0 !important;
}
div#section11 .vc_col-sm-6 {
    margin: 0;
}
div#section11 h3.toggle-title a {
    font-size: 16px;
    line-height: 1.1;
}
div#footer1 div#first .vc_col-sm-4:nth-child(2) .vc_column-inner {
    padding: 0;
    margin: 0 auto !important;
}
div#footer1 div#first .vc_col-sm-4:nth-child(3) .vc_column-inner {
    margin: 0 auto !important;
}
div#contact1 label {
    text-align: left;
}

div#section6 div#first .row_col_wrap_12_inner {
  display: flex;
}

div#section6 div#first .row_col_wrap_12_inner .vc_col-sm-6:nth-child(1) {
  order: 2;
  padding-top: 18px;
}
div#section6 div#first .row_col_wrap_12_inner .vc_col-sm-6:nth-child(2) {
  order: 1;
}
div#contact1 .cont1 p.fir1 {
    display: block;
    text-align: left;
}
div#about2 div#first .vc_col-sm-8 {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
div#about3 h4 {
    text-align: center;
}
div#about4 div#second .vc_col-sm-4 {
    margin-bottom: 0;
    width: 50%;
}
div#merchant1 h4 {
    text-align: center;
}
div#section3 div#first .leftpadding1 .vc_column-inner {
    padding-top: 0;
}
div#merchant7 div#second .vc_col-sm-1\/5.wpb_column {
    margin-bottom: 12px;
}
#page-header-bg h1 {
    text-align: center;
}
#page-header-bg .subheader {
    justify-content: center;
}
div#contact4 h4 {
    text-align: center;
}
div#contact3 div#first p.img {
    display: table;
    margin: 0 auto;
}
div#contact3 div#first h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
div#contact3 p.btnn {
    display: table;
    margin: 0 auto;
}
div#contact2 span.wpcf7-form-control-wrap {
    width: 100%;
}

div#contact2 span.wpcf7-form-control-wrap[data-name="textarea-796"] {
    height: 75px;
}
div#contact2 input[type=submit] {
    margin: 0 !important;
    margin-bottom: 10px !important;
}
div#section2 div#second .vc_col-sm-4 .vc_column-inner {
    padding: 30px 30px;
}
div#merchant7 div#second .vc_col-sm-1\/5.wpb_column p {
    text-align: left;
}
div#section3 {
    margin: 0;
}
div#merchant3 h4 {
    text-align: center;
}
div#section5 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}
div#section7 .row_col_wrap_12 {
    padding-top: 0 !important;
}
div#section8 .row_col_wrap_12 {
    padding-top: 0 !important;
}
div#section8 .owl-item .carousel-item p {
    text-align: left;
}
div#section8 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}
div#section9 .row_col_wrap_12 {
    padding-bottom: 20px !important;
}
div#section11 .row_col_wrap_12 {
    padding-bottom: 30px !important;
    padding-top: 10px !important;
}	
div#section8 .owl-nav.disabled {
    display: none !important;
}
div#about3 ul li {
    line-height: 1;
    align-items: flex-start;
}
div#about3 ul li::before {
    top: 12px;
}
div#about6 h4 {
    font-size: 16px;
    line-height: 23px;
    padding: 0 30px;
}

div#about5 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}	
div#merchant4 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}

div#merchant6 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}

div#merchant7 .row_col_wrap_12 {
    padding-bottom: 20px !important;
}

div#merchant8 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}
div#section11 h3.toggle-title a {
    padding-right: 40px;
}	
div#contact4 div#second .vc_col-sm-4 .vc_column-inner {
    box-shadow: 0 0 30px 3px #00000012;
}

div#contact3 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}

div#contact2 input[type=submit] {
    text-align: left;
    padding: 12px 24px !important;
}

div#contact2 form.wpcf7-form p {
    text-align: left;
}
div#about4 div#second .vc_col-sm-4 .vc_column-inner {
    padding: 8px 50px;
    padding-top: 12px;
}
div#about4 h4 {
    font-size: 20px;
}
div#about4 .row_col_wrap_12 {
    padding-bottom: 30px !important;
}	
}
