*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

img{
    max-width: 100%;
    height: auto;
}


@font-face {
    font-family: 'gothammedium';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff'),
         url('gothammedium-webfont.ttf') format('truetype'),
         url('gothammedium-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('gothamlight-webfont.eot');
    src: url('gothamlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothamlight-webfont.woff2') format('woff2'),
         url('gothamlight-webfont.woff') format('woff'),
         url('gothamlight-webfont.ttf') format('truetype'),
         url('gothamlight-webfont.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'gothammedium';
}


.form_ac_container
{
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 43px 20px;
}


.hdr_form_logo
{
    margin-bottom: 60px;
}
.hdr_form_logo img{
    margin: auto;
    display: block;
    max-width: 165px;
}

.box_qstn
{
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgb(155 155 155 / 30%);
    border-radius: 20px;
    overflow: hidden;
}


.accordion_form {
    padding: 25px 34px;
border: 0;
width: 100%;
font-family: 'gothammedium';
font-size: 20px;
line-height: 24px;
text-align: center;
color: #4698F8;
background-color: #fff;
cursor: pointer;
}
.panel_form p{
padding: 25px 34px;
}

.panel_form {
  font-size: 20px;
line-height: 24px;
text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: 'gothammedium';
}

.box_qstn
{
    margin-bottom: 36px;
}

.accordion_form span{
    display: block;
    font-family: 'gothamlight';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #A3A7AA;
    padding: 5px 0 0;
}

.btn_form a{
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
    background: #4193f7;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'gothammedium';
}

.btn_form
{
    padding-bottom: 20px;
}

.ftr_frm{
    font-size: 16px;
    line-height: 122%;
    text-align: center;
    color: #A3A7AA;
    margin-top: 95px;
}

.ftr_frm a{
    font-size: 16px;
    line-height: 122%;
    text-align: center;
    color: #A3A7AA;
    text-decoration: none;
}








