:root {
    --bgmain: #fff;
    --bgheader: #f0f0f0;
    --border1: #3c7abd;
    --link1: #20a8d8;
    --link2: #073ea0;
    --text1: #000000;
    --text2: #911521;
    --form: #d3e3f3;
    --bgsecond: #9a9b9c;
    --bgthird: #e4e4e4;
}
html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: var(--bgmain);
    font-size: 16px !important;
    font-family: 'Muli', sans-serif;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}
#mask {
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 30;
}
.header_wrapper {
    position: fixed;
    width: 100%;
    background-color: rgba(234,237,241,.9);
    border-bottom: 2px solid var(--border1);
    z-index: 20;
}
.toggle_bgcolor {
    background-color: rgba(234,237,241,1);
}
.header_container {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    z-index: 1000;
}
.mobile_container {
    display: none;
}
.mobile_header {
    display: flex;
    width: 100%;
}
.nav_mobile {
    display: none;
}
.logo {
    display: flex;
    width: 35%;
    padding-left: 10px;
    align-items: center;
}
.navigation {
    display: flex;    
    width: 50%;
    justify-content: flex-end;
}
.nav {
    position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 24px;
}
.nav a:link, .nav a:visited {
    color: var(--link2);
    text-decoration: none;
}
.nav a:hover {
    color: var(--link2);
    -webkit-transition: 1s; /* Safari prior 6.1 */
    transition: 1s;
}
.nav a:after {
	position:absolute;
    bottom:0;
    left:50%;
    height:2px;
    width:0%;
    background-color: var(--link2);
    display:block;
    content:'';
    transition:0.3s;
}
.nav a:hover:after {
	left:0;
    width:100%;
}
.nav_drop_wrapper {
    position: absolute;
    display: none;
    padding: 5px;
    width: max-content;
    height: max-content;
    background-color: var(--bgmain);
    border: 1px solid var(--link2);
    z-index: 1;
}
.nav_drop_link {
    position: relative;
    width: max-content;
    margin-left: 5px;
}
.nav_drop_link {
    color: var(--link2);
    text-decoration: none;
    font-size: 18px;
}
.nav_drop_link a:hover {
    color: var(--link2);
    -webkit-transition: 1s; /* Safari prior 6.1 */
    transition: 1s;
}
.nav_drop_link a:after {
	position:absolute;
    bottom:0;
    left:50%;
    height:2px;
    width:0%;
    background-color: var(--link2);
    display:block;
    content:'';
    transition:0.3s;
}
.nav_drop_link a:hover:after {
	left:0;
    width:100%;
}
.active {
    position: relative;
	display: inline-block;
	margin-right: 30px;
    font-size: 20px;
    color: var(--border1);
    text-decoration: underline;
}
.navigation_mobile {
    display: none;
    width: 100%;
}
.social_media {
    display: flex;
    align-items: center;
    width: 14%;
    justify-content: flex-end;
}
.social {
    margin-right: 5px;
}
.center {
    text-align: center;
}
.load_blocker {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    z-index: 1100;
}
.main {
    min-width: 100%;
    z-index: 10;
    text-align: center;
    margin-bottom: 2px;
}
.main1 {
    min-width: 100%;
    margin-top: 70px;
    height: calc(100vh - 70px);
    z-index: 10;
    text-align: center;
}
.content {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    min-width: 100%;
    height: calc(100vh - 100px);
    margin-top: 70px;
    justify-content: center;
    align-items: center;
}
.quote_form_wrapper {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    height: 100vh;
    margin-top: 70px;
    background-image: linear-gradient(180deg, #011538 0%, #073ea0 100%);
    justify-content: center;
    align-items: center;
}
.quote_form_left {
    max-width: max-content;
    max-height: 70%;
    padding: 35px;
    color: var(--bgmain);
}
.qfl_heading {
    font-size: 28px;
}
.qfl_main {
    font-size: 24px;
    text-align: left;
}
.qfl_schedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    font-size: 24px;
}
.iw_start {
    width: max-content;
    margin-top: 7px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    background-color: var(--text2);
    border: 2px solid var(--text2);
    border-radius: 5px;
    color: var(--bgmain);
}
.iw_start:hover {
    background-color: var(--bgmain);
    color: var(--text2);
    cursor: pointer;
}
.qfl_images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: max-content;
    margin-top: 15px;
}
.image_round {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid var(--border1);
    border-radius: 50%;
    filter: drop-shadow(2px 2px 2px #000);
    margin-left: 10px;
}
.quote_form_right {
    width: 400px;
    min-height: max-content;
    padding: 25px;
    background-color: var(--bgheader);
    color: var(--link2);
    border-radius: 3px;
}
.content_70 {
    width: 70%;
    margin-top: 70px;
}
.footer_wrapper {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    min-height: max-content;
    padding-top: 5px;
    background-color: var(--link2);
    border-top: 2px solid var(--border1);
    color: var(--first);
}
.footer_left {
    display: flex;
    width: 50%;
    align-items: flex-start;
    padding-left: 15px;
    color: var(--bgmain);
}
.fl_w {
    display: flex;    
    flex-direction: column;
    width: max-content;
    align-items: center;
    padding-top: 5px;
}
.footer_right {
    display: flex;
    width: 50%;
    height: max-content;
    justify-content: flex-end;
    padding-right: 15px;
}
.footer_wrapper a:link, .footer_wrapper a:visited {
    color: var(--bgmain);
    text-decoration: none;
}
.footer_wrapper a:hover {
    color: var(--bgmain);
    text-decoration: underline;
}
.f_column1 {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-right: 10px;
    height: 100%;
}
.caret {
    display: inline-block;
    transform: rotate(180deg);
    transition: transform 0.5s ease;
    font-size: .5em;
}
.caret.spin {
    transform: rotate(0deg);
}
.button_wrapper {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
}
#arrow {
    display: none;
    position: relative;
    width: 50px;
    max-height: 45px;
    color: var(--text2);
    font-size: 3em;
    font-weight: bold;
    padding-bottom: 22px;
    animation: moveLeftRight 1.5s infinite ease-in-out;
}
#open_quote {
    display: none;
    justify-content: center;
    font-size: 1em;
    font-weight: bold;
    color: var(--text2);
}
