header{
    background-color:#dff1f8;
    padding: 20px 0;
}
.logo{
    width:150px;
    display: block;
    margin: 0 auto;
}
.logo img{
    width: 100%;
    display: block;
}
/* banner */
.banner{
    position: relative;
    padding: 17px 0 0;
}
.banner-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.banner p:first-of-type{
    font-family: 'gudeabold';
    padding: 0 7px;
    font-size: 16px;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .btn{
    color: #1d318b;
    border: 1px solid #1d318b;
    background-color: #fff;
}
.banner .btn:hover{
    background-color: #1d318b;
    color: #fff;
    border: 1px solid transparent;
}
.center-content{
    margin-bottom: 20px;
}
/* subscription */
.subscription{
    background-color: #e7f5f9;
    padding: 26px 0;
}
.subscription p:first-of-type{
    font-family: 'gudeabold';
    padding: 0 7px;
    font-size: 17px;
    margin-bottom: 20px;
    color: #1d318b;
}
.subscription p{
    font-size: 14px;
    margin-bottom: 0;
    color: #3f3f3f;
}
.subscription .center-content{
    margin-bottom: 0;
}
/* exciting-plans */
.exciting-plans{
    padding: 30px 0 35px;
}
.offer-wrap {
    margin-bottom: 50px;
    padding: 0 22px;
    position: relative;
}
.offer-img img{
    width: 100%;
}
.exciting-plans h3{
    padding-bottom: 20px;
    border-bottom: 2px solid #4ac0e0;
    margin-bottom: 0;
}
.offer-wrap p{
    padding: 10px 7px;
    margin-bottom: 0;
    color: #313131;
    border-bottom: 2px solid #4ac0e0;
}
.exciting-plans .btn{
    margin-top: 22px;
    border: 0;
    font-size: 16px;
    padding: 15px 30px;
}
.offer-wrap::after{
    content: "";
    position: absolute;
    top: 104%;
    left: 0;
    height: 6px;
    width: 100%;
    background: url(../images/dotted-line.png) no-repeat;
    background-size: 100% auto;
}
.offer-wrap:last-child::after{
    display: none;
}
.plans-wrapper{
    margin: 0 -20px;
}
.offer-img {
    margin-bottom: 27px;
    padding: 6px 34px 0px 36px;
}
.exciting-plans .offer-wrap:nth-child(2) .btn{
    padding: 15px 10px;
    letter-spacing: -0.1px;
}
.offer-wrap:last-child{
   margin-bottom: 0;
}
/* faq */
.faq {
    background-color: #f7f7f7;
    padding: 22px 0 40px;
}
.faq .container{
    max-width: 1230px;
}
.card-header{
    background-color: #d1e8ef;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 0;
}
.accordion .btn{
    border: 0;
    letter-spacing: 0.1px;
    padding: 0;
    padding: 11px 53px 11px 17px;
    color: #1d318b;
    background-color: transparent;
}
.accordion .btn:hover{
    color: #002a70;
    background-color: #d1e8ef;
    text-decoration: none;
}
.card-body{
    background-color: #f7f7f7;
}
.card{
    border: 0;
    margin-bottom: 7px;
}
.accordion>.card>.card-header {
    border-radius: 6px;
}
.accordion .btn{
    font-size: 15px;
    position: relative;
    font-family: 'gudeabold';
    text-decoration: none;
}
.accordion .btn.collapsed:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(../images/arrow-down.png) no-repeat;
    background-size: 26px auto;
    width: 26px;
    height: 26px;
    pointer-events: none;
    transition: all 0.5s;
    transform: translateY(-50%);
}
.accordion .btn::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/arrow-up.png) no-repeat;
    background-size: 26px auto;
    width: 26px;
    height: 26px;
    pointer-events: none;
}
.faq h3{
    color: #1d318b;
    font-family: 'gudeabold';
}
.img-block{
    max-width: 62%;
    margin: 0 auto 35px;
}
.accordion h2{
    padding: 0;
    line-height: 0;
}
.card-body p {
    font-size: 17px;
    color: #535353;
    line-height: 1.3;
    margin-bottom: 21px;
    padding: 0 6px;
}
.card-body {
    padding: 12px 3px 10px 5px;
    text-align: left;
}
.card p:last-child{
    margin-bottom: 0;
}
.accordion {
    padding: 0 9px
}
.accordion .card:last-child p{
    margin-bottom: 0;
}
.card-one{
    padding: 6px 3px 6px 5px;
}
/* footer */
.footer{
    padding: 22px 0;
    text-align: center;
}
.footer-logo{
    width: 150px;
    margin: 0 auto 28px;
    display: block;
}
.footer-logo img{
    width: 100%;
}
.footer-menu a{
    font-size: 13px;
    color: #285791;
    font-family: 'gudearegular';
}
.footer-menu a:hover{
    opacity: 0.8;
}
.copyright{
    font-size: 14px;
    color: #285791;
    font-family: 'gudearegular';
    margin-bottom: 10px;
    display: block;
}
.footer-menu {
    display: flex;
    justify-content: center;
}
.footer-menu li{
    margin-left: 16px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 10px;
}
.footer-menu li::after{
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 11px;
    width: 1px;
    background-color: #285791;
}