* {
    box-sizing: border-box;
}

:root {
    --color-light: #000000;
    --color-light-shade: #0a0a0a;
    --color-dark: #062726;
    --color-primary: #F6F6F6;
    --color-primary-shade: #F4F4F4;
    --color-background: #ffffff;
    --color-background-shade: #f0f0f0;
    --color-headerfont: #2C3E50;
    /*--color-headerfooter: #f6f6f6;*/
    --color-headerfooter: #faf6f4
  }

body {
    height:100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #ffffff;
    color: #333;
}


.tel::before {
    content: " ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 14pt;
    color: var(--color-headerfont);
}

.tel {
    text-decoration: none;
    color: var(--color-headerfont);
    font-size: 14pt;
    padding-right: 15px;
}

.email {
    color: var(--color-headerfont);
    font-size: 14pt;  
}

/* New CSS */
/* HEADER */
header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: var(--color-headerfooter);
    color: var(--color-headerfont);
    padding: 0 0;
    text-align: center;
    /*height: 115px;*/
    z-index:3;
}

header .headerimg {
    position: absolute;
    left: 15px !important;
    text-align: left !important;
    display: inline;
    z-index: 1 !important;
}

header h1, header p {
    margin: 0;
}

.header-top {
    /*width: 1024px;*/
    flex: 0 1 1024px;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: right;
    background: var(--color-headerfooter);
    color: var(--color-headerfont);
}

.homenav {
    flex: 0 1 1024px;
    margin: 0 auto;
    background: var(--color-headerfooter);
    color: var(--color-headerfont);
}

.tel, .email {
    color: var(--color-headerfont);
    font-size: 14pt;
    text-decoration: none;
    padding-right: 20px;
}

/* NAVIGATION */
.topnav {
    display: flex;
    width: 800px !important;
    margin: 0 auto;
    justify-content: left;
    align-items: center;
    background: var(--color-headerfooter);
    color: var(--color-headerfont);
    padding: 5px 0;
    position: sticky;
    z-index: 900;
    border-bottom: 2px solid var(--color-headerfooter);
    font-size: 0; /* Kill gaps */
    z-index: 3;
}


.topnav img {
    width: 280px;
    margin-right: auto;
}

.topnav a, .dropbtn {
    color: var(--color-headerfont);
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
    transition: background 0.3s;
}

.topnav a:hover, .dropbtn:hover {
    background: #004aac;
    color: white;
}

.topnav a, .topnav .dropdown, .dropbtn {
    font-size: 16px; /* Reset to normal */
}

/* Dropdown */
.dropdown {
    position: relative;
}

/* Sub-menu */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f4f4f9;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.dropdown-content a:hover {
    background: #ddd;
}

/* Menu button */
.menu-toggle {
    display: none;
    background: var(--color-headerfont);
    color: white;
    padding: 10px 15px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin-left: auto;
}



.homecontainer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*display: block;
    text-align: left;*/
    margin-top: 130px!important;
    margin-bottom: 20px;
    padding: 0;
    overflow-y: hidden;
    min-height: calc(100vh - 370px);


}

.push {
    height: 220px;
}

.innerdiv {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1280px;
 
}

.homecontainer .image {
    height: 350px;
    width: 300px;
    margin: 30px 30px 30px 0;
    float: left;
}



.innerdiv::-webkit-scrollbar {
  display: none;
}

.circular--landscape {
    /* display: block; 
    float: left;*/

    flex: 0 0 220px;
    position: relative; width: 220px; 
    height: 300px; 
    overflow: hidden; 
    border-top-left-radius: 50%; 
    border-bottom-left-radius: 50%; 

} 
    
.circular--landscape img { width: 250px; height: 100%; margin-left: -50px; }

.text {

        flex: 1 1 auto;
        text-align: left;
        line-height: 1.5em;
}


button {
    padding: 10px 20px;
    background: var(--color-headerfont);
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #004aac;
    color: #ffffff;
}



