*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'sans-serif';
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/1662655598867.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 220px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #1E90FF;
    text-decoration: none;
    font-size: 20px;
}



.nav-links ul li:hover::after{
    width: 100%;
}

.nav-btn{
    display: inline-block;
    text-decoration: none;
    color: #0000ff;
    padding: 12px 12px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.nav-btn:hover{
    background: #f0f8ff;
    transition: 0.5s;
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.social-icon{
    color: #1E90FF;
    font-size: 18px;
}

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: url(../images/1662655598867.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 50px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    
}

.col1{
    flex-basis: 48%;
    padding: 30px 2px;
    text-align: justify;
}

.col1 h1{
    padding-top: 0;
    text-align: center;
}

.col1 p{
    padding: 15px 0 5px;
    font-size: 17px;
}

.col2{
    flex-basis: 48%;
    padding: 30px 2px;
    text-align: justify;
}

.col2 img{
    width: 55%;
    height: 70%;
    padding-left: 180px;
    padding-top: 48px;
}

.fout-btn{
    display: inline;
    text-decoration: none;
    color: #0000ff;
    border: 1px solid #0000ff;
    padding: 12px 34px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.fout-btn:hover{
    border: 1px solid #0000ff;
    background: #f0f8ff;
    transition: 1s;
}

.grid-container{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-areas: 'leftarea rightarea' ;
}

.contact-col{
    grid-area: leftarea;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col span{
    padding-left: 20px;
    padding-top: 15px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col1 {
    grid-area: rightarea;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-col1 table {
    width: 100%;
}

.contact-col1 input, .contact-col1 textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-col1 div {
    padding-top: 22px;
}


.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    
}
.location iframe{
    width: 100%;
}

.partners{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.partners-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
}

.partners-col img{
    width: 100%;
    border-radius: 10px;
}

.partners-col:hover{
    border: 1px solid #0000ff;
}

.row1{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    
}

.row2{
    margin-top: -10%;
    display: flex;
    justify-content: space-between;
    
}

.row3{
    margin-top: -12%;
    display: flex;
    justify-content: space-between;    
}

.insurance-title{
    display: flex;
    justify-content: center;
    margin-top: 70px;   
    color: cornflowerblue;
}


.insurance{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.insurance-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.insurance-col img{
    width: 100%;
    border-radius: 10px;
}

.insurance-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.insurance-row{
    
    display: flex;
    justify-content: space-between;
}

.insurance-row1{
    margin-top: -10%;
    display: flex;
    justify-content: space-between;
    
}

.insurance-row2{
    margin-top: -10%;
    display: flex;
    justify-content: space-between;
    
}

.insurance-btn{
    display: inline-block;
    text-decoration: none;
    color:cornflowerblue;
    padding: 12px 12px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.insurance-btn:hover{
    background: #f0f8ff;
    transition: 0.5s;
}

.paragraphs{
    padding-top: 7%;
}

.container h1{
    padding-top: 0;
    text-align: center;
}

.container p{
    padding: 15px 0 5px;
    font-size: 17px;
    text-align: justify;
}

.container img{
    width: 35%;
    height: 20%;
    padding-left: 150px;
    padding-top:88px;
    float: right;
}

.cont-btn{
    display: table-cell;
    text-decoration: none;
    color: #0000ff;
    border: 1px solid #0000ff;
    padding: 12px 34px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.cont-btn:hover{
    border: 1px solid #0000ff;
    background: #f0f8ff;
    transition: 1s;
}

.ins-btn{
    display:table-cell;
    text-decoration: none;
    color: #0000ff;
    border: 1px solid #0000ff;
    padding: 12px 20px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.ins-btn:hover{
    border: 1px solid #0000ff;
    background: #f0f8ff;
    transition: 1s;
}

.footer-insurance{
    clear: both;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer-insurance h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}


@media only screen and (min-width: 769px) {
    .menu-show {
        display: none !important;
    }
    .menu-show:hover {
        display: none !important;
    }
    .menu-hide {
        display: none !important;
    }
    .menu-hide:hover {
        display: none !important;
    }
}

@media only screen and (max-width: 769px) {

    .menu-show {
        display: inline;
        text-decoration: none;
        color: #0000ff;
        padding: 8px 12px;
        font-size: 15px;
        top: 38px; 
        left: 300px; 
        cursor: pointer;
    }

    .menu-logo{
        width: 50px;
        height: 50px;
    }
    

    .menu-hide {
        display:inline;
        text-decoration: none;
        color: #0000ff;
        padding: 8px 12px;
        font-size: 15px;
        position:relative;
        cursor: pointer;
    }
    
    .nav-links {
        position: fixed;
        background: #f9f9f9;
        height: 100%;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 1;
        transition: 0.5s;
    }

    .nav-links ul {
        padding: 20px;
    }

    .nav-links ul li {
        display: block;
        margin-bottom: 10px;
    }

    .nav-links ul li a {
        color: #1E90FF;
        font-size: 16px;
        text-decoration: none;
    }
}

@media(max-width: 769px)
{
    .row{
        flex-direction: column;
    }

    .col2 img{
        width: 75%;
        height: 70%;
        padding-left: 30px;
        padding-top: inherit;
    }
}

@media only screen and(max-width: 769px) {
    .col p{
        padding: 15px 0 5px;
        font-size: 17px;
        text-align: justify;
    }
    
}

@media(max-width: 769px){
    .grid-container{
        width: 80%;
        margin: auto;
        display: grid;
        grid-template-areas: 'leftarea ' 
                            'rightarea';
    }

    .contact-col{
        grid-area: leftarea;
        margin-bottom: 30px;
        margin-top: 30px;
        flex-basis: 48%;
    }
    .contact-col1{
        grid-area: rightarea;
        margin-bottom: 30px;
        margin-top: 30px;
        
    }

}

@media(max-width: 769px){
    .insurance-row{
        flex-direction: column;
    }

    .insurance-row1{
        flex-direction: column;
    }

    .insurance-row2{
        flex-direction: column;
    }

    .insurance-btn{
    display: inline-block;
    text-decoration: none;
    color:cornflowerblue;
    padding: 12px 12px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    }

    .insurance-btn:hover{
    background: #f0f8ff;
    transition: 0.5s;
    }
}

@media(max-width:769px){
    .container{
        display: flex;
        flex-direction: column;
    }

    .container img{
        width: auto;
        height: auto;
        padding-left: 0;
    }
}





