/*

Theme Name: Boats Insurance
Theme URI: http://
Author: op3nsourc3
Author URI: https://www.op3nsourc3.com/
Description: Aspect is a WP Theme for Aspect.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom-Header, Custom-Menu, editor-style, featured-images, post-formats
This theme, like WordPress.

*/


/*=============================================================
fonts
=============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Karma:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'modernline - Personal Use';
    src: url('assets/fonts/modernlinePersonalUse.eot');
    src: url('assets/fonts/modernlinePersonalUse.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/modernlinePersonalUse.woff2') format('woff2'),
        url('assets/fonts/modernlinePersonalUse.woff') format('woff'),
        url('assets/fonts/modernlinePersonalUse.ttf') format('truetype'),
        url('assets/fonts/modernlinePersonalUse.svg#modernlinePersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============================================================
font-family: 'Karma', serif;
=============================================================*/
body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000
}

* {
    box-sizing: border-box
}


.section-padding {
    padding: 80px 0;
}


h1 {
    font-size: 50px;
}

h2 {

    font-size: 34px;
    line-height: 1.2;
}

h3 {
    font-size: 28px;
    line-height: 1.3;

}

h4 {
    font-size: 22px;
    line-height: 28px;

}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;

}

button {
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    white-space: inherit;
}



a {
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease;
    color: #478c34;
}



a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}


:focus {
    outline: 0;
}


ul {
    margin: 0;
}


::placeholder {
    color: #818a91;
}

::-moz-placeholder {
    color: #818a91;
}

:-ms-input-placeholder {
    color: #818a91;
}

::-webkit-input-placeholder {
    color: #818a91;
}


/*

::-webkit-scrollbar {
    width: 10px;
    height: 50%
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
    height: 50%
}


::-webkit-scrollbar-thumb {
    background: #888;
    height: 50%
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    height: 50%
}
*/
/*
h2.section-heading {
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
*/


.pTB-30 {
    padding: 30px 0
}

.pTB-50 {
    padding: 50px 0
}

.pTB-80 {
    padding: 80px 0
}

.pTB-80-0 {
    padding: 80px 0 0
}

.pTB-100 {
    padding: 100px 0
}

.text-center {
    text-align: center
}

@media (max-width: 767px) {}

.bg-ebf9eb {
    background: #ebf9eb
}

.bg-478c34 {
    background: #478c34;
}

/*============= styles ===================*/

ul {
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.container-area {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.mt-70 {
    margin-top: 70px
}

.section-heading {
    text-align: center;
}

/* ~**************** Header-Area **************** ~ */
.header-area {
    position: sticky;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    top: 0;
    transition: all .3s ease
}

.sticky .header-area {
    top: -94px;
    box-shadow: -1px 2px 7px -1px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: -1px 2px 7px -1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -1px 2px 7px -1px rgba(0, 0, 0, 0.29);
}


.container-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.bg-e3f3fa{
    background: #FFFFFF
}

@media (min-width: 1023px) {
    .main-nav {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative
    }

    .header-area .container-area {
        display: flex;
        align-items: center;
    }

    span.sub-arrow {
        display: none;
    }

    ul#main-menu > li {
        transition: all .3s ease
    }

    .has-submenu::after {
        position: absolute;
        left: 46%;
        top: 60%;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        content: '';
        display: block;
        height: 10px;
        opacity: 0;
        position: absolute;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 10px;
        transform: translate(-50%) rotate(45deg);

    }

    ul#main-menu > li:hover .has-submenu::after {
        opacity: 1;
        top: 72%
    }
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
    display: none
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
    font-weight: normal;
}


#main-menu {
    clear: both;
}

@media (min-width: 1023px) {
    #main-menu {
        float: right;
        clear: none;
    }

    nav.main-nav {
        display: flex;
    }
}


/* Mobile menu toggle button */

.main-menu-btn {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-indent: 29px;
    white-space: nowrap;
    width: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 12px;
    float: right;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 30px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

@media (min-width: 1023px) {

    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: flex;
        align-items: center
    }
}

@media (max-width: 1199px) {

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        padding: 12px 16px;
    }

    .sm-clean a.has-submenu {
        padding-right: 16px
    }
}

