﻿/*body {
    font-family: Arial, Helvetica, sans-serif;
}*/

h2 {
    font-weight: 300;
}

h3 {
    font-weight: 700;
}

h4 {
    font-size: 19px;
    line-height: 24px;
    /*font-family: Philosopher, Arial, Tahoma, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.styled {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

.styled li {
    display: block;
    float: left;
    border-radius: 3px 3px 3px 3px;
    background-color: #0574CF;
    color: #FFFFFF;
    margin: 5px;
}

.styled a {
    background-color: #0574CF;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
}

.styled a:hover {
    color: #FFFFFF;
    /*text-decoration: underline;*/
}

/*a.terms  {
        color: #FFFFFF;
    }

 a.terms:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }*/

#header_wrapper {
    background: none repeat scroll 0 0 #313b57;
    min-height: 100px;
}

.header {
    background: none repeat scroll 0 0 #ffffff;
    min-height: 150px;
    padding-top: 10px;
}

.navbar-default {
    background-color: none;
    border: none;
}

.HeaderMenu {
    /*z-index: 200;*/
    min-height: 10px;
    text-align: left;
    font-weight: bold !important;
}

    .HeaderMenu .navbar-toggle {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .HeaderMenu .navbar-toggle {
        background-color: #A4CF5A;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 12pt;
        box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
        text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
        /*font-family: Philosopher, Arial, Tahoma, sans-serif;*/
        font-family: Arial, Helvetica, sans-serif;
    }

        .HeaderMenu .navbar-toggle:hover,
        .HeaderMenu .navbar-toggle:focus {
            background-color: #A4CF5A;
        }

    .HeaderMenu .navbar-collapse {
        box-shadow: none;
        max-height: none;
    }

    .HeaderMenu .dropdown-menu {
        background: #A4CF5A;
        border: 0px;
        box-shadow: none;
        border-radius: 0px 0px 4px 4px;
    }

        .HeaderMenu .dropdown-menu a {
            color: #FFFFFF;
            font-size: 10pt;
        }

            .HeaderMenu .dropdown-menu a:hover {
                background: transparent;
                color: #79795C;
            }

    .HeaderMenu .nav li.dropdown.open > .dropdown-toggle,
    .HeaderMenu .nav li.dropdown.active > .dropdown-toggle,
    .HeaderMenu .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: #A4CF5A;
        color: #FFFFFF;
        border-radius: 4px 4px 0px 0px;
    }

#subheader {
    width: 100%;
    z-index: 10000;
    min-height: 100px;
    background: url(../_assets/3.png) no-repeat top center #313b57;
}

    #subheader h2 {
        color: #FFFFFF;
        margin: 15px 0 5px;
        float: left;
        padding-right: 220px;
        padding-left: 10px;
        font-size: 42px;
        line-height: 46px;
    }

    #subheader .breadcrumb {
        background-color: transparent;
        padding-left: 30px;
    }

        #subheader .breadcrumb ol {
            list-style: none outside;
        }

        #subheader .breadcrumb li {
            color: #ffffff;
        }

#content {
    /*background: #ffffff;*/
    padding-bottom: 50px;
}

.breadcrumbBar {
    /*background: #ff0;*/
    width: 100%;
    margin: auto;
    display: block;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 3px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

    .breadcrumbBar ul li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
    }

    .breadcrumbBar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        /*background: #f0f;*/
        line-height: 30px;
        color: #aaaaaa;
        /*border: 1px solid #f0f0f0;*/
        font-size: 12px;
        display: block;
    }

.breadcrumb.active {
    background: #313b57;
    color: #fff;
    text-decoration: none;
}

.breadcrumb.isDone {
    text-decoration: none;
}

#footer {
    font-size: 10pt;
    background: #0574CF;
    color: #FFFFFF;
    border-top-color: #ffffff;
    display: block;
    width: 100%;
    float: left;
    /*border-top-width: 5px;*/
    border-top-style: solid;
    font-family: Open Sans, Arial, Tahoma, sans-serif;
    /*padding-top: 15px;
    padding-bottom: 25px;*/
}

    #footer h4 {
        color: #a4cf5a;
    }

    #footer li {
        list-style-type: none;
        margin-left: -40px;
    }

    #footer a {
        color: #FFFFFF;
    }

        #footer a:hover {
            color: #a4cf5a;
            text-decoration: underline;
        }

        #footer a:active {
            color: #a4cf5a;
            text-decoration: underline;
        }

