﻿@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200&display=swap');

body{
 font-family: 'Prompt';
 font-weight: 600;
}
.InappBrowserFont{
font-size: 2em ;
}


.contact-section .layout-bg{
    background: #3A96C0;
    box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.03);
    height: 150px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.image-header{
    width: 100%;
}
.contact-section{
    background-color: #FFF;
    position: relative;
    z-index: 0;
}
.layout-overlay-bottom{
background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    
}
.contact-section .layout-overlay-bottom{
    z-index: 2;
    margin-top: 0px;
  }

.contact-section .layout-overlay-top{
    background-color: #59646D;
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-section .layout-overlay-top .title{
    font-weight: 600;
    font-size: 24px;
    /* line-height: 32px; */
    letter-spacing: -1.10667px;
    color: #FFFFFF;
    margin-bottom: 20px;

}
.contact-section .input, textarea.input, .select {
        border-radius: 100px;
}

.contact-section .layout-overlay-top .sub-title{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    letter-spacing: -0.466667px;
    
    color: #D8D8D8;
}
.contact-section .row-first{
    position: relative;

    top: -42px;
}
.contact-section .title-panel-card{
    font-weight: 900;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;

    color: #00708C;
    border-bottom: 2px solid #F8F8F8;
    padding: 12px 20px;
    

}

.contact-section .title-panel-card .title{
    margin: 10px auto;
    max-width: 450px;
}

.contact-section .row-title{
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 98%;
    text-transform: uppercase;
}
.contact-section .row-faq{
    padding: 20px;

     display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* or 27px */
}
.contact-section .row-faq .item{
    width: 100%;
    padding: 6px;
}
.contact-section .row-faq .item .title-panel{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    background: #93CCE7;
    padding: 13px 20px;
    max-width: 432px;
    margin: auto;
}
.contact-section .row-faq .item .content-panel{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    background: #93CCE7;
    padding: 13px 20px;
    max-width: 432px;
    margin: auto;
    transition:max-height 3s ease-out;
     padding-top: 0;
}

 @media only screen and (min-width: 320px) {
    .Content {
        font-size: 25px;
        color: #000000;
        line-height: 43px; 
    }
}

@media only screen and (min-width: 768px) {
    .contact-section .row-first{
       display: flex;
    }
    .contact-section .layout-overlay-top{
        width: 295px;
        z-index: 99;
    }
    .contact-section .title-panel-card{
        position: absolute;
        width: 100%;
        /* width: 100%; */
        top: 43px;
        padding-left: 335px;
        padding-right: 20px;
    }
    .contact-section .layout-bg {
        height: 300px;
    }
    .contact-section .layout-overlay-bottom {

        margin-top: 0px;
    }
    .contact-section .row-faq .item{
        width: 50%;
        padding: 6px;
    }
    .contact-section .layout-overlay-top .title {
        font-size: 48px;
    }
    .contact-section .row-faq{
        padding: 40px;
    }
    .contact-section .row-title {
        font-size: 28px;
        padding-left: 50px;
    }
    .Content {
        font-size: 19px;
        color: black;
        line-height: 32px;
    }
  
}

@media only screen and (min-width: 1024px) {

    .contact-section .layout-overlay-top{
        width: 400px;
    }
    .contact-section .title-panel-card{
        padding-left: 440px;
    }
    .contact-section .title-panel-card {
        font-size: 20px;
        /* line-height: 25px; */
        text-align: right;
        padding-right: 45px;
    }
 
    .Content {
        font-size: 19px;
        color: black;
        line-height: 32px;
    }
}