@media (max-width: 1023px) {
    .header-area {
        position: relative;
    }

    h2.nav-brand a img {
        width: 100px;
    }

    ul#main-menu li.srIco,
    ul#main-menu li.shopping-bag {
        display: none !important;
    }

    h2.nav-brand,
    .main-menu-btn {
        text-align: center;
        padding: 6px 0;
    }


    .sticky .header-area {
        top: 0;
    }
}

@media (max-width: 767px) {
    h2.nav-brand {
        text-align: left
    }

    li.menu-btm {
        width: 100%;
        padding-top: 10px;
        padding-left: 20px;
    }


    ul#main-menu li ul {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }
}

.logo {
    padding: 10px 0;
}

a.btn-fff,
a.btn-f7bb2c,
a.btn-61a8e8,
a.btn-ff6d74 {
    background: #fff;
    border: 1px solid #000;
    padding: 14px 50px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 18px
}

a.btn-f7bb2c {
    background: #f7bb2c;
    border: 1px solid #f7bb2c;

}

a.btn-61a8e8 {
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    background: #61a8e8;
    border: 1px solid #61a8e8;
    color: #000;
    border-radius: 20px;
    margin-top: 30px;
    transition: all .3s ease
}

a.btn-ff6d74 {
    background: #ff6d74;
    border: 1px solid #ff6d74;
}
input.btn-f7bb2c {
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    background: #f7bb2c;
    border: 1px solid #f7bb2c;
    color: #000;
    border-radius: 20px;
    margin-top: 30px;
    transition: all .3s ease
}
input.btn-f7bb2c:hover {
    background: #003265;
    border: 1px solid #003265;
    color: #fff;
 
}
    
a.btn-fff:hover,
a.btn-f7bb2c:hover,
a.btn-61a8e8:hover,
a.btn-ff6d74:hover {
    background: #003265;
    border: 1px solid #003265;
    color: #fff;
}

a.telbtn:hover {
    color: #003265,
}

.top-header .container-area {
    justify-content: space-between;
}

.topBtnarea a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
}

.topBtnarea a img {
    margin-right: 5px;
}

.topBtnarea {
    display: flex;
    align-items: center;
}

a.telbtn {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-manu-area {
    background: #003265;
}


.menu-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 180px;
}

.menu-left ul > li {
    position: relative;
    border-right: 1px solid #fff;
}

.menu-left ul > li:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}

.menu-left ul li a {
    display: block;
    padding: 20px 0;
    font-weight: 600;
    color: #fff;
}

.menu-left ul li ul {
    position: absolute;
    background: #003265;
    padding: 8px 20px 15px;
    border-radius: 0 0 5px 5px;
    top: 100%;
    width: 290px;
    display: none
}

.menu-left ul li ul li {
    border-right: none
}

.menu-left ul li ul li::after {
    display: none
}

.menu-left ul li ul li a {
    padding: 4px 0;
    display: inline-block;
    font-weight: 500;
}

.menu-left ul li ul li a:hover {
    color: #f7bb2c;
}

.menu-left ul li:hover ul {
    visibility: visible;
    opacity: 1;
}


/* main-menu dropdown  */

.sub-menu{
    display: none;
}
/*
.menu-left ul li:hover ul{
	display:block;
}*/

.menu-item:hover .sub-menu {
	position: absolute;
    background: #0991de;
    padding: 0 0;
    top: 100%;
    width: 320px;
    display: block;
	border:none;
}

.menu-item:hover .sub-menu li:hover {
    background: #fff;
    color: #0054a6;
    width: 100%;
}

.sub-menu li{
	width: 100%;
	
	}
.sub-menu li a{
	color: #fff !important;
	width: 100%;
	padding:14px 20px;
	font-size:14px;
	line-height: 17px;
	}
.sub-menu li a:hover{
	color: #f7bb2c !important;
    background-color: #fff !important;
    display: block;
    width: 100%;
	font-size:14px;
	line-height: 17px;
	padding:14px 20px;
}

/*-- ~~~~~~~~~~~~~~ Header Area End ~~~~~~~~~~~~~~--*/
/*-- ~~~~~~~~~~~~~~ Banner Area Start ~~~~~~~~~~~~~~--*/

.banner-area,
.all-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center
}

.all-banner {
    height: 450px;
}

.banner-area::after,
.all-banner::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 120px;
    width: 100%;
    background: url(assets/image/banner-shape.png);
    background-size: cover;
    content: "";
}

