/*
@Website : Caravan Insure
@Package : Css
@Author  : APB Media Ltd
@link    : www.apb-media.co.uk
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, able, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, enu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.notebox {
padding: 10px 15px 10px 15px;
border: 1px dashed #231f20;
max-width: 500px;
margin: 10px 0 25px 0;
background-color: #EEE;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
.quotenav {padding:10px; text-align:center;}
.quoteform {max-width:600px; margin:auto;}

/*google search */
div.gsc-input-box {-moz-border-radius: 5px; border-radius: 5px;}
/* default */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body{width:100%; height:100%; text-align:center; font-size:100%; font-family:Arial; font-weight:normal; line-height:inherit; margin:0; padding:0; background-color:#ccc5b3;}
a{text-decoration:none; color:#4c7d00;}
a:hover{text-decoration:underline;}
a img{border:none;}
.clear{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}
.float-right{float:right;}
.float-left{float:left;}
h1, h2, h3, h4, h5, h6{margin:0 0 15px 0; padding:0;}
.blue-box h4 {margin:0 0 0 0;}
.footer h5 {margin:0 0 0 0;}
h1,.h1style{font:normal 32px Conv_Folks-Heavy; color:#6ba900;}
h2{font:normal 23px/23px Conv_Folks-Normal; color:#4c7d00;}
h3{font:normal 18px/18px Conv_Folks-Normal; color:#4c7d00;}
h4{font:normal 20px/20px Conv_Folks-Normal; color:#648f26; padding:0 0 15px 0; letter-spacing:0.04em}
h5{font:bold 18px/25px Conv_Folks-Normal; color:#5d7d00; padding:0 0 10px 0; letter-spacing:0.04em}
.read-more{color:#4c7d00; background-image:url(../images/more.png); background-repeat:no-repeat; background-position:100% -23px; text-transform:capitalize; font:Bold 14px  Arial, Helvetica, sans-serif; padding:4px 28px 4px 0;}
.rightblock{width:290px; border:1px solid #c7e5ed; background-color:#ebf6ff; border-radius:7px; box-shadow:inset 1px 1px 21px #bfe9f2; padding:11px; margin:0 0 15px 15px;position:inherit; float:right; clear:both;}
.rightblock h3 {font-size:16px; margin-bottom:10px; font-weight:bold;}
.quoteblock{background:url(../images/cross_pat.png) repeat #d5e9c2; margin:0 0 15px 15px; padding:5px; width:290px; float:right; clear:both; border-radius:7px; border:1px solid #6ba900; font-size:24px; font-weight:bold; color:#6ba900;}
.quoteblock a {width:100%; text-align:center; display:block; padding:8px 0 5px 0;}
.quoteblock:hover{border-color:#ff0000;}
.trans_container .rightblock ul{margin:0 0 0 0; width:auto;}
.trans_container .rightblock ul li {list-style:inside; list-style-image:url(../images/list.png); margin:0 0 5px 0; font-size:12px;}
.caveat {padding-top:20px; clear:both; font:normal 11px Tahoma; color:#8c8c8c;}
.caveat p {margin:10px 0 10px 0;}
.trans_container img {
    display: block;
    max-width: calc(100% - 305px);
    width: 100%;
    height: auto;
}

.trans_container img.about-image {
    max-width: 300px;
    margin: 0 0 15px 15px;
    float: right;
}

.form-wrapper .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.form-wrapper .form-group label {
    width: 210px;
    margin-right: 10px;
}

.form-wrapper .form-group .form-fields {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
}

.form-wrapper select {
    display: inline-block;
    max-width: 250px;
    width: 100%;
}

.form-wrapper select.date {
    max-width: 80px;
}

.indicator {
    text-align: center;
}

.indicator img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.assigned-insurer .insurer-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.assigned-insurer .insurer-logo {
    width: 70px;
    margin-left: 15px;
}

.assigned-insurer .insurer-logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 650px) {
    .form-wrapper .form-group {
        display: block;
        margin-bottom: 20px;
    }

    .form-wrapper .form-group label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .form-wrapper .form-group .form-fields {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .rightblock,
    .quoteblock {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }

    .trans_container img {
        width: 100%;
        max-width: 100%;
    }

    .trans_container img.about-image {
        max-width: 100%;
        margin: 0 0 15px;
        float: none;
    }
}

/* Pre loader */
#preloader{position: fixed; margin:0 auto; text-align:center;  background:url(../images/loading.gif) no-repeat center #fff; height: 100%; width: 100%; z-index:1005;}

/* Common Css */
#bg_wrapper{background:url(../images/body.jpg) no-repeat scroll 56% top ; width:100%; height:100%; position:fixed; left:0;}
#body_wrapper{width:100%; max-width:1000px; position:relative; margin:auto; height:auto; text-align:left; padding:20px 15px 0 15px;}
#header{ display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.logo{width:270px;}
.logo a { display: block; width: 100%;}
.logo img { display: block; width: 100%;height: auto; }
/* .menubar{} */
.menubar ul{margin:0; text-align:right;}
.menubar ul li{list-style-type:none; display:inline; padding:0 12px; color:#333839; text-transform:capitalize}
.menubar ul li a{color:#343a3b; font:1rem Arial; text-align:right}
.menubar ul li a:hover {text-decoration:underline;}
.search{clear:right; float:right;width:290px; text-align:right;}
.search form{float:right;}
.search_box{background:url(../images/search.png) no-repeat 0 0; width:171px; height:33px; border:none; float:left; font:normal 14px/33px Arial; padding:0 16px; color:#8c8c8c;}
.search_btn{background:url(../images/search_btn.png) no-repeat 0 0; width:39px; height:33px; border:none; float:left;}
.top_menu{width:100%; margin:auto; clear:both;}
.toggle-navigation {
    display: none;
    width: 60px;
    padding: 10px;
    background-color: #6ba900;
    border-radius: 10px;
    border: none;
    position: relative;
    outline: none;
}

.toggle-navigation span {
    display: block;
    width: 100%;
    height: 5px;
    background-color: white;
    transition: opacity 300ms ease, transform 300ms ease;
}

.toggle-navigation span + span {
    margin-top: 6px;
}

.toggle-navigation span:nth-child(4) {
    position: absolute;
    left: 10px;
    top: 21px;
    margin: 0;
    width: calc(100% - 20px);
}

.navigation-open .toggle-navigation span:nth-child(1),
.navigation-open .toggle-navigation span:nth-child(3) {
    opacity: 0;
}

.navigation-open .toggle-navigation span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation-open .toggle-navigation span:nth-child(4) {
    transform: rotate(-45deg);
    opacity: 1;
}

#nav-shadow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

#nav-shadow .link {
    width: 170px;
    height: 170px;
    padding: 6px;
    border: 7px solid white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #f0f7e9, #deedcd);
}

#nav-shadow .link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

#nav-shadow .link .icon {
    display: flex;
    align-items: center;
    height: 70px;
    padding-top: 15px;
    margin-bottom: 15px;
    transition: transform 300ms ease;
}

#nav-shadow .link img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

#nav-shadow .link .get-quote {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 1em;
    padding: 7px 15px;
    border-radius: 5px;
    color: white;
    background-color: #6ba900;
    width: 120px;
}

#nav-shadow .link .shadow {
    position: absolute;
    left: 50%;
    top: 65px;
    max-width: 120px;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    transition: opacity 300ms ease, transform 300ms ease;
}

#nav-shadow .link h6 {
    font-size: 1rem;
    transition: transform 300ms ease;
}

#nav-shadow .link a:hover {
    text-decoration: none;
}

#nav-shadow .link a:hover .icon {
    transform: translateY(-10px);
}

#nav-shadow .link a:hover h6 {
    transform: translateY(-10px);
}

#nav-shadow .link a:hover .shadow {
    opacity: 0.3;
    transform: translateX(-50%) translateY(3px);
}

@media screen and (max-width: 1024px) {
    #header {
        position: relative;
    }

    .toggle-navigation {
        display: block;
    }

    #header nav {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 200;
        transition: opacity 500ms ease, height 500ms ease;
        opacity: 0;
        height: 0;
        background-color: #6ba900;
        padding: 15px 10px;
        overflow: hidden;
    }

    .navigation-open #header nav {
        opacity: 1;
        height: 180px
    }

    .menubar ul {
        text-align: left;
    }

    .menubar ul li {
        display: block;
        margin-bottom: 15px;
    }

    .menubar ul li:last-child {
        margin-bottom: 0;
    }

    .menubar ul li a {
        color: white;
    }

    #nav-shadow .link h6 {
        font-size: 1em;
    }

    .logo {
        width: 200px;
    }

    #nav-shadow .link .shadow {
        display: none;
    }

    #nav-shadow .link {
        width: 160px;
        height: 160px;
        border-width: 4px;
    }

    #nav-shadow .link .get-quote {
        bottom: -5px;
        font-size: 0.75em;
        padding: 5px 8px;
        width: 75px;
    }

    #nav-shadow .link .icon {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 900px) {
    #nav-shadow .link .icon {
        height: 60px;
        padding-top: 15px;
    }

    #nav-shadow .link h6 {
        font-size: 0.875em;
    }

    #nav-shadow .link {
        width: 140px;
        height: 140px;
    }

    #nav-shadow .link .get-quote {
        bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    #nav-shadow .link .icon {
        height: 45px;
        padding-top: 10px;
    }

    #nav-shadow .link h6 {
        font-size: 0.75em;
    }

    #nav-shadow .link {
        width: 120px;
        height: 120px;
    }

    #nav-shadow .link .get-quote {
        bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    #nav-shadow .link .icon {
        height: 30px;
        padding-top: 5px;
    }

    #nav-shadow .link h6 {
        font-size: 0.55em;
    }

    #nav-shadow .link {
        width: 90px;
        height: 90px;
    }

    #nav-shadow .link .get-quote {
        bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    #nav-shadow {
        justify-content: center;
    }

    #nav-shadow .link h6 {
        font-size: 0.75rem;
    }

    #nav-shadow .link {
        width: 120px;
        height: 120px;
        margin: 0 30px 35px 30px;
    }

    #nav-shadow .link .icon {
        padding-top: 15px;
        height: 45px;
    }

    #nav-shadow .link .get-quote {
        bottom: -10px;
    }
}

