@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'), url('../fonts/GothamMedium.html') format('woff2'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'LoveyaScript';
    src: url('../fonts/LOVEYASCRIPT-REGULAR.TTF');
    font-display: swap;
}

@font-face {
    font-family: 'opensan-light';
    src: url('../fonts/OPENSANSLIGHT-2YXE.TTF');
    font-display: swap;
}

@font-face {
    font-family: 'opensan-semibold';
    src: url('../fonts/OPENSANSSEMIBOLD-WO7W.TTF');
    font-display: swap;
}

@font-face {
    font-family: 'opensan-bold';
    src: url('../fonts/OPENSANSBOLD-8WJJ.TTF');
    font-display: swap;
}


@font-face {
    font-family: 'heveltica';
    src: url('../fonts/Helvetica-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'heveltica-thin';
    src: url('../fonts/HelveticaNeue-Thin.otf');
    font-display: swap;
}

@font-face {
    font-family: 'heveltica-bold';
    src: url('../fonts/Helvetica-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'heveltica-light';
    src: url('../fonts/HelveticaBQ-Light.otf');
    font-display: swap;
}

@font-face {
    font-family: 'heveltica-ultra-light';
    src: url('../fonts/HelveticaNeueLTStd-UltLt.otf');
    font-display: swap;
}

@font-face {
    font-family: 'candara-light';
    src: url('../fonts/candara-light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.html');
    src: url('../fonts/Gotham-Bookd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book-2.html') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'), url('../fonts/GothamBold.html') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-display: swap;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'opensan-light';
    font-weight: 400;
    color: #1F1F21;
    line-height: 26px;
    overflow-x: hidden;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: Gotham;
}

b,
strong {
    font-weight: 700;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
    padding: 0;
    margin: 0;
}

ul {
    padding-left: 20px;
}

p {
    padding: 5px 0;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 95%;
    margin: 0px auto;
    padding: 0 15px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-bolder {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #8187A3;
}

.text-brown {
    color: #BA8A2D;
}

.text-dark-green {
    color: #073B3A;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
    display: block;
}

.center-block {
    margin: 0 auto;
}

.bg-black {
    background-color: #000;
}

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

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
    float: left;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-tp-5 {
    margin-top: 5px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-bt-5 {
    margin-bottom: 5px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-rt-5 {
    margin-right: 5px;
}

.mg-rt-10 {
    margin-right: 10px;
}

.mg-rt-20 {
    margin-right: 20px;
}

.mg-rt-30 {
    margin-right: 30px;
}

.mg-lt-5 {
    margin-left: 5px;
}

.mg-lt-10 {
    margin-left: 10px;
}

.mg-lt-20 {
    margin-left: 20px;
}

.mg-lt-30 {
    margin-left: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-tp-5 {
    padding-top: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-bt-5 {
    padding-bottom: 5px;
}

.pd-bt-10 {
    padding-bottom: 10px;
}

.pd-bt-20 {
    padding-bottom: 20px;
}

.pd-bt-30 {
    padding-bottom: 30px;
}

.pd-rt-5 {
    padding-right: 5px;
}

.pd-rt-10 {
    padding-right: 10px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-rt-30 {
    padding-right: 30px;
}

.pd-lt-5 {
    padding-left: 5px;
}

.pd-lt-10 {
    padding-left: 10px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.pd-lt-30 {
    padding-left: 30px;
}

.h500 {
    height: 500px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.bpct {
    background-position: center top !important;
}

.bpcb {
    background-position: center bottom !important;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none;
}

.row:before,
.row:after {
    display: table;
    content: "";
}

.row:after,
.clearfix {
    clear: both;
}

.disptable {
    display: table;
    height: 100%;
}

.dispblock {
    display: block;
}

.disInBlock {
    display: inline-block;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.Yoverflowhidden {
    overflow-y: hidden;
}

.Xoverflowhidden {
    overflow-x: hidden;
}

.overflowhidden {
    overflow: hidden;
}

.fontB {
    font-family: 'heveltica';
}

.fontM {
    font-family: 'heveltica-ultra-light';
}

section {
    float: left;
    width: 100%;
}

section.padding {
    padding: 70px 0;
}

section.padding-top {
    padding: 120px 0 70px;
}


/*Header Section*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0 10px 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 5px grey;
}

header .brand-logo {
    padding-top: 2px;
}

header .brand-logo .logo-header img {
    width: 90px;
}

header .brand-logo .logo-header img,
.runwal-logo {
    display: block;
}

header .upper {}

header .upper .number-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

header .upper .ctc-wrapper {
    margin-right: 20px;
}

header .enq-btn-wrapper {
    padding: 15px 10px 0 0;
    margin: 0px 40px;
}

.sell_do_virtual_numbers,
.sell_do_virtual_number_mobile {
    color: #000 !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.mob-icon {
    vertical-align: middle;
    width: 16px;
}

.download-icon {
    width: 20px;
    vertical-align: sub;
}

header .lower {}

header .lower .nav-links {
    text-align: right;
    padding-top: 12px
}

header .lower .nav-links a {
    display: inline-block;
    margin-right: 15px;
    font-family: 'candara-light';
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    position: relative;
}

header .lower .nav-links a:hover {
    font-weight: bold;
}

header .lower .nav-links a.active {
    color: #BA8A2D;
    font-weight: bold;
}

header .form-container {
    position: absolute;
    width: 400px;
    top: calc(100% + 10px);
    left: 30%;
    background-color: #fff;
    padding: 20px 20px 20px;
    display: none;
    color: #fff;
    box-shadow: 0px 1px 10px 6px rgb(0 0 0 / 6%);
}

header .form-container .frmclose {
    display: inline-block;
    position: relative;
    top: -10px;
    right: -10px;
    color: #abb612;
    font-size: 20px;
    border: 1px solid #abb612;
    padding: 3px 8px;
    line-height: 20px;
}

header .form-container .thankyou {
    margin-bottom: 10px;
    text-align: center;
}

.success {
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    color: #000;
}

.form-group {
    position: relative;
}

.form-control {
    width: 100%;
    height: 40px;
    margin-bottom: 22px;
    padding: 10px;
    border: 1px solid gray;
}

.submit-btn {
    width: 100%;
    height: 48px;
    margin: 0px auto 0;
    display: block;
    background-color: #abb612;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
}

label.error {
    color: red;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 12px;
    line-height: 16px;
}

.hash-tag{
    font-family: 'heveltica-thin';
    font-size: 35px;
    background:#912d6d;
    line-height: 70px;
    color: #fff;
}


.bg-wht {
    background-color: #fff;
    box-shadow: 0 0 5px grey;
}

.selldof .help-block {
    position: absolute !important;
    margin-top: 0px !important;
    font-size: 12px;
    line-height: 16px;
    color: #5f0909 !important;
}

.selldof .title {
    display: none;
}

.selldof textarea.form-control {
    height: 43px !important;
    resize: none;
}

.selldof .form-group {
    margin-bottom: 10px !important;
}

.form-group label:nth-child(1) {
    display: block;
}

.selldof .checkbox input[type=checkbox] {
    height: 25px;
}

.selldof label.checkbox,
.selldof label.radio {
    margin-bottom: -5px;
    display: inline-block;
    color: #fff !important;
    margin-left: 4px;
    margin-top: 0;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #CC8500 !important;
    border: 1px solid #CC8500 !important;
}

.sell_do_verify_btn {
    padding: 5px 12px !important;
}

.sell_do_verify_container {
    padding: 5px 0 0 5px !important;
}

.sell_do_verify_resend_link {
    color: #fff !important;
}


/*Footer Section*/

footer {
    float: left;
    width: 100%;
}

footer a {
    font-weight: bold;
    color: #000;
}

footer .address-div {
    background-color: rgb(245, 245, 245);
    padding: 30px 0;
}

footer .address-heading {
    font-family: 'opensan-bold';
    padding-bottom: 5px;
}

.footer-logo{
    max-width:40%;
    padding-top: 25%;
}

#img-heading-desktop {
    display: block !important;
  }
#img-heading-mobile {
    display: none !important;
}

.lower-contact{
    padding:0px 100px 0px 100px
}

.avail-box{
    font-size: 35px;
}

.enquiry-box{
    padding:74px 50px;
}

.enquiry-box-line-1{
    font-size: 35px;
}

.enquiry-box-line-2{
    font-size: 24px;
}

.enquiry-box-line-3{
    font-size: 32px;
}

.avail-box-right{
    padding: 29px 30px 30px 0px;background-image: url('../images/gallery/22.jpg');background-size: 100% 100%;
}

.avail-box-saving{
    font-size: 26px;
    color: #3a1d3c;
}

.benifit-avail-box-0{
    background-color: #c6d309;padding: 30px 0 30px 30px;color: #fff;
}

.benifit-avail-box-1{
    border: 1px solid #fff;padding:50px 50px 0px 50px;
}

.benifit-avail-box-2{
    border: 1px solid #fff;padding:10px 50px 30px 50px;font-size:20px;color: #3a1c3a    ;
}

.section-heading{
    max-width:70%;
    padding:15px 0px 10px 0px;
}

.configurations-image{
    padding:35px 10px 25px 0px;
}

.opportunities-title{
    position: relative;
    margin-top: -136px;
}

footer .lower {
    background-color: #000;
    padding: 20px 0 15px;
}

.why-heading{
    font-family: 'opensan-semibold';
    color: #7a7a7a;
}

.callwrap {
    background-color: #abb612;
    padding: 5px 10PX;
    position: fixed;
    right: -195px;
    z-index: 9;
    top: 74%;
    width: 40px;
    box-shadow: 1px 0px 6px rgb(0 0 0 / 60%);
    width: 240px;
    display: table;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 99;
    margin-top: 5px;
    cursor: pointer;
}

.callwrap.active {
    right: 0px;
}

.callme,
.callmeon {
    display: table-cell;
    vertical-align: middle;
}

.callmeon p.callnumber {
    margin-bottom: 0 !important;
}

.callmeon p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.callme img {
    vertical-align: middle;
}


/*Common CSS Start*/

.sec-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 20px;
}

.sec-heading {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 10px;
}

.sec-subHeading {
    font-size: 20px;
    line-height: 30px;
}

.theme-btn {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    background-color: #abb612;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #abb612;
}

.bx-wrapper .bx-pager {
    padding-top: 10px;
    margin-left: -30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CC8500;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #CC8500;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #CC8500;
    width: 20px;
    transition: width 0.5s ease;
}

.img-desc,
.banner-rera {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 5px 4px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

#home .img-desc {
    transform: rotate(-90deg);
    bottom: 60px;
    right: -50px;
    left: initial;
}


/*.left-arrow, .right-arrow{width: 50px;}*/


/*Common CSS End*/


/*Home Start*/

.banner-top .silderwrap {
    position: relative;
}

.banner_ht {
    height: calc(100vh - 90px);
}

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


/*.slide{background-position:center;background-repeat: no-repeat;background-size: 100% 100%}*/


/*.slide-11{background-image: url('../images/banner/10aug/Runwal_EIRENE_dk_10Aug.jpg?v1.1');}*/

.slide-1 {
    background-image: url('../images/banner/Eiren-banner-1.jpg');
}

.slide-2 {
    background-image: url('../images/banner/Eiren-banner-2.jpg');
}

.slide-3 {
    background-image: url('../images/banner/runwal-banner-new-3.jpg');
}

.slide-5 {
    background-image: url('../images/banner/desktop/READY-Web-Banners_1920x1113-2-021222_02.jpg');
    background-position: 100% 0px;
}

.slide-6 {
    background-image: url('../images/banner/desktop/READY-Web-Banners_1920x1113-3-021222_03.jpg');
}

.slide-4 {
    background-image: url('../images/banner/desktop/READY-Web-Banners_1920x1113-1-021221_01.jpg');
    background-position: 100% 0px;
}

/*.slide-7 {*/
/*    background-image: url("../images/banner/banner-desktop-7.jpg");*/
/*}*/

.slide-7 {
    background-image: url("../images/banner/kerala-banner-01.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-8 {
    background-image: url("../images/banner/kerala-banner-02.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-9 {
    background-image: url("../images/banner/kerala-banner-03.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-10 {
    background-image: url("../images/banner/kerala-banner-04.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-11 {
    background-image: url("../images/banner/kerala-banner-05.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slide-12 {
    background-image: url("../images/banner/kerala-banner-06.jpg?v=1.4")!important;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

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

.the-final-call {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    max-width: 100%;
}

.tag1 svg,
.tag2 svg {
    width: 350px;
    max-width: 100%;
}

.tag1,
.tag2 {
    padding-bottom: 20px;
}

.tag3 {
    background-color: #805f17;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
}

.tag4 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 20px;
}

.tag5 {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}


/*CountDown Timer Css Start*/

.clock {
    padding-top: 50px;
}

.flip-clock-divider .flip-clock-label {
    font-size: 16px;
    color: #fff !important;
}

.flip-clock-wrapper {
    margin: 0px !important;
    width: auto!important;
    display: inline-block;
}

.why-invest{
    padding:0px 20px 0px 20px;
}
.why-invest-image
{
    padding: 5px;
}
.flip-clock-wrapper ul {
    width: 30px !important;
    height: 40px !important;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px !important;
    line-height: 40px !important;
    background-color: #805f17!important;
}

.flip-clock-dot {
    background-color: #805f17!important;
}

.flip-clock-divider {
    height: 50px !important;
}

.flip-clock-divider .flip-clock-label {
    right: -60px !important;
}


/*.countdown-heading{
          text-align: center;
        }
        .timer-block{
          width: 400px;
          text-align: center;
          display: inline-block;
          max-width: 100%;
          margin-top:20px;
          padding-top:10px;
          background-color: #805f17;
          border-radius: 6px;
        }
        .timer-block .col-3{       
          padding: 5px 6px 0;
          text-align: center;
        }   
        .timer-caption{
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
        }
        .expired-text{
          font-size: 1.7em;
          letter-spacing: 1px;
          font-weight: 600;
          text-transform: uppercase;
        }
        .num-text{font-weight: bold;font-size: 20px;min-height: 36px;}*/


/*CountDown Timer Css End*/


/*.slide-5{background-image: url('../images/banner/READY-Web-Banners_1920x910-2.jpg');*/


/*    background-position: 100% 2px;*/


/*}*/


/*.slide-6{background-image: url('../images/banner/READY-Web-Banners_1920x910-3.jpg');*/


/*        background-position: 100% 2px;*/


/*}      */

.tagline-wrapper {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 10px;
}

.tag-1 {
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
}

.tag-2 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

.twinsline {
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tag-3 {
    color: #353b56;
    background-color: #fff;
    padding: 8px 15px 5px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.tag-3:before,
.tag-3:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.tag-3:before {
    left: -30px;
}

.tag-3:after {
    right: -30px;
}

.offer-div {
    padding: 10px 0;
    text-align: left;
}

.tag-4 {
    font-size: 28px;
    line-height: 26px;
    padding: 0 20px
}

.tag-4 span {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Gotham' !important;
}

.bdr {
    border-right: 1px solid #fff;
}

.bedroom-view-wrapper {
    position: absolute;
    right: 8%;
    top: 40%;
    color: #fff;
    transform: rotate(-90deg);
}

.bedroom-view-wrapper img {
    vertical-align: middle;
}

.bedroom-view-wrapper a {
    color: #fff;
}

.bedroom-view-wrapper span {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}


/*Home End*/


/*Overview Start*/

#overview {}


/*.overview-img{margin-top: -30px;}*/

.overview-content {
    font-family: "opensan-light";
    padding: 70px 30px 70px 0;
}

.highlights-wrapper {
    margin-bottom: 500px;
    padding-top: 50px;
}

.proj-high {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}


/*Overview End*/


/*Amenities Start*/

#amenities {
    margin-top: -2px;
}

.ame-wrapper {
    padding: 50px 0 0;
}

.ame {
    vertical-align: top
}

.ame-box-wrapper {
    padding: 20px;
}

.ame-box {
    background-color: #2E291E;
    padding: 40px 10px 10px;
    border-radius: 6px;
    width: 180px;
    height: 180px;
}

.ame-img {
    max-height: 60px;
    min-height: 60px;
}

.ame-img img {
    max-height: 60px;
}

.ame-image{
    padding:5px;
}

.ame-box p {
    color: #fff;
    padding: 10px 0 0;
}

.ame-box:hover {
    background-color: #fff;
}

.ame-box:hover p {
    color: #000000;
}

.l-arrow,
.r-arrow {
    margin: 5px;
}


/*Amenities End*/

/*Happy*/

#happy{
    background-image: url("../images/happy.jpg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50vh;
}
.happy-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.happy-title {
    font-size: 150px;
    line-height: 170px;
    font-weight: 600;
}
.happy-para {
    font-size: 30px;
    line-height: 40px;
}

.infra-slider {
    padding: 70px 0 0;
}

.sub-title {
    font-size: 18px;
    line-height: 22px;
    color: #211D14;
    font-weight: 500;
}
.infra-slide p{
    font-size: 16px;
    list-style-position: 20px;
    color: #211D14;
}

/*Configuration Start*/

.config-tabs-wrapper {
    padding: 30px 0 50px;
}

.gallery-tabs-wrapper {
    padding: 30px 0;
}

.config-tabs,
.gallery-tabs {
    color: #BA8A2D;
    background-color: #F5F5F5;
    border: 1px solid #BA8A2D;
    padding: 11px 25px;
    margin-right: -5px;
    display: inline-block;
}

.config-tabs.active-config,
.gallery-tabs.active-gallery {
    color: #F5F5F5;
    background-color: #BA8A2D;
}

.table_config {
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}

.table_config th {
    font-size: 18px;
    text-align: center;
    background-color: #2E2209;
    color: white;
    font-weight: normal;
}

.table_config td {
    color: #333333!important;
}

.table_config td,
.table_config th {
    border: 1px solid #D4D4D4;
    padding: 15px 0;
    text-align: center;
}

table td {
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid #dcdcdc;
}

td,
td img {
    vertical-align: middle;
}

.price {
    font-size: 22px;
}

.request-more-btn {
    color: #BA8A2D;
    text-decoration: underline;
    cursor: pointer;
}

.request-more-btn:hover {
    text-decoration: underline !important;
}


/*Configuration End*/


/*Walkthrough Start*/

.walkthrough-content,
.zoom-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}


/*Walkthrough Start*/


/*Gallery Start*/

.video-wrapper {
    padding: 10px;
}

.apart-img-wrapper {
    margin: 10px;
}

.zoom-icon-wrapper {
    display: none;
}

.apart-img-wrapper:hover .zoom-icon-wrapper {
    display: inline-block;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    z-index: 0;
}

.apart-img-wrapper .overlay {
    display: none;
}

.apart-img-wrapper:hover .overlay {
    display: block;
}

.gAmenity-slider,
.gView-slider {
    margin-left: 25%;
    margin-right: 25%;
    position: relative;
}

.ame-item .overlay,
.view-item .overlay {
    top: 19px;
    bottom: 19px;
}

.active-ame .overlay,
.active-view .overlay {
    display: none;
}

.ame-item .img-desc,
.view-item .img-desc {
    display: none;
}

.active-ame .img-desc,
.active-view .img-desc {
    display: inline-block;
}

.ame-item img,
.view-item img {
    transform: scale(1, 0.9);
    width: 100%;
    display: block;
}

.ame-item.active-ame img,
.view-item.active-view img {
    transform: scale(1, 1);
    transition: transform 0.4s ease;
}

#ame-img-prev,
#ame-img-next,
#view-img-prev,
#view-img-next,
#banner-prev,
#banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#ame-img-prev,
#view-img-prev {
    left: 10%;
}

#ame-img-next,
#view-img-next {
    right: 10%;
}

#banner-prev {
    left: 0px;
}

#banner-next {
    right: 0px;
}


/*Gallery End*/


/*Floor Plans Start*/

#floor-plans {
    padding: 150px 0;
}

#floor-plans .theme-btn {
    margin: 0 5px
}

.dplan {
    background-color: #fff;
    color: #BA8A2D;
}


/*Floor Plans End*/


/*Location Start*/

.loc-iframe {
    border: 2px solid #fff;
}

.loc-iframe iframe {
    display: block;
}


/*Location End*/


/*About Us Start*/

#about-us {
    background-color: #F9F9F9;
}

.abt-content {
    padding-right: 60px;
}

.pion-div {
    padding-top: 40px;
}

.pion-div-wrap {
    box-shadow: 0px 0px 6px #00000029;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
}

.pion-num {
    font-size: 45px;
    line-height: 55px;
}

.pion-desc {
    font-size: 18px;
}

.team {
    margin: 10px;
    background: #fff;
    padding: 5px 10px 10px;
    border: 1px solid #E6EDF5;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.team:hover {
    box-shadow: 0px 24px 48px #00115614;
}

.team img {
    width: 100%;
}

.team h3 {
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    padding-left: 15px;
    font-weight: 500;
}

.team p {
    color: #8187A3;
    font-size: 15px;
    line-height: 32px;
    padding-left: 15px;
}

.about_icons {
    text-align: center;
}

.img_about {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
    background: #211D14;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about_icons p {
    margin-top: 20px;
}

.abt-icon-wrapper {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
    padding-top: 50px;
    margin-top: 50px;
}


/*About Us End*/


/*Privacy Policy Start*/

.pp-list {
    padding: 5px 0 5px 30px;
}

.pp-list li {
    padding: 5px 0;
}

#privacy-policy a {
    color: #BA8A2D;
}

#disclaimer {
    padding: 10px;
}

#disclaimer p {
    font-size: 14px;
    line-height: 24px;
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1600px) {
    .bedroom-view-wrapper {
        right: 14%;
    }
}

@media only screen and (max-width: 1366px) {}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
        /* Prevent font scaling in landscape while not allowing user zoom */
        text-size-adjust: none;
    }
}

@media (min-width:800px) and (max-width:1200px) {
    /*.slide-1{background-image: url('../images/banner/Eiren-banner-1-tab.jpg');}*/
    /*.slide-2{background-image: url('../images/banner/Eiren-banner-2-tab.jpg');}*/
    #home .banner_ht,
    #home.banner_ht {
        max-height: 520px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
    .col-md-1 {
        width: 8.333333333333333%;
    }
    .col-md-2 {
        width: 16.66666666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333333333%;
    }
    .col-md-8 {
        width: 66.66666666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333333%;
    }
    .col-md-11 {
        width: 91.66666666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-5 {
        width: 20%;
    }
    .pion-div-wrap {
        padding: 15px;
    }
    .ame-item .overlay,
    .view-item .overlay {
        top: 15px;
        bottom: 15px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .col-sm-1 {
        width: 8.333333333333333%;
    }
    .col-sm-2 {
        width: 16.66666666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333333333%;
    }
    .col-sm-8 {
        width: 66.66666666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333333%;
    }
    .col-sm-11 {
        width: 91.66666666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-5 {
        width: 20%;
    }
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    .menu-icon-mobile {
        display: block;
        width: 40px;
        padding: 14px 8px 4px 8px;
        /*background-color: #6b6b6b;*/
        border-radius: 0px;
        margin: 0;
        position: absolute;
        height: 40px;
    }
    .menu-icon-mobile>span {
        display: block;
        height: 2px;
        width: 100%;
        margin-bottom: 4px;
        background-color: #000;
    }
    header .nav-links {
        display: none;
        position: fixed;
        top: 75px;
        left: 0;
        background-color: #6a7337;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
    header .nav-links a {
        display: block !important;
        text-align: center;
        line-height: 40px !important;
        color: #fff;
        margin-top: 0px;
        margin-right: 0px;
    }
    header .lower .nav-links a:last-child {
        margin-right: 0px;
    }
    header .lower .nav-links a {
        margin-right: 0px;
        color: #fff;
    }
    .bar1,
    .bar2,
    .bar3 {
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 4px);
        transform: rotate(-45deg) translate(-5px, 4px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -4px);
        transform: rotate(45deg) translate(-4px, -4px);
    }
    header .upper .enq-btn-wrapper {
        margin-right: 50px;
        margin-top: 15px;
    }
    header .upper .ctc-wrapper {
        margin-right: 5px;
    }
    header .upper .number-wrapper {
        margin-right: 15px;
        margin-top: 25px;
    }
    header .enq-btn-wrapper {
        padding: 15px 70px 0 0;
    }
    #home {
        background-color: #BA8A2D;
    }
    .slide-11 {
        background-image: none;
        background-position: center bottom;
    }
    .slide-1 {
        background-image: none;
        background-position: center bottom;
    }
    .slide-2 {
        background-image: none;
        background-position: center bottom;
    }
    .slide-3 {
        background-image: none;
        background-position: center bottom;
    }
    .tagline-wrapper {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        padding: 10px 10px;
    }
    .offer-div {
        text-align: center;
    }
    .oveImg {
        text-align: center;
        margin: 20px 0;
    }
    .overview-content {
        padding: 70px 0 0;
    }
    .bedroom-view-wrapper {
        top: 20%;
    }
    #home .img-desc {
        transform: none;
        bottom: 5px;
        right: unset;
        left: 5px;
    }
    .highlights-wrapper {
        padding-top: 0;
        margin-bottom: 950px;
    }
    .ame br {
        display: none;
    }
    .ame-box-wrapper {
        vertical-align: top
    }
    .price {
        font-size: 18px;
    }
    #walkthrough .walkImg {
        height: 400px;
    }
    .team h3 {
        font-size: 22px;
    }
    .team p {
        font-size: 14px;
    }
    .abt-content {
        padding-right: 0;
    }
    .gAmenity-slider,
    .gView-slider {
        margin: 0;
    }
    .ame-item img,
    .view-item img {
        transform: scale(1, 1);
        width: 100%;
    }
    .ame-desc {
        font-size: 20px;
        opacity: 1;
    }
    .ame-item .overlay,
    .view-item .overlay {
        display: none;
    }
    #happy{
    background-image: url("../images/happy-mob.jpg");
    height: 50vh;
    margin-top: -2px;
}
.happy-title {
    font-size: 60px;
    line-height: 60px;
}
.happy-para {
    font-size: 16px;
    line-height: 20px;
}
button.slick-next, button.slick-prev{
    display: none !important;
}

.slider-drag-btn-wrapper {
    width: 350px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.slider-drag-btn-wrapper .slider-drag-btn {
    z-index: 5;
    top: -3px;
    left: 0;
}
.slider-drag-btn-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 88%;
    height: 1px;
    background-color: #5391459e;
    z-index: -1;
}
.pagingInfo {
    position: absolute;
    right: 0;
    color: #BA8A2D;
}
.slick-slide img{
    display: inline-block !important;
}
.infra-img img{
    width: 100%;
        padding: 10px;
}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 700px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .col-xs-1 {
        width: 8.333333333333333%;
    }
    .col-xs-2 {
        width: 16.66666666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333333333%;
    }
    .col-xs-8 {
        width: 66.66666666666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333333333%;
    }
    .col-xs-11 {
        width: 91.66666666666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12-5 {
        width: 20%;
    }
    .container {
        padding: 0 10px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .sell_do_virtual_numbers {
        font-size: 14px !important;
    }
    .sell_do_verify_container {
        padding: 50px 20px 0 20px !important;
    }
    .menu-icon-mobile {
        height: auto;
        padding: 18px 8px 4px 8px;
        top: 32px;
    }
    header .nav-links a {
        text-align: left;
    }
    header .lower .nav-links a.active {
        color: #fff;
    }
    header {
        padding: 5px 0;
    }
    header .nav-links {
        padding: 10px 20px;
        top: 80px;
    }
    header .brand-logo img {
        width: 90px;
    }
    header .form-container {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 0% !important;
        bottom: -100% !important;
        width: 100% !important;
        padding: 30px 20px !important;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 300;
    }
    header .form-container.show {
        top: 0 !important;
        bottom: 0 !important;
        display: block !important;
    }
    header .form-container .thankyou {
        padding: 50px 20px;
    }
    footer {
        padding-bottom: 40px;
    }
    footer .lower div {
        text-align: center !important;
    }
    
    .mob-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
        font-weight: 600;
        z-index: 99;
        border-top: 1px solid #ccc;
    }
    .mob-footer a {
        display: block;
        line-height: 30px;
    }
    .mob-footer a.mob-enq-btn {
        background-color: #8b901b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        padding: 3px 0 2px
    }
    .mob-footer a.mob-call-btn {
        background-color: #8b901b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 0 0;
    }

    .footer-logo{
        max-width:40%;
        padding-top: 0;
    }

    #img-heading-desktop {
        display: none !important;
      }
    #img-heading-mobile {
        display: block!important;
    }

    .avail-box{
        font-size: 26px;
    }
    
    .avail-box-right{
        padding: 20px;background-image: url('../images/gallery/22.jpg');background-size: 100% 100%;
    }

    .avail-box-saving{
        font-size: 20px;
        color: #3a1c3a;
    }
    
    .benifit-avail-box-0{
        background-color: #c6d309;padding: 20px;color: #fff;
    }

    .benifit-avail-box-1{
        border: 1px solid #fff;padding:25px 25px 5px 25px;font-size: 16px;
    }
    
    .benifit-avail-box-2{
        border-top: 1px solid #fff;padding:25px;font-size: 16px;color:#3a1c3a;
    }

    .lower-contact{
        padding:22px
    }

    .enquiry-box{
        padding:20px 25px 20px 25px
    }
    
    .enquiry-box-line-1{
        font-size: 35px;
    }
    
    .enquiry-box-line-2{
        font-size: 24px;
    }
    
    .enquiry-box-line-3{
        font-size: 32px;
    }

    .configurations-image{
        padding:10px 10px 20px 0px;
    }

    .opportunities-title{
        position: relative;
        margin-top: -96px;
        text-align: left;
        left: 16px;
    }

    .opportunities-title-button{
        position: absolute;
        margin-top: -29px !important;
        left: 69%;
    }
    
    .tagline{
        font-size: 36px;
    }
    section.padding {
        padding: 10px 0;
    }
    #hashtagline{
        display: none;
    }
    .bx-wrapper .bx-pager {
        margin-left: 0;
    }
    header .brand-logo .logo-header img {
        width: 100px;
    }
    .runwal-logo {
        width: 40px;
    }
    .bedroom-view-wrapper img {
        width: 30px;
    }
    .bedroom-view-wrapper span {
        font-size: 14px;
        line-height: 20px;
    }
    .bedroom-view-wrapper {
        top: 18%;
        right: 0;
    }
    /*.tagline-wrapper{padding:20px 5px 10px;}*/
    .the-final-call {
        width: 300px;
        padding: 0 10px;
    }
    .tag1 svg,
    .tag2 svg {
        width: 250px;
    }
    .tag1,
    .tag2 {
        padding-bottom: 10px;
    }
    .tag3 {
        font-size: 14px;
        line-height: 18px;
    }
    .tag4 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 10px;
    }
    .timer-block {
        margin-top: 10px;
    }
    .countdown-heading {
        font-size: 16px;
        line-height: 26px;
    }
    .tag-1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .tag-3 {
        margin: 15px 0 5px;
    }
    .tag-4 {
        font-size: 18px;
        padding: 0 5px;
    }
    .tag-4 span {
        font-size: 13px;
    }
    .sec-heading {
        font-size: 24px;
        line-height: 35px;
    }
    #overview {
        background-image: none !important;
    }
    #overview .container {
        padding: 0;
    }
    .oveImg img {
        display: block;
    }
    .overview-content {
        padding: 30px 15px 0;
    }
    .highlights-wrapper {
        /* change by MMV */
        height: 600px;
        margin-bottom: 0;
        padding: 70px 15px 0;
        background-position: center;
    }
    .highlights-wrapper .sec-heading {
        text-align: left;
    }
    .highlights-div::before {
        white-space: nowrap;
        background: #fff;
        content: "";
        display: table-cell;
        position: absolute;
        top: 39px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: auto;
        right: 20px;
    }
    .highlights-div::after {
        border-top: 2px dashed #fff;
        content: "";
        display: table-cell;
        position: absolute;
        top: 43px;
        width: 50px;
        right: 0px;
    }
    .proj-high {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .highlights-div {
        display: flex;
        align-items: center;
    }
    .high-icon {
        padding-right: 10px;
    }
    .img-desc {
        z-index: 9;
    }
    .ame-box {
        width: 150px;
        min-height: 160px;
    }
    .ame-box-wrapper {
        padding: 5px;
    }
    .ame-wrapper {
        padding: 30px 0 0;
    }
    .config-tabs {
        padding: 10px;
    }
    #walkthrough .walkImg {
        height: 300px;
    }
    #floor-plans {
        padding: 50px 0 40px;
    }
    #floor-plans .theme-btn {
        margin: 0px 0 15px;
    }
    .loc-iframe iframe {
        height: 300px;
    }
    .pion-div-wrap {
        padding: 10px;
    }
    .team h3 {
        font-size: 24px;
    }
    .team p {
        font-size: 16px;
    }
    .i3 {
        clear: both;
    }
    .about_icons {
        padding: 5px;
        margin: 5px 0;
    }
    .set {
        position: relative;
        width: 95%;
        height: auto;
        margin: auto;
        border: 1px solid #bbb;
        margin-bottom: 20px;
        /*box-shadow: 0px 3px 6px #00000029;*/
    }
    .set a {
        display: block;
        text-align: left;
        padding: 15px;
        text-decoration: none;
        color: #fff;
        background-color: #2E2209;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-top: 0px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        height: auto;
        line-height: 22px;
        /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
        letter-spacing: 1px;
    }
    .set a.active {
        color: #fff;
        background-color: #2E2209;
        border-bottom: 0px solid rgb(255 255 255 / 18%);
    }
    .set a i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
        border: 0px solid #fff;
        width: 20px;
        height: 20px;
        font-weight: bold;
    }
    .set .content {
        padding: 0px 0;
        margin-top: 0px;
        display: none;
        text-align: center;
    }
    ul.config_ul {
        list-style: none;
        text-align: left;
        padding: 0px 0px;
    }
    ul.config_ul li {
        color: #000;
        line-height: 30px;
        list-style: none;
        text-align: left;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }
    .request-more-btn {
        background-color: #BA8A2D!important;
        color: #fff!important;
        padding: 10px 15px 8px!important;
        font-size: 13px!important;
        display: inline-block !important;
        width: auto;
        text-align: center;
    }
    #ame-img-next,
    #view-img-next {
        right: 0;
    }
    #ame-img-prev,
    #view-img-prev {
        left: 0;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 360px) {
    .tag-4 {
        font-size: 17px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 320px) {
    /*.tagline-wrapper{padding:10px 5px 10px;} */
    .slider-drag-btn-wrapper:after{
        width: 74%;
    }
    .tag-4 {
        font-size: 15px;
    }
    .offer-div {
        padding: 0 0 10px;
    }
    .ame-box-wrapper {
        padding: 2px;
    }
    .ame-box {
        width: 135px;
        padding: 40px 5px 10px;
    }
    .config-tabs {
        display: block;
    }
    .pion-div-wrap {
        padding: 5px;
        margin: 5px;
    }
}


/*banner slider   */

.banner-top .slick-next,
.banner-top .slick-prev {
    /*display:none;*/
}

.banner-top .slick-next {
    width: 44px;
    height: 44px;
    background: url(../images/mob-nxt-arw1.png) no-repeat left top;
    transform: translateY(-50%);
    right: 10px!important;
    top: 50%;
}

.banner-top .slick-prev {
    width: 44px;
    height: 44px;
    background: url(../images/mob-prv-arw1.png) no-repeat left top;
    left: 10px!important;
}

@media screen and (min-width:640px) and (max-width:991px) {
    .callwrap {
        top: 35%!important;
    }
    .banner-top .slick-next,
    .banner-top .slick-prev {
        top: 42%;
    }
    .banner_slider .slide,
    .banner_ht {
        height: auto!important;
    }
    .banner_slider .slide,
    .banner_ht {
        height: auto!important;
    }
    #img-heading-desktop {
        display: none !important;
      }
    #img-heading-mobile {
        display: block!important;
    }
}