.banner-content {
    margin-bottom: 120px;
}
.banner-content {
margin-bottom: 120px;
background: rgba(252,252,252,0.6);
display: inline-block;
padding: 30px;
border-radius: 5px;
}
.banner-content h1 {
    display: flex;
    align-items: center;
}

.banner-content h1 span {
    font-family: 'modernline - Personal Use';
    margin: 0 20px;
    font-weight: 300;
}

.banner-content h2 {
    font-size: 40px;
    font-weight: 300;
    position: relative;
    margin-top: -50px;
}

.all-banner .banner-content h2 {
    margin-top: -20px;
    font-size: 50px;
}

.banner-content a.btn-f7bb2c {
    margin-top: 20px;
    border-radius: 10px;
}

/*-- ~~~~~~~~~~~~~~ Banner Area End ~~~~~~~~~~~~~~--*/
/*-- ~~~~~~~~~~~~~~ Online undefined Area Start ~~~~~~~~~~~~--*/

.online-items {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 5px;
    margin: auto;
    margin: 30px auto 0;
    text-align: center;
}

.online-item {
    padding: 30px 0;
    border: 1px solid #fff;
    transition: all .3s ease
}

.online-item:hover {
    border: 1px solid #e0e0e0;
}

.online-item h5 {
    font-weight: 400;
    margin-top: 10px;
}

/*-- ~~~~~~~~~~~~~~ Online undefined Area End ~~~~~~~~~~~~--*/
/*-- ~~~~~~~~~~~~~~ Information Area Start ~~~~~~~~~~~~--*/

.information-area {
    text-align: center;
    background: url(assets/image/bg-1.jpg);
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.information-area h2 {
    color: #fff;
    margin-bottom: 30px;
}

.information-area a {
    margin: 10px;
    font-size: 18px;
    padding: 14px 50px;
}

/*-- ~~~~~~~~~~~~~~ Information Area End ~~~~~~~~~~~~--*/

/*-- ~~~~~~~~~~~~~~ Boat insurance Area Start ~~~~~~~~~~~~--*/

.boat-insurances {
    margin-top: 60px
}

.boat-insurances .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.boat-insurances button.owl-prev,
.boat-insurances button.owl-next {
    position: absolute;
    font-size: 24px !important;
    color: #1e3f4d !important
}

.boat-insurances button.owl-prev {
    left: -25px;
}

.boat-insurances button.owl-next {
    right: -25px;
}
.boatIns-area.bg-e3f3fa {
    margin-top: 80px;
}
/*-- ~~~~~~~~~~~~~~ Boat insurance Area End ~~~~~~~~~~~~--*/

/*-- ~~~~~~~~~~~~~~ About Area Start ~~~~~~~~~~~~--*/

.about-area {
    position: relative;
    overflow: hidden;
    background: #E3F3FA
}

.about-img {
    position: absolute;
    top: 0;
    width: 0%;
}

.about-img img {
    width: 100%;
}

.about-content {
    position: relative;
    left: 10%;
    max-width: 1000px;
    width: 100%;
}

.about-content h1 {
    font-family: 'modernline - Personal Use';
    font-weight: 300;
}

.about-content p {
    margin-top: 30px;
}

/*-- ~~~~~~~~~~~~~~ About Area End ~~~~~~~~~~~~--*/

/*-- ~~~~~~~~~~~~~~ PWC Area Start ~~~~~~~~~~~~--*/
.pwc-items {
    display: flex;
    justify-content: space-between;
}

.pwc-left {
    background: url(assets/image/bg-3.jpg);
    height: 430px;
    width: 71%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative
}

.pwc-right {
    background: url(assets/image/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    position: relative;
    width: 28%;
}

.pwc-area h2 {
    color: #fff;
    text-align: center;
}

.pwc-right {
    width: 28%;
    padding: 40px 20px;
}

.pwc-area h2 span {
    font-weight: 300;
    display: block;
}

.pwc-left h2 {
    padding-bottom: 40px;
}

img.com-logo {
    position: absolute;
    right: 40px;
    top: 40px;
}

.pwc-items a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    padding: 14px;
    text-align: center;
}

/*-- ~~~~~~~~~~~~~~ PWC Area End ~~~~~~~~~~~~--*/
/*-- ~~~~~~~~~~~~~~ Client Area Dtart ~~~~~~~~~~~~--*/
.client-area {
    background: url(assets/image/bg-5.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 0 120px;
}



.client-items {
    background: #f0f2ef;
    position: relative;
    border-radius: 30px;
}

.client-items::after {
    position: absolute;
    background: url(assets/image/clietn-shap.png);
    height: 61px;
    width: 102px;
    left: 110px;
    content: "";
    bottom: -60px;
}

.client-item {
    display: flex;
    align-items: center;
    padding: 0 90px 0 100px;
}

.client-img img {
    border-radius: 50%;
    width: 125px !important;
}

.client-content {
    margin: 80px 76px 80px 80px;
    position: relative;
}

.client-img {
    margin-top: 30px;
}

.client-content img {
    position: absolute;
    left: -54px;
    top: -20px;
    width: 33px !important;
}

.client-content h5 {
    color: #1443a1;
    font-size: 20px;
    font-family: 'Karma', serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.client-content p {
    font-family: 'Karma', serif;
    font-weight: 600
}

.client-items .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -10px;
}

.client-items button.owl-prev,
.client-items button.owl-next {
    position: absolute;
    font-size: 24px !important;
    color: #848484 !important
}

.client-items button.owl-prev {

    left: 20px;
}

.client-items button.owl-next {
    right: 20px;
}

/*-- ~~~~~~~~~~~~~~ Client Area End ~~~~~~~~~~~~--*/


















.accordion {
    margin: 30px 0 0;
}

.acc-container {
    margin: 0 0 10px;
    max-width: 100%;
    overflow: hidden;
}

.acc-title {
    max-width: 100%;
    padding: 14px 20px 14px 0;
    position: relative;
    transition: all .3s ease-in-out;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}

.acc-active .acc-title,
.acc-title:hover {
    background: #003265;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    padding: 14px 20px;
}

.acc-title:after {
    content: "\002B";
    position: absolute;
    right: 26px;
    top: 50%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-50%);
    line-height: 34px;
    color: #000
}

.acc-title::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #aec8d3;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #000
}

