* {
    box-sizing: border-box;
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
*::after,
*::before{
    box-sizing: border-box;
}
p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
.heading-style {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
}
.heading-style strong {
    font-size: 25px;
    display: block;
    color: #FFB300;
    text-transform: uppercase;
}
.heading-style span {
    color: #FFB300;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.mainWrapper>* {
    padding: 45px 0;
}
.common-button {
    background-color: #FFB300;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #c78d05;
    color: #fff;
}
.border-btn {
    background-color: #fff;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #000;
}
.border-btn:hover,
.border-btn:focus
{
    background: #FFB300;
    color: #fff;
    border: 1px solid #FFB300;
}
a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}
.enq-popup-button-block {
    text-align: center;
}
.play-anim-ico {
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.play-anim-ico {
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    position: absolute;
    height: 25px;
    right: 0;
    bottom: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
}
section {
    display: block;
}
.align-self-center {
    align-self: center;
}
.align-self-end {
    align-self: flex-end;
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 15px 0 0 0;
}
.common-btn {
    background-color: #FFB300;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 44px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.common-btn:hover,
.common-btn:focus {
    background: #c78d05;
    color: #fff;
}
p strong {
    font-size: 20px;
    color: #424242;
}
/************************************/
.main-banner {
    background: #FFFAEF;
    padding: 0;
    overflow: hidden;
}
.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-banner .main-banner-img {
    width: 47vw;
    max-width: initial;
}
.variants.yellow_bg {
    background-color: #fff8e9;
}
.variants {
    padding: 50px 15px;
}
.variants-row .heading-area {
    max-width: 1275px;
    margin: 0 auto;
}
.variants-row {
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.variants-row:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 100%;
    z-index: -1;
    opacity: 0.10;
}
ul.variationlist {
    display: flex;
    margin: 20px 0 0 0;
    justify-content: center;
}
ul.variationlist li {
    padding: 0 20px;
}
.main-banner a {
    background-color: #FFB300;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.main-banner a:hover {
    background-color: #c78d05;
}
.main-banner a.btn-color1 {
    background-color: #FE9B00;
}
.main-banner a.btn-color1:hover,
.main-banner a.btn-color1:focus {
    background-color: #c07a24;
}
.main-banner a.btn-color2 {
    background-color: #0fb158;
}
.main-banner a.btn-color2:hover,
.main-banner a.btn-color2:focus {
    background-color: #0a8d45;
}
.main-banner .main-banner-right h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.main-banner .main-banner-right h1 span {
    color: #FFB300;
}
.main-banner-left {
    width: 46%;
    position: relative;
}
.main-banner-right {
    width: 51%;
    padding-right: 20px;
}
.main-banner-right b{
    font-size: 22px;
    text-transform: capitalize;
}
.main-banner .devider {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.main-banner .main-banner-right .main-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}
.main-banner-right .btn__div {
    margin-top: 15px;
}
/****************************************/
/**************************************/
.benefits-inner {
    padding: 0px 15px;
    max-width: 1310px;
    margin: 0 auto;
}
.benefits ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 15px;
    margin: 53px 0 0 0;
    row-gap: 60px;
}
.benefits ul li {
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #F5EFD8;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-top: 5px solid #FFB300;
}
.benefits h4 {
    margin: 0 0 10px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
}
.benefits ul li i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -52px 0 15px 15px;
    background-color: #FFB300;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.benefits ul li i::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    font-size: 35px;
    color: #fff;
}
.benefits ul li i img{
    width: 36px;
    height: 36px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
/*********************************************/
@media (max-width:1024px) {
    .main-banner-right.fullwidth {
        width: 100%;
    }
    .main-banner {
        padding: 40px 0;
    }
}
@media (max-width:991px) {
    .main-banner .container-inner{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .main-banner-right{
        width: 100%;
        padding: 0;
    }
    .main-banner-left{
        width: 100%;
    }
    .main-banner .main-banner-img{
        width: auto;
        max-width: 100%;
    }
    .main-banner .devider{
        display: none;
    }
/* ========================================================= */
    .benefits ul li {
        width: calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
    }
    .heading-style,
    .main-banner .main-banner-right h1 {
        font-size: 35px;
        line-height: 37px;
    }
    .heading-style strong {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .benefits ul li {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }
    .heading-style,
    .main-banner .main-banner-right h1 {
        font-size: 32px;
        line-height: 34px;
    }
    .heading-style strong {
        font-size: 18px;
    }
    ul.variationlist {
        flex-wrap: wrap;
    }
    ul.variationlist li {
        width: 50%;
        margin-bottom: 20px;
    }
    .variants {
        padding: 15px;
    }
}
@media (max-width:630px) {
    .benefits ul li {
        width: 100%;
        margin: 0;
    }
    ul.variationlist li {
        width: 100%;
        text-align: center;
    }
}