#copy {
    background: #0f1525;
    color: #ffffff;
    font-size: 11px;
    display: block;
    width: 100%;
    float: left;
    height: 50px;
    font-family: Open Sans, Arial, Tahoma, sans-serif;
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 110px;
}

    #copy p {
        /*margin-top: 20px;
        margin-left: 20px;*/
    }

    #copy a {
        color: #FFFFFF;
    }

        #copy a:hover {
            color: #a4cf5a;
            text-decoration: underline;
        }

        #copy a:active {
            color: #a4cf5a;
            text-decoration: underline;
        }

/*Bootstrap styles amended*/
.container {
    max-width: 1280px;
}

.navbar {
    /*top: 60px;*/
    margin-bottom: 0;
    font-size: 13px;
}

.navbar-default {
    font-family: Open Sans, Arial, Tahoma, sans-serif;
    font-weight: 500;
    color: #595A5C;
    background-color: #ffffff;
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #313b57;
        padding: 8px 18px 8px 18px;
        font: inherit;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #A4CF5A;
        }

        .navbar-default .navbar-nav > li > a:focus {
            color: #A4CF5A;
            padding: 8px 18px 8px 18px;
        }

.btn-success {
    text-decoration: none;
    -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #37c7ac;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-bottom: 15px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.btn-failed {
    text-decoration: none;
    -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: red;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.btn-info {
    text-decoration: none;
    -webkit-box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px -15px 15px 0px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #61b746;
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-bottom: 15px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

/* CSS Changes - Michael */

/*fieldset {
    border-radius: 4px;
    box-shadow: 5px 5px 15px #DDDDDD;
    padding: 2px;
}*/

fieldset {
    border: 0px;
    padding: 0px;
}

/*fieldset label {
        display: inline-block;
        padding: 6px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #a4cf5a;
        color: #44532b;
        box-shadow: inset 0px -4px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px 4px 0px 0px;
        border: 1px solid #80a443;
        margin: 0px;
        font-family: "Roboto",Helvetica,Arial,sans-serif;
        font-weight: 100;
    }*/

/*.table-striped {
    box-shadow: 5px 5px 15px #DDDDDD;
}*/

.table-striped .th {
    background-color: #154F91;
    color: #fff;
    /*box-shadow: inset 0px -4px 16px 0px rgba(0, 0, 0, 0.1);*/
}

.help-inline {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background: url(/img/icon-help.png) 0 0 no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

.multiselect-container {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

fieldset .multiselect-container label {
    display: block;
    padding: 6px;
    padding-left: 10px;
    background-color: #FFFFFF;
    color: #666666;
    box-shadow: inset 0px -4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
}

/*fieldset .control-group input[type="text"],
fieldset .control-group input[type="password"] {
    height: 32px;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
}*/

fieldset .control-group input[type="radio"] {
    margin: 0px;
}

/*fieldset .inputFrame {
    border: 1px solid #DDDDDD;
    border-radius: 0px 4px 4px 4px;
    padding: 10px;
    display: table;
    width: 100%;
    background: white;
}*/

.paymentMessage {
    background-color: red;
    padding: 5px;
    color: white;
    text-align: center;
    border-radius: 25px;
}

select {
    color: #444444 !important;
    height: 32px !important;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px !important;
}

.table-striped .td {
    color: #333333;
    background: #FFFFFF;
}

/*.table-striped tr:nth-child(odd) .td {
    background: #f9f9f9;
}*/

#contentPopup {
    padding: 10px;
    z-index: 999999;
}

.CoverForBox {
    padding: 5px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: white;
}

.CoverForParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
}

.ProductTable {
    width: 100%;
}

    .ProductTable th {
        border: 1px solid #EEEEEE;
        background: #154F91;
        color: #fff;
        font-size: 9pt;
        padding: 2px;
    }

    .ProductTable td {
        border: 1px solid #EEEEEE;
        font-size: 8pt;
        padding: 2px;
        height: 50px;
    }

    .ProductTable tr:nth-child(odd) {
        background: #EEEEEE;
    }

#GenricBG, #WholesalerBG {
    background: url(/wl/QuickTravel/_assets/_images/backgroundimg.jpg) no-repeat;
    /*background-size: 3750px 2500px;*/
    background-size: cover !important;
    background-position: center;
    background-attachment: fixed !important;
    /* min-height: 551px;*/
    min-height: 85vh;
}

.producttypebox {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
    margin-bottom: 7px;
}

/*.ProductTypeParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
    font-family:"Roboto",Helvetica,Arial,sans-serif;
}*/

.CoverOptionButton {
    margin-bottom: 0px;
}

select:disabled {
    background: #DDDDDD;
}

.PolicyHolderNumber {
    vertical-align: top;
    border-right: 1px solid #666666;
    padding-right: 5px;
}

.PolicyHolderTitle {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 4px;
    white-space: nowrap;
}

.form-control::-moz-placeholder {
    color: #444444;
}

.form-control:-ms-input-placeholder {
    color: #444444;
}

/*button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	*overflow: visible;
	cursor: pointer;
}
	button[disabled], html input[disabled], html select[disabled], html input[readonly], html select[readonly] {
		background-color: grey;
		color: white;
		cursor: default;
	}*/

.ProductPremium {
    /*background: #61b746 !important;*/
    border-radius: 3px;
    cursor: pointer;
}

.ProductTitle {
    background: #DDDDDD;
}

#ProductTabContainer {
    width: 100%;
    display: block;
    text-align: center;
}

    #ProductTabContainer .btn-success {
        background-color: white !important;
        color: #001648 !important;
        border-radius: 6px 6px 0px 0px;
        margin: 0;
    }

    #ProductTabContainer .tabOn {
        display: inline;
        border: 1px solid #DDDDDD;
        border-radius: 6px 6px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 12px 25px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background: #37c7ac;
        box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
        color: #FFFFFF;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