.acc-active .acc-title:after {
    content: "\2212"
}

.acc-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}

.acc-active .acc-content {
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
    opacity: 1;
}

.boatIns-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boatIns-img {
    width: 48%;
}

.boatIns-content {
    width: 48%;
}
.boatIns-content a {
    color: #000;
    font-weight: 600;
}
.boatIns-content a:hover {
    color: #003265;
}
.boatIns-img img {
    width: 100%;
    display: block;
}

.boatIns-content h2 {
    margin-bottom: 20px;
}



.obliFree-area {
    background: url(assets/image/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.obliFree-area .section-heading h2 {
    color: #fff;
}

.obliFree-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}

.obliFree-flex {}

.obliFree-img img {
    width: 100%;
    display: block;
}

.obliFree-content {
    width: 44%;
}

.obliFree-img {
    width: 48%;
}

.obliFree-content p {
    color: #fff;
    margin-top: 20px;
}

.obliFree-content p:first-child {
    margin-top: 0;
}

.obliFree-opa {
    position: relative;
    z-index: 99;
}

.obliFree-opa::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .2;
    z-index: -1;
}








.single-form {
    border: 1px solid #dcdcdc;
    padding: 50px 60px 60px;
    margin-top: 40px;
}
.single-form h4{
    color: #003265;
    font-size: 20px;
}
.input-boxitme.input3,.input-boxitme.input2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-boxitme.input3 .single-input {
    width: 32%;
}
.input-boxitme.input2 .single-input {
    width: 48%;
}

.single-input label {
    width: 100%;
    display: block;
    font-size: 14px;
}

.single-input input {
    width: 100%;
    height: 46px;
    padding: 2px 15px;
    border: 1px solid #000;
    margin-top: 4px;
    font-family: 'Montserrat';
}

.single-input {
    margin-top: 15px;
}

.single-form p {
    margin-top: 30px;
}

