/*
Theme Name: 
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: left-sidebar, custom-menu, featured-images, post-formats
Text Domain: 
*/
/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
	1.0 - General Styles
		1.1 - Alignments
		1.2 - Galleries
		1.3 - Fixed margin
		1.4 - Fixed padding
		1.5 - Fixed Button Style
		1.6 - page header
	2.0 - Main navbar
	3.0 - Banner map
	4.0 - Intro Section
*/

.fa, .far, .fas{
  font: normal normal normal 22px / 1 FontAwesome!important;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frank Ruhl Libre", serif;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.opacity-1 {
  opacity: 1 !important;
}

.min-width-650 {
  min-width: 650px;
}

/*----------------------------------
    common btn color & icon
----------------------------------*/
.common-btn {
  height: 70px;
  background: #6dcff6;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 70px;
  border-radius: 35px;
  padding: 0 60px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* .common-btn:hover,
.common-btn:active,
.common-btn:focus {
  background: #000;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
} */



.common-btn {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.common-btn:hover::before,
.common-btn:focus::before,
.common-btn:active::before {
  left: 0;
}

.common-btn:hover,
.common-btn:active,
.common-btn:focus {
  color: #fff;
  border: 0;
  box-shadow: none;
}


.common-icon {
  position: relative;
}

.common-icon:after {
  content: '';
  position: absolute;
  opacity: 0.302;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -10px;
  right: -11px;
  background-image: -moz-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -webkit-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -ms-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
}

/*---------------------------------------
    ar social area style
----------------------------------------*/
.social-media ul {
  padding-left: 0;
}

.social-media ul li {
  list-style: none;
  display: inline-block;
}

.social-media ul li a {
  height: 70px;
  width: 70px;
  display: inline-block;
  font-size: 23px;
  background: #6dcff6;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.social-media ul li a:hover,
.social-media ul li a:focus {
    transform: scale(1.1);
    background: #009edb; /* darker blue for hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.social-media.social-media-2 ul li a {
  background: #efeeee;
  color: #757578;
  margin-left: 10px;
}

.social-media.social-media-2 .common-btn:hover,
.social-media.social-media-2 .common-btn:active,
.social-media.social-media-2 .common-btn:focus {
  color: #ffffff !important;
}

/*---------------------------------------
    owl-carousel nav style
----------------------------------------*/
.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  margin: 0;
}

.owl-theme .owl-nav button {
  height: 70px;
  width: 70px;
  background: #6dcff6 !important;
  border-radius: 50% !important;
  margin: 0 !important;
}

.owl-theme .owl-nav button:active,
.owl-theme .owl-nav button:focus {
  outline: none;
}

.owl-theme .owl-nav button.owl-next {
  margin-left: 25px !important;
}

@media all and (max-width: 991px) {
  .owl-theme .owl-nav button {
    height: 50px;
    width: 50px;
  }

  .owl-theme .owl-nav button img {
    width: 17px;
    height: auto;
  }

  .owl-theme .owl-nav button.owl-next {
    margin-left: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .owl-theme .owl-nav button.owl-next {
    margin-left: 15px !important;
  }
}

/*----------------------------------
    all bg color
----------------------------------*/
.bg-base {
  background-image: -webkit-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background-image: -o-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background-image: -webkit-gradient(linear, left bottom, right top, from(#312f9d), to(#6e45bd));
  background-image: linear-gradient(to top right, #312f9d 0%, #6e45bd 100%);
}

.bg-gray {
  background: #efeeee;
}

.bg-light-white {
  background: #faf9fa;
}

@media all and (min-width: 1600px) {
  .container {
    max-width: 1485px;
  }
}

/*----------------------------------
    section-title
----------------------------------*/
.section-title h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  color: #37363e;
  font-weight: 700;
  margin-bottom: 60px;
}

.card-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  color: #37363e;
  font-weight: 700;
  margin-bottom: 26px;
  text-decoration: none;
}

.sorting-title .title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  color: #37363e;
  font-weight: 700;
  margin-bottom: 50px;
}

.sorting-title .title span {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #757578;
  margin-left: 5px;
}

.sorting-title .icon {
  font-size: 23px;
  color: #757578;
}

.sorting-title .icon .active {
  color: #6dcff6;
  margin-right: 10px;
}

.page-sub-title {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #37363e;
  margin-bottom: 66px;
  margin-top: 19px;
}

@media all and (max-width: 1500px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media all and (max-width: 991px) {
  .section-title h2 {
    margin-bottom: 52px !important;
    margin-bottom: 0!important;
  }

  .sorting-title .title {
    margin-bottom: 40px;
    display: block !important;
  }

  .sorting-title .title span {
    font-size: 17px;
  }

  .sorting-title .title span img {
    width: 11px;
  }

  .sorting-title .icon {
    font-size: 20px;
    float: left;
    margin-bottom: 35px;
  }
}

@media all and (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 0!important;
  }

  .common-btn {
    height: 55px;
    font-size: 15px;
    line-height: 56px;
  }
}

/*--------------------------------------
    fixed bg images
---------------------------------------*/
.banner-slider .item {
  padding: 367px 0px 315px 0px;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
}

.banner-slider .slider-image-1 {
  background: url(../images/banner/bg-banner.png);
}

.banner-slider .slider-image-2 {
  background: url(../images/banner/banner-bg.png);
}

.banner-slider .slider-image-3 {
  background: url(../images/banner/bg-banner.png);
}

.banner-slider .slider-image-4 {
  background: url(../images/banner/banner-bg.png);
}

.side-nogrid-img {
  position: absolute;
  right: 0;
}

/*--------------------------------------
    single-select style
---------------------------------------*/
.single-select .nice-select {
  border-radius: 5px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-size: 23px;
  line-height: 66px;
  padding: 0 0 0 33px;
  margin-bottom: 58px;
}

.single-select .nice-select:after {
  right: 32px;
  height: 11px;
  width: 11px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-top: -8px;
}

.single-select .nice-select .list {
  background: #583db1 !important;
}

.single-select .nice-select .option:hover,
.single-select .nice-select .option.focus,
.single-select .nice-select .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.single-select-2 .nice-select:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  right: 27px;
  height: auto;
  width: auto;
  border-bottom: 0px !important;
  border-right: 0px !important;
  margin-top: -8px;
  top: 12px;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.single-select-gray .nice-select {
  background-color: rgba(250, 249, 250, 0.6);
  color: rgba(117, 117, 120, 0.6);
  border: 1px solid;
  border-color: rgba(215, 215, 215, 0.6);
  border-radius: 10px;
  margin-bottom: 47px;
}

.single-select-gray .nice-select:after {
  border-bottom: 2px solid rgba(117, 117, 120, 0.6);
  border-right: 2px solid rgba(117, 117, 120, 0.6);
}

.single-select-gray .nice-select .list {
  background: #faf9fa !important;
}

.single-select-gray .nice-select .option:hover,
.single-select-gray .nice-select .option.focus,
.single-select-gray .nice-select .option.selected.focus {
  background-color: #ffffff;
}

@media all and (max-width: 767px) {
  .single-select-2 .nice-select:after {
    top: 7px;
  }
}

/*--------------------------------------
    padding / margin style
---------------------------------------*/
.default-padding {
  padding: 140px 0;
}

.default-padding2 {
  padding: 128px 0 140px 0;
}

.pd-top-128 {
  padding-top: 128px;
}

.pd-top-140 {
  padding-top: 140px;
}

.pd-bottom-140 {
  padding-bottom: 140px;
}

@media all and (min-width: 1300px) {
  .mg-left-80 {
    margin-left: 80px;
  }

  .pd-left-44 {
    padding-left: 44px;
  }

  .pd-left-54 {
    padding-left: 54px;
  }
}

@media all and (max-width: 991px) {
  .mg-bt-100 {
    margin-bottom: 100px;
  }

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

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

  .side-nogrid-img {
    position: relative;
    right: 0;
  }

  .mg-bt-0 {
    margin-bottom: 0 !important;
  }

  /* default */
  .default-padding {
    padding: 100px 0;
  }

  .default-padding2 {
    padding: 88px 0 100px 0;
  }

  .pd-top-128 {
    padding-top: 88px;
  }

  .pd-top-140 {
    padding-top: 100px;
  }

  .pd-bottom-140 {
    padding-bottom: 100px;
  }
}

/*---------------------------------------
	menu style
----------------------------------------*/
.navbar.sm-navbar ul.navbar-nav>li>a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #757578;
}

.navbar.sm-navbar ul.navbar-nav>li>a:hover {
  color: #6dcff6 !important;
}

.navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #757578;
}

.menu-contact-icon-area {
  padding: 43px 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #37363e;
}

.menu-contact-icon {
  position: relative;
  margin-right: 20px;
}

.menu-contact-icon:after {
  content: '';
  position: absolute;
  opacity: 0.302;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -19px;
  right: -2px;
  background-image: -moz-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -webkit-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -ms-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
}

.menu-contact-icon i {
  color: #6e45bd;
  border: 2px solid #6e45bd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 51px!important;
  font-size: 23px!important;
}

@media all and (max-width: 1500px) {
  .navbar.sm-navbar ul.navbar-nav>li {
    font-size: 15px;
  }

  .navbar.sm-navbar ul.navbar-nav>li .menu-contact-text {
    float: right;
    line-height: 50px;
  }

  .navbar.sm-navbar ul.navbar-nav>li .menu-contact-icon:after {
    top: -26px;
    right: -4px;
  }

  .navbar.sm-navbar ul.navbar-nav>li>a {
    font-size: 15px;
  }
}

@media all and (max-width: 1200px) {
  .navbar.sm-navbar .navbar-brand img {
    width: 60%;
  }

  .navbar.sm-navbar ul.navbar-nav>li>a {
    font-size: 13px;
  }

  .menu-contact-icon-area {
    font-size: 13px;
    padding: 41px 15px;
  }

  .menu-contact-icon-area .menu-contact-icon i {
    font-size: 15px!important;
    width: 40px;
    height: 40px;
    line-height: 42px!important;
  }

  .menu-contact-icon-area .menu-contact-icon:after {
    width: 40px;
    height: 40px;
    top: -19px !important;
  }

  .menu-contact-icon-area .menu-contact-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar.sm-navbar ul.navbar-nav {
    padding: 0 24px;
  }
}

@media all and (max-width: 992px) {
  .navbar.sm-navbar {
    padding: 20px 0;
  }

  .navbar.sm-navbar .navbar-toggler {
    background-image: -moz-linear-gradient(45deg, #312f9d 0%, #6e45bd 100%);
    background-image: -webkit-linear-gradient(45deg, #312f9d 0%, #6e45bd 100%);
    background-image: -ms-linear-gradient(45deg, #312f9d 0%, #6e45bd 100%);
  }

  .navbar.sm-navbar ul.navbar-nav li a {
    color: #757578;
    font-size: 13px;
  }

  .navbar.sm-navbar ul.navbar-nav li a i {
    display: none;
  }

  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu>a.slicknav .icon:after {
    content: '';
    display: block;
    width: 2px;
    margin-left: 9px;
    height: 20px;
  }

  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu>a.slicknav .icon:before {
    width: 20px;
    margin-bottom: -11px;
  }

  .navbar.sm-navbar ul.navbar-nav>li .menu-contact-text {
    float: none;
  }

  .navbar.sm-navbar ul.navbar-nav>li .menu-contact-icon:after {
    top: -16px;
    right: -1px;
  }

  .navbar.sm-navbar ul.navbar-nav li a:hover {
    text-decoration: none;
  }

  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu ul.sub-menu a {
    font-size: 14px;
  }
}

.navbar-expand-lg .navbar-nav{
    align-items: baseline;
  }

/*---------------------------------------
	ar banner area style
----------------------------------------*/
.banner-slider {
  /*---------------------------------------
	ar banner slider dots
	----------------------------------------*/
}

.banner-slider .item {
  position: relative;
}

.banner-slider .item .ovarlay {
  position: absolute;
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.2;
  bottom: 0;
  width: 100%;
}

.banner-slider .item .banner-content h1 {
  font-size: 90px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Frank Ruhl Libre", serif;
}

.banner-slider .item .banner-content p {
  font-size: 23px;
  color: #ffffff;
}

.banner-slider .owl-item.active h1 {
  -webkit-animation: 1.5s .3s fadeInUp both;
  animation: 1.5s .3s fadeInUp both;
}

.banner-slider .owl-item.active p {
  -webkit-animation: 1.5s .8s fadeInUp both;
  animation: 1.5s .8s fadeInUp both;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 67px;
  z-index: 99;
  right: 165px;
  display: block;
}

.banner-slider .owl-dots .owl-dot {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner-slider .owl-dots .owl-dot span {
  border: 5px solid #583db1;
  height: 29px;
  width: 29px;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.banner-slider .owl-dots .owl-dot span:hover {
  background: #583db1 !important;
}

.banner-slider .owl-dots .owl-dot.active span {
  background: #583db1 !important;
}

.banner-slider .owl-dots .owl-dot:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: 0;
}

@media all and (max-width: 1500px) {
  .banner-slider .item .banner-content h1 {
    font-size: 70px;
  }

  .banner-slider .item .banner-content p {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .banner-slider .item {
    padding: 240px 0px 190px 0px;
  }

  .banner-slider .owl-dots {
    right: 45px;
  }
}

@media (max-width: 991px) {
  .banner-slider .item {
    padding: 160px 0px 110px 0px;
  }

  .banner-slider .owl-dots {
    bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .banner-slider .item {
    padding: 110px 0px 100px 0px;
  }

  .banner-slider .item .banner-content h1 {
    font-size: 50px;
    text-align: center;
  }

  .banner-slider .item .banner-content p {
    font-size: 18px;
    text-align: center;
  }

  .banner-slider .owl-dots {
    right: 50%;
    margin-right: -86px;
  }
}

/*---------------------------------------
	ar select area style
----------------------------------------*/
.select-area {
  padding: 100px 0 50px 0;
}

.select-area .common-btn {
  margin-top: 55px;
}

.ar-select-range-content {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-top: 31px;
}

.ar-select-range-content.ar-select-range-content-4 {
  margin-top: 51px;
}

.single-range-slide {
  margin-bottom: 46px;
}

.range-slider-title {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 17px;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  background-color: #5e59b3;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  margin-top: -0.45rem;
}

.slider.slider-horizontal .slider-selection {
  background-color: #ffffff;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
}

.slider-handle {
  background-color: #6dcff6;
  background-image: none;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slider-handle.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slider-handle.min-slider-handle {
  margin-left: -3px !important;
}

.slider-handle.max-slider-handle {
  margin-left: -15px !important;
}

@media all and (max-width: 1024px) {
  .range-slider-title {
    font-size: 20px !important;
  }
}

@media all and (max-width: 767px) {
  .single-select .nice-select {
    height: 60px;
    font-size: 17px;
    line-height: 61px;
    padding: 0 0 0 25px;
    margin-bottom: 30px;
  }

  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu{
    width: 100%;
  }

  .single-select .nice-select:after {
    right: 26px;
    height: 9px;
    width: 9px;
    margin-top: -6px;
  }

  .ar-pagination .page-item{
    margin: 0 5px 10px 5px!important;
  }

  .select-area {
    padding: 100px 0 100px 0;
  }

  .range-slider-title {
    font-size: 16px !important;
  }
}

/*---------------------------------------
	ar-single-page-title
----------------------------------------*/
.ar-single-page-title.bg_about{
  background: url(../images/about/2.png);
}
.ar-single-page-title {
  padding: 178px 0px 164px 0px;

  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  position: relative;
}

.ar-single-page-title .ovarlay {
  position: absolute;
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.2;
  bottom: 0;
  width: 100%;
}

.ar-single-page-title .title {
  font-size: 90px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Frank Ruhl Libre", serif;
}

.ar-single-page-title .breadcrumb {
  background: transparent;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  padding: 13px 0 0 0;
}

.ar-single-page-title .breadcrumb li a {
  color: #ffffff;
}

.ar-single-page-title .breadcrumb li a:hover,
.ar-single-page-title .breadcrumb li a:focus,
.ar-single-page-title .breadcrumb li a:active {
  text-decoration: none;
}

.ar-single-page-title .breadcrumb li.active {
  color: #ffffff;
}

.ar-single-page-title .breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
  font-family: "FontAwesome";
  content: '\f105';
  color: #ffffff;
}

.ar-single-page-title.ar-blog-post-title {
  padding: 148px 0px 134px 0px;
}

@media all and (max-width: 991px) {
  .ar-single-page-title {
    padding: 125px 0px 110px 0px;
  }
  .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu{
    width: 100%;
  }


  .ar-single-page-title .title {
    font-size: 70px;
  }

  .ar-single-page-title .breadcrumb {
    font-size: 17px;
  }
  .e-commerce-widget .cart-single-price{
    padding: 16px 0!important;
  }
}

@media all and (max-width: 767px) {
  .ar-single-page-title {
    padding: 110px 0px 100px 0px;
  }

  .ar-single-page-title .title {
    font-size: 45px;
  }
  .e-commerce-widget .cart-single-price{
    padding: 16px 0!important;
  }
}

/*---------------------------------------
	ar property slider navs
----------------------------------------*/
.ar-property-page-slider .owl-nav {
  top: 50%;
  margin-top: -35px;
  width: 100%;
}

.ar-property-page-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  background: rgba(109, 207, 246, 0.702) !important;
}

.ar-property-page-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  background: rgba(109, 207, 246, 0.702) !important;
}

/*---------------------------------------
	e-commerce-title 
----------------------------------------*/
.e-commerce-title {
  padding-bottom: 112px;
}

.e-commerce-title .breadcrumb {
  background: transparent;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 0 0 0;
}

.e-commerce-title .breadcrumb li a {
  color: #37363e;
}

.e-commerce-title .breadcrumb li a:hover,
.e-commerce-title .breadcrumb li a:focus,
.e-commerce-title .breadcrumb li a:active {
  text-decoration: none;
}

.e-commerce-title .breadcrumb li.active {
  color: #37363e;
}

.e-commerce-title .breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
  font-family: "FontAwesome";
  content: '\f105';
  color: #37363e;
}

/*---------------------------------------
	ar-featured-area style
----------------------------------------*/
.ar-featured-slider {
  -webkit-box-shadow: 0px 0px 4px 4px #e8e6e6;
  box-shadow: 0px 0px 4px 4px #e8e6e6;
}

.ar-featured-slider .owl-nav {
  top: -155px;
}

.ar-featured-slider .ar-entry-thumbnail {
  height: 100%;
}

.ar-featured-slider .ar-entry-thumbnail img {
  height: 100%;
}

.ar-featured-slider .ar-single-property {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.ar-featured-slider .ar-single-property .common-btn {
  margin: 8px 16px 0 0;
  padding: 0 40px;
}

.ar-featured-slider .ar-single-property .ar-single-property-intro {
  padding: 35px 0 0 45px;
}

.ar-featured-slider .ar-single-property .ar-single-property-intro .ar-property-location {
  margin-bottom: 17px;
}

.ar-featured-slider .ar-single-property .ar-single-property-intro h3 {
  margin: 12px 0 25px 0;
}

.ar-featured-slider .ar-single-property .ar-property-details {
  margin: 0 46px 35px 46px;
}

.ar-featured-slider .ar-single-property .ar-property-tag {
  margin-bottom: 20px !important;
}

.ar-featured-slider .ar-single-property .ar-property-price h3 {
  margin-bottom: 13px;
}

.ar-featured-slider .ar-single-property .ar-property-author {
  padding: 18px 46px 15px;
}

.ar-featured-slider .ar-single-property .ar-property-author img {
  width: auto;
}

@media all and (max-width: 991px) {
  .ar-featured-slider .ar-single-property .common-btn {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    border-radius: 35px;
  }

  .ar-featured-slider .ar-entry-thumbnail {
    height: auto;
  }

  .ar-featured-slider .ar-entry-thumbnail img {
    height: auto;
  }

  .ar-featured-slider .ar-single-property .common-btn {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .ar-featured-slider .ar-entry-thumbnail {
    height: auto;
  }

  .ar-featured-slider .ar-entry-thumbnail img {
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .ar-featured-slider .ar-single-property .ar-single-property-intro {
    padding: 20px 15px 0 15px;
  }

  .ar-featured-slider .ar-single-property .ar-property-details {
    margin: 0 15px 35px 15px;
  }

  .ar-featured-slider .ar-single-property .ar-property-author {
    padding: 18px 9px 15px;
  }

  .ar-featured-slider {
    margin-top: 80px;
  }

  .ar-featured-slider .owl-nav {
    top: -75px;
    left: 0;
    right: auto;
  }
}

/*---------------------------------------
	ar-about-area style
----------------------------------------*/
.ar-about-details h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 60px;
  color: #37363e;
  font-weight: 700;
  margin-bottom: 45px;
}

.ar-about-details p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

@media all and (max-width: 1500px) {
  .ar-about-details h3 {
    font-size: 45px;
    margin-bottom: 35px;
  }

  .ar-about-details p {
    font-size: 17px;
  }
}

@media all and (max-width: 991px) {
  .ar-about-details {
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  .ar-about-details h3 {
    font-size: 38px;
  }
}

/*---------------------------------------
	ar-property-area style
----------------------------------------*/
.ar-property-area {
  overflow-x: clip;
}

.ar-property-area .common-btn {
  margin-top: 2px;
  padding: 0 35px;
}

.ar-isotope-btn {
  padding-top: 24px;
  margin-bottom: 100px;
}

.ar-isotope-btn button {
  border: 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #6dcff6;
  text-transform: uppercase;
  cursor: pointer;
}

.ar-isotope-btn button:focus,
.ar-isotope-btn button:active {
  outline: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.ar-isotope-btn button.active {
  position: relative;
}

.ar-isotope-btn button.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 3px;
  height: 4px;
  width: 95%;
  background: #6e45bd;
}

@media all and (max-width: 1500px) {
  .ar-isotope-btn {
    padding-top: 15px;
  }

  .ar-isotope-btn button {
    font-size: 15px;
  }
}

@media all and (max-width: 991px) {
  .ar-isotope-btn {
    padding-top: 0;
    margin-bottom: 60px;
    float: left !important;
  }
}

/*---------------------------------------
	ar-entry-thumbnail style
----------------------------------------*/
.ar-entry-thumbnail {
  position: relative;
}

.ar-entry-thumbnail .tag {
  position: absolute;
  top: 29px;
  left: 31px;
}

.ar-entry-thumbnail .tag a {
  margin-right: 26px;
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  padding: 0 23px;
  line-height: 41px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -o-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(#312f9d), to(#6e45bd));
  background: linear-gradient(to top right, #312f9d 0%, #6e45bd 100%);
}

.ar-entry-thumbnail .tag a:hover,
.ar-entry-thumbnail .tag a:active,
.ar-entry-thumbnail .tag a:focus {
  text-decoration: none;
}

/*---------------------------------------
	ar-single-property style
----------------------------------------*/
.ar-single-property {
  -webkit-box-shadow: 0px 0px 4px 4px #e8e6e6;
  box-shadow: 0px 0px 4px 4px #e8e6e6;
  margin-bottom: 55px;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden;
}


.ar-entry-thumbnail img {
  transition: transform 0.5s ease, filter 0.3s ease;
}

/* Zoom image on hover */
.ar-single-property:hover .ar-entry-thumbnail img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Optional: slight bounce effect on click */
.ar-single-property:active .ar-entry-thumbnail img {
  transform: scale(0.98);
  filter: brightness(0.95);
}

.ar-single-property h3 {
  font-size: 36px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  margin: 15px 0 23px 0;
}

.ar-single-property h3 a {
  font-size: 36px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
}

.ar-single-property h3 a:hover,
.ar-single-property h3 a:active,
.ar-single-property h3 a:focus {
  text-decoration: none;
}

.ar-single-property .ar-single-property-intro {
  padding: 24px 0 0 29px;
}

.ar-single-property .ar-single-property-intro .types {
  font-size: 20px;
  color: #6dcff6;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.ar-single-property .ar-single-property-intro .ar-property-location {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #757578;
  margin-bottom: 22px;
}

.ar-single-property .ar-single-property-intro .ar-property-location i {
  color: #6e45bd;
  margin-right: 14px;
}

.ar-single-property .ar-entry-thumbnail {
  margin-bottom: 23px;
}

.ar-single-property .ar-entry-thumbnail .tag a {
  font-size: 18px;
}

.ar-single-property .ar-property-details {
  margin: 0 29px;
}

.ar-single-property .ar-property-details .ar-property-tag {
  margin-bottom: 20px;
  border-bottom: 2px solid #6e45bd;
  padding-bottom: 20px;
}

.ar-single-property .ar-property-details .ar-property-tag span {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #757578;
}

.ar-single-property .ar-property-details .ar-property-price h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}

.ar-single-property .ar-property-details .ar-property-price p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #757578;
  margin-bottom: 24px;
}

.ar-single-property .ar-property-details .ar-property-price .heart {
  float: right;
  height: 70px;
  width: 70px;
  background: #efeeee;
  border-radius: 50%;
  font-size: 22px;
  line-height: 72px;
  color: #757578;
  margin-top: 7px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-property .ar-property-details .ar-property-price .heart i {
  color: #ec008c;
}

.ar-single-property .ar-property-details .ar-property-price .heart:hover,
.ar-single-property .ar-property-details .ar-property-price .heart:focus,
.ar-single-property .ar-property-details .ar-property-price .heart:active {
  background: #ec008c;
}

.ar-single-property .ar-property-details .ar-property-price .heart:hover i,
.ar-single-property .ar-property-details .ar-property-price .heart:focus i,
.ar-single-property .ar-property-details .ar-property-price .heart:active i {
  color: #ffffff;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen {
  position: relative;
  height: 70px;
  float: right;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #efeeee;
  border-radius: 50%;
  margin: 7px 16px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen:after {
  content: '';
  position: absolute;
  background: url(../images/icons/full-screen-o.png);
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen img {
  width: 20px;
  height: 20px;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen:hover,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:focus,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:active {
  background: #6dcff6;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen:hover:after,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:focus:after,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:active:after {
  opacity: 1;
  visibility: visible;
}

.ar-single-property .ar-property-details .ar-property-price .fullscreen:hover img,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:focus img,
.ar-single-property .ar-property-details .ar-property-price .fullscreen:active img {
  visibility: hidden;
  opacity: 0;
}

.ar-single-property .ar-property-author {
  padding: 18px 29px;
  background: #efeeee;
}

.ar-single-property .ar-property-author .ar-author-thumbnail {
  position: relative;
  display: inline-block;
}

.ar-single-property .ar-property-author .ar-author-thumbnail:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background: #3cb878;
  top: 0;
  left: 10px;
  border-radius: 50%;
}

.ar-single-property .ar-property-author .ar-author-thumbnail img {
  float: left;
  width: auto;
}

.ar-single-property .ar-property-author .ar-author-thumbnail span {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #37363e;
  margin-left: 13px;
  margin-top: 20px;
  float: left;
}

.ar-single-property .ar-property-author p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #757578;
  margin: 20px 0 0;
}

.ar-single-property .ar-property-author p i {
  margin-right: 15px;
}

@media all and (max-width: 1500px) {
  .ar-single-property .ar-single-property-intro .types {
    font-size: 15px;
  }

  .ar-single-property .ar-single-property-intro .ar-property-location {
    font-size: 15px;
  }

  .ar-single-property h3 {
    font-size: 20px;
  }

  .ar-single-property h3 a {
    font-size: 26px;
  }

  .ar-single-property .ar-entry-thumbnail .tag a {
    font-size: 16px;
  }

  .ar-single-property .ar-property-details .ar-property-tag span {
    font-size: 15px;
  }

  .ar-single-property .ar-property-details .ar-property-price p {
    font-size: 15px;
  }

  .ar-single-property .ar-property-details .ar-property-price .heart {
    height: 55px;
    width: 55px;
    font-size: 16px;
    line-height: 58px;
    margin-top: 3px;
  }

  .ar-single-property .ar-property-details .ar-property-price .fullscreen {
    height: 55px;
    width: 55px;
    line-height: 55px;
    margin: 3px 10px 0 0;
  }

  .ar-single-property .ar-property-author .ar-author-thumbnail img {
    float: left;
    width: auto;
    height: 50px;
  }

  .ar-single-property .ar-property-author .ar-author-thumbnail span {
    font-size: 16px;
    margin-left: 6px;
    margin-top: 16px;
  }

  .ar-single-property .ar-property-author .ar-author-thumbnail:after {
    left: 3px;
  }

  .ar-single-property .ar-property-author p {
    font-size: 15px;
    margin: 16px 0 0;
  }

  .ar-single-property .ar-property-author p i {
    margin-right: 10px;
  }
}

@media all and (max-width: 767px) {
  .ar-single-property .ar-single-property-intro {
    padding: 24px 15px 0 15px;
  }
}


/*---------------------------------------
	ar-testimonial-area style
----------------------------------------*/
.testimonial {
  padding: 130px 0 120px 0;
}

.testimonial .media,
.ar-single-contact {
  display: flex;
  align-items: flex-start;
 
}

.testimonial .owl-nav {
  bottom: 142px;
}

.testimonial .sub-title {
  font-family: "Montserrat", sans-serif;
  color: #6dcff6;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 42px;
}

.testimonial .content {
  font-size: 36px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  margin: 0 0 55px;
}

.testimonial .media img {
  width: auto;
}

.testimonial .media .media-body {
  margin-left: 32px;
}

.testimonial .media .media-body .author-name {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial .media .media-body .author-designation {
  color: #757578;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 300;
}

@media all and (max-width: 1500px) {
  .testimonial {
    padding: 95px 0 90px 0;
  }

  .testimonial .sub-title {
    font-size: 16px;
  }

  .testimonial .content {
    font-size: 30px;
  }

  .testimonial .owl-nav {
    bottom: 105px;
  }
}

@media all and (max-width: 991px) {
  .testimonial {
    padding: 95px 0 90px 0;
  }

  .testimonial .sub-title {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .testimonial .content {
    font-size: 18px;
    margin: 0 0 30px;
  }

  .testimonial .media img {
    height: 50px;
  }

  .testimonial .media .media-body {
    margin-left: 15px;
  }

  .testimonial .media .media-body .author-name {
    font-size: 15px;
  }

  .testimonial .media .media-body .author-designation {
    font-size: 15px;
  }

  .testimonial .owl-nav {
    bottom: 97px;
  }
}

@media (max-width: 767px) {
  .testimonial .media .media-body {
    margin-left: 6px;
    margin-top: 3px;
  }

  .testimonial .owl-nav {
    bottom: 104px;
  }
}

/*---------------------------------------
	ar-accordion-area style
----------------------------------------*/
.ar-single-accordion {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 3px 3px #e8e6e6;
  box-shadow: 0px 0px 3px 3px #e8e6e6;
  margin-bottom: 30px;
}

.ar-single-accordion .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.ar-single-accordion .card-header button {
  font-weight: 700;
  font-size: 30px;
  font-family: "Frank Ruhl Libre", serif;
  color: #37363e;
  background: #efeeee;
  border-radius: 0;
  padding: 31px 17px 31px 106px;
  border-bottom: 2px solid #e8e6e6;
  width: 100%;
  text-align: left;
  white-space: inherit;
  position: relative;
  text-decoration: none;
}

.ar-single-accordion .card-header button.collapsed i:before {
  content: "\f067" !important;
}

.ar-single-accordion .card-header button i {
  height: 70px;
  width: 70px;
  background: #6dcff6 !important;
  border-radius: 50% !important;
  margin-right: 15px;
  color: #ffffff;
  line-height: 70px!important;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 18px;
}

.ar-single-accordion .card-header button i:active,
.ar-single-accordion .card-header button i:focus {
  outline: none;
}

.ar-single-accordion .card-header button:hover,
.ar-single-accordion .card-header button:focus,
.ar-single-accordion .card-header button:active {
  text-decoration: none;
}

.ar-single-accordion .card-body {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  padding: 41px 70px 41px 115px;
}

.ar-faq-accordion.ar-accordion .ar-single-accordion .card-body {
  padding-right: 98px !important;
}

@media all and (max-width: 1500px) {
  .ar-single-accordion .card-header button {
    font-size: 20px;
    padding: 31px 17px 31px 90px;
  }

  .ar-single-accordion .card-header button i {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    line-height: 64px;
  }

  .ar-single-accordion .card-body {
    font-size: 17px;
    padding: 41px 70px 41px 94px;
  }
}

@media all and (max-width: 1024px) {
  .ar-single-accordion .card-header button i {
    top: 30px;
  }

  .ar-accordion-page .ar-single-accordion .card-header button i {
    top: 18px;
  }
}

@media all and (max-width: 991px) {
  .ar-single-accordion .card-header button i {
    top: 18px;
  }
}

@media all and (max-width: 767px) {
  .ar-single-accordion .card-header button {
    font-size: 20px;
    padding: 20px 10px 20px 90px;
  }

  .ar-single-accordion .card-body {
    padding: 20px 20px 25px 24px;
  }

  .ar-faq-accordion.ar-accordion .ar-single-accordion .card-body {
    padding-right: 20px !important;
  }
}

@media all and (max-width: 375px) {
  .ar-single-accordion .card-header button i {
    top: 26px;
  }
}

/*---------------------------------------
	media-services style
----------------------------------------*/
.media-services {
  margin-bottom: 31px;
}

.media-services .common-icon {
  margin-right: 37px;
  display: inline-block;
}

.media-services .service-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  font-weight: 700;
  color: #37363e;
  margin-bottom: 26px;
  margin-top: -5px;
}

.media-services .service-content {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
}

.media-services .service-btn {
  font-size: 20px;
  color: #6dcff6;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.single-service {
  padding: 30px;
}

.single-service .common-icon {
  margin-bottom: 41px;
}

.single-service .service-content {
  margin-bottom: 42px;
}

@media all and (max-width: 1500px) {
  .media-services .service-title {
    font-size: 26px;
  }

  .media-services .service-content {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .media-services {
    display: inherit;
    margin-bottom: 40px;
  }

  .media-services .common-icon {
    margin-bottom: 0px;
  }

  .media-services .service-title {
    margin-bottom: 16px;
  }

  .media-services .service-btn {
    font-size: 16px;
  }
}

/*---------------------------------------
	ar-contact-form style
----------------------------------------*/
.ar-contact-form {
  padding: 60px;
}

.ar-contact-form input {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  position: relative;
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-size: 23px;
  line-height: 66px;
  opacity: 0.36;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 35px;
  margin-bottom: 45px;
}

.ar-contact-form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ar-contact-form input::-webkit-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form input:-ms-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form input::-ms-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form input::placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form textarea {
  width: 100%;
  border-radius: 5px;
  position: relative;
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-size: 23px;
  opacity: 0.36;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 17px 35px 17px 35px;
  margin-bottom: 45px;
}

.ar-contact-form textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ar-contact-form textarea::-webkit-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form textarea:-ms-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form textarea::-ms-input-placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form textarea::placeholder {
  font-size: 23px;
  color: #ffffff;
}

.ar-contact-form .ratting {
  line-height: 76px;
}

.ar-contact-form .ratting i {
  font-size: 36px;
  color: #757578;
}

.ar-contact-form-2 {
  padding: 37px 46px 43px 46px;
}

.ar-contact-form-2 .card-title {
  margin-bottom: 28px;
}

.ar-contact-form-2 .form-group .date i,
.ar-contact-form-2 .form-group .date img {
  position: absolute;
  top: 23px;
  right: 36px;
  font-size: 23px;
  color: #757578;
}

.ar-contact-form-2 .switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 70px;
}

.ar-contact-form-2 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ar-contact-form-2 .switch input:checked+.slider {
  background-color: rgba(250, 249, 250, 0.6);
}

.ar-contact-form-2 .switch input:focus+.slider {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ar-contact-form-2 .switch input:checked+.slider:before {
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  background: #d7d7d7;
}

.ar-contact-form-2 .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d7d7d7;
  background-color: rgba(250, 249, 250, 0.6);
  border-radius: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-contact-form-2 .switch .slider:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #6dcff6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-contact-form-2 input {
  background: #faf9fa;
  color: #757578;
  border: 1px solid #d7d7d7;
  margin-bottom: 47px;
  opacity: 0.6;
}

.ar-contact-form-2 input::-webkit-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 input:-ms-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 input::-ms-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 input::placeholder {
  color: #757578;
}

.ar-contact-form-2 .rounded {
  border-radius: 10px !important;
}

.ar-contact-form-2 textarea {
  background: #faf9fa;
  color: #757578;
  border: 1px solid #d7d7d7;
  opacity: 0.6;
  margin-bottom: 40px;
}

.ar-contact-form-2 textarea::-webkit-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 textarea:-ms-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 textarea::-ms-input-placeholder {
  color: #757578;
}

.ar-contact-form-2 textarea::placeholder {
  color: #757578;
}

@media all and (max-width: 767px) {
  .ar-contact-form {
    padding: 30px;
  }

  .ar-contact-form .page-sub-title {
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .ar-contact-form textarea,
  .ar-contact-form input {
    margin-bottom: 20px;
  }

  .ar-contact-form input,
  .ar-contact-form textarea {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    padding: 0 23px;
  }

  .ar-contact-form input::-webkit-input-placeholder,
  .ar-contact-form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }

  .ar-contact-form input:-ms-input-placeholder,
  .ar-contact-form textarea:-ms-input-placeholder {
    font-size: 18px;
  }

  .ar-contact-form input::-ms-input-placeholder,
  .ar-contact-form textarea::-ms-input-placeholder {
    font-size: 18px;
  }

  .ar-contact-form input::placeholder,
  .ar-contact-form textarea::placeholder {
    font-size: 18px;
  }

  .ar-contact-form-2 .form-group .date i,
  .ar-contact-form-2 .form-group .date img {
    top: 16px;
  }

  .ar-contact-form-2 .switch {
    width: 143px;
    height: 60px;
    margin-bottom: 40px;
  }

  .ar-contact-form-2 .switch .slider:before {
    height: 50px;
    width: 50px;
    left: 6px;
  }
}

/*---------------------------------------
	ar-single-contact style
----------------------------------------*/
.ar-contact-details h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  font-weight: 700;
  color: #37363e;
  margin-bottom: 25px;
}

.ar-contact-details .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 47px;
}

.ar-single-contact {
  margin-bottom: 50px;
}

.ar-single-contact .contact-icon {
  position: relative;
  margin-right: 30px;
}

.ar-single-contact .contact-icon:after {
  content: '';
  position: absolute;
  opacity: 0.302;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -6px;
  right: -6px;
  background-image: -moz-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -webkit-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
  background-image: -ms-linear-gradient(90deg, #312f9d 0%, #6e45bd 100%);
}

.ar-single-contact .contact-icon i {
  color: #6e45bd;
  border: 2px solid #6e45bd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px!important;
  font-size: 23px!important;
}

.ar-single-contact .media-body h4 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  font-weight: 700;
  color: #37363e;
  margin-bottom: 11px;
  margin-top: -5px;
}

.ar-single-contact .media-body p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  margin-bottom: 0;
}

@media all and (max-width: 1500px) {
  .ar-contact-details .sub-title {
    font-size: 18px;
  }

  .ar-single-contact .media-body h4 {
    font-size: 30px;
  }

  .ar-single-contact .media-body p {
    font-size: 17px;
  }
}

.bootstrap-datetimepicker-widget {
  display: 100% !important;
}

/*---------------------------------------
	ar-offer-details style
----------------------------------------*/
.ar-offer-details {
  padding: 125px 50px 0 50px;
}

.ar-offer-details .section-title h2 {
  margin-bottom: 79px;
}

.ar-offer-details-2 {
  padding: 125px 50px 64px 50px;
}

@media all and (max-width: 1500px) {
  .ar-offer-details {
    padding: 50px 30px 0 30px;
  }

  .ar-offer-details-2 {
    padding: 67px 50px 23px 50px;
  }
}

@media all and (max-width: 1400px) {
  .ar-offer-details-2 {
    padding: 45px 50px 8px 50px;
  }
}

/*---------------------------------------
	ar-partner-slider style
----------------------------------------*/
.ar-partner-slider .item {
  background: #faf9fa;
  -webkit-box-shadow: 0px 0px 3px 3px #e8e6e6;
  box-shadow: 0px 0px 3px 3px #e8e6e6;
  margin: 3px;
  padding: 27px 41px 27px 43px;
}

/*---------------------------------------
	ar-call-to-action style
----------------------------------------*/
.ar-call-to-action {
  padding: 60px 0;
}

.ar-call-to-action .details {
  border: 6px solid;
  border-color: rgba(255, 255, 255, 0.702);
  padding: 52px 0 58px;
}

.ar-call-to-action .details p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

.ar-call-to-action .details h2 {
  color: #ffffff;
  margin-bottom: 44px;
}

.ar-call-to-action .details .common-btn {
  padding: 0 40px;
}

/*---------------------------------------
	ar-property-single-page style
----------------------------------------*/
.ar-property-single-page .section-title h2 {
  margin-bottom: 14px;
}

.ar-property-single-page .section-title .price {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 55px;
  color: #37363e;
  font-weight: 700;
}

.ar-property-single-page .single-tag {
  margin-top: 14px;
  margin-bottom: 100px;
}

.ar-property-single-page .single-tag a {
  margin-right: 10px;
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  padding: 0 21px;
  line-height: 41px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -o-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(#312f9d), to(#6e45bd));
  background: linear-gradient(to top right, #312f9d 0%, #6e45bd 100%);
}

.ar-property-single-page .single-tag a:hover,
.ar-property-single-page .single-tag a:active,
.ar-property-single-page .single-tag a:focus {
  text-decoration: none;
}

.ar-property-single-page .single-tag .location {
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  padding: 0;
  margin-right: 27px;
}

.ar-property-single-page .single-tag .location i {
  color: #6e45bd;
  margin-right: 19px;
}

.ar-property-single-page .card-property {
  padding: 38px 45px 14px 45px;
  margin-bottom: 32px;
}

.ar-property-single-page .card-property .meta-info {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 40px 0;
  margin: 0;
}

.ar-property-single-page .card-property .meta-info li {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  margin-right: 43px;
}

.ar-property-single-page .card-property .meta-info li img {
  margin-right: 17px;
}

.ar-property-single-page .card-property .thumbnail {
  margin-bottom: 43px;
}

.ar-property-single-page .card-property .card-details {
  margin-bottom: 44px;
}

.ar-property-single-page .card-property .card-details p {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  margin-bottom: 24px;
}

.ar-property-single-page .property-feature {
  padding-bottom: 11px;
}

.ar-property-single-page .property-feature .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ar-property-single-page .property-feature .feature-list li {
  margin-bottom: 16px;
}

.ar-property-single-page .property-feature .feature-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  text-decoration: none;
}

.ar-property-single-page .property-feature .feature-list li a i {
  color: #6e45bd;
  margin-right: 9px;
}

.ar-property-single-page .property-feature .feature-list li a.defult {
  color: #a8a8a8;
}

.ar-property-single-page .property-feature .feature-list li a.defult i {
  color: #a8a8a8;
}

.ar-property-single-page .ar-property-location-area {
  padding: 45px;
  margin-bottom: 32px;
}

.ar-property-single-page .ar-accordion button {
  font-size: 36px;
  padding: 25px 42px 31px 110px;
}

.ar-property-single-page .ar-accordion button .accordion-tag {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  font-weight: 400;
  line-height: 54px;
}

.ar-property-single-page .ar-accordion .card-body {
  padding: 43px;
}

@media all and (max-width: 1500px) {
  .ar-property-single-page .single-tag .location {
    display: block;
    margin-bottom: 15px;
  }

  .ar-property-single-page .social-media {
    margin-top: 32px;
  }

  .ar-property-single-page .card-property .meta-info li {
    font-size: 16px;
    margin-right: 30px;
  }

  .ar-property-single-page .card-property .meta-info li img {
    margin-right: 10px;
    width: 18px;
  }
}

@media all and (max-width: 1024px) {
  .ar-property-single-page .single-tag .location {
    font-size: 17px;
  }
  

  .ar-property-single-page .card-property .meta-info li {
    margin-right: 20px;
  }

  .ar-property-single-page .card-property .meta-info li img {
    margin-right: 6px;
  }

  .ar-property-single-page .card-property .card-details p {
    font-size: 17px;
  }

  .ar-property-single-page .property-feature .feature-list li a {
    font-size: 16px;
  }

  .ar-contact-form .ratting i {
    font-size: 25px;
  }
}

@media all and (max-width: 767px) {
  .ar-property-single-page .ar-blog-post-comment {
    padding: 34px 15px 14px;
  }

  .ar-property-single-page .ar-blog-post-comment .single-comment {
    display: block;
  }

  .ar-blog-post-comment .single-comment .media-body {
    margin: 20px 0 0 0 !important;
  }

  .ar-blog-post-comment .single-comment .media-body .name {
    display: block !important;
  }

  .ar-blog-post-comment .single-comment .media-body .comment {
    margin-top: 15px;
  }
}

/** googlemap **/
.property-googlemap .embed-responsive {
  height: 506px !important;
}

@media all and (max-width: 767px) {

  /** googlemap **/
  .property-googlemap .embed-responsive {
    height: 320px !important;
  }
}

.table-striped-area .table-striped {
  margin-top: 8px;
}

.table-striped-area .table-striped tbody tr th {
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #37363e;
  font-weight: 400;
  padding: 18px 0 18px 19px;
}

.table-striped-area .table-striped tbody tr td {
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #757578;
  font-weight: 400;
  padding: 18px 0px;
}

.table-striped-area .table-striped tbody tr:nth-of-type(odd) {
  background-color: #faf9fa;
}

@media all and (max-width: 1200px) {
  .table-striped-area .table-striped tbody tr th {
    font-size: 16px;
  }

  .table-striped-area .table-striped tbody tr td {
    font-size: 16px;
  }
}

/*---------------------------------------
	similar property slider style
----------------------------------------*/
.similar-properties-slider .ar-single-property {
  margin: 15px;
}

.similar-properties-slider .owl-nav {
  top: -155px !important;
}

@media all and (max-width: 992px) {
  .similar-properties-slider .ar-single-property {
    margin: 15px;
  }

  .similar-properties-slider .owl-nav {
    top: -105px !important;
  }
}

@media all and (max-width: 320px) {
  .ar-entry-thumbnail .tag a {
    margin-right: 15px;
  }

  .similar-properties-slider .ar-single-property {
    margin: 7px;
  }

  .ar-single-property .ar-property-details {
    margin: 0 15px;
  }

  .ar-single-property .ar-property-author {
    padding: 18px 15px;
  }
}

/*---------------------------------------
	ar-single-gallery style
----------------------------------------*/
.ar-single-gallery {
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.ar-single-gallery .ar-entry-thumbnail {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-gallery .ar-entry-thumbnail .meta {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-gallery .ar-entry-thumbnail .meta a {
  background: #ffffff;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  color: #757578;
  font-size: 23px;
  margin-left: 12px;
}

.ar-single-gallery .ar-entry-thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -moz-linear-gradient(145deg, #312f9d 0%, #6e45bd 100%);
  background-image: -webkit-linear-gradient(145deg, #312f9d 0%, #6e45bd 100%);
  background-image: -ms-linear-gradient(145deg, #312f9d 0%, #6e45bd 100%);
}

.ar-single-gallery .ar-entry-thumbnail:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-gallery .ar-entry-thumbnail:hover:after {
  opacity: 0.302;
}

.ar-single-gallery .ar-entry-thumbnail:hover .meta {
  opacity: 1;
}

.ar-single-gallery .ar-entry-thumbnail:hover .meta a:hover {
  color: #ffffff;
  background: #6dcff6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-single-gallery .ar-single-gallery-intro {
  padding: 24px 0 0 29px;
}

.ar-single-gallery .ar-single-gallery-intro .types {
  font-size: 20px;
  color: #6dcff6;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.ar-single-gallery .ar-single-gallery-intro h3 {
  font-size: 36px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  margin: 14px 0 0 0;
}

.ar-single-gallery .ar-single-gallery-intro h3 a {
  font-size: 36px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  text-decoration: none;
}

.ar-single-gallery .ar-single-gallery-intro .types {
  font-size: 16px;
}

.ar-single-gallery .ar-single-gallery-intro h3 {
  margin: 0px 0 0 0;
}

.ar-single-gallery .ar-single-gallery-intro h3 a {
  font-size: 26px;
}

/*---------------------------------------
	ar-insurance-benefits-area style
----------------------------------------*/
.ar-insurance-benefits-area .section-title p {
  font-size: 23px;
  color: #757578;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 44px;
  margin-top: -8px;
}

@media all and (max-width: 1024px) {
  .ar-insurance-benefits-area .section-title p {
    font-size: 17px;
  }
}

/*---------------------------------------
	service-single-details style
----------------------------------------*/
.service-single-details .card-blog .thumbnail {
  margin-bottom: 52px !important;
}

.service-single-details .card-details .card-title {
  margin-top: 44px;
}

/*---------------------------------------
	cart-details style
----------------------------------------*/
.card .actions {
  overflow: hidden;
  padding-bottom: 30px;
}

.card .actions .btn-link {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #6dcff6;
  text-decoration: none;
  line-height: 56px;
  padding: 0;
}

.card .actions .btn-link .icon-wrap {
  margin-right: 10px;
}

.card .actions .common-btn {
  padding: 0 50px;
}

.cart-details .card {
  padding: 14px 30px 0 30px;
  margin-bottom: 30px;
}

.cart-details .card tr td {
  padding: 0;
}

.cart-details .card .card-title {
  margin-bottom: 14px;
}

.cart-details .card .cart-item {
  border-top: 1px solid #ebebeb;
}

.cart-details .card .cart-item .item-delete .delete {
  height: 70px;
  width: 70px;
  display: inline-block;
  font-size: 40px;
  background: #efeeee;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #757578;
}

.cart-details .card .cart-item .cart-item-details {
  padding: 26px 20px;
}

.cart-details .card .cart-item .cart-item-details .align-middle {
  margin-left: 26px;
}

.cart-details .card .cart-item .cart-item-details h6 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  color: #37363e;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-details .card .cart-item .cart-item-details .item-color {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #757578;
  margin-bottom: 6px;
}

.cart-details .card .cart-item .cart-item-details .item-price {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  color: #37363e;
  font-weight: 700;
}

@media all and (max-width: 1500px) {
  .cart-details .card .cart-item .cart-item-details .align-middle {
    margin-left: 14px;
  }

  .cart-details .card .cart-item .cart-item-details {
    padding: 26px 10px;
  }

  .cart-details .card .cart-item .cart-item-details h6 {
    font-size: 24px;
  }

  .cart-details .card .cart-item .cart-item-details .item-price {
    font-size: 22px;
  }
}

@media all and (max-width: 1024px) {
  .cart-details .card .card-title {
    font-size: 27px;
  }

  .cart-details .card {
    padding: 14px 20px 0 20px;
  }

  .cart-details .card .cart-item .item-delete .delete {
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 36px;
  }

  .cart-details .card .cart-item .cart-item-details h6 {
    font-size: 18px;
  }

  .cart-details .card .cart-item .cart-item-details .item-color {
    font-size: 15px;
  }

  .cart-details .card .cart-item .cart-item-details .item-price {
    font-size: 21px;
  }
}

/*---------------------------------------
	checkout-details style
----------------------------------------*/
.chechout-details .card {
  padding: 14px 30px 0 30px;
  margin-bottom: 30px;
}

.chechout-details .card .card-title {
  margin-bottom: 20px;
}

.chechout-details .card p {
  margin-bottom: 20px;
}

.chechout-details .card .edit-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #6dcff6;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
}

.chechout-details .card .edit-btn:focus,
.chechout-details .card .edit-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.chechout-details .card .actions .common-btn {
  font-weight: 600;
}

.chechout-details .card .actions .common-btn.cancel {
  background: transparent;
  color: #6dcff6;
}

.chechout-details .card .ar-contact-form .payment-card i {
  font-size: 36px;
}

/*---------------------------------------
	colorfull-radio-button-wrap style
----------------------------------------*/
.colorfull-radio-button-wrap input[type="radio"] {
  display: none !important;
}

.colorfull-radio-button-wrap input[type="radio"]:checked+label::before {
  border-width: 3px;
  border-color: #34cdfa;
}

.colorfull-radio-button-wrap input[type="radio"]:checked+label::after {
  position: absolute;
  left: 20px;
  top: 11px;
  width: 10px;
  height: 10px;
  background: #34cdfa;
  border-radius: 100%;
  content: '';
}

.colorfull-radio-button-wrap label {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  padding: 0 0 44px 40px;
}

.colorfull-radio-button-wrap label:before {
  position: absolute;
  left: 13px;
  top: 4px;
  width: 25px;
  height: 25px;
  border: 3px solid #6b6b6b;
  border-radius: 100%;
  content: '';
  background: #fef9f4;
}

@media all and (max-width: 1024px) {
  .chechout-details .card {
    padding: 14px 20px 0 20px;
  }

  .chechout-details .card .card-title {
    font-size: 27px;
  }

  .chechout-details .card .single-select-gray .nice-select,
  .chechout-details .card .ar-contact-form-2 input,
  .chechout-details .card .ar-contact-form-2 input::-webkit-input-placeholder,
  .chechout-details .card p {
    font-size: 17px;
  }

  .chechout-details .card .single-select-gray .nice-select,
  .chechout-details .card .ar-contact-form-2 input,
  .chechout-details .card .ar-contact-form-2 input:-ms-input-placeholder,
  .chechout-details .card p {
    font-size: 17px;
  }

  .chechout-details .card .single-select-gray .nice-select,
  .chechout-details .card .ar-contact-form-2 input,
  .chechout-details .card .ar-contact-form-2 input::-ms-input-placeholder,
  .chechout-details .card p {
    font-size: 17px;
  }

  .chechout-details .card .single-select-gray .nice-select,
  .chechout-details .card .ar-contact-form-2 input,
  .chechout-details .card .ar-contact-form-2 input::placeholder,
  .chechout-details .card p {
    font-size: 17px;
  }
}

@media all and (max-width: 991px) {
  .chechout-details .card .payment-card.right {
    float: left;
    margin-bottom: 35px;
  }

  .chechout-details .card .actions .common-btn {
    width: 100%;
  }

  .colorfull-radio-button-wrap label {
    padding-bottom: 15px;
  }
}

/*---------------------------------------
	shop style
----------------------------------------*/
.card-shop {
  margin-bottom: 30px;
}

.card-shop .img-wrap {
  position: relative;
}

.card-shop .img-wrap .heart {
  position: absolute;
  top: 12px;
  right: 20px;
  height: 70px;
  width: 70px;
  background: #efeeee;
  border-radius: 50%;
  font-size: 22px;
  line-height: 73px;
  color: #757578;
  margin-top: 7px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-shop .img-wrap .heart i {
  color: #757578;
}

.card-shop .img-wrap .heart:hover,
.card-shop .img-wrap .heart:focus,
.card-shop .img-wrap .heart:active {
  background: #6e45bd;
}

.card-shop .img-wrap .heart:hover i,
.card-shop .img-wrap .heart:focus i,
.card-shop .img-wrap .heart:active i {
  color: #ffffff;
}

.card-shop .card-body {
  padding: 30px 30px 20px 30px;
}

.card-shop .card-body h3 a {
  font-size: 30px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  text-decoration: none;
}

.card-shop .card-body h4 {
  font-size: 36px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
}

.card-shop .card-body .ratting {
  font-size: 22px;
  color: #6e45bd;
}

/*---------------------------------------
	thanks-shopping-details style
----------------------------------------*/
.thanks-shopping-details {
  padding: 20px 30px 0 30px;
}

.thanks-shopping-details strong {
  color: #37363e;
  font-weight: 400;
}

.thanks-shopping-details .actions .btn-link {
  text-transform: uppercase;
}

.thanks-shopping-details.card .actions .common-btn {
  padding: 0 36px;
  font-weight: 600;
}

@media all and (max-width: 1024px) {
  .thanks-shopping-details {
    padding: 20px 20px 0 20px;
  }

  .thanks-shopping-details .card-title {
    font-size: 27px;
  }

  .thanks-shopping-details p {
    font-size: 18px;
  }
}

/*---------------------------------------
	quantity style
----------------------------------------*/
.quantity {
  position: relative;
  display: inline-block;
  margin-bottom: 50px!important;
}

.quantity .number {
  height: 70px;
  background: #efeeee;
  border: 0;
  color: #757578;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px 0 34px;
  border-radius: 35px;
}

.quantity .plus {
  position: absolute;
  right: 31px;
  top: 40px;
  z-index: 9;
  background: transparent;
  border: 0;
}

.quantity .minus {
  position: absolute;
  right: 31px;
  top: 10px;
  z-index: 9;
  background: transparent;
  border: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity i {
  position: absolute;
  font-size: 23px!important;
  right: 29px;
  color: #757578;
}

.quantity i.fa-angle-up {
  top: 7px;
}

.quantity i.fa-angle-down {
  bottom: 11px;
}

@media all and (max-width: 1024px) {
  .quantity .number {
    height: 52px;
    padding: 0 20px 0 28px;
    font-size: 18px;
  }

  .quantity .minus {
    top: 3px;
  }

  .quantity .plus {
    top: 27px;
  }

  .quantity i.fa-angle-up {
    top: 9px;
  }

  .quantity i.fa-angle-down {
    bottom: 9px;
  }

  .quantity i {
    font-size: 19px;
    right: 24px;
  }
}

/*---------------------------------------
	shop-single-details style
----------------------------------------*/
.shop-single-details .shop-item-slider {
  margin-bottom: 150px;
}

.shop-single-details .shop-item-slider .carousel-caption {
  top: 0;
  right: 0;
  padding: 0;
}

.shop-single-details .shop-item-slider .carousel-caption .heart {
  position: absolute;
  top: 32px;
  right: 28px;
  height: 70px;
  width: 70px;
  background: #efeeee;
  border-radius: 50%;
  font-size: 22px;
  line-height: 73px;
  color: #757578;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shop-single-details .shop-item-slider .carousel-caption .heart i {
  color: #757578;
}

.shop-single-details .shop-item-slider .carousel-caption .heart:hover,
.shop-single-details .shop-item-slider .carousel-caption .heart:focus,
.shop-single-details .shop-item-slider .carousel-caption .heart:active {
  background: #6e45bd;
}

.shop-single-details .shop-item-slider .carousel-caption .heart:hover i,
.shop-single-details .shop-item-slider .carousel-caption .heart:focus i,
.shop-single-details .shop-item-slider .carousel-caption .heart:active i {
  color: #ffffff;
}

.shop-single-details .shop-item-slider .carousel-indicators {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
  padding-left: 0;
  margin: 0;
  bottom: -150px;
}

.shop-single-details .shop-item-slider .carousel-indicators li {
  overflow: hidden;
  height: 124px;
  width: 124px;
  margin: 0px 12px;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shop-single-details .shop-item-slider .carousel-indicators li img {
  position: absolute;
  top: 0;
  left: 0;
}

.shop-single-details .shop-item-details {
  margin-left: 35px;
}

.shop-single-details .shop-item-details .card-title:hover {
  color: #37363e;
}

.shop-single-details .shop-item-details .ratting {
  font-size: 22px;
  color: #6e45bd;
}

.shop-single-details .shop-item-details .price {
  font-size: 55px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  margin: 23px 0 20px;
  font-weight: 600;
}

.shop-single-details .shop-item-details p {
  margin-bottom: 12px;
}

.shop-single-details .shop-item-details ul {
  list-style: none;
  margin-bottom: 47px;
}

.shop-single-details .shop-item-details ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #757578;
}

.shop-single-details .shop-item-details ul li i {
  font-size: 16px;
  margin-right: 14px;
}

.shop-single-details .shop-item-details .common-btn {
  font-weight: 600;
  padding: 0 38px;
  margin-left: 14px;
}

.shop-single-details .shop-item-details .category,
.shop-single-details .shop-item-details .tags {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 4px;
}

.shop-single-details .shop-item-details .category label,
.shop-single-details .shop-item-details .tags label {
  color: #37363e;
}

.shop-single-details .shop-item-details .category span,
.shop-single-details .shop-item-details .tags span {
  color: #757578;
  margin-left: 16px;
}

.shop-single-details .shop-item-details .tags {
  margin-bottom: 44px;
}

.shop-single-details .shop-item-details .nav-tabs {
  border: 0;
}

.shop-single-details .shop-item-details .nav-tabs .nav-item {
  text-align: center;
}

.shop-single-details .shop-item-details .nav-tabs .nav-item .nav-link {
  border: 0;
  background: #efeeee;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #e8e6e6;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  padding: 34px 30px;
}

.shop-single-details .shop-item-details .nav-tabs .nav-item .nav-link.active {
  background: #ffffff;
  border-right: 1px solid #e8e6e6;
}

.shop-single-details .shop-item-details .nav-tabs .nav-item.tab-1 {
  width: 60%;
}

.shop-single-details .shop-item-details .nav-tabs .nav-item.tab-2 {
  width: 40%;
}

.shop-single-details .shop-item-details .tab-content {
  padding: 30px;
}

/*---------------------------------------
	similar-product-slider style
----------------------------------------*/
.similar-product-slider .owl-nav {
  top: -155px;
}

.similar-product-slider .card {
  margin: 4px;
}

@media all and (max-width: 1500px) {
  .shop-single-details .shop-item-details .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 17px 27px;
  }

  .shop-single-details .shop-item-details .card-title {
    font-size: 28px;
  }

  .table-striped-area .table-striped tbody tr th,
  .table-striped-area .table-striped tbody tr td,
  .shop-single-details .shop-item-details .category,
  .shop-single-details .shop-item-details .tags,
  .shop-single-details .shop-item-details p {
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  .shop-single-details .shop-item-details .common-btn {
    height: 52px;
    line-height: 52px;
  }

  .card-shop .img-wrap .heart {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }

  .card-shop .card-body .name a {
    font-size: 26px;
  }

  .card-shop .card-body h4 {
    font-size: 30px;
  }
}

@media all and (max-width: 991px) {
  .shop-single-details .shop-item-details {
    margin: 30px 0 0;
  }

  .similar-product-slider .owl-nav {
    top: -105px;
  }
}

@media all and (max-width: 767px) {
  .similar-product-area .section-title h2 {
    font-size: 32px;
  }

  .similar-product-slider {
    margin-top: 45px;
  }

  .similar-product-slider .owl-nav {
    top: -75px;
    left: 0;
    right: auto;
  }

  .shop-single-details .shop-item-details .common-btn {
    font-weight: 400;
    margin-left: 0px;
  }

  .shop-single-details .shop-item-details .nav-tabs .nav-item .nav-link {
    padding: 22px 0;
  }

  .shop-single-details .shop-item-details ul li {
    font-size: 14px;
  }
}

@media all and (max-width: 375px) {
  .shop-single-details .shop-item-details .nav-tabs .nav-item.tab-1 .nav-link {
    padding: 9px;
  }
}

/*---------------------------------------
	ar-blog-page-details style
----------------------------------------*/
.ar-blog-page-details .card-blog {
  margin-bottom: 25px;
}

.ar-blog-page-details .card-blog .ar-entry-thumbnail .tag a {
  margin-right: 11px;
}

.ar-blog-page-details .card-blog .ar-single-property {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}

.ar-blog-page-details .card-blog .ar-single-property .ar-single-property-intro {
  padding-right: 26px;
}

.ar-blog-page-details .card-blog .ar-single-property .ar-single-property-intro h3 {
  margin-bottom: 25px;
}

.ar-blog-page-details .card-blog .ar-single-property .ar-single-property-intro p {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  margin-bottom: 12px;
}

.ar-blog-page-details .card-blog .ar-single-property .ar-property-meta {
  padding: 26px 30px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
}

.ar-blog-page-details .card-blog .ar-single-property .ar-property-meta img {
  margin-right: 15px;
}

@media all and (max-width: 1500px) {
  .ar-blog-page-details .card-blog .ar-entry-thumbnail {
    height: 100%;
  }

  .ar-blog-page-details .card-blog .ar-entry-thumbnail img {
    height: 100%;
  }

  .ar-blog-page-details .card-blog .ar-single-property .ar-single-property-intro p {
    font-size: 16px;
  }

  .ar-blog-page-details .card-blog .ar-single-property .ar-property-meta {
    font-size: 15px;
  }

  .ar-blog-page-details .card-blog .ar-single-property .ar-property-meta img {
    margin-right: 8px;
    width: 18px;
  }
}

@media all and (max-width: 320px) {
  .ar-blog-page-details .card-blog .ar-single-property .ar-property-meta {
    padding: 26px 7px;
  }
}

/*---------------------------------------
	ar-blog-post-details style
----------------------------------------*/
.ar-blog-post-details-tag {
  margin-bottom: 70px;
}

.ar-blog-post-details .section-title-blog-post-details h2 {
  margin-bottom: 14px;
}

.ar-blog-post-details .single-tag {
  margin-top: 14px;
}

.ar-blog-post-details .single-tag a {
  margin-right: 21px;
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  padding: 0 21px;
  line-height: 41px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -o-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(#312f9d), to(#6e45bd));
  background: linear-gradient(to top right, #312f9d 0%, #6e45bd 100%);
}

.ar-blog-post-details .single-tag a:hover,
.ar-blog-post-details .single-tag a:active,
.ar-blog-post-details .single-tag a:focus {
  text-decoration: none;
}

.ar-blog-post-details .card-blog {
  padding: 38px 45px 14px 45px;
  margin-bottom: 32px;
}

.ar-blog-post-details .card-blog .meta-info {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 51px 0;
  margin: 0;
}

.ar-blog-post-details .card-blog .meta-info li {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  margin-right: 40px;
}

.ar-blog-post-details .card-blog .meta-info li img {
  margin-right: 17px;
}

.ar-blog-post-details .card-blog .thumbnail {
  margin-bottom: 43px;
}

.ar-blog-post-details .card-blog .card-details p {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  margin-bottom: 24px;
}

.ar-blog-post-details .ar-blog-post-author {
  padding: 46px 36px 26px 45px;
  margin-bottom: 32px;
}

.ar-blog-post-details .ar-blog-post-author .media-body {
  margin-left: 54px;
}

.ar-blog-post-details .ar-blog-post-author .media-body .card-title a {
  text-decoration: none;
  color: #37363e;
}

.ar-blog-post-details .ar-blog-post-author .media-body p {
  font-family: "Montserrat", sans-serif;
  color: #757578;
  font-size: 23px;
}

/*---------------------------------------
	blog-post-comment style
----------------------------------------*/
.ar-blog-post-comment {
  padding: 34px 45px 14px;
  margin-bottom: 32px;
}

.ar-blog-post-comment .card-title {
  margin-bottom: 31px;
}

.ar-blog-post-comment .single-comment {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
}

.ar-blog-post-comment .single-comment .media-body {
  margin-left: 28px;
}

.ar-blog-post-comment .single-comment .media-body .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 23px;
  display: inline-block;
  margin: 0 22px 18px 0;
}

.ar-blog-post-comment .single-comment .media-body .name a {
  text-decoration: none;
  color: #37363e;
}

.ar-blog-post-comment .single-comment .media-body .date {
  font-family: "Montserrat", sans-serif;
  color: #757578;
  font-size: 20px;
}

.ar-blog-post-comment .single-comment .media-body .reply-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #6dcff6;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.ar-blog-post-comment .single-comment .media-body .comment {
  font-family: "Montserrat", sans-serif;
  color: #757578;
  font-size: 23px;
  margin-bottom: 22px;
}

.ar-blog-post-comment .single-comment .media-body .ratting i {
  color: #6e45bd;
}

@media all and (max-width: 1500px) {
  .ar-blog-post-details .card-blog .meta-info li {
    font-size: 15px;
    margin-right: 24px;
  }

  .ar-blog-post-details .card-blog .meta-info li img {
    margin-right: 10px;
    width: 15px;
    margin-top: -5px;
  }
}

@media all and (max-width: 1024px) {
  .ar-blog-post-details .card-blog .meta-info li {
    font-size: 14px;
    margin-right: 15px;
  }

  .ar-blog-post-details .card-blog .card-details p {
    font-size: 17px;
  }

  .ar-blog-post-details .ar-blog-post-author .media-body p {
    font-size: 17px;
  }

  .ar-blog-post-comment .single-comment .media-body .comment {
    font-size: 17px !important;
  }

  .ar-blog-post-details .ar-blog-post-author .media-body {
    margin-left: 30px;
  }

  .ar-blog-post-comment .single-comment .media-body .reply-btn {
    font-size: 16px !important;
  }
}

@media all and (max-width: 767px) {
  .ar-blog-post-details .card-blog {
    padding: 38px 20px 14px 20px;
  }

  .ar-blog-post-details .card-blog .meta-info {
    display: inline-block;
    padding-bottom: 25px;
  }

  .ar-blog-post-details .card-blog .meta-info li {
    display: inline-block;
    margin: 0 30px 10px 0;
  }

  .ar-blog-post-details .ar-blog-post-details-tag {
    margin-bottom: 40px;
  }

  .ar-blog-post-details .ar-blog-post-details-tag .social-media-2 {
    float: left;
    margin-top: 20px;
  }

  .ar-blog-post-details .ar-blog-post-details-tag .social-media-2 li {
    margin-bottom: 10px;
  }

  .ar-blog-post-details .ar-blog-post-author {
    display: inherit;
    padding: 46px 20px 26px 20px;
  }

  .ar-blog-post-details .ar-blog-post-author .media-body {
    margin: 20px 0 0 0;
  }

  .ar-blog-post-details .ar-blog-post-comment {
    padding: 34px 20px 14px;
  }

  .ar-blog-post-details .ar-blog-post-comment .single-comment {
    display: inherit;
  }

  .ar-blog-post-details .ar-blog-post-comment .single-comment .media-body {
    margin: 20px 0 0 0;
  }

  .ar-blog-post-details .ar-blog-post-comment .single-comment .media-body .name {
    margin: 0 22px 7px 0;
  }

  .ar-blog-post-details .ar-blog-post-comment .single-comment .media-body .date {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
  }

  .ar-blog-post-details .ar-blog-post-comment .single-comment .media-body .reply-btn {
    font-size: 20px;
    margin-top: -72px;
  }

  .ar-blog-post-details .ar-contact-form {
    padding: 20px;
  }

  .ar-blog-post-details .ar-contact-form .common-btn {
    width: 100%;
  }
}

/*---------------------------------------
	ar-pagination style
----------------------------------------*/
.ar-pagination {
  margin-top: 73px;
  margin-bottom: 0;
}

.ar-pagination .page-item {
  margin: 0 15px 10px 15px;
}

.ar-pagination .page-item .page-link {
  background: #efeeee;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ar-pagination .page-item .page-link:hover {
  background: #6dcff6;
  color: #ffffff;
}

.ar-pagination .page-item .page-link:focus,
.ar-pagination .page-item .page-link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.ar-pagination .page-item.disabled .page-link {
  background: transparent;
}

@media all and (max-width: 1024px) {
  .ar-pagination .page-item .page-link {
    height: 55px;
    width: 55px;
    line-height: 58px;
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .ar-pagination {
    display: inline-block;
  }

  .ar-pagination li {
    display: inline-block;
    margin-bottom: 15px;
  }
}

/*---------------------------------------
	ar footer widget area style
----------------------------------------*/
@media all and (max-width: 991px) {
  .sidebar {
    margin-top: 100px;
  }
}

.footer-widget-about img {
  margin-bottom: 53px;
}

.footer-widget-about p {
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #757578;
}

/*---------------------------------------
	widget common style
----------------------------------------*/
.widget-title {
  font-size: 36px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  margin-bottom: 33px;
  color: #37363e;
}

.sidebar .widget {
  padding: 18px 30px 30px 30px;
  margin-bottom: 30px;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 3px 3px #e8e6e6;
  box-shadow: 0px 0px 3px 3px #e8e6e6;
  background: #ffffff;
}

/*---------------------------------------
	widget search style
----------------------------------------*/
.widget-search {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
}

.widget-search .input-group {
  background: rgba(255, 255, 255, 0.2);
}

.widget-search .input-group .input-group-append {
  margin-left: 0!important;
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.widget-search .input-group .input-group-append i {
  font-size: 24px!important;
}

.widget-search .input-group input {
  height: 70px;
  color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.2);
  font-size: 23px;
  border: 0;
  padding-left: 30px;
  border-radius: 5px;
}

.widget-search .input-group input:active,
.widget-search .input-group input:hover,
.widget-search .input-group input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
}

.widget-search .input-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-search .input-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-search .input-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-search .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-search .input-group button {
  border: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  padding: 0 24px 0 24px !important;
}

.widget-search .input-group button:active,
.widget-search .input-group button:hover,
.widget-search .input-group button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: rgba(255, 255, 255, 0);
}

/*---------------------------------------
	widget category style
----------------------------------------*/
.widget-category ul {
  padding: 0;
  margin: 0;
  margin-top: -7px;
}

.widget-category ul li {
  list-style: none;
  margin-bottom: 15px;
}

.widget-category ul li a {
  color: #6dcff6;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.widget-category ul li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
	widget recent post style
----------------------------------------*/
.widget-recent-post ul {
  padding: 0;
  margin: 0;
}

.widget-recent-post .single-post {
  list-style: none;
  margin-bottom: 30px;
}

.widget-recent-post .single-post h4 {
  font-size: 30px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  color: #37363e;
}

.widget-recent-post .single-post span {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #757578;
  font-weight: 400;
  display: table;
}

.widget-recent-post .single-post span img {
  float: left;
  margin-right: 20px;
}

.widget-recent-post .single-post span span {
  float: left;
}

.widget-recent-post .single-post:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
	widget tag style
----------------------------------------*/
.widget-tag {
  padding-right: 0 !important;
}

.widget-tag .widget-title {
  margin-bottom: 0;
}

.widget-tag ul {
  padding: 0;
  margin: 0;
}

.widget-tag ul li {
  list-style: none;
  display: inline-block;
  margin-top: 30px;
  margin-right: 23px;
}

.widget-tag ul li a {
  text-decoration: none;
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  padding: 0 21px;
  line-height: 42px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -o-linear-gradient(bottom left, #312f9d 0%, #6e45bd 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(#312f9d), to(#6e45bd));
  background: linear-gradient(to top right, #312f9d 0%, #6e45bd 100%);
}

.widget-tag ul li a:hover,
.widget-tag ul li a:active,
.widget-tag ul li a:focus {
  text-decoration: none;
}

/*---------------------------------------
	widget form style
----------------------------------------*/
.widget-form.bg-base input,
.widget-form.bg-base textarea {
  height: 70px;
  color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 45px;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
}

.widget-form.bg-base input:active,
.widget-form.bg-base input:hover,
.widget-form.bg-base input:focus,
.widget-form.bg-base textarea:active,
.widget-form.bg-base textarea:hover,
.widget-form.bg-base textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
}

.widget-form.bg-base input::-webkit-input-placeholder,
.widget-form.bg-base textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-form.bg-base input:-ms-input-placeholder,
.widget-form.bg-base textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-form.bg-base input::-ms-input-placeholder,
.widget-form.bg-base textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-form.bg-base input::placeholder,
.widget-form.bg-base textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget-form.bg-base textarea {
  height: auto;
  padding: 10px 30px;
  margin-bottom: 0;
  margin-bottom: 40px;
}

.widget-form.box-shadow input,
.widget-form.box-shadow textarea {
  height: 70px;
  color: #757578 !important;
  background: #faf9fa;
  border: 0;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 45px;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #d7d7d7;
}

.widget-form.box-shadow input:active,
.widget-form.box-shadow input:hover,
.widget-form.box-shadow input:focus,
.widget-form.box-shadow textarea:active,
.widget-form.box-shadow textarea:hover,
.widget-form.box-shadow textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #faf9fa;
}

.widget-form.box-shadow input::-webkit-input-placeholder,
.widget-form.box-shadow textarea::-webkit-input-placeholder {
  color: #757578;
}

.widget-form.box-shadow input:-ms-input-placeholder,
.widget-form.box-shadow textarea:-ms-input-placeholder {
  color: #757578;
}

.widget-form.box-shadow input::-ms-input-placeholder,
.widget-form.box-shadow textarea::-ms-input-placeholder {
  color: #757578;
}

.widget-form.box-shadow input::placeholder,
.widget-form.box-shadow textarea::placeholder {
  color: #757578;
}

.widget-form.box-shadow textarea {
  height: auto;
  padding: 10px 30px;
  margin-bottom: 0;
  margin-bottom: 40px;
}

/*---------------------------------------
	widget contact style
----------------------------------------*/
.sidebar .widget-contact {
  padding: 0 !important;
}

.sidebar .widget-contact .author {
  padding: 30px;
  background: #efeeee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sidebar .widget-contact .author .thumbnail {
  position: relative;
  display: inline-block;
}

.sidebar .widget-contact .author .thumbnail:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background: #3cb878;
  top: 0;
  left: 22px;
  border-radius: 50%;
}

.sidebar .widget-contact .author .author-name {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #37363e;
  margin-left: 45px;
}

.sidebar .widget-contact .author-contact {
  padding: 0px 30px 10px 30px;
}

.sidebar .widget-contact .author-contact .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  border-bottom: 2px solid #6e45bd;
  padding-bottom: 12px;
}

.sidebar .widget-contact .author-contact .social-media .common-btn {
  padding: 0 25px;
}

.sidebar .widget-contact .author-contact .social-media .common-btn img {
  margin-right: 20px;
}

.sidebar .widget-contact .author-contact .social-media .common-btn:hover {
  color: #ffffff;
}

.sidebar .widget-contact .author-contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #757578;
  margin-bottom: 16px;
  word-break: break-all;
}

.sidebar .widget-contact .author-contact .ar-single-contact {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget-contact .author-contact .ar-single-contact .contact-icon {
  margin-right: 28px;
}

@media all and (max-width: 1500px) {
  .widget-category ul li {
    list-style: none;
    margin-bottom: 12px;
  }

  .widget-category ul li a {
    font-size: 16px;
  }

  .widget-recent-post .single-post h4 {
    font-size: 22px;
  }

  .widget-recent-post .single-post span {
    font-size: 15px;
  }

  .widget-recent-post .single-post span img {
    margin-right: 10px;
    width: 20px;
  }

  .sidebar .widget-contact .author-contact .social-media {
    display: block;
    width: 100%;
  }

  .sidebar .widget-contact .author-contact .social-media .common-btn {
    padding: 0 15px;
    height: 50px;
    font-size: 15px;
    line-height: 52px;
    margin-bottom: 20px;
  }

  .sidebar .widget-contact .author-contact .social-media .common-btn img {
    margin-right: 10px;
  }

  .sidebar .widget-contact .author-contact .social-media ul li a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    font-size: 20px;
  }

  .sidebar .widget-contact .author-contact .social-media ul li a.facebook {
    margin: 0;
  }

  .sidebar .widget-contact .author .author-name {
    margin-left: 25px;
  }
}

@media all and (max-width: 1024px) {
  .sidebar .widget-contact .author .thumbnail img {
    width: 70px;
  }

  .sidebar .widget-contact .author .author-name {
    font-size: 16px;
    margin-left: 15px;
  }

  .sidebar .widget-contact .author-contact .social-media {
    display: block;
    width: 100%;
  }

  .sidebar .widget-contact .author-contact .social-media .common-btn {
    padding: 0 15px;
    height: 50px;
    font-size: 15px;
    line-height: 52px;
    margin-bottom: 20px;
  }

  .sidebar .widget-contact .author-contact .social-media .common-btn img {
    margin-right: 10px;
  }

  .sidebar .widget-contact .author-contact .social-media ul li a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    font-size: 20px;
  }

  .sidebar .widget-contact .author-contact .social-media ul li a.facebook {
    margin: 0;
  }
}

@media all and (max-width: 991px) {
  .ar-property-single-page .section-title .price {
    float: left;
  }

  .ar-property-single-page .ar-accordion button .accordion-tag {
    float: left;
  }
}

@media all and (max-width: 767px) {
  .ar-property-single-page .card-property {
    padding: 25px 15px 10px 15px;
  }

  .widget-tag ul li{
    margin-top: 15px;
  }

  .ar-property-single-page .single-tag a {
    margin-bottom: 10px;
  }

  .ar-property-single-page .single-tag {
    margin-top: 14px;
    margin-bottom: 0px;
  }

  .ar-property-single-page .social-media {
    margin-bottom: 40px;
    float: left;
  }

  .ar-property-single-page .section-title .price {
    font-size: 40px;
  }

  .ar-property-single-page .card-property .meta-info {
    display: inline-block;
  }

  .ar-property-single-page .card-property .meta-info li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .ar-property-single-page .ar-property-location-area {
    padding: 15px;
  }

  .ar-property-single-page .ar-accordion button {
    font-size: 26px;
    padding: 25px 15px 31px 90px;
  }

  .ar-property-single-page .ar-accordion button .accordion-tag {
    font-size: 14px;
  }
}

/*---------------------------------------
	widget filter style
----------------------------------------*/
.sidebar .widget-filter .select-area {
  padding-top: 0;
}

.sidebar .widget-filter .select-area .single-select .nice-select {
  margin-bottom: 55px;
}

/*---------------------------------------
	e-commerce-widget style
----------------------------------------*/
.e-commerce-widget {
  padding: 25px 27px 17px 29px;
}

.e-commerce-widget .card-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 17px;
  padding-bottom: 17px;
}

.e-commerce-widget .cart-single-price {
  margin-bottom: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #ebebeb;
}

.e-commerce-widget .cart-single-price span {
  font-size: 30px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  text-decoration: none;
}

.e-commerce-widget .cart-price-total .total {
  font-size: 30px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  border-top: 1px solid #ebebeb;
  padding-top: 19px;
}

.e-commerce-widget .cart-price-total .subtotal {
  font-size: 23px;
  color: #757578;
  font-family: "Montserrat", sans-serif;
}

.e-commerce-widget .cart-price-total .subtotal.d-block {
  margin: 10px 0 20px;
}

.e-commerce-widget .cart-price-total .price {
  font-size: 30px;
  color: #37363e;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  float: right;
  line-height: 30px;
}

@media all and (max-width: 1500px) {

  .e-commerce-widget .cart-price-total .total,
  .e-commerce-widget .cart-price-total .price,
  .e-commerce-widget .cart-single-price span {
    font-size: 21px;
  }

  .e-commerce-widget .cart-price-total .subtotal {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .e-commerce-widget {
    padding: 25px 20px 17px 20px;
  }

  .e-commerce-widget .card-title {
    font-size: 27px;
  }
}

/*---------------------------------------
	range-slider-title style
----------------------------------------*/
.range-slider-title {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 17px;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  background-color: #5e59b3;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  margin-top: -0.45rem;
}

.slider.slider-horizontal .slider-selection {
  background-color: #ffffff;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
}

.slider-handle {
  background-color: #6dcff6;
  background-image: none;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slider-handle.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slider-handle.min-slider-handle {
  margin-left: -3px !important;
}

.slider-handle.max-slider-handle {
  margin-left: -15px !important;
}

/*---------------------------------------
	ar footer area style
----------------------------------------*/
.footer-area {
  background: #37363e;
  padding: 141px 0 102px;
}

.footer-menu ul {
  padding-left: 0;
  margin-bottom: 43px;
  float: right;
}

.footer-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 22px;
}

.footer-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #757578;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}



.footer-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: #fff; /* or your theme color */
  transition: width 0.3s ease;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
  color: #fff; /* or any highlight color */
  /* letter-spacing: 1px; */
}

.footer-menu ul li a:hover::after,
.footer-menu ul li a:focus::after {
  width: 100%;
}

@media all and (max-width: 1500px) {
  .footer-menu ul li {
    padding: 0 12px;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .footer-widget-about p {
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  .footer-menu ul li {
    padding: 0 9px;
  }

  .footer-menu ul li a {
    font-size: 14px;
  }
}

@media all and (max-width: 991px) {
  .footer-area {
    padding: 100px 0 50px;
  }

  .footer-menu ul {
    float: left;
    margin-bottom: 30px;
  }

  .footer-menu ul li {
    padding: 0 18px 0 0;
    margin-bottom: 5px;
  }

  .footer-menu ul li a {
    font-size: 16px;
  }

  .footer-area .social-media {
    float: left;
    width: 100%;
    display: block;
  }

  .footer-widget-about img {
    margin-bottom: 30px;
  }

  .social-media ul li a {
    height: 55px;
    width: 55px;
    font-size: 18px;
    line-height: 59px;
  }
}