.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 40px
}
.ftpsetsub{
font-size: 18px;
}
.setcrazzysetbkone{
	    padding-right: 0px !important;
    padding-left: 0px !important;
}
.setcrazzybacksettwo{
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.aboutusset{
	font-size:30px;
}
.copyright:hover{
	color:white !important;
}

.faqsecmain{
	padding-top:40px;
	padding-bottom:40px;
}
.submitbtnset{
	background:#EC4F62 !important;
	color:#fff !important;
}

.easysec{
	background: #f7f8f9;
	padding-top:40px;
	padding-bottom:40px;
}
.imgpay{
	margin-bottom:10px;
}
.imgpay h3{
	color:#EC4F62;
	font-weight: 700;
    font-size: 40px;
}
.imgpay img{
	border-radius:50%;
}

.textsetapp h2{
	    margin-top: 120px;
    color: #fff;
}
.closeset{
	background-color: #ec4f62 !important;
	color:#fff !important;
}

.candysetpara{
	text-align: initial;
}

.setappnew{
	padding: 20px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}	


#memberModal {
    z-index: 999999
}

.enquiry-modal .modal-footer {
    display: none
}

.enquiry-modal .modal-header {
    display: block;
    padding: 20px 15px
}

.enquiry-modal .modal-body {
    height: auto;
    overflow-y: initial
}

.enquiry-modal .modal-body form {
    margin: 30px 0 15px 0
}

.enquiry-modal .modal-body form .form-control {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: #ec4f62;
    border: 1px solid transparent;
    border-bottom: 4px solid #fff
}

.enquiry-modal .modal-body form .form-control:focus {
    box-shadow: 0 0 4px 1px rgba(255, 255, 255, .6);
    border-color: rgba(255, 255, 255, .88)
}

.enquiry-modal .modal-body form input::-webkit-input-placeholder {
    color: #fff !important
}

.enquiry-modal .modal-body form input:-moz-placeholder {
    color: #fff !important
}

.enquiry-modal .modal-body form input::-moz-placeholder {
    color: #fff !important
}

.enquiry-modal .modal-body form input:-ms-input-placeholder {
    color: #fff !important
}

.enquiry-modal h4 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ec4f62;
}

.enquiry-modal h4 span {
    font-weight: 300;
    color: #262626
}

.enquiry-modal h6 b {
    color: #ffae00;
    font-size: 18px
}

.enquiry-modal button {
    font-family: 'Open Sans', sans-serif;
    opacity: .8;
    border: 1px solid #ec4f62;
    background-color: #ec4f62;
    color: #fff;
    padding: 5px 10px;
    outline: 0
}

.enquiry-modal button i {
    color: red;
    font-size: 18px
}

.enquiry-modal button:focus {
    box-shadow: 0 0;
    outline: 0
}

.enquiry-modalenq .enqsbn-btn {
    background-color: #ed1c24 !important;
    opacity: .9;
    transition: .4s
}

.enquiry-modalenq a {
    font-family: 'Open Sans', sans-serif;
    opacity: .8;
    border: 1px solid #ed1c24;
    background-color: #ed1c24 !important;
    color: #fff !important;
    text-align: center;
    outline: 0
}

.enquiry-modal .sbn-btn {
    background-color: #ec4f62;
    opacity: .9;
    transition: .4s
}

.enquiry-modal .sbn-btn:hover {
    opacity: 1
}

.enquiry-modal .sbn-btn i {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 4px
}

.enquiry-imgpopup {
    position: fixed;
    right: 10px;
    transition: .4s;
    bottom: 30px;
    z-index: 40;
    width: 100px
}

#whatsapp-fixed {
    left: 10px;
    width: 60px
}

.enquiry-imgpopup:hover {
    transform: scale(.9)
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ffa727 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s
}

.cd-top.cd-top--fade-out,
.cd-top.cd-top--show,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-top--fade-out {
    opacity: .5
}

.cd-top:hover {
    background-color: #022042;
    opacity: 1
}

.dholeracitys li {
    float: left;
    margin-right: 50px
}

.dholeraprideimg {
    /* width: 100% */
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .megablock {
        display: block !important
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px
    }
}


@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}


.setwhybackset{
	background-color:#EC4F62 !important;
}
.setwhybackset h4{
	color:#fff !important;
}


.elementor-33 .elementor-element.elementor-element-b775e58 {
    overflow: visible;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}


.swiper-slide-image{
	  height: 200px !important;
    width: 200px !important;
}

.faqsecmain {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.setupimgproductdt img{
	width: auto !important;
	height: auto !important;
}

@media (max-width: 767px){
.elementor-48 .elementor-element.elementor-element-a39b482>.elementor-element-populated {
    padding: 200px 20px 20px 20px;
}
.imgpay img{
	height: 200px;
}
.setupimgproductdt img{
	width: 100% !important;
	height: 500px !important;
}
.flip-card {
    height: 214px;
}
}













