*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
html , body{overflow-x: hidden;}
body, h1, h2, h3, h4, h5, h6, ol, li, ul { margin:0px; }
.clickable { cursor: pointer!important; }
button, input, optgroup, select, textarea { font-family: 'Poppins'; }
.description { font-family: 'Poppins-Regular'; font-size: 14px; line-height: 20px;}

.d-flex-row { display: flex !important; flex-direction: row !important; }
.d-flex-column { display: flex !important; flex-direction: column !important; }

.collapse { display:none!important; opacity:0!important; visibility: collapse!important; }

.full-height { height: 100%; }
.full-width { width: 100%; }

.page-content {
    margin-left: 230px;
    padding-top: 60px;
    transition: ease all .3s;
    display: flex;
    flex-direction: column;
}
body.full-screen .page-content {
    margin-left: 0px !important;
}
.page-content .page-section {
    margin: 3rem!important;
    box-shadow: 0px 3px 10px 0px rgb(136 136 136 / 80%);
    border-radius: .25rem;
    background-color: white;
}
.page-content .page-section .section-header {
    background-color: #f7f6f6;
    padding: 1.5rem;
    border-radius: .25rem .25rem 0px 0px;
    border-bottom: 1px solid #e8e6e6;
}
.page-content .page-section .section-header.with-nav { padding-bottom: 0px !important; }
.page-content .page-section .section-header h3 { font-family: 'Poppins-Regular', sans-serif; color: #003647; font-weight: normal; }
.page-content .page-section .section-header.with-nav h3 { margin-bottom: 24px; }
.page-content .page-section .tab-container { margin: 0px; padding: 8px 25px; height: 56px; }
.page-content .page-section .tab-container .nav-link { color: #5a5a5a !important; cursor: pointer; }           
.page-content .page-section .tab-container .nav-link.active { background-color: #fe636e !important; cursor: default !important; color: #ffffff !important; border-bottom: none !important; }
.page-content .page-section .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 40px 20px;
}
.page-content .page-section .section-body.collapse { display: none; }
.section-body h6, .section-body h5, .section-body h4 { font-family: 'Lato', sans-serif; color: #5a5a5a; font-weight: normal; }
.page-content .section-nav, .modal-navigation .section-nav {
    background-color: #003647;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0px;
    align-items: center;
    justify-content: start;
}
.modal-navigation .section-nav { background-color: white; }
.page-content .section-nav .nav-link, .modal-navigation .section-nav .nav-link {
    background: transparent !important; border: none; transition: all 0.2s ease-out !important; color: white !important; margin: 5px; border-radius: 3px; padding: 6px 12px; cursor: pointer; outline: none !important;
}
.modal-navigation .section-nav .nav-link { color: #a1a1a1!important; }
.page-content .section-nav .nav-link:hover, .modal-navigation .section-nav .nav-link:hover { color: #24c6c1 !important; }
.page-content .section-nav .nav-link.active, .modal-navigation .section-nav .nav-link.active { background: #24c6c1 !important; color: white !important; cursor:default !important; }
.form-outer {
    background-color: #EFF5F7;
    border: 1px solid #D6E2E2;
    border-radius: 3px;
    margin-top: 1rem;
    padding: 1rem;
    margin-right: 1rem;
}
.section-title { 
    font-weight: bold!important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #5a7079!important;
}
.section-sub-title { font-size: 18px; font-weight: 600; color: #5a5a5a; }
.input-group-append .btn, .input-group-prepend .btn { z-index: unset; }
.input-group-pospend .input-group-text {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-group label { margin-bottom: 2px; } 
.form-control { 
    font-size: 16px!important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #003647;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=checkbox].form-control.checkbox, input[type=radio].form-control.checkbox { width: 18px; height: 18px; margin-right: 8px; }
.btn-primary {
    color: #fff;
    background-color: #24c6c1;
    border-color: #24c6c1;
    font-family:'Poppins-Regular';
    font-size:16px;
    font-weight:500 ;
    padding:6px 12px;
}
.btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #F74141;
}
.btn-primary:hover {
    color: #fff;
    background-color: #F74141;
    border-color: #F74141;
}
.btn-primary:active {
    color: #fff;
    background-color: #F74141;
    border-color: #F74141;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #F74141;
    border-color: #F74141;
}
.btn-secondary:active {
    color: #fff;
    background-color: #F74141;
    border-color: #F74141;
}
.btn:focus { box-shadow:none !important;}
.btn-primary:focus {box-shadow:none !important;}
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #24c6c1;
    border-color: #24c6c1;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-main.disabled, .btn-main:disabled { color: #fff!important; background-color: #24c6c180!important; border: none!important; opacity: 1!important; cursor: not-allowed!important; }
.customhover_trigger {
    position: relative;
    display: inline-block;
}
.customhover_trigger .hover_label {
    visibility: hidden;
    min-width: 100px;
    background-color: #313131;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 6px;
    position: absolute;
    z-index: 100;
    top: 100%;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
    font-size: 16px;
    pointer-events: none;
}
.search { display: flex; flex-direction: row; }
.search .form-control { border-radius: 5px 0px 0px 5px; }
.search .btn-primary { border-radius: 0px 5px 5px 0px; border: none; }

h1{color:#003647;font-size:40px;font-family:'Poppins-SemiBold';font-weight:600;}
h2{color:#003647;font-size:28px;font-family:'Poppins-Regular';font-weight:500;}
h3{color:#003647;font-size:26px;font-weight:500;font-family:'Poppins-Regular';}
h4{color:#ffffff;font-size:22px;font-weight:500;font-family:'Poppins-Regular';line-height: 30px;}
h5{color:#003647;font-size:20px;font-weight:500;font-family:'Poppins-Regular';}
h6{color:#003647;}
p { font-family: 'Poppins-Light'; font-weight: 400; font-style: normal; color:#003647; margin-bottom: 0px; line-height:25px;}
.text-secondary { color:#a1a1a1; }

a{color:#24C6C1;text-decoration:none;font-size:16px;font-family:'Poppins-Regular';font-weight:500;}
a:hover{text-decoration:none; color:#F74141;}
a:active{text-decoration:none; color:#F74141;}
.btn:hover{text-decoration:none; color:#ffffff;background-color:#F74141;}
.btn:active{text-decoration:none; color:#ffffff;background-color:#F74141;}
tr,td,th{color:#003647;font-family:'Poppins-Regular'}
table { background-color:#ffffff; border: 1px solid #d4d9e5; }
tr:nth-child(odd) {background-color:#ffffff;}

.btn-circular { border-radius: 50%; padding: 0px; display: flex; }
.btn-circular img { margin: auto; }
.list-item .btn-circular { width: 30px; height: 30px; }
.btn-primary.btn-sm { padding: 6px 8px; font-size: 14px; }

.cl-navy { color: #003647!important; }
.cl-turqoise { color: #24C6C1!important; }
.cl-ligthmint { color: #E8F7F4!important; }
.cl-darkmint { color: #D8EAE4!important; }
.cl-red { color: #F74141!important; }

ul { padding-left: 0; list-style-type: none; }
.list { 
    margin-top: 10px;
    background-color: #d3dbdd;
    border: 1px solid #c6d1d3;
    width: 100%;
    border-radius: 5px;
    height: 60vh;
    max-height: 400px;
    overflow-y: auto;
}
.list-item {
    background-color: white;
    border-radius: 3px;
    border: 1px solid #c7cdce;
    padding: 10px;
    margin: 8px;
    outline: 3px solid transparent;
}
.list-item.clickable:hover { border: 1px solid #24c6c1; outline: 3px solid #24c6c1; transition: all ease-in-out .4s; }

.drag-drop-area {
    margin-top: 10px; 
    border: 2px dashed #003647; 
    text-align: center; 
    padding: 1rem;
    background-color: #ffffff;
}
.drag-drop-area.dragover { border: 2px dashed #F74141; }

.input-container{
    border-top:7px solid #24C6C1;
    border-radius:10px;
    width:400px;
    max-width: 90vw;
    background-color:#ffffff;
    box-shadow: 0px 3px 15px 1px #70707059;
    padding:50px 40px;
}
.hero-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height:100vh;
    padding-top: 67px;
}
.btn-main{
    background-color:#24C6C1;
    border-radius:4px;
    padding:6px 12px;
    color:#ffffff;
    font-size:18px;
}
label{
    color:#003647;
    font-size:16px;
    font-family:'Poppins-Regular'
}

.visible-on-hover { opacity: 0; transition: opacity ease .4s; }
.visible-on-hover:hover { opacity: 1; }
.hover-trigger:hover .visible-on-hover { opacity: 1; }


.bg-image{
    width:100%;
    max-width:50vw;
    height:100%;
    max-height:100vh;
}
.bg-image img{

    max-width:100%;
    max-height:100%;

}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #003647;
}
.modal-body {
    border-radius:3px;
    margin: 0 20px 0px 20px;
}
.modal-body.navigation-body {
    background-color: #e9efed;
    border-top: 1px solid #d5e2de;
    border-radius: 0px 0px 10px 10px;
    padding-left: 1.7rem!important;
    padding-right: 1.7rem!important;
    margin: 0px;
}
.modal-header{
    display:flex;
    border:none !important;
    justify-content: center;
}
.modal-content{
    border-top:8px solid #24c6c1;
    border-radius:12px;
    color:#003647;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px;
    border-top: none;
}

/* Alignment */
.d-row { display:flex; flex-direction: row; }
.d-row.y-center { align-items: center; }
.d-row.y-end { align-items: flex-end; }
.d-row.x-center { justify-content: center; }
.d-row.x-start { justify-content: start; }
.d-row.x-between { justify-content: space-between; }
.d-column { display:flex; flex-direction:column; }
.d-column.y-center { justify-content: center; }
.d-column.x-center { align-items: center; }
.d-column.x-start { align-items: start; }
.g-center { align-items: center; justify-content: center; }


@media (max-width: 600px){
    h1{font-size:30px;} h2{font-size:24px;} h3{font-size:22px;} h4{font-size:20px;}
    .bg-image{width:100%;max-width:100vw; height:100%; max-height:100vh;}
    .mobile-cont{height: calc(100vh - 70px)!important}
    .hero-container{height:auto;}
}
@media only screen and (max-width: 880px) {
    .page-content { margin-left: 0px; padding-top: 70px; }
    .page-content .page-section { margin: 0.5rem 0.5rem 1rem 0.5rem!important; }
    .page-content .page-section .section-body { padding: 20px 0px; }
    .page-outer, .form-outer { padding: 20px 8px; }
    .page-outer .outer-header, .form-outer .outer-header { margin-right: -8px; margin-left: -8px; width: calc(100% + 16px); }
    .page-outer .result-header { margin-right: -8px; margin-left: -8px; width: calc(100% + 16px); }
    .customhover_trigger .hover_label { display: none; }
}
@media only screen and (min-width: 881px) {
    .customhover_trigger:hover .hover_label { visibility: visible; opacity: 0.8; }
}