/* Search Popup Overrides */

.SearchPopup {
    font-size: 10pt;
}

    .SearchPopup .control-label {
        font-weight: normal;
        min-width: 210px;
        vertical-align: top;
    }

    .SearchPopup .form-group {
        margin: 0;
        padding: 10px;
    }

        .SearchPopup .form-group:nth-child(even) {
            background: #F0F0F0;
        }

        .SearchPopup .form-group:nth-child(odd) {
            background: #E0E0E0;
        }

.unstyled {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    padding-top: 1%;
}

    .unstyled li {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background-color: #61b746;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 0px 18px;
        text-decoration: none;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

        .unstyled li:hover {
            background-color: #47a447;
            border-color: #398439;
            color: #fff;
        }

    .unstyled a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding: 8px;
        padding-left: 12px;
        padding-right: 12px;
        color: #FFFFFF;
    }

.setfont {
    font-size: 15.5px !important;
}

.ImportBg {
    background-color: #61b746;
    cursor: pointer;
    color: white;
}

    .ImportBg:hover,
    .ImportBg:focus {
        background-color: #009603;
    }

/*new*/
#top_title {
    background-color: #FFFFFF;
}

#title_travel {
    /*font-family: 'Philosopher', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 42px;
    text-transform: none;
    color: #001648;
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #FFFFFF;
}

a.bc_1 {
    color: #767a7e;
}

    a.bc_1:hover {
        color: #001648;
    }

#content_travel {
    font-size: 25px;
    line-height: 38px;
    font-weight: 300;
    margin: 10px 13%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#content_desc {
    font-size: 14px;
    line-height: 38px;
    font-weight: 300;
    margin: 10px 13%;
    text-align: left;
}

#cover_desc {
    margin-left: 13%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

#cover_title {
    /*font-family: 'Philosopher', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: none;
    color: #001648;
}


.dd_list {
    color: rgba(0, 22, 72, 0.5);
    font-size: 14px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: relative;
}

.sub_ddlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.off_ddl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #001648;
}

.off_ddlist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b0b6bd;
    padding: 4px 0;
}

@media (max-width: 800px) {
    .img_icon {
        width: 40px;
        height: 40px;
    }
}

a.btn.btn-default.submitted {
    background-color: #2873b2;
    color: #FFFFFF !important;
    padding: 10px;
    border-radius: 40px;
    font-size: 18px;
    margin-bottom: 10px;
}

    a.btn.btn-default.submitted:hover {
        opacity: 0.8;
    }



#pro_head_policy {
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 25px;
    text-decoration: underline;
    line-height: normal;
}

    #pro_head_policy:hover {
        cursor: pointer;
    }

#optBenefits {
    background-color: #313b57;
    color: #FFFFFF;
    padding: 8px;
    opacity: 0.8;
    border-radius: 4px;
    text-align: center;
}

#summary_tbl {
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

/*its here*/
#pro_header {
    background-color: #154F91;
    color: #FFFFFF;
}