.faqul {
    list-style-type: none;
    padding-left: 40px;
    position: relative;
    text-align: left;
    
}
.faqques {
    font-size: 12pt;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: left;
} 
.faqques::before {
    position: absolute;
    content: 'Q - ';
    padding-left: 4px;
    color: green;
    font-weight: Bold;
    font-size: 14pt;
    padding-right:6px;
    width:34px;
    left: 0;

}
.faqans {
    font-size: 12pt;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: left;

}
.faqans::before {
    position: absolute;
    left: 0;
    text-decoration: none;
    content: 'A - ';
    padding: 0;
    color: green;
    font-weight: Bold;
    font-size: 14pt;
    padding-right:6px;
    padding-left: 4px;
    width:34px;
}

.ligreenul {
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    text-align: left;
    margin-left: 20px;

}
.ligreencheck{
    font-size: 12pt;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: left;
}

.ligreencheck::before {
    position: absolute;
    left: 0;
    content: '✅';
    padding-right:6px;
    padding-left: 4px;
    text-decoration: none;
    width:34px;
}


.head-label.head-label-sm {
    padding-right: 50px !important;
    padding: 7px 15px;
}

.head-label {
    clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
    background: #004aac;
    padding-left: 40px;
    padding-right: 90px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}

.py-1 {
    padding-top: 0.2rem!important;
    margin-bottom: 0.1rem!important;
}


