/* BIRTHDAY START BEGIN*/
.birthday_start .partners {
    padding-top: 180px;
}
.birthday-start{
    padding-top: 240px;
}
.birthday-start h1 {
    font-size: 28px;
    display: block;
    margin-bottom: 41px;
    padding-bottom: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #97c524;
    color: #aaacad;
    text-align: left;
    width: 25%;
    margin-left: 2.5%;
}
.birthday-start .head h2{
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
}
.birthday-start .head{
    margin-left: 2.5%;
    width: 97.5%;
}
.birthday-start .head .left h2{
    padding-bottom: 15px;
}
.birthday-start .head .left{
    width: 68.6%;
    padding: 2%;
    float: left;
    text-align: justify;
    background: #eceded;
    min-height: 472px;
}
.birthday-start .head .right{
    width: 22%;
    padding: 2%;
    float: right;
    background: #eceded;
    min-height: 472px;
    position: relative;

}
.birthday-start .head .right .click-arrow{
    display: block;
    position: absolute;
    right: 21px;
    top: 44px;
    opacity: 1 !important;
}
.birthday-start .head .right a{
    display: block;
    padding: 0px 10px 10px 10px;
}
.birthday-start .head .right img{
    max-width: 100%;
    opacity: 1;
    transition: .3s;
}
.birthday-start .head .right img:hover{
    opacity: 0.7;
    transition: .3s;
}
.birthday-start .head p{
    font-size: 16px;
    margin: 28px 8px;
}
.birthday-start .dates {
    padding-bottom: 42px;
    margin-top: 43px;
    margin-left: 2.5%;
    width: 97.5%;
    background: #eceded;
}
.birthday-start .dates h3{
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    padding: 32px;
}
.birthday-start .dates div{
    padding: 0px 20px;
    margin-bottom: 10px;
}
.birthday-start .dates a{
    display: inline-block;
    background: #cfd1d2;
    padding: 5px 10px 4px 10px;
    font-size: 18px;
    transition: .3s;
}
.birthday-start .dates a:nth-child(2n+2) {
    background: #c6c7c8;
}
.birthday-start .dates a.active{
    color: #fff;
    background: #002c76;
}
.birthday-start .dates a:hover{
    color: #fff;
    background: #002c76;
    transition: .3s;
}
.birthday-start .packages{
    margin-top: 43px;
    margin-left: 2.5%;
    width: 97.5%;
}
.birthday-start .packages .package{
    width: 49.4%;
    float: left;
    background: #eceded;

}
.birthday-start .packages .package.personal{
    width: 49.4%;
    float: right;
    background: #eceded;

}
.birthday-start table.press-info{
    width: 96%;
    margin: 4% 2% 0 2%;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.birthday-start table.press-info th{
    text-align: center;
    width: 38%;
    background: #d9dadb;
    border-bottom: 10px solid #eceded;
    padding: 16px 0;
    font-size: 20px;
}
.birthday-start table.press-info th.middle{
    width: 24%;
    background: #c6c7c8;
}
.birthday-start table.press-info td{
    background: #fff;
    padding: 15px;
}
.package h4 {
    font-family: 'MyriadPro-bold';
    text-transform: uppercase;
    color: #002c76;
    font-size: 38px;
    padding: 18px 0px 15px 0px;
    margin: 0px auto;
    border-bottom: 2px solid #002c76;
    text-align: center;
    max-width: 352px;
}
.package.personal h4 {
    color: #97c524;
    border-bottom: 2px solid #97c524;

}
.package {
    font-size : 16px;
}
.package p{
    margin: 0;
    padding: 30px 30px;
    text-align: justify;
}
.package .left{
/*    width: 49.3%; */
    display: inline-block;
    vertical-align: top;
}
.package .right{
    width: 49.3%;
    display: inline-block;
    vertical-align: top;
}
.package .left p{
    background: url('../img/icon/ok_blue.png') 0px 12px no-repeat;
    background-size: 35px auto;
    padding: 18px 50px;
    margin: 10px 30px;
    text-align: left;

}
.package .right p{
    background: url('../img/icon/delete_blue.png') 0px 12px no-repeat;
    background-size: 29px auto;
    padding: 18px 50px;
    margin: 10px 30px;
    text-align: left;

}
.package.personal .left p{
    background: url('../img/icon/ok_green.png') 0px 12px no-repeat;
    background-size: 35px auto;

}
.package.personal .right p{
    background: url('../img/icon/delete_green.png') 0px 12px no-repeat;
    background-size: 29px auto;

}
.package h5,
.package h5{
    text-transform: uppercase;
    color: #002c76;
    font-size: 26px;
    margin-top: 20px;
    margin-right: 20px;
}
.package.personal h5,
.package.personal h5{
    color: #97c524;
}
.package .own-offer{
    height: 138px;
    position: relative;
    border-top: 16px solid #fff;
}
.package .own-offer a{
    display: block;
    height: 100%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    background: #002c76 url(../img/icon/ok_circle.png) 30px 16px no-repeat;
    background-size: 102px auto;
}

@media screen and (min-width: 768px){
    .package .own-offer a:hover{
        background: #0442ab url(../img/icon/ok_circle.png) 30px 16px no-repeat;
        background-size: 102px auto;
    }
}

.package .own-offer a span{
    display: inline-block;
    padding: 35px 0px 35px 162px;
}
.package .new-offer{
    height: 138px;
    position: relative;
    border-top: 16px solid #fff;
}
.package .new-offer a{
    display: block;
    height: 100%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    background: #97c524 url(../img/icon/paper.png) 30px 16px no-repeat;
    background-size: 102px auto;
}
.package .new-offer a:hover{
    background: #ade02e url(../img/icon/paper.png) 30px 16px no-repeat;
    background-size: 102px auto;
}
.package .new-offer a span{
    display: inline-block;
    padding: 18px 0px 18px 162px;
}
.package .right-arrow{
    display: block;
    position: absolute;
    top: 48px;
    right: 25px;

}
@media screen and (max-width: 1300px) {
    main.birthday_start {
        width: 100%;
        overflow-x: hidden;
    }
    .birthday-start h1{
        width: 50%;
    }
    .birthday-start .head,
    .birthday-start .dates,
    .birthday-start .packages {
        width: 100%;
        margin-left: 0;
    }
    div.section.container.birthday-start {
        max-width: 980px;
        margin: 0px auto;
    }
    .package .left p,
    .package .right p{
        padding-right: 0px;
    }
    .birthday-start .head .left {
        min-height: 400px;
    }
    .birthday-start .head .right {
        min-height: 400px;
    }
}
/* BIRTHDAY START END*/
/* TABLES & MOBILE VIEW BEGIN*/
/* TABLET LANDSCAPE */
@media screen and (max-width: 992px) {
    div.section.container.birthday-start {
        max-width: 100%;
        margin: 0px auto;
    }
    .birthday-start .head h2 {
        font-size: 26px;
    }
    .birthday-start .head .right a {
        display: block;
        padding: 45px 10px 10px 10px;
    }
    .birthday-start .head .right .click-arrow {
        top: 101px;
        opacity: 1 !important;
        max-width: 50px;
    }
    .birthday-start .head .left,
    .birthday-start .head .right {
        min-height: 430px;
    }
    .birthday-start .dates {
        padding-bottom: 42px;
        margin-top: 12px;
    }
    .birthday-start .dates div {
        padding: 0px 0px;
        margin-bottom: 10px;
    }
    .birthday-start .dates a {
        padding: 5px 10px 4px 10px;
        font-size: 14px;
    }
    .birthday-start .dates h3 {
        font-size: 26px;
    }
    .birthday-start table.press-info th {
        font-size: 16px;
    }
    .package h4 {
        font-size: 34px;
        max-width: 300px;
    }
    .package h5, .package h5 {
        font-size: 22px;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 50px;
    }
    .package .left p {
        background: url(../img2/icon/ok_blue.png) 0px 25px no-repeat;
        background-size: 30px auto;
        padding: 18px 0px 10px 10px;
        margin: 0px 30px;
        margin-right: 0px;
        text-align: left;
    }
    .package .right p {
        background: url(../img/icon/delete_blue.png) 0px 24px no-repeat;
        background-size: 25px auto;
        padding: 18px 0px 10px 50px;
        margin: 0px 30px;
        margin-right: 0px;
        text-align: left;
    }
    .package.personal .left p{
        background: url('../img/icon/ok_green.png') 0px 25px no-repeat;
        background-size: 30px auto;

    }
    .package.personal .right p{
        background: url('../img/icon/delete_green.png') 0px 24px no-repeat;
        background-size: 25px auto;

    }
    .package .own-offer {
        height: 120px;
        position: relative;
        border-top: 16px solid #eceded;
    }
    .package .new-offer {
        height: 120px;
        position: relative;
        border-top: 16px solid #eceded;
    }
    .package .new-offer a {
        font-size: 24px;
        background: #97c524 url(../img/icon/paper.png) 30px 16px no-repeat;
        background-size: 85px auto;
    }
    .package .new-offer a span {
        display: inline-block;
        padding: 18px 0px 18px 135px;
    }
    .package .own-offer a {
        font-size: 24px;
        background: #002c76 url(../img/icon/ok_circle.png) 30px 16px no-repeat;
        background-size: 85px auto;
    }
    .package .own-offer a span {
        display: inline-block;
        padding: 35px 0px 35px 135px;
    }
    .package .right-arrow {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px;
        width: 50px;
    }
    .birthday-start h1 {
        font-size: 28px;
        margin-top: 80px;
        width: 335px;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .birthday-start h1 {
        width: 325px;
        margin-top: 75px;
        margin-bottom: 30px;
        padding-bottom: 5px;
        font-size: 24px;
        margin-left: 4%;
    }
    .birthday-start .head .left,
    .birthday-start .head .right {
        width: 92%;
        padding: 4%;
        min-height: 0;
    }
    .birthday-start .head .right {
        margin-top: 0;
        padding-top: 0;
    }
    .birthday-start .head h2 {
        font-size: 24px;
    }
    .birthday-start .head p{
        margin: 28px 0px;
    }
    .birthday-start .head .left h2 {
        font-size: 24px;
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .birthday-start .dates a {
        padding: 5px 20px 4px 20px;
        font-size: 18px;
        min-width: 80px;
    }
    .birthday-start table.press-info{
        width: 100%;
        margin: 0;
    }
    .birthday-start .dates {
        padding-bottom: 42px;
        margin-top: 15px;
    }
    .birthday-start table.press-info th {
        font-size: 18px;
        border-bottom-width: 0px;
    }
    .package h4 {
        font-size: 24px;
        padding-bottom: 5px;
        max-width: 200px;
        border-bottom-width: 1px;
    }
    .package .left p {
        background: url(../img/icon/ok_blue.png) 0px 15px no-repeat;
        background-size: 30px auto;
    }
    .package.personal .left p {
        background: url(../img/icon/ok_green.png) 0px 15px no-repeat;
        background-size: 30px auto;
    }
    .package .right p {
        background: url(../img/icon/delete_blue.png) 0px 14px no-repeat;
        background-size: 25px auto;
    }
    .package.personal .right p {
        background: url(../img/icon/delete_green.png) 0px 14px no-repeat;
        background-size: 25px auto;
    }
    .package.personal h4 {
        border-bottom: 1px solid #97c524;
    }
    .birthday-start .packages {
        margin-top: 15px;
    }
    .package .left,
    .package .right{
        width: 100%;
    }
    .package .new-offer,
    .package .own-offer {
        height: 62px;
    }
    .package h5, .package h5{
        margin-top: 0px;
    }
    .package .own-offer a {
        font-size: 24px;
        background: #002c76 url(../img/icon/ok_circle.png) 17px 7px no-repeat;
        background-size: 47px auto;
    }
    .package .new-offer a {
        font-size: 24px;
        background: #97c524 url(../img/icon/paper.png) 20px 10px no-repeat;
        background-size: 45px auto;
    }
    .package .right-arrow {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
    }
    .package .own-offer a span {
        font-size: 14px;
        display: inline-block;
        padding: 15px 0px 10px 80px;
    }
    .package .new-offer a span {
        font-size: 14px;
        display: inline-block;
        padding: 8px 0px 10px 80px;
    }
    .birthday_start .partners {
        padding-top: 100px;
    }
    .birthday-start .head .right img {
        max-width: 45%;
    }
    .birthday-start .head .right a{
        padding-top: 10px;

    }
    .birthday-start .head .right .click-arrow {
        right: 29%;
        top: 4%;
        opacity: 1 !important;
        max-width: 75px;
    }

}
@media screen and (max-width: 600px) {
    .birthday-start .head .right img {
        max-width: 55%;
    }
    .birthday-start table.press-info th {
        font-size: 16px;
        border-bottom-width: 0px;
    }
    .package h5,
    .package h5{
        margin-left: 0px;
    }
    .package p{
        padding: 20px;
    }
    .package .right p,
    .package .left p{
        margin-left: 20px;
    }
}
@media screen and (max-width: 479px) {
    .birthday-start h1 {
        width: 265px;
        margin-top: 75px;
        margin-left: 7%;
        margin-bottom: 22px;
        padding-bottom: 5px;
        border-bottom-width: 1px;
        font-size: 22px;
    }
    .birthday-start .head .left,
    .birthday-start .head .right {
        width: 86%;
        padding: 7%;
        min-height: 0;
    }
    .birthday-start .head p {
        font-size: 16px;
        margin: 25px 0px;
    }
    .birthday-start .head .left h2 {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 22px;
    }
    .birthday-start .head h2 {
        font-size: 18px;
        margin-top: 0px;
    }
    .birthday-start .head .right a{
        padding-top: 15px;
    }
    .birthday-start .head .right .click-arrow{
        display: none;
    }
    .birthday-start .head .right img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .birthday-start .dates h3 {
        font-size: 18px;
    }
    .birthday-start .dates a {
        padding: 5px 6px 5px 5px;
        font-size: 12px;
        min-width: 52px;
    }
    .birthday-start table.press-info {
        width: 100%;
        margin: 4% 0 0 0;
        border: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
    }
    .birthday-start table.press-info th {
        font-size: 12px;
        border-bottom-width: 0px;
        padding: 5px 0;
    }
    .birthday-start .packages .package {
        width: 100%;
    }
    .birthday-start .dates{
        padding-bottom: 20px;
    }
    .birthday-start .packages{
        margin-top: 15px;
    }
    .package h4 {
        font-size: 24px;
        max-width: 200px;
        padding-bottom: 5px;
        border-bottom-width: 1px;
    }
    .package h5, .package h5 {
        font-size: 16px;
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 50px;
    }
    .package .left p {
        background: url(../img/icon/ok_blue.png) 0px 25px no-repeat;
        background-size: 25px auto;
        padding: 18px 0px 10px 40px;
    }
    .package .right p {
        background: url(../img/icon/delete_blue.png) 0px 25px no-repeat;
        background-size: 20px auto;
        padding: 18px 0px 10px 32px;
    }
    .birthday-start .packages .package.personal {
        width: 100%;
    }
    .package.personal .left p {
        background: url(../img/icon/ok_green.png) 0px 25px no-repeat;
        background-size: 25px auto;
    }
    .package.personal .right p {
        background: url(../img/icon/delete_green.png) 0px 24px no-repeat;
        background-size: 20px auto;
    }
    .package .new-offer,
    .package .own-offer {
        height: 80px;
    }
    .package .own-offer a {
        font-size: 16px;
        background: #002c76 url(../img/icon/ok_circle.png) 25px 16px no-repeat;
        background-size: 50px auto;
    }
    .package .own-offer a span {
        display: inline-block;
        padding: 20px 0px 20px 90px;
    }
    .package .right-arrow {
        display: block;
        position: absolute;
        top: 28px;
        right: 20px;
        width: 38px;
    }
    .package .new-offer a {
        font-size: 16px;
        background: #97c524 url(../img/icon/paper.png) 22px 16px no-repeat;
        background-size: 52px auto;
    }
    .package .new-offer a span {
        display: inline-block;
        padding: 15px 0px 15px 99px;
    }
    .package .new-offer{
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 380px) {

}
/* TABLES & MOBILE VIEW END*/