@media (max-width:768px) {
    .banner_slider .slide,
    .banner_ht {
        height: auto!important;
    }
    .banner-top .mob_view {
        display: block!important;
    }
}

@media screen and (min-width:1340px) and (max-width:1440px) {
    .slide-4 {
        background-image: url('../images/banner/desktop/READY-Web-Banners_1920x1113-1-021221_01.jpg');
        background-position: 100% 0px;
    }
    
    .tagline{
        font-size: 62px;
    }
    /*.banner_ht{height:555px!important;}*/
    /*.slide{background-position:0px -90px!important;}*/
}

.tagline{
    font-size: 90px;
    padding:80px 0px 15px 0px;
    font-family: LoveyaScript;
    background:radial-gradient(circle, rgb(3, 156, 87) -50%, rgb(0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-icon{
    padding-right:10px;

}




/***************On Load Popup - Added by Sandip Sonawane *******************/

.wrap {
    padding: 40px;
    text-align: center;
}
hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #aaaaaa;
}

.btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.btn:hover {
    background: #357ebd;
}
.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.btn-close {
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 9px;
}
.btn-close:hover {
    color: #f5e351;
    right: 15px;
    top: 9px;
}
.modal:target:before {
    display: none;
}
/*.modal:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}*/
.modal .modal-dialog {
    background: #fefefe;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    z-index: 11;
    width: 400px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 20%;
}
.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}
.modal-body {
    padding: 10px;
}
.modal-header, .modal-footer {
    padding: 10px 20px;
    background-color: #912d6d;
    color: #FFF;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    text-align: right;
}
input.modal-input{
height: 30px;
border-radius: 0;
border: 1px solid #999;
margin: 0 0 10px 0;

}

select.modal-input{
height: 30px;
border-radius: 0;
border: 1px solid #999;
margin: 0 0 10px 0;

}

.img-fluid {
  max-width: 100%;
  height: auto;
}

button.submitBtn{

    background-color: #912d6d;
    padding: 15px 35px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}


/**********************************/