*
{
    padding: 0;
    margin: 0;
    font-family: 'cambria';
}

.menu-bar
{
background-image: linear-gradient(right,#219292d8,#D0E6EB);
width:100%;
}

.nav-link
{ba
    font-size: 18px;
    font-family:'Segoe UI';
    letter-spacing: 1.3px;
    font-weight: 499;
    /*<!--color: #fff !important;>*/
    margin: 2px;
    width:100%;

}

.form-control
{
    font-size: 13px;
    font-family:'Segoe UI';
    letter-spacing: 1.3px;
    font-weight: 470;
    /*<!--color: #fff !important;>*/
    margin: 2px;   
    
}
.dropdown-item
{
    font-size: 12px;
    font-family:'Segoe UI';
    letter-spacing: 1.3px;
    font-weight: 470;
    margin: 2px;  
}

.btn
{
    font-size: 18px;
    font-family:'Segoe UI';
    letter-spacing: 1.3px;
    font-weight:bolder;
    margin: 2px;   
}
.navbar-nav
{
text-align: right;
}


.menu-bar .navbar-toggler
{
padding-right: 0;
outline: none;
border: none;
}

.wrapper{
    width:100%;
}

#nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;}


    html,body{
        height: 100%;
        position: relative;
      }
      .banner {
        height: 100%;
        margin-top:-31px;
        width: 100%;
        background: white;
        background:url("images/banner-6.jpg") center center no-repeat;
        margin-bottom: 40px;
        
    }  
    .container-fluid{
    width:20px;
}
    .banner h1 {
        font-size: : 48px;
        color: #ffffff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
.Become
{
    text-align: center;
    position:center;
    padding-top: 20px;
}

.Become h1{
    font-size:28px;
}

/*---- Drop Down ----*/
ul
{
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li
{
    display: block;
    position: relative;
    float: left;
}
li ul
{
    display: none;
}
ul li a 
{
    display: block;
    text-decoration: none;
    color: #ffffff;
 
    padding: 5px 15px 5px 15px;

    margin-left: 1px;
    white-space: nowrap;
}
ul li a:hover 
{
}
li:hover ul 
{
    display: block;
    position: absolute;
}

li:hover li
{
    float: none;
    font-size: 11px;
}

li:hover a 
{
    background: #d9ececf5;
    color:grey;

}
li:hover li a:hover 
{
}

a { color: white; }
a:link
{
    color:#FFFFFF;
}
a:visited
{
    color:#FFFFFF;
}
a:hover 
{
    color:#FFFFFF;
}

.middle{
    flex-basis: 33.33%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: center;
    height: 55px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    color:white;
    background-color:#219292d8;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    border-style: solid;
    border-color: #219292d8;
    border-radius: 25px;
    border-width: 3px;
    background-position: center;
}

.middle a{
    font-size:26px;
}

/*.Visit
{
    padding-top: 0px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
    color:#2f3030d8;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    background-color:#f1f1f1d8;
    height:60px;
} */


.Visit2
{
    padding-top: 0px;
    font-family:'Calibri';
    text-align: center;
    border-radius: 10%;
    color:#2f3030d8;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    background-color:#f1f1f1d8;
    height:40px;
}


/*---- Features ----*/
#features{
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-row{
    width:80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.feature-col{
    flex-basis: 25%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
    
}
.feature-col img
{
border-radius:25%;
}
.insurance
{
    flex-basis: 25%;
    text-align: left;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
    font-style:normal;
}
.insurance h4{
    font-size:20px;
}

/*<!-- About Us>*/
#about{
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-left-col{
    flex-basis: 40%;
}
.about-left-col img
{
width: 70%;
margin-top: 100px;
}
.about-right-col
{
padding-top:100px;
flex-basis: 50%;
text-align: left;
}

.about-col-cred1{
    font-size: 18px;
    flex-basis: 50%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    /*flex-grow:1;*/
    font-size: 16;
    height:240px;
    background-color:#f4f7f7e0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}
.about-col-cred2{
    font-size: 18px;
    flex-basis: 50%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    /*flex-grow:1;*/
    font-size: 16;
    height:240px;
    background-color:#f4f7f7e0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}

.about-right-col2
{
padding-top:20px;
flex-basis: 50%;
text-align: left;
font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
font-size: 18px;
padding-bottom:30px;
}
.about-right-col3
{
flex-basis: 50%;
text-align: Center;
}
.about-text
{
margin-top: 100px;
max-width: 550px;
margin-right: 100px;
display: inline-block;  
font-size:18px;  
}

.about-text2
{
max-width: 550px;
display: inline-block;  
font-size:18px;  
font-style:italic;
}

.about-text-desc
{
max-width: 500px;
margin-right: 100px;
display: inline-block; 
text-align:right;   
}

.about-text-desc
{
    max-width: 500px;
    font-size: 13px;
    margin-right: 100px;
    display: inline-block;    
    }

#features{
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-row{
    width:80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-col{
    flex-basis: 25%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.feature-row2{
    width:80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-col2{


    flex-basis: 20%;
    text-align:center;
    font-size: 16px;
    font-weight: 450;
    height:60px;
    margin-left: 0px;  
    color: white;
    font-family:'Calibri';
    width: 15%;

}

.feature-col2 img {
    width:15%;
}

.feature-col2 a {
    width:15%;
    font-family:'Calibri';
}

.feature-col3 {
width:100%;
padding-top: 15px;
height: 140px;
background-color: #219292d8;
text-align: center;
color: white;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
font-family: 'Segoe UI', Tahoma, 'Geneva', Verdana, sans-serif;
}

  .book
{
padding-top: 0px;
font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
text-align: center;
color:#219292d8;
font-size: 40px;
letter-spacing: 2px;
font-weight: 550;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
height: 65px;
}

/* slideshow for About Us Testimonials*\
embedded in HTML with Java and CSS
/* slideshow for Chat Now*\
embedded in HTML with Java and CSS*/

@media only screen and (max-width: 750px){
    
    .dropdown-menu {
        position: absolute;
        font-size: 10px;
        
    }
    .nav-link {
        font-size:12px;
    }

    html,body{
        height: 100%;
        position: relative;
      }
      .banner {
        height: 35vh;
        margin-top:0px;
        width: 100%;
        background: white;
        background:url("images/banner-6.jpg") center center no-repeat;
        background-size: auto 100%;
    }  
 
.Become{
    padding-top:0px;
}      
.Become h1
{
    font-size: 17px;
    padding-left: 15px;  
}
.middle{  
    width: 140px;
    margin-top: 20px;
    margin-left: 135px;
    margin-right: 170px;
    height: 35px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
    color:white;
    background-color:#219292d8;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    border-style: solid;
    border-color: #219292d8;
    border-radius: 25px;
    border-width: 3px;
    background-position: center;
    text-align: center;
    position:center;
    }

    .middle a{
        font-size:14px;
    }
    .about-text
    {
    margin-top: 40px;
    max-width: 550px;
    margin-right: 100px;
    display: inline-block;  
    font-size:18px;  
    }

    .feature-row{
        width:80%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .feature-col{
        flex-basis: 40%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
        padding-bottom: 50px;    
    }

    .insurance
    {
        font-size: 13px;
        flex-basis: 25%;
        text-align: left;
        margin-left: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
        font-style:normal;
    }

    .insurance h4{
        font-size: 16px;
    }

    .feature-row2{
        width:90%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .feature-col2{
        flex-basis: 50%;
        text-align:center;
        font-size: 11px;
        font-weight: 500;
        height:60px;
        padding-left: 2px; 
        padding-top: 0.5px;  
        color: white;
        font-family:'Calibri';
    }
    .feature-col2 img{
        width: 10%;
    }
    .feature-col2 a {
        width:15%;
        font-family:'Calibri';
    }
    .feature-col3 h2{
    font-size: 18px;
    }
    .feature-col3 {
    height: 170px;
    }

    .about-left-col{
    flex-basis: 80%;
    margin-left: 20px;
    height:300px;

    }
    .about-left-col img
    {
    width:80%;
    margin: 0 auto;
    display: block;
    }
    .about-right-col
    {
    padding-top:0px;
    flex-basis: 100%;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    }
    .about-text
    {
    margin-right: 10px;
    font-style: justify;
    display: inline-block;  
    font-size:18px;  
    }  
    .about-right-col h1{
    padding-top:5px;
    font-size: 20px;
    }
    .about-text h4{
        font-size:15px;
    }
    .about-right-col p{
    font-size: 14px;
    }

    .about-right-col2
    {
    padding-top:0px;
    width: 90%; 
    padding-top:5px;
    flex-basis: 100%;
    text-align: left;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    padding-left: 50px;
    padding-right:50px;
    }

    .about-text h1{
        padding-top:50px;
        font-size: 20px;
        font-weight: 550px;
    }
    .about-text p{
        font-size: 14px;
    }
    .about-text li{
        font-size: 14px;
    }
    /* Slideshow container */
    .slideshow-container {
        position: relative;
        background: #f1f1f1f1;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    
    /* Slides */
    .mySlides {
        display: none;
        font-size:14px;
        padding: 39px;
        text-align: center;
        height:235px;
    }
    
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 5px;
        width: 5px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }


    
    .about-col-cred1{
        margin: 40px;
        font-size: 13px;
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        /*flex-grow:1;*/
        height:365px;
        background-color:#f4f7f7e0;
        border-radius: 50px;
    }
    .about-col-cred1 h3{
    padding-top:5px;
    font-size:18px;
    }
    .about-col-cred2 h3{
        padding-top:5px;
        font-size:18px;
        }    
    .about-col-cred2{
        margin: 40px;
        font-size: 14px;
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        /*flex-grow:1;*/
        width: 100px;
        height:400px;
        background-color:#f4f7f7e0;
        border-radius: 50px;
    }
    .book p
    {
    padding-top: 0px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
    color:#219292d8;
    font-size: 18px;
    font-style: bold;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    height: 65px;
    }

    .Visit2 p
    {
        font-size:16px;
        padding-top: 5px;
        font-family:'Calibri';
        text-align: center;
        border-radius: 10%;
        color:#2f3030d8;
        letter-spacing: 2px;
        font-weight: 400;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
        background-color:#f1f1f1d8;
        height:40px;
    }
    .line{
        display:none;
    }
}

@media only screen and (device-width: 768px) {
    .dropdown-menu {
        position: absolute;
        font-size: 10px;
        
    }
    .nav-link {
        font-size:12px;
    }

    html,body{
        height: 100%;
        position: relative;
      }
      .banner {
        height: 35vh;
        margin-top:0px;
        width: 100%;
        background: white;
        background:url("images/banner-6.jpg") center center no-repeat;
        background-size: auto 100%;
    }  
 
.Become{
    padding-top:0px;
}      
.Become h1
{
    font-size: 17px;
    padding-left: 15px;  
}
.middle{  
    width: 140px;
    margin-top: 20px;
    margin-left: 320px;
    margin-right: 100px;
    height: 35px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
    color:white;
    background-color:#219292d8;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    border-style: solid;
    border-color: #219292d8;
    border-radius: 25px;
    border-width: 3px;
    background-position: center;
    text-align: center;
    position:center;
    }

    .middle a{
        font-size:14px;
    }
    .about-text
    {
    margin-top: 40px;
    max-width: 550px;
    margin-right: 100px;
    display: inline-block;  
    font-size:18px;  
    }

    .feature-row{
        width:80%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .feature-col{
        flex-basis: 40%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
        padding-bottom: 50px;    
    }

    .insurance
    {
        font-size: 13px;
        flex-basis: 25%;
        text-align: left;
        margin-left: 10px;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
        font-style:normal;
    }

    .insurance h4{
        font-size: 16px;
    }

    .feature-row2{
        width:90%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .feature-col2{
        flex-basis: 50%;
        text-align:center;
        font-size: 11px;
        font-weight: 500;
        height:60px;
        padding-left: 2px; 
        padding-top: 0.5px;  
        color: white;
        font-family:'Calibri';
    }
    .feature-col2 img{
        width: 10%;
        
    }
    .feature-col2 a {
        width:15%;
        font-family:'Calibri';
    }
    .feature-col3 h2{
    font-size: 18px;
    }
    .feature-col3 {
    height: 170px;
    }

    .about-left-col{
    flex-basis: 80%;
    margin-left: 20px;
    height:300px;
    display: block;
    margin-bottom: 300px;
    }
    .about-left-col img
    {
    width:80%;
    margin: 0 auto;
    display: block;
    }
    .about-right-col
    {
    padding-top:0px;
    flex-basis: 100%;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    }
    .about-text
    {
    margin-right: 10px;
    font-style: justify;
    display: inline-block;  
    font-size:18px;  
    }  
    .about-right-col h1{
    padding-top:5px;
    font-size: 20px;
    }
    .about-text h4{
        font-size:15px;
    }
    .about-right-col p{
    font-size: 14px;
    margin-bottom: 50px;
    }

    .about-right-col2
    {
    padding-top:0px;
    width: 90%; 
    padding-top:5px;
    flex-basis: 100%;
    text-align: left;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    padding-left: 50px;
    padding-right:50px;
    }

    .about-text h1{
        padding-top:50px;
        font-size: 20px;
        font-weight: 550px;
    }
    .about-text p{
        font-size: 14px;
    }
    .about-text li{
        font-size: 14px;
    }
    /* Slideshow container */
    .slideshow-container {
        position: relative;
        background: #f1f1f1f1;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        height: 180px;
    }
    
    /* Slides */
    .mySlides {
        display: none;
        font-size:14px;
        padding: 39px;
        text-align: center;
        height:235px;
    }
    
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 5px;
        width: 5px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    
    .about-col-cred1{
        margin: 40px;
        font-size: 13px;
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        /*flex-grow:1;*/
        height:200px;
        background-color:#f4f7f7e0;
        border-radius: 50px;
    }
    .about-col-cred1 h3{
    padding-top:5px;
    font-size:18px;
    }
    .about-col-cred2 h3{
        padding-top:5px;
        font-size:18px;
        }    
    .about-col-cred2{
        margin: 40px;
        font-size: 14px;
        flex-basis: 100%;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        /*flex-grow:1;*/
        width: 100px;
        height:400px;
        background-color:#f4f7f7e0;
        border-radius: 50px;
        height:210px;
    }
    .book p
    {
    padding-top: 0px;
    font-family:'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
    color:#219292d8;
    font-size: 18px;
    font-style: bold;
    letter-spacing: 2px;
    font-weight: 550;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
    height: 65px;
    }

    .Visit2 p
    {
        font-size:16px;
        padding-top: 5px;
        font-family:'Calibri';
        text-align: center;
        border-radius: 10%;
        color:#2f3030d8;
        letter-spacing: 2px;
        font-weight: 400;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.200);
        background-color:#f1f1f1d8;
        height:40px;
    }
    .line{
        display:none;
    }
}
 
}