.custom-radioBTns {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-radioBTn {
    margin-right: 20px;
}
.custom-radioBTn label {
    padding: 2px 0 0;
    font-size: 14px;
}
p.radio-heading {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}
h4.text-left {
    margin-top: 30px;
}

.single-input textarea {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
    border: 1px solid #000;
    resize: none;
    padding: 2px 15px;
    font-family: 'Montserrat';
}
.single-input select {
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding: 2px 15px;
    font-family: 'Montserrat';
    margin-top: 4px;
    border: 1px solid #000;
    background-image: url(assets/image/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: top 16px right 15px;
    appearance: none;
    background-color: #fff;
}

.single-form h6 {
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
}

h4.text-center {
    margin-bottom: 30px;
}







span.wpcf7-list-item{
    position: relative;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
        height: 20px;
        width: 100%;
        position: absolute;
        opacity: 0;
        z-index: 99;
        display: flex;
        top: -4px;
        left: -7px;
}

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 30px 0 0 !important;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #003265;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*-- ~~~~~~~~~~~~~~ Footer Area Start ~~~~~~~~~~~~--*/

footer.footer-area {
    background: #202020;
}

.footer-logo-menu {
    display: flex;
    align-items: center;
    padding: 50px 0 35px;
    justify-content: space-between;
}

.footer-menu a {
    color: #fff;
    margin: 3px 9px;
    display: inline-block;
    font-size: 16px;
}

.footer-menu a:hover {
    color: #f7bb2c;
}

.footer-menu {
    margin-left: 30px;
}

.copy-right {
    padding: 20px 0;
    border-top: 1px solid #909090;
}

.copy-right .container-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right p {
    color: #C6C1BD;
    font-size: 15px;
}

.footer-social a {
    margin-left: 20px;
    display: inline-block;
}

.acc-content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.acc-content ul li {
    width: 30%;
    margin-bottom: 20px;
    margin: 0 8px 20px;
}

.acc-content ul li img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    
}


.page-id-31 .content-area {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ededed;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0px 9px #dadbdd;
}

.page-id-31 form.wpcf7-form {
    text-align: left;
}

.page-id-31 form.wpcf7-form input,.page-id-31 form.wpcf7-form textarea {
    padding: 16px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    font-family: 'Montserrat';
}

.page-id-31 form.wpcf7-form input:focus,.page-id-31 form.wpcf7-form textarea:focus {
    border: 1px solid #003265;
}
.page-id-31 form.wpcf7-form label {
    font-weight: 500;
}
.page-id-31 .content-area p a {
    color: #003265;
}

.page-id-31 input.wpcf7-form-control.wpcf7-submit {
    width: 250px;
    margin: 15px auto 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border: 1px solid #003265;
    background: #003265;
    color: #fff;
}

.page-id-31 input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f7bb2c;
    border: 1px solid #f7bb2c;
    cursor: pointer;
}


/*-- ~~~~~~~~~~~~~~ Footer Area End ~~~~~~~~~~~~--*/

@media (max-width: 1199px) {
    .about-img {
        position: absolute;
        top: 50%;
        width: 40%;
        transform: translateY(-50%);
    }

    .about-content {
        left: 44%;
        max-width: 546px;
    }

    .boat-insurances button.owl-prev {
        left: 10px;
    }

    .boat-insurances button.owl-next {
        right: 10px;
    }
}

@media (max-width: 1023px) {

    .banner-area::after,
    .all-banner::after {
        height: 70px;
    }

    .banner-area,
    .all-banner {
        height: 580px;
    }

    .all-banner {
        height: 300px;
    }

    .about-img {
        position: relative;
        top: 0;
        width: 100%;
        transform: inherit;
    }

    .about-content {
        left: 15px;
        max-width: 96%;
        margin-top: 20px
    }

    .pwc-left {
        height: 400px;
        width: 55%;
        padding: 0 10px
    }

    .pwc-right {
        width: 43%;
        padding: 40px 10px;
    }

    .pwc-left h2 {
        padding-bottom: 20px;
        font-size: 28px;
    }

    .client-content {
        margin: 70px 0px 70px 40px;
    }

    .topBtnarea a.telbtn {
        display: none;
    }

    .top-header .container-area {
        display: flex;
    }

    #main-menu {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .obliFree-content {
        width: 48%;
    }

    .boatIns-content h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

}

