.toppadding-100 {
    padding-top: 165px !important;
}

.tm-padding-section,
.tm-padding-section-bottom {
    padding-bottom: 70px;
}

.tm-padding-section,
.tm-padding-section-top {
    padding-top: 70px;
}

.card-box {
    padding: 40px 30px;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    color: #111111;
    background: #fff;
    overflow: hidden;
    box-shadow: 10px 8px 30px 0px rgb(233 233 241 / 86%);
    -webkit-box-shadow: 10px 8px 30px 0px rgb(233 233 241 / 86%);
}

.card-box h3 {
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 600;
}

.card-icon {
    display: inline-block;
    height: 92px;
    width: 92px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 20px rgb(162 172 175 / 40%);
    box-shadow: 0 3px 20px rgb(162 172 175 / 40%);
    font-size: 40px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-icon img {
    width: 50%;
}

/*---------------------------contact box-------------------------------*/
.contact-box-grid {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 130px;
}

.contact-box-grid .item--icon {
    font-size: 24px;
    color: #7d8d95;
    height: 63px;
    width: 61px;
    min-width: 61px;
    line-height: 61px;
    text-align: center;
    border-radius: 6px;
    margin-right: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(225 225 225);
}

.contact-box-grid .item--holder .item--title {
    margin-top: -4px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.contact-box-grid .item--holder .item--description {
    line-height: 1.625;
    color: #40535f;
}

/*---------------------------Request a Call Back-------------------------------*/
.group-img svg,
.group-img img {
    top: 14px !important;
}

.group-img:before {
    top: 8px !important;
}

.get-a-quote input[type="text"],
.get-a-quote input[type="email"],
.get-a-quote input[type="number"],
.get-a-quote textarea {
    box-shadow: none;
    -webkit-box-shadow: none !important;
}

.get-a-quote p {
    padding-top: 0px !important;
}

.get-a-quote {
    padding: 30px 30px;
}

.get-a-quote:before {
    background: none !important;
}

.get-a-quote h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #213b4b;
}

/*---------------------------steps-section-------------------------------*/
.steps-section {
    position: relative;
    background-color: #f3f6fa;
}

.steps-section .patern-layer-one {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 34%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.device-show {
    position: absolute;
    top: 430px;
    z-index: 1;
    left: -60px;
    width: 72%;
}

.device-twin {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.steps-section .table {
    margin-bottom: 0px;
}

.steps-section .table td,
.steps-section .table th {
    padding: .55rem;
}

.call-to-us {
    display: none;
}

@media (max-width:767px) {
    .steps-section .patern-layer-one {
        width: 0%;
    }
}

@media (max-width:1199px) {
    .device-show {
        left: -5px;
        top: 488px;
    }

    .device-show img {
        width: 75%;
    }

    .toppadding-100 {
        padding-top: 165px !important;
    }

    .call-to-us {
        background: #da2031;
        line-height: 50px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        position: fixed;
        bottom: 15px;
        z-index: 2;
        right: 15px;
        display: block;
        /* align-items: center; */
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
    }

    .call-to-us:focus,
    .call-to-us:hover {
        color: #fff;
    }
}

/*---------------iphone and browser-----------------*/

.ipad,
.iphone,
.iphone-x {
    border: 1px solid #edf4f8;
    margin: 0 auto;
    position: relative
}

.ipad:after,
.ipad:before,
.iphone-x:after,
.iphone-x:before,
.iphone:after,
.iphone:before {
    content: '';
    position: absolute
}

.ipad:before,
.iphone-x:before,
.iphone:before {
    width: 45px;
    height: 4px;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 30px
}

.ipad:after,
.iphone-x:after,
.iphone:after {
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
    display: block;
    border-radius: 50%
}

.ipad .screen,
.iphone .screen,
.iphone-x .screen {
    margin: 0 auto
}

.ipad .screen img,
.iphone .screen img,
.iphone-x .screen img {
    max-width: 100%
}

.ipad,
.iphone {
    background: #fff;
    max-width: 290px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}

.ipad:before,
.iphone:before {
    background: #e3e8eb;
    margin: -25px auto 0
}

.ipad:after,
.iphone:after {
    top: 30px;
    margin-left: -45px;
    background: #e3e8eb
}

.ipad .screen,
.iphone .screen {
    width: 90%
}

.ipad .screen img,
.iphone .screen img {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 17, 53, .16);
    box-shadow: 0 0 0 1px rgba(0, 17, 53, .16)
}

.ipad .button,
.iphone .button {
    -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
    box-shadow: 0 0 1px 2px #e3e8eb inset;
    border: 1px solid #edf4f8;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    padding-top: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ipad.small,
.iphone.small {
    max-width: 185px;
    border-radius: 26px;
    padding: 45px 0
}

.ipad.small:before,
.iphone.small:before {
    width: 35px
}

.ipad.small:after,
.iphone.small:after {
    top: 20px
}

.ipad.small .button,
.iphone.small .button {
    width: 28px;
    padding-top: 28px;
    margin-left: -8px
}

.ipad.landscape,
.iphone.landscape {
    padding: 1rem 3rem
}

.ipad.landscape:after,
.ipad.landscape:before,
.iphone.landscape:after,
.iphone.landscape:before {
    left: 16%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ipad.landscape .button,
.iphone.landscape .button {
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ipad:before {
    content: none
}

.ipad.portrait:after {
    margin-left: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.iphone-x {
    background: #181715;
    max-width: 243.75px;
    border-radius: 26px;
    padding: 9.75px;
    -webkit-box-shadow: 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}

.iphone-x:after,
.iphone-x:before {
    background-color: #292724;
    z-index: 1
}

.iphone-x:before {
    margin: 0 auto
}

.iphone-x:after {
    top: 8px;
    margin-left: 33px
}

.iphone-x .screen {
    border-radius: 13px;
    overflow: hidden
}

.iphone-x .screen img {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .015);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .015)
}

.iphone-x .notch {
    position: absolute;
    border-radius: 13px;
    width: 135.85px;
    height: 22.75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #181715;
    top: 0;
    left: 50%
}

.iphone-x.light {
    background-color: #fff
}

.iphone-x.light .notch {
    background-color: #fff
}

.iphone-x.light:after,
.iphone-x.light:before {
    background-color: #e3e8eb
}

.device-twin {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.device-twin .mockup {
    -webkit-box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 20px 50px -25px rgba(0, 0, 0, .5), 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 20px 50px -25px rgba(0, 0, 0, .5), 0 0 1px rgba(0, 0, 0, .1);
    max-width: 210px
}

@media (min-width:768px) {

    .device-twin .phone {
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .device-twin .phone.front:hover {
        -webkit-transform: rotate(2deg) translate3d(0, -8px, 0);
        transform: rotate(2deg) translate3d(0, -8px, 0)
    }

    .device-twin .phone.absolute {
        margin-top: -30px
    }

    .device-twin .phone.absolute:hover {
        -webkit-transform: rotate(-2deg) translate3d(-10px, 0, 0);
        transform: rotate(-2deg) translate3d(-10px, 0, 0)
    }
}

.browser {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(10%, #eef1f3));
    background: linear-gradient(#fff 1%, #eef1f3 10%);
    position: relative;
    padding-top: 2em;
    border-radius: .4em
}

.browser:before {
    display: block;
    position: absolute;
    content: '';
    top: .75em;
    left: 1em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #f44;
    -webkit-box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
    box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5
}

.browser img {
    max-width: 100%
}

.browser.shadow {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .09);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .09)
}

.browser.border {
    border: 1px solid #edf4f8
}


/*.why-choose-us .browser {
    -webkit-transform: translate(40%, -10%) rotate3d(.342, -.94, 0, 22deg) rotateZ(7deg);
    transform: translate(40%, -10%) rotate3d(.342, -.94, 0, 22deg) rotateZ(7deg);
    width: 380px;
    bottom: 0
}*/

@media (min-width:768px) {
    .why-choose-us .browser {
        bottom: auto;
        width: 780px
    }
}

/*.why-choose-us .iphone {
    -webkit-transform: translate(-20%, 10%) rotate3d(.5, .866, 0, 16deg) rotateZ(-7deg);
    transform: translate(-20%, 10%) rotate3d(.5, .866, 0, 16deg) rotateZ(-7deg)
}*/

@media (max-width:767.98px) {
    .why-choose-us .iphone {
        width: 42%;
        margin-right: 0;
        margin-left: 0;
        left: 35px;
    }
}


/*----------------------------------------------------------*/
.dark-background-overlay {
    background-color: rgb(21 19 19 / 88%);
    background-repeat: repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 0;
}

.subscription {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscription img {
    width: 65px;
}

.subscription .border-right {
    border-right: 1px solid #47494a !important;
}

.text-muted {
    color: #a9b0b5 !important;
}

.bg-img-dark {
    background-color: #121010;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnailimg {
    height: 155px;
}

.cta-gap {
    padding: 0px;
    margin-bottom: -30px;
}

.discount-offer {
    background-repeat: no-repeat;
    background-color: #27222b;
    border-radius: 0px;
    display: flex;
    align-items: center;
    padding: 60px;
    background-position: center;
    position: relative;
    box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
}

.discount-offer:before {
    background-color: #fa360a;
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.discount-offer h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    width: 76%;
    margin-bottom: 35px;
    color: #fff;
}

@media (max-width: 1199px) {
    .discount-offer h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
    }
}

.discount-offer span {
    color: #fa350c;
}

.services {
    background: url(https://bridgera.com/wp-content/uploads/2023/11/shape.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.we-are ul li i {
    /* width: 1.25em;*/
    color: #fa360a;
    font-size: 18px;
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.we-are ul li {
    padding-bottom: 16px;
    align-items: center;
    display: flex;
    float: left;
    /* margin-right: 20px; */
    width: 220px;
}

.we-are ul li span p {
    padding-bottom: 0;
    margin-bottom: 0px;
}

ul {
    padding: 0;
    margin: 0;
}

.we-are.full-width ul li {
    width: auto;
    float: none;
    align-items: normal;
}

.we-are.full-width ul li i {
    line-height: 24px;
}

.team-slider .team-expert {
    width: 86%;
    margin-left: 54px;
    box-shadow: 0 10px 35px 0 rgb(217 221 229 / 94%);
    border: 1px solid #e3e6ec;
    margin-bottom: 50px;
}

.carousel-indicators {
    bottom: -45px;
}

/*-------------------------------------------*/
.callto {
    align-items: center;
    display: flex;
}

.callto i {
    width: 30px;
    height: 30px;
    background-color: #ffdfe7;
    color: #e81a65;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 6px;
    margin-left: 10px;
}

.callto .cta-btn {
    background: #da2031;
    border: 1px solid #da2031;
    padding: 3px 20px;
    border-radius: 20px;
    color: #fff;
}

.callto .cta-btn:hover {
    background: #161c2d;
    border: 1px solid #161c2d;
}

.callto a {
    color: #04004d;
    font-weight: 600;
}

.header-bottominner {
    height: 70px;
}

/*--------------------Hero banner-----------------------*/
.hero_main {
    top: 70px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero_main.herobanner-bg {
    min-height: 600px;
}

.herobanner-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.herobanner-bg .hero_left h1,
.herobanner-bg .hero_left h2,
.herobanner-bg .hero_left p {
    color: #fff;
}

.hero_left h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.hero_left p {
    margin: 24px 0;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
}

.tc-note {
    position: absolute;
    bottom: -285px;
    width: 580px;
    right: -30px;
    font-style: italic;
    letter-spacing: 0.3px;
}

@media (max-width: 1199px) {
    .tc-note {
        position: relative;
        bottom: 0px;
        right: 0;
        left: 0;
        width: auto;
        margin-top: 30px;
    }
}

/*-------------------------------------------*/
.how-it-works {
    position: relative;
}

.how-it-works:before {
    width: 100%;
    height: 130%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #f3f6fa;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.info-box {
    position: relative;
    padding: 0 25px;
}

.info-style .info-item .icon-circle-box {
    margin-bottom: 15px;
}

.info-style .icon-circle-box .circle-image {
    position: relative;
    display: inline-block;
}

.info-style .icon-circle-box .circle-image svg {
    opacity: 40%;
}

.info-style .icon-circle-box .circle-image svg {
    transform: rotate(30deg);
    transition: all 0.4s;
}

.info-style .info-item .icon-circle-box .circle-image svg path:nth-child(1),
.info-style .info-item .icon-circle-box .circle-image svg path:nth-child(2),
.info-style .info-item .icon-circle-box .circle-image svg path:nth-child(4) {
    fill: #fa360a;
}

.info-style .icon-circle-box .icon-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: 140px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-style .icon-circle-box .circle-image.big .icon-image {
    height: 170px;
    width: 170px;
}

.info-style .icon-circle-box .circle-image.big svg {
    height: 220px;
    width: 220px;
}

.info-style .icon-circle-box .icon-image img {
    width: 100%;
    border-radius: 50%;
}

.info-style .info-item:hover .icon-circle-box .circle-image svg {
    transform: rotate(0deg);
}

.info-style .info-item:hover .icon-circle-box .circle-image svg {
    opacity: 100%;
}

.info-style .info-title {
    margin-bottom: 5px;
}

.info-box .info-title {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
    padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.rt-animate-image {
    position: relative;
}

/*-------------------------------------------*/
.iconic-boxes-v1.icon-boxes-square-bordered {
    border-left: 0px solid rgba(54, 35, 75, 0.07);
    border-top: 0px solid rgba(54, 35, 75, 0.07);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
    min-height: 280px;
    padding: 24px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-right: 0px solid rgba(54, 35, 75, 0.07);
    border-bottom: 1px solid rgba(54, 35, 75, 0.07);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iconic-boxes-v1 .iconic-box {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
    box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    background-color: #fa350c;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
    left: 0px;
    top: 0px;
    bottom: -10px;
    right: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
    box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before,
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.iconic-boxes-v1 .iconic-box .icon.icon-gradient-1 {
    background: -webkit-linear-gradient(320deg, #545d76 0%, #31384c 59%, #181e2f 100%);
    background: -o-linear-gradient(320deg, #545d76 0%, #31384c 59%, #181e2f 100%);
    background: linear-gradient(130deg, #545d76 0%, #31384c 59%, #181e2f 100%);
}

.iconic-boxes-v1 .iconic-box .icon {
    height: 70px;
    width: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.iconic-boxes-v1 .iconic-box .icon img {
    width: 36px;
    height: 36px;
}

.iconic-boxes-v1 .iconic-box .title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    display: -webkit-box;
    height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconic-boxes-v1 .iconic-box p {
    line-height: 22px;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover {
    z-index: 2;
}

.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::before,
.iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.iconic-boxes-v1 .iconic-box:hover .icon.icon-gradient-1 {
    background: linear-gradient(130deg, #ff9381 0%, #da2031 59%, #e71e67 100%);
}

/*-------------------------------------------*/
.widget-image {
    margin: 0% 0% -15% 10%;
}

.image-style {
    position: relative;
}

.image-default {
    height: 100%;
}

.image-style .image-box {
    position: relative;
    z-index: 2;
}

.image-style .shape-icon li:nth-child(1) {
    bottom: -30px;
    left: -60px;
}

.image-style .shape-icon li:nth-child(2) {
    bottom: -50px;
    left: -96px;
}

.image-style .shape-icon li {
    position: absolute;
    z-index: 1;
    display: block;
}

/*-------------------------------------------*/
@media only screen and (min-width: 361px) and (max-width: 375px) {
    .video {
        margin-top: 36px !important;
    }

    .video iframe {
        width: 285px;
        height: 160px;
    }

    .discount-offer h2 {
        display: table-cell;
    }

    .discount-offer {
        padding: 30px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
    .video {
        margin-top: 36px !important;
    }

    .video iframe {
        width: 294px;
        height: 180px;
    }

    .discount-offer h2 {
        display: table-cell;
    }

    .discount-offer {
        padding: 30px;
    }
}