@font-face {
    font-family: axiformaLight;
    src: url('../fonts/Axiforma-Light.ttf');
}
@font-face {
    font-family: axiformaRegular;
    src: url('../fonts/Axiforma-Regular.ttf');
}
@font-face {
    font-family: axiformaBold;
    src: url('../fonts/Axiforma-Bold.ttf');
}
@font-face {
    font-family: axiformaSemiBold;
    src: url('../fonts/Axiforma-SemiBold.ttf');
}
@font-face {
    font-family: axiformaExtraBold;
    src: url('../fonts/Axiforma-ExtraBold.ttf');
}
:root{
    --primary-color:#00A8C7;
    --secondary-color: #061F42;
    --secondary-transparent:#061f4278;
    --white-color:#fff;
    --black-color: #000000;
    --bg-blue-300: #005897;
    --bg-blue-200:#C8D9E7;
    --fonts-light: axiformaLight;
    --fonts-Regular: axiformaRegular;
    --fonts-bold: axiformaBold;
    --fonts-semibold: axiformaSemiBold;
    --fonts-semiExtrabold: axiformaExtraBold;
}
body{
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-size: 18px;
    font-family: var(--fonts-Regular);
    color: var(--black-color);
    position: relative;
    line-height: 26px;
}
.section{
    padding: 85px 15px;
    position: relative;
}
.main-title{
    font-size: 30px;
    line-height: 50px;
}
.btn-primary{
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: all .2s linear;
    border-color: var(--primary-color);
}
.btn-primary:hover, .btn-primary.btn-primary:focus{
    background-color: var(--bg-blue-300);
    border-color: var(--bg-blue-300);
    outline: none;
    box-shadow: none;
}
.btn{
    font-size: 16px;
    font-family: var(--fonts-bold);
    line-height: 26px;
    padding: 10px 20px 6px;
    border-radius: 12px;
}
.primary-text{
    color: var(--primary-color);
}
.white-text{
    color: var(--white-color);
}
.f-extrabold{
    font-family: var(--fonts-semiExtrabold);
}
.f-bold{
    font-family: var(--fonts-bold);
}
.f-light{
    font-family: var(--fonts-light);
}
.f-semibold{
    font-family: var(--fonts-semibold);
}
.black-text{
    color: var(--black-color);
}
.lh-40{
    line-height: 40px;
}
.gray-text{
    opacity: .6;
}
.no-underline{
    text-decoration: none;
}
a:hover{
    color: var(--secondary-color);
}
.cursor-pointer{
    cursor: pointer;
}
.opacity-3{
    opacity: .3;
}
/* Hedaer css :: BEGIN */
header{
    background-color: var(--secondary-color);
    padding: 5px 15px;
}
.main-logo{
    width: 120px;
    height: 60px;
    object-fit: contain;
}
/* Hedaer css :: END */
/* Banner section css :: BEGIN */
.banner-section{
    height: 60vh;
    position: relative;
}
.banner-section-exclude-overlay{
    height: 60vh;
    position: relative;
}