/***** MEDIA QUERIES START HERE *****/


  /* Switch to a Hamburger menu in Mobile devices */
  @media screen and (max-width: 768px ) and (orientation: portrait) {
    .homecontainer {
        /*overflow-y: auto;*/
        height: 100vh!important;
        min-height: 100vh!important;
    }
    .innerdiv {
        max-width: 760px;
        overflow-x: hidden;
        height: 100vh!important;
        min-height: 100vh!important;

    }
    .topnav {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .menu-toggle {
        display: block;
        margin: 0;
        padding: 5px 0px;
        background-color: var(--color-headerfont);
        color: white;
        width: 30px;

    }

    .topnav img {
        margin-right: 20px;
        margin-left: auto;
        padding-right: 10px;
        text-align: right;
    }

    .topnav .dropdown, .topnav a, .dropbtn {
        display: none;
        width: 100%;
        text-align: left;
        margin: 0; 
        line-height: 1.2; 
    }

    .topnav.active .dropdown, .topnav.active a, .topnav.active .dropbtn {
        display: block;

    }


    /* Sub-menu inside dropdown */
    .dropdown-content {
        position: static;
        box-shadow: none;
        width: 100%;
        padding: 0; /* Remove padding */
    }

    .dropdown-content a {
        padding: 15px 30px; /* Indent submenu items */
        border-bottom: 1px solid #ddd;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }
    .dropdown {
        border-bottom: 1px solid #ddd;
    }

    footer {
        position: sticky!important;
        top: 100vh!important;
        overflow-y: hidden!important;
    }
    .footerflex {
        flex-direction: column;
        overflow-y: hidden;
    }
    
    .footersection {
        width: 100%;
        border-right: 0px;
        border-bottom: 2px solid #d0d0d0;
        padding: 8px 0px;
        height: 100%;
        margin: 0;
    }

    .footerlink a {
        font-size: 11pt;
        line-height: 18pt;
    }
    .text {
        line-height: 1.2em;
    }

}

@media screen and (max-width: 960px) and (orientation:landscape)  {
    .topnav {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .menu-toggle {
        display: block;
        margin: 0px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
        background-color: var(--color-headerfont)
    }

    .topnav img {
        margin-right: 0;
        margin-left: auto;
        padding-right: 10px;
        text-align: right;
    }

    .topnav .dropdown, .topnav a, .dropbtn {
        display: none;
        width: 100%;
        text-align: left;
        margin: 0; 
        line-height: 1.2; 
    }

    .topnav.active .dropdown, .topnav.active a, .topnav.active .dropbtn {
        display: block;

    }

    /* Sub-menu inside dropdown */
    .dropdown-content {
        position: static;
        box-shadow: none;
        width: 100%;
        padding: 0; /* Remove padding */
    }

    .dropdown-content a {
        padding: 15px 30px; /* Indent submenu items */
        border-bottom: 1px solid #ddd;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }
    .dropdown {
        border-bottom: 1px solid #ddd;
    }

}

/* Desktop hover for dropdown */
@media screen and (min-width: 769px) {
    .dropdown:hover .dropdown-content {
        display: block;
    }

}


@media only screen and (max-device-width: 430px) and (orientation: portrait)
{  

    .container {
        max-width: 420px;
        margin: 0;
        padding: 0;
    }

    p.text-white {
        font-size: 10pt;

    }
    .innerdiv {
        padding: 5px 5px 5px;
        margin: 20px 0px 0px;
        max-width: 420px!important;
        flex-wrap: wrap;
        overflow-x: hidden;

    }
    
    .text {
        display: block!important;
    }
    
    header h1 {
        margin-top: 75px!important;
        font-size: 18px;
    }
    
    .text {
        left: 0px;
    }
    
    .text ul {
        margin-left: 0px;
    }

    li {
        margin-bottom: 10px;
    }

    .dropdown-content {
        min-width: 200px;
        width: 200px;
    }
    
    .headerimg {
        text-align: left;
        height: 50px;
        margin: 5px 5px 5px 0;
    }
    
    h1 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h2 {
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

}/* End min-width: 430px (iphone) */


/* iPhone 12 Pro Max */
@media only screen and (max-device-width: 414px) and (orientation: portrait)
{  
    body {
        width: 400px!important;
        max-width: 400px;
    }

    .container {
        max-width: 400px;
    }

    p.text-white {
        font-size: 10pt;

    }


    .innerdiv {
        max-width: 400px!important;
        flex-wrap: wrap;
        overflow-x: hidden;

    }
    

    
    .text {
        display: block!important;
    }
    
    header h1 {
        margin-top: 75px;
        font-size: 18px;
    }
    
    .text {
        left: 0px;
        max-width: 400px;
    }
    
    .text ul {
        margin-left: 0px;
    }

    li {
        margin-bottom: 10px;
    }

    .dropdown-content {
        min-width: 160px;
        width: 180px;
    }
    
    .headerimg {
        text-align: left;
        height: 50px;
        margin: 5px 5px 5px 0;
    }
    
    h1 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h2 {
        color: var(--color-headerfont);
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    
}

  
  /* iPhone 11 and XR */
  @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

        .container {
            max-width: 400px;
        }
    
        p.text-white {
            font-size: 10pt;
    
        }
        .innerdiv {
            max-width: 400px!important;
            flex-wrap: wrap;
            overflow-x: hidden;

        }
    
    
    .text {
        display: block!important;
    }
    
    header h1 {
        margin-top: 75px;
        font-size: 18px;
    }
    
   .text {
        left: 0px;
        max-width: 400px;
    }
    
     .text ul {
        margin-left: 0px;
    }

    li {
        margin-bottom: 10px;
    }

    .dropdown-content {
        min-width: 160px;
        width: 180px;
    }
    
    .headerimg {
        text-align: left;
        height: 50px;
        margin: 5px 5px 5px 0;
    }
    
    h1 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h2 {
        color: var(--color-headerfont);
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

}

/* iPhone 12 Pro */
@media only screen and (max-device-width: 390px) and (orientation: portrait)
{  
    body {
        width: 380px!important;
        max-width: 380px;
    }

    .container {
        max-width: 380px;
    }

    p.text-white {
        font-size: 10pt;

    }


    .innerdiv {
        max-width: 380px!important;
        flex-wrap: wrap;
        overflow-x: hidden;

    }
    

    
    .text {
        display: block!important;
    }
    
    header h1 {
        margin-top: 75px;
        font-size: 18px;
    }
    
    .text {
        left: 0px;
        max-width: 380px;
    }
    
    .text ul {
        margin-left: 0px;
    }

    li {
        margin-bottom: 10px;
    }

    .dropdown-content {
        min-width: 160px;
        width: 180px;
    }
    
    .headerimg {
        text-align: left;
        height: 50px;
        margin: 5px 5px 5px 0;
    }
    
    h1 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    h2 {
        color: var(--color-headerfont);
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    
}
/* End iPhone 12 Pro */