td#pro_header {
    vertical-align: middle;
}

#genloginpanel {
    background-color: #0574CF;
    border: none;
    color: #fff;
    font-size: 18px;
}

.btn.btn-default.login {
    background-color: #61b746;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 25px;
    width: 100%;
}

#cmdForgotPassword:hover {
    cursor: pointer;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .fa {
    left: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}


.OptExtraBox {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #fff;
    border: 1px solid #61b746;
    opacity: 0.9;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    min-height: 280px;
    min-width: 100%;
    border-radius: 5px;
}

    .OptExtraBox .btn {
        position: absolute;
        /*bottom: 0px;
        left: 10px;*/
    }

    .OptExtraBox .btn-info, .OptExtraBox .btn-info:focus {
        padding: 10px;
        background-color: #154F91;
        border-color: #154F91;
    }

    .OptExtraBox .btn-success {
        padding: 10px 15px;
    }

    .OptExtraBox h3 {
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        color: #000000;
        margin: 0;
        margin-bottom: 5px;
    }

    .OptExtraBox p {
        color: #000000;
        /*text-align: justify;*/
        font-size: 14px;
    }


@media (max-width: 767px) {

    .OptExtraBox p {
        font-size: 15px;
    }

    .OptExtraBox h3 {
        font-size: 18px;
    }
}


.OptExtraBox .ExtraPrice, .OptExtraDesc {
    color: #000000;
}

.OptExtraBox .ExtraPriceTax {
    font-size: 11pt;
    font-style: italic;
}

.OptExtraBoxActive {
    background-color: #37C7AC;
    color: #fff;
}

    .OptExtraBoxActive h3 {
        color: #fff;
    }

    .OptExtraBoxActive p {
        color: #fff;
    }

    .OptExtraBoxActive .ExtraPrice,.OptExtraBoxActive .OptExtraDesc {
        color: #fff;
    }

.OptExtraBox .hide {
    display: none;
}

.OptExtraBox input[type=checkbox] {
    display: none;
}

.row.OptExtraDesc {
    max-height: 140px;
    min-height: 140px;
}

@media screen and (min-width:768px) {
    .row.OptExtraDesc {
        max-height: 140px;
        min-height: 140px;
    }
}

@media screen and (min-width:820px) {
}

@media screen and (min-width:992px) {
    .OptExtraBox {
        min-height: 320px;
    }

    .row.OptExtraDesc {
        max-height: 195px;
        min-height: 195px;
    }
}

@media screen and (min-width:1010px) {
}

@media screen and (min-width:1260px) {
    .OptExtraBox {
        min-height: 280px;
    }

    .row.OptExtraDesc {
        max-height: 150px;
        min-height: 150px;
    }
}

.lh-pro-desc-table2 {
    margin-bottom: 50px !important;
}


.ResidentText {
    font-size: 12px;
}

    .ResidentText.Position {
        position: relative;
    }

    .ResidentText .DivPosition {
        margin-left: 30px
    }

    .ResidentText .SpanPosition {
        display: block-inline;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ResidentText input {
        position: absolute;
        top: -1px;
        left: 0px;
        width: 18px;
        height: 18px;
    }

/*#chkResConf{
    top: 0px  !important;
}*/

.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 0px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

#header {
    background-color: #154F91;
}

.footertab {
    background-color: #3bd4ae;
    color: #ffffff;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.custcontainer {
    width: 63.5%;
    margin: 0 auto;
}

.nav > li > div > a {
    position: relative;
    display: block;
    padding: 14px 13.5px !important;
}