.banner-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section:after{
    content: "";
    background-color: var(--secondary-transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-section-exclude-overlay:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-text{
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}
.banner-btns a
{
    width: 200px;
} 
.blf-title
{
    font-size: 1.5em;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
}
.renew-title
{
    font-size: 2.3em;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
}
.home_first
{
    padding: 120px 15px;
}
.banner-p
{
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    font-family: axiformaLight;
    padding-bottom: 20px;
}
.banner-p b, .banner-p strong
{
    font-family: var(--fonts-bold);
}
.input-box{
    width: 683px;
    margin: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 0;
    position: relative;
}
.program-choose {
    position: absolute;
    width: 100%;
    top: 56px;
    background: #fff;
    max-height: 490px;
    overflow: auto;
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.14);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-box.opendiv{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.input-box .input-group .btn {
    width: 45px;
    height: 45px;
    padding: 5px;
    transition: all 0.4s ease;
}
.input-box.opendiv .input-group .btn
{
    background-color: #C8D9E7;
}
.input-box .input-group .btn img
{
    transition: all 0.4s ease;   
}
.input-box.opendiv .input-group .btn img
{
    transform: rotatez(-180deg);
}
.input-box input{
    border: 0;
}
.input-box .input-group-text{
    background-color: transparent;
    border: 0;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.input-box .input-group{
    background-color: transparent;
    border: 0;
}
.program-choose .d-flex{
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}
.program-choose .d-flex div {
    border: 1px solid #9ED2F6;
    padding: 20px 5px;
    flex: 0 0 33.33%;
}
.program-choose .d-flex div img, .program-choose table td img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}
.program-choose .d-flex div p, .program-choose table td p{
    font-size: 12px;
    line-height: 20px;
    font-family: var(--fonts-bold);
}
.program-choose table{
    border-collapse: separate;
    margin-bottom: 0;
    border-spacing: 0;
}
.program-choose table td{
/*    border: 1px solid #9ED2F6;*/
padding: 20px 5px;
width: 33.33%;
}
.program-choose a
{
    color: #000;
    text-decoration: none;
}
.program-choose table tr:nth-child(1) td
{
    border-top: 1px solid #9ED2F6;
}
.program-choose table tr td:nth-child(1)
{
    border-bottom: 1px solid #9ED2F6;
    border-right: 1px solid #9ED2F6;
}
.program-choose table tr td:nth-child(2)
{
    border-bottom: 1px solid #9ED2F6;
    border-right: 1px solid #9ED2F6;
}
.program-choose table tr td:nth-child(3)
{
    border-bottom: 1px solid #9ED2F6;
}
.program-choose table tr:last-child td
{
    border-bottom: none;
}
.program-choose table tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}
.program-choose table tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}
/* Banner section css :: END */
/* section 1 css :: BEGIN  */
.platform-text {
    font-size: 30px;
    line-height: 40px;
    font-family: axiformaLight;
}
.platform-text2 {
    font-size: 30px;
    line-height: 40px;
}
/* section 1 css :: END */
/* Advantage section css :: BEGIN */
.advantage-section{
    background-color: var(--bg-blue-200);
    position: relative;
}
.advantage-section::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid var(--white-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-38%);
}
.image-section .img-opt{
    position: relative;
    width: 180px;
    margin: auto;
}
.image-section img{
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.image-section img.cover-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 228px;
    margin: auto;
    opacity: 0.6;
}
.image-section p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
/* Advantage section css :: END */
/* section 3 css :: BEGIN */
.insurance-section{
    background-image: url("../images/lion-blue.png");
    background-repeat: no-repeat;
    background-position: right;
}
.insurance-section .gray-text
{
    color: rgba(0,0,0,0.4);
}
/* section 3 css :: END */
/* section 4 css :: BEGIN */
.inquiry-section{
    background-color: var(--bg-blue-300);
    color: var(--white-color);
}
/* section 4 css :: END */
/* footer section css :: BEGIN */
footer{
    background-color: var(--secondary-color);
}
footer ul{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
footer ul li a{
    color: var(--white-color);
    text-decoration: none;
    font-size: 14px;
    transition: all .2s linear;
}
footer ul li a:hover{
    color: var(--primary-color);
}
footer p
{
    font-size: 14px;
}
/* footer section css :: END */
/* Program template css :: BEGIN */
.padi-text{
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    margin: 0;
}
.padi-main-p
{
    line-height: 35px;
}
.slider-section img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.exclusive-section{
    background: #C8D9E7;
}
.exclusive-section ul
{
    margin-left: 10px;
    padding-top: 10px;
}
.secondary-title{
    font-size: 20px;
    line-height: 35px;
}
.blue-box {
    background: #ffffff52;
    padding: 35px 30px 20px 30px;
    min-height: 455px;
}
.blue-box ul li{
    font-family: var(--fonts-light);
    line-height: 40px;
}
.blue-box ul.property-offer{
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.blue-box ul.property-offer::before{
    content: "";
    height: 93%;
    width: 1px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    left: 3px;
}
.blue-box ul.property-offer li::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 14px;
}
.blue-box ul.property-offer li{
    position: relative;
}
.work-box{
    border: 1px dashed #BACBDA;
    border-radius: 6px;
    width: 270px;
    height: 306px;
    text-align: center;
    margin: auto;
    padding: 45px 20px;
    position: relative;
    background-color: var(--white-color);
}
.work-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.work-box p{
    font-size: 15px;
}
.work-box .primary-text{
    font-size: 16px;
    margin-bottom: 0;
}
.work-box .gray-text{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}
.bg-secondary{
    background: var(--secondary-color) !important;
}
.primary-title{
    color: var(--primary-color);
}
.work-boxes .d-flex .work-box:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    right: -102px;
    top: 50%;
    z-index: 0;
}
.work-boxes .d-flex .work-box::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    right: -36px;
    top: 49%;
    z-index: 0;
}
@media screen and (max-width: 1367px)
{
    .work-boxes .d-flex .work-box:before {
        right: -101px;
    }
    .work-boxes .d-flex .work-box::after
    {
        right: -17px;
    }
}
.work-boxes .d-flex .work-box:last-child::before{
    display: none;
}
.work-boxes .d-flex .work-box:last-child::after{
    display: none;
}
.bg-secondary.exclusive-section .blue-box {
    background: transparent;
    padding: 35px 30px 20px 30px;
    min-height: 495px;
    border: 1px solid var(--primary-color);
}
.back-button-option {
    position: absolute;
    top: 20px;
    left: 30px;
}
.back-button-option svg{
    fill: #fff;
    width: 24px;
    height: 24px;
}
/* Program template css :: END */
/* sme css :: BEGIN */
.notes p {
    background-color: #c8d9e73d;
    padding: 8px 12px;
    margin: 30px 0 70px;
    font-size: 16px;
    font-family: var(--fonts-light);
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    text-align: left;
}
.how-it-works-sme
{
    padding-top: 0px;
}
.notes svg{
    fill: var(--primary-color);
    position: relative;
    top: 2px;
}
.image-setup img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html {
    scroll-behavior: smooth;
}
.scroll-section ul
{
    list-style: none;
    padding-left: 0px;
}
.scroll-section li.active a
{
    color: #00A8C7;
}
.scroll-ptag
{
    height: 450px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.scroll-ptag ul {
    list-style: disc;
    padding-left: 20px;
}
.scroll-ptag::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.scroll-ptag span
{
    padding-bottom: 20px;
}
.scroll-section ul li a
{
    color: var(--black-color);
    font-size: 20px;
    line-height: 26px;
    font-family: var(--fonts-bold);
    text-align: left;
    text-decoration: none;
}
.scroll-section ul li
{
    background-color: transparent;
/*    border-top: 1px solid var(--black-color);*/
border-radius: 0;
/*    padding: 30px 5px;*/
}
.scroll-section{
    background-color: #C8D9E7;
}    
.scroll-section .nav-pills .nav-link {
    color: var(--black-color);
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,0.4);
    border-radius: 0;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--fonts-bold);
    text-align: left;
    padding: 30px 5px;
}
.scroll-ptag div:first-child
{
    padding: 0px 0px 10px;
}
.scroll-ptag div:last-child
{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.scroll-ptag div
{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 25px 0px 10px;
}
.scroll-section .nav-pills .nav-link.active{
    color: var(--primary-color);
    background: transparent;
}
.scroll-section .nav-pills{
    flex: 0 0 44%;
}
.scroll-section .tab-content p{
    line-height: 38px;
    font-size: 18px;
}
/* sme css :: END */
/* slider css :: BEGIN */
@keyframes shrink {
    0% {
      /* transform: scale(1.2); */
  }
  100% {
      /* transform: scale(1); */
  }
}
@keyframes grow {
    0% {
      /* transform: scale(1); */
  }
  100% {
      /* transform: scale(1.2); */
  }
}
  /* $. Classes
   \*----------------------------------------------------------------*/
   .animate {
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    filter: blur(0);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: center center;
}
.animate--shrink, .hero__title .slick-current > span {
    animation-duration: 1s;
    animation-name: shrink;
    animation-timing-function: 'linear';
    /* transform: scale(1.2); */
}
.hero__title{
    position: relative; 
}
.hero__title::after {
    content: "";
    position: absolute;
    bottom: 31%;
    left: 0;
    border-top: 1px solid var(--primary-color) !important;
    border-bottom: 1px solid var(--primary-color) !important;
    width: 100%;
    height: 50px;
}
.animate--shrink, .hero__title .slick-center span{
    color: var(--black-color);
    font-size: 22px;
    transform: scale(1.2);
}
.animate--grow, .hero__title .slick-current + .slick-slide > span, .no-js .hero__title .slick-dupe:nth-child(2) > span {
    animation-duration: 1s;
    animation-timing-function: 'linear';
    animation-name: grow;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    tap-highlight-color: transparent;
    padding-top: 40px;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
    outline: none;
}
.slick-vertical .slick-slide:focus, .slick-vertical .slick-slide:active, .slick-vertical .slick-slide::selection {
    outline: none !important;
    border: 0 !important;
    box-shadow: none;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-current {
    position: relative;
}
.hero__title .slick-slide {
    overflow: hidden;
    padding: 7px 0;
}
.hero__title [aria-hidden] {
    transition: 1s;
}
.hero__title .slick-current > span {
    box-sizing: border-box;
    display: block;
}
.no-js .hero__title .slick-dupe:nth-child(2) > span {
    padding: 1em;
}
.hero__title-misc {
    display: block;
    font-size: 16px;
    color: grey;
    width: fit-content;
    margin: 6px auto;
    text-align: center;
    line-height: 26px;
    transition: all .9s linear;
}
.container-slider {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

/* slider css :: END */
/* Media query :: BEGIN */
@media screen and (max-width: 1800px){
    .gap-5{
        gap:20px !important;
    }
    .renew-title {
        font-size: 1.5em;
        font-style: normal;
        font-weight: 800;
        line-height: 2em;
    }
}
@media screen and (max-width: 992.25px) {
    .blue-box{
        min-height: auto;
        margin-bottom: 20px;
    }
    .work-boxes .d-flex .work-box{
        height: 376px;
    }
    .bg-secondary.exclusive-section .blue-box{
        min-height: auto;
        margin-bottom: 20px;
    }
    .work-boxes .d-flex .work-box::after{
        top:49.2%
    }
    .banner-text {
    font-size:
    }
    .blf-title {
    font-size: 1em
    }

    .renew-title {
    font-size: 1em;
    line-height: 2em;
    }
    .banner-p {
        font-size:1em;
        line-height: 1.5em;
        padding-bottom: 15px;
    }
    .banner-p-atb {
        font-size:0.8em;
        line-height: 1em;
        padding-bottom: 10px;
    }
}
.for_desk
{
    display: flex;
}
.for_mobile
{
    display: none !important;
}
.scroll-ptag h2
{
    display: none;
}
.three_image
{
    display: block;
}
.three_image_mobile
{
    display: none;
}
.carousel-indicators button {
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
    background-color: #001e45 !important;
    opacity: .5 !important;
}
.carousel-indicators .active
{
    opacity: 1 !important;
}


@media screen and (max-width: 767.25px){
    .carousel-indicators
    {
        bottom: -60px;
    }
    .line_have
    {
        display: none;
    }
    .renew-title
    {
        font-size: 24px;
        line-height: 30px;
    }
    .container-slider{
        width: 100%;
    }
    .blf-title
    {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-p
    {
        font-size: 16px;
        line-height: 25px;
    }
    .insurance-section .gray-text
    {
        font-size: 14px;
    }
    .section.insurance-section
    {
        padding: 50px 15px;
    }
    .program-choose .d-flex div p, .program-choose table td p
    {
        font-size: 10px;
        line-height: 13px;
    }
    footer ul{
        display: block;
    }
    .work-boxes .d-flex {
        flex-wrap: wrap;
    }
    /*.work-boxes .d-flex .work-box:before, .work-boxes .d-flex .work-box::after{
        display: none;
    }*/
    .work-boxes .d-flex .work-box:before
    {
        z-index: -1;
        top: 120%;
        right: 80px;
        transform: rotate(90deg);
    }
    .work-boxes .d-flex .work-box::after {
        top: 109.2%;
        right: 127px;
    }
    .blue-box ul li {
        line-height: 38px;
        margin-bottom: 5px;
    }
    .section {
        padding: 15px
    }
    body{
        font-size: 14px;
        line-height: 18px;
    }
    .padi-text{
        line-height: 32px;
        font-size: 22px;
    }
    .padi .offset-1
    {
        margin-left: 0px;
    }
    .slider-section img
    {
        height: auto;
    }
    .work-boxes .d-flex .work-box {
        height: auto;
        padding: 25px 20px;
        margin-bottom: 30px;
    }
    .inquiry-section .d-flex{
        line-height: 20px;
        row-gap: 1px !important;
        display: block !important;
        line-height: 25px;
    }
    .scroll-section .d-flex{
        display: block !important;
        padding: 40px 0 30px;
    }
    .emp-counter {
        font-size: 26px;
        margin: 10px auto;
        padding: 10px;
    }
    .lh-40 {
        line-height: 20px;
    }
    .main-title {
        font-size: 26px;
        line-height: 36px;
    }
    .advantage-section{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .advantage-section::before{
        transform: translateX(-50%);
    }
    .platform-text, .platform-text2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .banner-text {
        top: 50%;
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }
    .notes svg
    {
        width: 50px;
    }
    .banner-section {
        height: 93vh;
    }

    banner-section-exclude-overlay{
        height: 93vh;
    }

    .btn {
        font-size: 14px;
        padding: 5px 10px 3px;
        border-radius: 8px;
    }
    .main-logo {
        width: 120px;
    }
    .banner-btns a
    {
        width: 70%;
        margin-bottom: 15px;
    }
    .padi
    {
        padding-top: 50px;
    }
    .exclusive-section, .how-it-works
    {
        padding: 50px 0px;
    }
    .notes p
    {
        line-height: 25px;
        margin-bottom: 40px;
    }
    .how-it-works-sme
    {
        padding: 50px 0px;
    }
    .three_image
    {
        padding-top: 50px;
    }
    .three_image .col-12
    {
        padding-bottom: 20px;
    }
    .three_image .col-12:last-child
    {
        padding-bottom: 0px;
    }
    .scroll-section
    {
        padding: 50px 0px;
    }
    .animate--shrink, .hero__title .slick-center span
    {
        font-size: 14px;
    }
    .home_first {
        padding: 50px 15px;
    }
    .for_desk
    {
        display: none !important;
    }
    .for_mobile
    {
        display: block !important;
    }
    footer .text-center
    {
        text-align: left !important;
    }
    footer ul li a
    {
        line-height: 25px;
    }
    .scroll-ptag
    {
        height: auto;
    }
    .scroll-ptag div
    {
        padding: 10px 0px 10px;
    }
    .scroll-ptag h2
    {
        display: block;
        font-size: 22px;
        line-height: 30px;
        padding: 20px 0px;
        font-weight: bold;
    }
    .scroll-ptag #scroll1 h2
    {
        padding-top: 0px;
    }
    .three_image
    {
        display: none;
    }
    .three_image_mobile
    {
        display: block;
        padding-top: 50px;
    }
    .how-it-works h1, .how-it-works-sme h1
    {
        margin-bottom: 20px;
    }
    .work-box .primary-text
    {
        padding-bottom: 8px;
    }
    .exclusive-section ul
    {
        margin-left: 0px;
    }
    .blue-box ul.property-offer::before
    {
        height: 94%;
    }
}
/* Media query :: END */