@media (max-width: 767px) {
    .logo img {
        width: 120px;
    }

    .banner-area::after,
    .all-banner::after {
        height: 60px;
    }

    .topBtnarea a.btn-fff {
        display: none;
    }

    .banner-content h1 {
        font-size: 36px;
        justify-content: center;
    }

    .banner-content h2 {
        font-size: 34px;
        margin-top: 0;
    }
    .all-banner .banner-content h2 {
        font-size: 36px;
    }
    .banner-content {
        margin-bottom: 0;
        text-align: center;
    }

    .section-padding {
        padding: 50px 0;
    }

    .information-area a {
        margin: 5px;
        font-size: 16px;
        padding: 14px 30px;
    }

    .banner-content h1,
    .pwc-items,
    .client-item,
    .footer-logo-menu,
    .copy-right .container-area,
    .boatIns-items,
    .obliFree-flex {
        flex-wrap: wrap;
    }

    .obliFree-img {
        order: -1;
        margin-bottom: 20px;
    }

    .boatIns-content {
        margin-top: 20px;
    }


    .pwc-left,
    .pwc-right,
    .boatIns-content,
    .boatIns-img,
    .obliFree-content,
    .obliFree-img {
        width: 100%;
    }

    .pwc-left h2 {
        font-size: 24px;
    }

    .pwc-right {
        height: 400px;
        margin-top: 20px;
    }

    .client-content {
        margin: 70px 0px 70px 0;
    }

    .client-item {
        padding: 0 10px 0 10px;
        text-align: center;
    }

    .client-content {
        margin: 40px 0px 40px 0;
    }

    .client-content img {
        display: none !important
    }

    .client-img {
        margin: 40px auto 0;
    }

    .footer-menu {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .footer-logo-menu {
        justify-content: center;
    }

    .copy-right .container-area {
        justify-content: center;
    }

    .copy-right p {
        margin-bottom: 15px;
        text-align: center
    }

    .about-content {
        left: 15px;
        max-width: 96%;
        margin-top: 20px;
        padding-right: 15px;
    }

    .boat-insurances {
        margin-top: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .about-content h1 {
        font-size: 30px;
    }
    .input-boxitme.input3, .input-boxitme.input2 ,.custom-radioBTns{
    flex-wrap: wrap;
}
.single-form {
    padding: 30px 15px;
}
    .input-boxitme.input3 .single-input,.input-boxitme.input2 .single-input {
    width: 100%;
}
    .custom-radioBTn {
    margin-right: 0;
    width: 100%;
    margin-top: 8px;
}
    p.radio-heading {
    margin-bottom: 0;
}
    h4.text-center {
    margin-bottom: 5px;
}
    .boatIns-content h2 {
    margin-bottom: 10px;
    font-size: 24px;
}
.custom-radioBTns span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}
.custom-radioBTns span.wpcf7-list-item {
    margin: 6px 30px 0 0 !important;
}
.custom-radioBTns span.wpcf7-list-item {
    margin: 6px 30px 0 0 !important;
    width: 100%;
}
.topBtnarea a {
    padding: 10px 30px;
}
}

@media (max-width: 567px) {

    .banner-area::after,
    .all-banner::after {
        height: 40px;
    }
	
	.sm-clean li.menu-item-has-children{
		position:relative;
	}
	
	.sm-clean li.menu-item-has-children > a{
		width:100%;
	}
	
	.sm-clean li.menu-item-has-children:after{
		 border-bottom: 2px solid #003265;
		border-right: 2px solid #003265;
		content: '';
		display: block;
		height: 7px;
		margin-top: -5px;
		pointer-events: none;
		position: absolute;
		right: 10%;
		top: 18px;
		-webkit-transform-origin: 66% 66%;
		-ms-transform-origin: 66% 66%;
		transform-origin: 66% 66%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		width: 7px
	}
	
	.sm-clean li.menu-item-has-children .sub-menu{
		position:relative;
		display:none;
	}
	
	.sm-clean li.menu-item-has-children .sub-menu.show{
		
		display:block !important; z-index:1000;
	}
}




/******* WP ********/
.online-item h5 a{
    font-weight: 400;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}

.content-area p {
    margin-top: 30px;
}

.acc-content p{
    margin-top: 15px; 
}

.obliFree-content ul{
    margin-left: 30px;
}

.obliFree-content ul li{
    color: #fff;
}

.online-undefined .section-heading h2{
    font-size: 30px;
}

figure.wp-block-table {}

figure.wp-block-table table tbody tr {
    border: 1px solid #000;
}

figure.wp-block-table table tbody tr td {
    padding: 10px;
}

figure.wp-block-table table tbody tr td {text-align: center;border: 1px solid #ededed;}


figure.wp-block-table table tbody tr td:first-child {
    text-align: left;
}
figure.wp-block-table table tbody tr td img {
    width: 18px;
}
.content-area ul li {
    margin-top: 8px;
}
.content-area ul {
    padding-left: 20px;
}
@media (max-width: 1023px) {
.wp-block-image img {
    width: 100;
    height: auto;
}
.content-area p {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
 
}