.navbar-nav > li > div > a {
    color: #fff !important;
    text-transform: lowercase;
    font-weight: 600 !important;
    text-decoration: none;
}

    .navbar-nav > li > div > a :hover {
        color: #37C7AC !important;
        text-decoration: none;
    }

.navbar-nav > li > a {
    color: #fff !important;
    text-transform: lowercase;
    font-weight: 600 !important;
}

    .navbar-nav > li > a :hover {
        color: #37C7AC !important;
    }

.nav > li :hover {
    background-color: transparent !important;
    border-bottom: 2px #37C7AC solid !important;
    color: #37C7AC !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 14px 13.5px !important;
}

.nav > li > input {
    position: relative;
    display: block;
    padding: 14px 13.5px !important;
}

.headerbutton {
    background-color: #37C7AC !important;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px;
    color: #fff;
    border-radius: 3px;
}

    .headerbutton:hover {
        background-color: #37C7AC !important;
        padding: 9px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 0px;
        color: #fff;
        border-radius: 3px;
    }

#content {
    margin-top: 20px;
    min-height: 520px;
}

body {
    padding-bottom: 0px !important;
}

#footer {
    padding-top: 51px;
    padding-bottom: 0px;
}

.footerContainer {
    width: 64% !important;
    margin-left: 347px;
}

.footercol-1 {
    width: 21%;
}

.footercol-2 {
    margin-left: 5%;
    width: 21%;
}

.widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    color: #3bd4ae;
    padding-bottom: 5px;
}


.widgetbody {
    color: #ffffff;
    font-family: open sans;
    font-size: small
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #154F91 !important;
    color: white;
}

.btn-success:hover {
    color: #fff;
    background-color: #37C7AC;
    border-color: #37C7AC;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 35px;
    margin-right: -62px;
    margin-bottom: 8px;
    background-color: #3bd4ae;
    color: #3bd4ae;
    border-color: #3bd4ae;
    border-radius: 4px;
}


.custcontainer-Top {
    width: 63.5%;
    margin: 0 auto;
}

#navbar {
    float: right !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown {
    /*position: relative;
            display: inline-block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #154f91;
    /*min-width: 250px;*/
    width: 208px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: left;
    text-align: left;
    line-height: 23px;
    /*padding: 8px 15px;*/
    font-size: 12px;
    min-height: 23px;
    max-width: 208px;
    text-decoration: none;
    font-family: inherit;
}

    .dropdown-content a {
        color: white;
        /*padding: 12px 16px;*/
        padding: 8px 16px !important;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #fff !important;
            color: #3bd4ae !important;
            border: 0px !important;
        }



.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
#navbar li {
    border-bottom: 0px !important;
}
@media only screen and (max-width: 600px) {
    .custcontainer-Top {
        width: 100%;
        margin: 0 auto;
    }
    .dropdown-content {
        padding-left:20px;
        display: none;
        background-color: #fff;        
        position:unset;
        width: 100%;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
        z-index: 0;
        float: left;
        text-align: left;
        line-height: 23px;        
        font-size: 12px;
        min-height: 23px;
        max-width: 100%;
        text-decoration: none;
        font-family: inherit;
        clear:both;
    }

    #navbar {
        float: left !important;
        padding-left: 10px;
        width: 100%;
        background-color: #fff;
        max-height: 650px !important;
    }

        #navbar span {
            margin-left: 10px !important;
        }

        #navbar a {
            color: #000 !important;
            padding: 13px 28px !important;
        }

    .dropdown .dropdown-content {
        display: block !important;
    }
    .headerbutton {
        background-color: #fff !important;
        padding: 9px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 0px;
        color: #000;
        border-radius: 3px;
    }

        .headerbutton:hover {
            background-color: #fff !important;
            padding: 9px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 0px;
            color: #000;
            border-radius: 3px;
        }

    #navbar li {
        border-bottom: 1px solid #dadada !important;
    }
    
    .navbar-nav {
        margin: 0px -15px !important;
    }
    .navbar-header img {
        height: 82px !important;
        margin-top: 5px !important;
    }

    #footer li {
        list-style-type: none;
        margin-left: -31px !important;
    }
}
