/* 01 : Website Global CSS BOF
========================================================== */

body,html {height: 100%; }
body { background:#ffffff;font-family: 'AvertaStd', sans-serif; font-weight:normal; font-size:16px; line-height:normal; color:#030303;  text-transform: none;}
*, html { margin:0; padding:0;  }
a { color:#4D4D4D; display: inline-block;} /* Common color hyperlink */
a:hover, a:focus, a:active { color:#FF72E5; text-decoration:none; } /* Common hover color hyperlink */
a, *:hover, *:focus, *:active :focus { text-decoration:none; outline:none !important; outline-offset:0 !important; }
a img, img { border:none; outline:none !important; outline-offset:0 !important; }
ul { list-style:none; margin:0; padding:0; }
i { font-family:'FontAwesome'; }
img { height:auto; max-width:100%; vertical-align: middle; line-height:normal; }

/* Transition Effect CSS BOF */
a, i, input { transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s;
-o-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; }

/* Browser Selection CSS BOF */
::selection { background:#FF72E5; color:#fff; } ::-moz-selection { background:#FF72E5; color:#fff; }
::-webkit-selection { background:#FF72E5; color:#fff; } ::-o-selection { background:#FF72E5; color:#fff; }
::-ms-selection { background:#FF72E5; color:#fff;  }

p a{color:#FF72E5;}
p a:hover{text-decoration:underline;}

/* 02 : Global Classes CSS BOF
==================================================== */

/*::-webkit-scrollbar{width: 6px; height: 4px; background: #ffffff; }
::-webkit-scrollbar-thumb{ background-color: #FF72E5; -webkit-border-radius:30px;  }*/
/* Only FireFox */
html {scrollbar-color: #FF72E5 #fff; scrollbar-width: thin; scrollbar-border-radius:30px;}


/* Background &amp; Color Style CSS BOF
=================================================== */

.none{display: none !important;}

/* Font Color Style CSS BOF */
	.white_text { color:#fff !important; }
	.black_text { color:#000 !important; }
	.grey_text{color: #5F6368 !important;}
	.pink_text{color: #FF72E5 !important;}


/* Background Color Style CSS BOF */

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


/*upload image background*/
	.upload-background{background: #EDEDED}
	.border-box{border:1px solid #eee; }

/* 03 : Heading Style CSS BOF
=================================================== */
	h1, h2, h3, h4, h5, h6 {font-family: 'AvertaStd', sans-serif; line-height:normal; font-weight: bold;  font-style:normal; color: #1A1A1A;}

	h1 { font-size:100px;}
	h2 { font-size:96px;}
	h3 { font-size:34px;}
	h4 { font-size:30px;}
	h5 { font-size:20px;}
	h6 { font-size:18px;}

/* Font Weight Variation CSS BOF */
	.font-we-rg { font-weight:normal !important;}
	.font-we-bl { font-weight:bold !important;}
	.font-we-blk {font-weight:900 !important;}
	.font-we-md {font-weight:500 !important;}

/* 04 : Paragraph Style CSS BOF
=================================================== */
	p { line-height:28px;font-family: 'AvertaStd', sans-serif; color: #5F6368; font-size: 18px; font-weight: normal; font-style:normal; margin-bottom: 16px; font-weight: normal;}

/* 05 : Image Style CSS BOF
=================================================== */
	img { margin-bottom:0; } /*margin-bottom:5px*/

/*** Buttton Varilation CSS BOF ***/
.btn{background-color:#FF72E5;padding:13px 20px 13px;font-size:18px;font-weight:500;font-family: 'AvertaStd', sans-serif;transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;border-radius:10px;border:1px solid #FF72E5;text-transform:uppercase;box-shadow:none;min-width:160px;color:#fff;}
/* Hover State CSS BOF */
	.btn:hover, .btn:focus, .btn:active{ background-color: #000; border:1px solid #000; color:#fff;  box-shadow: none; outline: none; }

	.btn.white_btn{background-color:#fff;border:1px solid #fff;color:#FF72E5;}
	.btn.white_btn:hover, .btn:focus, .btn:active{ background-color: #000; border:1px solid #000; color:#fff;  box-shadow: none; outline: none; }

	.btn.black_btn{background-color:#000;border:1px solid #000;color:#fff;}
	.btn.black_btn:hover, .btn:focus, .btn:active{ background-color: #FF72E5; border:1px solid #FF72E5; color:#fff;  box-shadow: none; outline: none; }

	.btn.black_btn:after{background-color:#FF72E5;border:1px solid #FF72E5;}

/*border buttone css BOF*/
	.btn-border{background: transparent; padding:10px 25px; color: #000; font-size: 18px; font-weight: 500; font-family: 'AvertaStd', sans-serif; transition: all .4s ease-in-out 0s; -moz-transition: all .4s ease-in-out 0s; -webkit-transition: all .4s ease-in-out 0s; -o-transition: all .4s ease-in-out 0s; border-radius: 10px; border:1px solid #000; text-transform: uppercase;  box-shadow: none;}
/*	.btn-border:hover, .btn-add:focus, .btn-add:active{ background-color: #FF72E5; border:1px solid #FF72E5; color:#fff;  box-shadow: none; outline: none; }*/

	.btn_white-border{background: transparent; padding:10px 25px; color: #fff; font-size: 18px; font-weight: 500; font-family: 'AvertaStd', sans-serif; transition: all .4s ease-in-out 0s; -moz-transition: all .4s ease-in-out 0s; -webkit-transition: all .4s ease-in-out 0s; -o-transition: all .4s ease-in-out 0s; border-radius: 10px; border:1px solid #fff; text-transform: uppercase;  box-shadow: none;}
	.btn_white-border:hover, .btn-add:focus, .btn-add:active{ background-color: #fff; border:1px solid #fff; color:#FF72E5;  box-shadow: none; outline: none; }



	.btn{position:relative;overflow:hidden;z-index:1;}
	/*.btn:after{content:'';position:absolute;left:0px;right:0px;top:0px;bottom:0px;z-index:-1;background:#000;border:1px solid #000;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}
	.btn:hover:after{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}*/

	.btn_white-border:after{background:#fff;border:1px solid #fff;}


	[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: unset;
	}
/*tab active*/
	.tab-bg-top{background: #FF72E5; color: #fff; font-weight: bold;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }

/* 11 : Form &amp; Input Style BOF
==================================================== */

	.form-control {background: transparent;border: none;border-bottom: 1px solid #000;border-radius: 0px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;font-size: 18px;color: #5F6368;-webkit-appearance: none;font-family: 'AvertaStd', sans-serif;font-weight: normal;padding: 15px 15px 15px 0px;height: 55px;}
	textarea.form-control {resize: none; overflow: auto; padding: 15px 15px 15px 0px; height: 100px; }
	.form-group {margin-bottom: 30px; }

/*** Placeholder CSS BOF ***/
.form-control::placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-moz-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control:-ms-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-webkit-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-o-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}



/* Focus State CSS BOF */

	.form-control:focus,.form-select:focus {border-color: #FF72E5; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f9f0f9; }
	.page-wrapper { margin:0px auto; overflow-x: hidden;}
	.text-underline{ text-decoration: underline; }
	.text-capitalize{ text-transform: capitalize !important; }
	.text-uppercase{ text-transform: uppercase !important; }
	.display-none{display: none !important; }
	.no-scroll{overflow: hidden;}
	.no-padding{padding: 0 !important; }
	.float-start-wp{float: left !important; }
	/*.page-wrapper { background: #FCFCFC; }*/

/*header active start*/

	.site-header{position: relative;  z-index: 999;}
	/*.header-main{width: 100%; position: fixed; z-index:999; transition: all 0.5s linear; top:0 !important; }*/
	.header-main.active {box-shadow: 0 0 10px rgba(0,0,0,0.4); background:#fff; }

/*header active end*/


/*index css Start*/

	.header-main .header-inner-main {position: relative; background-color: #fff;  }
	.header-main .header-inner-main .header-inner {width: 100%; align-items: center; }
	.header-main .header-inner-main  nav.navbar {padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex; flex-wrap: nowrap; align-items: center;}
	.header-main .header-inner-main .header-inner .header-menu ul li a {position: relative; font-size: 20px; color: #838383; margin: 0px 22px; font-weight: normal; padding: 42px 0 35px; }
	.header-main .header-inner-main .header-inner .header-menu ul li a:hover { color:#000000;}
	.header-main .header-inner-main .header-inner .header-menu ul li a.active {color:#000000; }
	.header-main .header-inner-main .header-inner .header-menu ul li a:after{display:block; content: ''; position: absolute; bottom: 22px; width: 100%; left: 0px; border-bottom: 2px solid #FF72E5; transform: scaleX(0); transition: transform 250ms ease-in-out;}
	.header-main .navbar-container {width: 100%; margin-right: auto; margin-left: auto; transition: all 400ms ease;}
	.header-main.active .navbar-container {border-color: transparent;}
	.header-main .header-inner-main .header-menu-inner{display:flex;align-items:center;justify-content:space-between;width:100%;}
	.header-main .header-inner-main .header-menu-inner .header-btn{display:flex;align-items:center;}
	.header-main .header-inner-main .header-menu-inner .header-btn a{margin:5px 0px 5px 20px;padding:13px 10px 13px;min-width: 138px;border-radius: 20px;text-transform:unset; }
	.header-main .header-inner-main .header-inner .header-menu ul li.active a {color: #FF72E5; }
/*	.header-main .header-inner-main .header-menu-inner > .navbar-nav {width: calc(100% - 320px); justify-content: center; }*/
	.header-main .header-inner-main .header-menu-inner > .navbar-nav {width: 100%; justify-content: flex-end; }

	.header-main .header-inner-main .header-inner .header-menu ul li:last-child a{ margin-right:0px; }

/*toggele switch*/

	.header-main button.navbar-toggler {padding: 0; border: none; margin: 10px 0; top: 30px; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(2) {visibility: hidden; opacity: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(2) {visibility: visible; opacity: 1; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(1) {top: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {margin-right: auto; margin-left: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(1), .header-main .header-inner .header-right button.navbar-toggler.collapsed span.icon-bar:nth-child(3) {top: 0; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); background: #162941; width: 18px; margin-right: 0; }
	.header-main button.navbar-toggler span.icon-bar {margin: auto; background-color: #162941; border-radius: 2px; display: block; height: 3px; position: relative; width: 28px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; -ms-transition: all 200ms ease; transition: all 200ms ease; }
	.header-main button.navbar-toggler .icon-bar+.icon-bar {margin-top: 6px; }
	.header-main .header-right {padding-left:70px;width: 100%;}
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {top: -8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }


	/*dropdown*/

.header-main.active{position:fixed;width:100%;left:0px;right:0px;top:0px;}
.header-main{position:absolute;width:100%;right:0;top:0;left:0px;}

/*index css Start*/

.login-btn ul li{display:inline-block;margin-left:30px;}
/*.header-inner-main .container{max-width:100%;}*/

/*home-details listed property*/
.banner-sec {padding-top: 100px; position: relative; z-index: 1;background: #fff;}
.banner-btn ul li{display:inline-block;margin:8px;}
.banner-sec .banner-wrap{padding:90px 0px 60px; position: relative; z-index: 1; overflow: hidden;}
.banner-sec .banner-wrap:after{content:'';background-image:url(../images/banner-bg-shape.png);background-repeat:no-repeat;background-size:contain;background-position:right top;position:absolute;right:0px;top:0px;bottom:0px;width:38%;z-index:-1;}
.banner-sec .banner-wrap .banner-text h1{margin-bottom:35px;}

.banner-sec .banner-wrap .banner-text .banner-btn{margin-top:60px; margin-bottom: 50px;}
.banner-wrap .banner-text {max-width: 1236px;margin:0px auto; }
.banner-img img {max-width: 100%; width: 100%; }

/*.banner-img-wp .banner-img {
    margin-right: -5%;
}*/

.banner-img-wp .banner-img {margin-right: -20%; margin-left: -20%; margin-top: -50px;}
.icon-text-sec {padding: 90px 0px; }

.collections-btn{text-align:left;}
.collections-btn .icon{width:45px;height:45px;object-fit:contain;}
.collections-btn a{display:flex;align-items:center;margin-bottom:-40px;margin-left:-100px;}
.collections-btn a .collections-link{margin-left:20px;border:2px solid #000;padding:11px 25px;border-radius:25px;text-transform:uppercase;color:#000;font-weight:600;}
.banner-img-logo{margin-bottom:40px;text-align:center;}
.banner-img-logo img{max-width:85px;}

.icon-text-wrap .icon-text-main{background:#F9F0F9;max-width:100%;margin:0 auto;padding:50px 70px;text-align:center;border-radius:15px;}
.icon-text-box{margin:25px auto;max-width:315px;}
.icon-text-box .box-icon img{width:77px;height:77px;object-fit:contain;}
.icon-text-box .box-icon{text-align:center;margin-bottom:30px;}
.icon-text-box .box-text p{font-size:20px;color:#000000;line-height:34px;}

.sb_with_us_sec .card-main .card-head p:after{content:'\f107';position:absolute;font-family:fontawesome;right:5px;font-size:35px;top:50%;-webkit-transform:translateY(-50%) rotate(0deg);-moz-transform:translateY(-50%) rotate(0deg);-o-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;}
.sb_with_us_sec .card-main .card-head p[aria-expanded="true"]:after{-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);}

.sb_sec_points ul li{padding:30px 30px 30px 86px;background:#fff;margin:10px 0px;border-radius:10px;border:1px solid #D6D6D6;position:relative;font-size:20px;line-height:30px;transition:all 400ms ease;}
.sb_sec_points ul li:before{content:'';position:absolute;background:url('../images//point-icon.png');width:37px;height:20px;background-repeat:no-repeat;background-size:contain;transition:all 400ms ease;left:30px;top:0px;bottom:0px;margin-top:auto;margin-bottom:auto;}
.sb_sec_points ul li:hover{background:#FF72E5;color:#fff;}
.sb_sec_points ul li:hover:before{background:url(../images//point-icon-h.png);background-repeat: no-repeat; background-size: contain;}


.sb_with_us_sec{padding:90px 0px 70px;background: #F8FBFE;}
.sb_with_us_sec .card-main .card-head p{color:#fff;font-size:20px;padding: 7px 0px;padding-right:40px;cursor:pointer;}
.sb_with_us_sec .accordion .card-main{margin-bottom: 30px;}
.sb_with_us_sec .swu-title,.sb_with_us_sec .bwu-title{margin-bottom: 35px;}
.sb_with_us_sec .accordion .card-main .card-body-main{padding:15px 35px 5px 0px;}
.sb_with_us_sec .accordion .card-main .card-body-main p{color:#fff;font-size:16px;line-height:26px;margin-bottom:10px;}

.sellers_slide{padding:20px;}
.sellers_box{height:calc(100% - 80px);width:100%;background:#fff;margin-top:80px;text-align:center;padding:0px 30px 30px;border-radius:15px;box-shadow:0px 0px 20px rgba(0,0,0,0.16);}
.our_sellers_sec{background:#F8FBFE;padding:100px 0px 80px;}
.our_sellers_slider{padding-top:65px;}
.sellers_box .sellers_img{width:164px;height:164px;overflow:hidden;border-radius:100%;margin:-80px auto 30px;display:inline-block;}
.sellers_box .sellers_img img{width:100%;height:100%;object-fit:cover;}
.seller-name p{font-size:34px;line-height:normal;margin-bottom:36px;color:#000;}
.seller-info{text-align:left;}
.seller-info .date-wp .date-text{display:inline-block;color:#838383;font-size:18px;margin-bottom:25px;}
.seller-info p{color:#000000;font-size:18px;line-height:36px;margin-bottom:35px;}
.star-main{display:flex;flex-wrap:wrap;}
.star-main .star-main{color:#FF72E5;font-size:22px;display:inline-block;margin-right:10px;}

.faqs-sec{padding:100px 0px;}
.faqs-sec .section-title{margin-bottom:60px;}

.faqs_accordion{display:flex;flex-wrap:wrap;background:#000;border-radius:20px;position:relative;overflow:hidden;z-index: 1;}
.faqs_accordion_wrap{display:flex;flex-wrap:wrap;width:100%;}
.faqs_accordion_wrap .faqs_accordion_left{width:50%;background:#000;padding:50px 45px;}
.faqs_accordion_wrap .faqs_accordion_right{width:50%;background:#ff72e5;padding:50px 45px;}

.faqs_accordion:after{content:'';position:absolute;right:0px;top:0px;bottom:0px;background:#FF72E5;width:50%;z-index:-1;}
.faqs_accordion .card-main .card-head p{font-size:20px;color:#fff;line-height:normal;padding:25px 0px;padding-right:60px;cursor:pointer;font-weight:600; word-break: break-word;}

.faqs_accordion .card-main .card-head p:after{content:'+';position:absolute;font-family:fontawesome;right:5px;font-size:35px;top:50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all 400ms ease;-moz-transition: all 400ms ease;-ms-transition: all 400ms ease;-o-transition: all 400ms ease;transition: all 400ms ease;color:#fff;visibility: visible;opacity: 1;}
.faqs_accordion .card-main .card-head p[aria-expanded="true"]:after{content: '';visibility: hidden;opacity: 0;}

.faqs_accordion .card-main .card-head p:before{content:'|';-webkit-transform:translateY(-50%) rotate(90deg);-moz-transform:translateY(-50%) rotate(90deg);-o-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);font-size:28px;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease;visibility:hidden;opacity:0;position:absolute;font-family:fontawesome;right:13px;top:52%;color:#fff;}
.faqs_accordion .card-main .card-head p[aria-expanded="true"]:before{visibility:visible;opacity:1;}

.faqs_accordion .faqs_accordion_right .card-body-main p {border-left-color: #fff; }
.faqs_accordion .card-body-main{padding:10px 0px 5px 20px; }
.faqs_accordion .card-body-main p{font-size:18px;color:#fff;line-height:30px;border-left:3px solid #FF72E5;padding-left:30px; max-width: 560px; padding-right: 40px; word-break: break-word;}
.download_app-main p{font-size:24px;color:#000000;margin-bottom:25px;}
.download_app-main .app_icon{display:inline-block;margin-right:30px;}
.download_app-main .app_icon img{max-width:100%;}





.categories-sec .categories-wrap{background:#F9F0F9;border-radius:20px;padding:70px 50px;}
.categories-sec{padding-top:85px;}
.categories_row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;}
.categories_row .categories_col{width:calc(50% - 20px);margin:10px;border-radius:10px;background:#FF72E5;padding:20px 25px;display:flex;align-items:center; overflow: hidden;}
.categories_row .categories_col .categories-icon{width:49px;height:49px;}
.categories_row .categories_col .categories-icon img{width:100%;height:100%;object-fit:contain;object-position:center;}
.categories_row .categories_col span{width:calc(100% - 49px);padding-left:30px;font-size:20px;font-weight: 600;}

.container{max-width:90%;}
.banner-sec .banner-wrap .banner-text p {font-size: 20px; line-height: 28px; margin: 30px 0px 50px; }



.contact-us-sec{padding:150px 0px 90px; overflow: hidden;background: #F9F0F9;}
.contact-us-wrap .card_form{max-width:780px;}
.submin-btn-main{margin-top:30px;}
.submin-btn-main .btn{background:#FF72E5;border-color:#FF72E5;min-width:215px;text-transform: unset;}
.submin-btn-main .btn:hover,.submin-btn-main .btn:focus,.submin-btn-main .btn:active{background-color:#000;border:1px solid #000;color:#fff;box-shadow:none;outline:none;}

.newsletter-box {
    padding: 40px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
    border-radius: 20px;
    margin-bottom: -75px;
    background: #fff;
    position: relative;
}

.newsletter-box .section-title p {
    margin-bottom: 0px;
}


.form-main .form-group{margin-bottom:30px;}
.form-group .btn.submit-btn{width:100%;max-width:300px; margin-top: 30px;}

.contactUs-content .section-title{margin-bottom:45px;}
.contact-link-main .contact-wrap .content-links{margin-bottom:40px;}
.contact-link-main .contact-wrap .content-links .contact-link h5.font-we-rg{margin-bottom:0px;}
.contact-link-main .contact-wrap .content-links:last-child{margin-bottom:0px;}
.contact-link-main .contact-wrap {padding: 60px 70px; border-radius: 50px; background: #000;}
.banner-btn.footer-btn ul li{margin-bottom:0px;margin-right:0px;margin-left:20px; margin-top: 0px;}
.banner-btn.footer-btn ul li img{max-height:55px;}


ul.social-link{ display:flex; flex-wrap:wrap; }
ul.social-link li {display: inline-block; margin-right:45px; text-align: center; margin-top:10px; }
ul.social-link li:last-child{margin-right: 0px;}
ul.social-link li .social-icon{width:32px;height:32px;overflow:hidden;}
ul.social-link li .social-icon img {max-width: 100%; transition: all 400ms ease-in-out; object-fit: contain; width: 100%; height: 100%; }
ul.social-link li .social-icon:hover img.icon-1{transform:translateY(-35px);}
ul.social-link li .social-icon:hover img.icon-2{transform:translateY(-32px);}

.contact-wp-link .content-links{display:flex;align-items:center;padding:20px 0px;border-bottom:1px solid #DEDEDE;}
.contact-wp-link .content-links h5{width:45%;margin-bottom:0px;}
.contact-wp-link .content-links .content-links-inner{width:60%;}
.contact-wp-link .content-links:last-child{padding-bottom:0px;border-bottom:none;}
.contact-us-box.box_with-icon .social-links-wp {position: absolute; top: 170px; right: 40px; text-align: center; }
.contact-link-main{margin-right:-20%;}
.contact-link-main .contact-wrap{max-width:800px;margin-left:auto;}

.subscribe-sec{padding:80px 0px;}
.subscribe-sec .subscribe-form-main .subscribe-wp{max-width:600px;margin:50px auto 20px;}
.footer-main .footer-text{padding:20px 0px;}
.footer-main .footer-text p{font-size:18px;text-align:center;margin-bottom:0px; color: #fff;}
.footer-main {background: #000;}
.banner-btn.footer-btn ul li a{color: #fff;font-size: 18px;}

:root{--spinner-color-1:#ff72e5;--spinner-color-2:#de62c7;--spiner-color-3:#da7bc6;}
.moderspinner{width:40px;height:40px;border:dotted 5px var(--spinner-color-1);border-radius:100%;animation:spin 1s linear infinite;}
@keyframes spin{
	0%{transform:rotate(0deg) scale(0.8);border-top-color:transparent;border-right-color:transparent;}
	50%{transform:rotate(180deg) scale(1.2);border-color:var(--spinner-color-2);border-top-color:transparent;border-right-color:transparent;}
	100%{transform:rotate(360deg) scale(0.8);border-color:var(--spinner-color-3);border-top-color:transparent;border-right-color:transparent;}
}
.page-loader{z-index:9999999;position:fixed;background:#fff;top:0;left:0;right:0;bottom:0;width:100%;height:100%; overflow: hidden;}
.page-loader .moderspinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}


.app-screenshot-sec{padding:90px 0px; overflow: hidden;}
.app-screenshot-slider .screenshot{padding-right:40px;}
.app-screenshot-slider .screenshot img{max-width:100%;}
.app-screenshot-sec .app-screenshot-wrap{margin-right:-7%;}
.app-screenshot-wrap .slick-list.draggable{padding-right:16%;}
.app-screenshot-sec .section-title {margin-bottom: 60px; }

ul.slick-dots{font-size:0;text-align:center;}
ul.slick-dots li{display:inline-block;padding:10px;}
ul.slick-dots li button {font-size: 0; outline: 0; border: 1px solid #000; width: 15px; height: 15px; border-radius: 100%; background: transparent; padding: 0; cursor: pointer; }
ul.slick-dots li.slick-active button{ background:#000; border-color:#000;}
.app-screenshot-slider ul.slick-dots{margin:80px 0px 20px; padding-right: 6.5%;}

.content-links h5 { word-break:break-all; }
.banner-btn.footer-btn ul li a:hover{
    color: #FF72E5;
}






.subscribe-main{display:flex;flex-wrap:wrap;}
.subscribe-main .subscribe-input{width:calc(100% - 250px);padding-right:10px;}
.subscribe-main  .btn{min-width:250px;font-size:18px!important;text-transform:capitalize;font-weight:600;}
.subscribe-input .form-control-subscribe { padding-left: 5px !important;}
.subscribe-main .subscribe-input .form-control{height:60px;}


.modal-dialog .modal-content {border-radius: 56px; }
.modal-dialog .modal-header-main {padding: 35px 10px 10px;}
.form-btn-main{display:flex;padding:25px 0px 0px;flex-wrap:wrap;justify-content:center;}
.form-btn-main .btn{min-width:230px;margin:10px;font-weight:600;text-transform:capitalize; height: 55px;    border: 1px solid #ccc;}


.form-btn-main .btn-wp .btn:after {display: none;}

.uploadOuter{margin-top: 20px}
.dragBox {display: flex; align-items: center; justify-content:center; width: 100%; height: 235px; position: relative; text-align: center; color: #363636;border: 1px solid #ccc; transition: transform 0.3s; border-radius: 10px; background: #fff; font-weight: normal;}
.dragBox input[type="file"]{position:absolute;height:100%;width:100%;opacity:0;top:0;left:0; cursor: pointer;z-index: 3;}
.draging{transform:scale(1.1);}
#preview{text-align:center;}
#preview img{max-width:100%;}
.dragBox-text .logo-title {margin-bottom: 40px; font-size: 21px; font-weight: 700; }
.dragBox-text{display:flex;flex-direction:column;}
.dragBox-text .uploads-icon{width:70px;height:70px;line-height:70px;margin:0px auto 15px;}
.dragBox-text .uploads-icon img{display:inline-block;width:100%;height:100%;object-fit:contain;}
.dragBox-text div{line-height:normal;}
.preview-main{position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;}
.preview-main img{width:auto;max-width:100%!important;padding:10px;max-height:200px;}

.contact-us-sec .form-control::placeholder{color:#000;font-weight:600;font-size:20px;}
.contact-us-sec .form-control::-moz-placeholder{color:#000;font-weight:600;font-size:20px;}
.contact-us-sec .form-control:-ms-input-placeholder{color:#000;font-weight:600;font-size:20px;}
.contact-us-sec .form-control::-webkit-input-placeholder{color:#000;font-weight:600;font-size:20px;}
.contact-us-sec .form-control::-o-input-placeholder{color:#000;font-weight:600;font-size:20px;}
.categories-inner .section-title h2 {line-height: 1;}


.join_our_team-pop-up .modal-dialog{max-width:1060px;}
.join_our_team-pop-up .modal-dialog .modal-body{padding:50px 45px;}
.join_our_team-pop-up select.form-control {background-image: url(../images/down-icon.png); background-repeat: no-repeat; background-position: center right 11px; background-size: 16px; cursor: pointer; padding-right: 40px; }
.join_our_team-pop-up .form-main .form-group{display:flex;}
.join_our_team-pop-up .form-main .form-group .form-input{width:calc(100% - 120px);}
.join_our_team-pop-up .form-main .form-group .input-label{font-weight:600;width:120px;font-size:18px;margin-top:24px;padding-right:20px;}
.join_our_team-pop-up .form-main .form-group{margin-bottom:26px;}
.join_our_team-pop-up select.form-control{margin-bottom:26px;}
.join_our_team-pop-up textarea.form-control{padding:15px;height:260px;}
.join_our_team-pop-up .form-control{height:70px;}
.join_our_team-pop-up .modal-dialog .section-title {margin-bottom: 45px; }
.join_our_team-pop-up .form-control {background: transparent; border: 1px solid #ccc; border-radius: 10px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; font-size: 18px; color: #5F6368; -webkit-appearance: none; font-weight: normal; padding: 15px 15px 15px 15px; }

.footer-main .footer-text .footer-left p{text-align:left;}
.footer-main .footer-text{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.footer-main .footer-text .footer-right{display:flex;}
.footer-main .footer-text .footer-right .developed-by-img{width:191px;height:38px;}
.footer-main .footer-text .footer-right h5{color:#fff;margin-bottom:0px;font-size:20px;font-weight:400;line-height:38px;height:38px;padding-top:6px;padding-right:10px;}

.subscribe-input .form-control::placeholder{color:#000;font-weight:600;font-size:18px;}
.subscribe-input .form-control::-moz-placeholder{color:#000;font-weight:600;font-size:18px;}
.subscribe-input .form-control:-ms-input-placeholder{color:#000;font-weight:600;font-size:18px;}
.subscribe-input .form-control::-webkit-input-placeholder{color:#000;font-weight:600;font-size:18px;}
.subscribe-input .form-control::-o-input-placeholder{color:#000;font-weight:600;font-size:18px;}



@media (max-width:1499px){
	.footer-main .footer-text .footer-right h5{font-size:16px;line-height:30px;height:38px;padding-top:6px;padding-right:10px;}
	.footer-main .footer-text .footer-right .developed-by-img{height:30px;width:150px;}
}


@media (max-width:991px){
	.footer-main .footer-text{padding:15px 0px;}
	.footer-main .footer-text .footer-left{width:100%;}
	.footer-main .footer-text .footer-right{width:100%;justify-content:center;padding-top:10px;padding-bottom:5px;}
	.footer-main .footer-text .footer-left p{text-align:center;}
	.footer-main .footer-text .footer-right h5{font-size:18px;line-height:30px;height:30px;padding-top:3px;}
	.footer-main .footer-text .footer-right .developed-by-img{width:141px;height:30px;}
	.banner-btn.footer-btn ul li{ margin:0px 10px; }
	.footer-main .footer-text{flex-flow:column-reverse;}

	.contact-us-sec .form-control::placeholder{font-size:18px;}
	.contact-us-sec .form-control::-moz-placeholder{font-size:18px;}
	.contact-us-sec .form-control:-ms-input-placeholder{font-size:18px;}
	.contact-us-sec .form-control::-webkit-input-placeholder{font-size:18px;}
	.contact-us-sec .form-control::-o-input-placeholder{font-size:18px;}

}



.partner-pop-up-right{padding-left:90px;}
.partner-pop-up-right .form-input{width:100%!important;}
.partner-pop-up-right .form-group{width:100%;flex-wrap:wrap;}
.partner-pop-up-right .form-input .input-label{width:100%!important;margin-bottom:10px;margin-top:0px!important;}
.modal-body .section-title h3 {font-size: 48px; line-height: normal; font-weight:600; }

.header-main .header-inner-main .header-menu-inner .header-btn a, .btn{font-family:'AvertaStd',sans-serif;}
.pp-close{position:absolute;right:15px;top:15px;opacity:1;width:17px;height:17px;background-size:10px;background-color:#000;border-radius:4px;outline: none !important;box-shadow: none !important;}


@media (max-width:767px){

	.pp-close {width: 14px; height: 14px; background-size: 9px; }

	.contact-us-sec .form-control::placeholder{font-size:16px;}
	.contact-us-sec .form-control::-moz-placeholder{font-size:16px;}
	.contact-us-sec .form-control:-ms-input-placeholder{font-size:16px;}
	.contact-us-sec .form-control::-webkit-input-placeholder{font-size:16px;}
	.contact-us-sec .form-control::-o-input-placeholder{font-size:16px;}

}

.successmessage p{color: green;}
.error {color:red}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 50px #f9f0f9 inset !important;
}

/*New change Apple store , then needs to revert back again.*/
.sb_sec_points ul li:before{content:'';position:absolute;background:none;width:12px;height:12px;left:30px;top:0px;bottom:0px;margin-top:auto;margin-bottom:auto;background:#000000;border-radius:100%;transform:translateY(-1px);}
.sb_sec_points ul li:hover:before{background:#fff;}
.sb_sec_points ul li{padding-left:60px;}
.our_sellers_sec {
    background: #fff;
}

.developedby-wp{display:flex;padding:0px 0px 0px;align-items:center;}
.developedby-wp h5{margin-bottom:0px;line-height:1;color:#fff;font-weight:500;font-size:16px;margin-right:10px;}


@media (max-width:991px){

.developedby-wp{justify-content:center;}
.developedby-wp h5{font-size:15px;}

}