@media screen and (max-width: 400px) {
    #nav-shadow .link {
        margin: 0 10px 25px 10px;
    }
}



/* container  */
.container{ width:100%; max-width:840px; margin: 0 auto; position:relative; padding:22px 0 0 0;}
.left_part{ position:absolute; left:-14px; background:url(../images/left.png) no-repeat 0 0; width:98px; height:54px; top:139px; z-index:10;}
.right_part{ position:absolute; right:-853px; background:url(../images/right.png) no-repeat 0 0; width:215px; height:59px; top:141px; z-index:10;}
.fixed-part{position:fixed;}

.bg_container{width: 100%; max-width: 825px; height:auto; border-radius:7px; box-shadow:1px 1px 5px #ccc; height:auto; margin: 0 auto 20px auto; padding:9px; background:#fff; position:inherit}
.trans_container{ max-width:810px; height:auto; margin: 0 auto 20px auto; padding:9px; background:url(../images/container_bg.png) 0 0; border-radius:7px; position:inherit; padding: 10px 15px 10px 15px;}
.trans_container p{font:normal 14px/18px Arial, Helvetica, sans-serif; margin:15px 0 15px 0;}
.trans_container ul{margin:15px 0 15px 35px; max-width:500px;}
.trans_container ul li{margin:10px 0 10px 0; list-style:outside; font-size:14px;}
.green-box{background:url(../images/cross_pat.png) repeat #d5e9c2; width:100%; padding:10px;}
.green-box ul{margin:0; padding:0; clear:both}
.green-box ul li{ display:block; background:url(../images/list.png) no-repeat 2px; padding-left:22px; list-style-type:none; font:bold 14px/24px Arial, Helvetica, sans-serif;}

.green-button{padding:11px 0;}
.green-button .left{ background:url(../images/button.png) no-repeat 0 0; width:12px; height:42px; display:block; float:left;}
.green-button .right{ background:url(../images/button.png) no-repeat 0 -42px; width:43px; height:42px;display:block; float:left;}
.green-button .center{ background:url(../images/button.png) repeat-x 0 -84px; width:auto; height:42px;display:block; float:left; font:bold 18px/38px Arial, Helvetica, sans-serif; color:#fff; padding:0 5px;}
.small-arrow{ color:#436d01;font:bold 14px/18px Arial, Helvetica, sans-serif;}
.blue{ color:#2b6a9b; text-align:right;font:bold 14px/18px Arial, Helvetica, sans-serif; float:right}
.green-box h2 img{padding-right:5px;}
.green-box h2{height:60px;}

.blue-box{width:100%; min-height:132px; border:1px solid #c7e5ed; background-color:#ebf6ff; border-radius:7px; box-shadow:inset 1px 1px 21px #bfe9f2; padding:11px; margin-bottom:16px;position:inherit}
.blue-box p{ color:#666; font:12px/18px Arial;}
.blue-box p a{ color:#333333; font:Bold 14px Arial, Helvetica, sans-serif}
.blue-box ul{margin:0; padding:0;}
.blue-box ul li{list-style-type:none; display:block; background:url(../images/dot.png) no-repeat 0 6px; padding:0 0 0 15px;font:12px/18px Arial;}

.banner{background:url(../images/banner.png) no-repeat 97% 28px; z-index:11; position:relative; padding-bottom:38px; border-bottom:1px solid #d2debf; margin-bottom:10px;}
.banner p{font: bold 13px/18px Arial, Helvetica, sans-serif; color:#9a9a9a; width:60%; margin:15px 0 15px 0;}
.banner { padding:10px 15px 10px 15px;}

.columns {
    display: flex;
    justify-content: space-between;
}

.columns .col1 {
    width: 66%;
    flex: 0 0 66%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.columns .col2 {
    width: calc(34% - 16px);
    max-width: calc(34% - 16px);
    flex: 0 0 calc(34% - 16px);
}

.columns .green-box {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
}

.columns .green-box:nth-child(even) {
    margin-right: 0;
}

.contact-details {
    display: flex;
    justify-content: flex-start;
}

.contact-details .unit {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.contact-details .unit strong {
    min-width: 95px;
    margin-right: 15px;
}

.contact-details .unit p {
    margin: 0
}

.contact-details .section {
    width: 40%;
    margin-right: 5%;
}

@media screen and (max-width: 767px) {
    .banner {
        background-image: none;
    }

    .banner p {
        width: 100%;
    }

    .columns {
        display: block;
    }

    .columns .col1 {
        width: 100%;
        flex: 0 0 100%;
        display: block;
        margin-bottom: 16px;
    }
    
    .columns .col2 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .columns .green-box {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-right: 0;
    }
    
    .columns .green-box:nth-child(even) {
        margin-right: 0;
    }

    .contact-details .unit {
        display: block;
    }

    .contact-details .unit strong {
        min-width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .contact-details {
        display: block;
    }

    .contact-details .section {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

/* footer */
#footer{ width: 100%;max-width:900px; height:auto; margin:0 auto;position:inherit}
.footer .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer{width: 100%;max-width:800px; margin:0 auto; border-radius:7px 7px 0 0; box-shadow:inset 1px 1px 5px #ccc; padding:20px 20px 50px 20px; background:#fff;position:inherit}
.compare{ margin-right: 20px;}
.quicklinks{ margin-right: 20px;}
.compare ul, .quicklinks ul{margin:0; padding:0;}
.compare ul li, .quicklinks ul li{display:block; list-style:none;}
.compare ul li a, .quicklinks ul li a{ font:normal 12px/24px Tahoma; color:#8c8c8c;}
.compare ul li a:hover, .quicklinks ul li a:hover{text-decoration:underline;}
.newsletter{margin-right: 20px;}
.news-text{ width:210px; height:33px; line-height:33px; font-family:Arial; font-size:15px; padding:0 0 0 15px; background:url(../images/newsletter.png) no-repeat 0 0; border:none; color:#6f797e;}
.news-btn{ width:90px; height:32px; background:url(../images/newsletter.png) no-repeat 0 -33px ; border:none; margin-top:8px; cursor:pointer}
.socialntk{ margin-right: 20px;}
.socialntk ul{margin:0; padding:0;}
.socialntk ul li{display:inline;width:46px; float:left; background:url(../images/social_ntk.png) no-repeat 0 0;}
.socialntk ul li a{display:block;width:41px; float:left; height:41px; text-indent:-9999px;}
.socialntk ul li.fb{ background-position:0 0;}
.socialntk ul li.twitter{ background-position:-47px 0;}
.socialntk ul li.ln{ background-position:-94px 0;}
.socialntk ul li.google{ background-position:-141px 0;}

.footer_bot{ display: flex;justify-content: flex-start;align-items: stretch; width: 100%; max-width:900px; margin:0 auto 0; position:fixed; bottom:2px;left:50%;transform: translateX(-50%);}
.footer_bot .left{background:url(../images/footer-left.png) repeat-x; width:26px; flex: 0 0 26px;}
.footer_bot .links{display: flex;justify-content: space-between;background:url(../images/footer.png) repeat-x; width: calc(100% - 52px);max-width: calc(100% - 52px);flex: 0 0 calc(100% - 52px);}
.footer_bot .right{background:url(../images/footer-right.png) no-repeat; width:26px;flex: 0 0 26px;}
.footer_bot .links ul{margin:0; padding:0;width:50%;}
.footer_bot .links ul li{display:inline;color:#b8ce97;font:normal 12px/50px Tahoma;}
.footer_bot .links ul li a{color:#b8ce97;font:normal 12px/50px Tahoma; padding:0 5px;}
.footer_bot .right{background:url(../images/footer-right.png) no-repeat; width:24px; float:left; height:45px;}
.footer_bot .links ul{margin:0; padding:0;width:50%;}
.footer_bot .links ul li{display:inline;}
.footer_bot .links ul li a:hover{text-decoration:underline;}
.footer_bot .links ul.float-right{text-align:right;}

.footer_bot .links ul:nth-child(2) {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer .info {
        display: block;
    }

    .footer .info > div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .footer .newsletter,
    .footer .socialntk {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_bot {
        display: block;
        text-align: center;
        position: static;
        margin: 0;
        transform: none;
    }

    .footer_bot .left,
    .footer_bot .right {
        display: none;
    }

    .footer_bot .links {
        display: block;
        width: 100%;
        max-width: 100%;
        background: #5d7d00;
    }

    .footer_bot .float-left {
        width: 100% !important;
        float: none;
    }

    .footer_bot .float-right {
        width: 100% !important;
        float: none;
    }

    .footer_bot .links ul li {
        display: block;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .footer_bot .links ul {
        width: 100% !important;
        max-width: 100%;
    }
}
/* Quote form */
.quoteform {padding:10px; border:1px solid #BCBCBC;	margin-bottom:10px; font-size:12px;}
.fullfield {display:inline-block;width:100%;max-width:250px;}
.halffield {display:inline-block;width:100%;max-width:125px;}
.quartfield {display:inline-block;width:100%;max-width:75px;}
.quoteform h3 {font-size:18px; font-weight:normal;	letter-spacing:normal;	border-bottom:1px solid #DDDDDD;	padding-bottom:10px;}
p.terms {	font-size:11px;	color:#666666;	text-align:center;	margin-top:10px;}
input.submitbutton {	font-size:18px;	padding:10px 15px 10px 15px;}
.formtitle {	padding-left:5px;}
.quoteform table td {padding:3px;}
/* End Quote Form */