@font-face {
    font-family: 'Lora-Bold';
    src: url(../fonts/Lora-Bold.ttf);
}
@font-face {
    font-family: 'CircularStd-Book';
    src: url(../fonts/CircularStd-Book.ttf);
}
@font-face {
    font-family: 'CircularStd-Regular';
    src: url(../fonts/CircularStd-Regular.otf);
}
@font-face {
    font-family: 'CircularStd-Medium';
    src: url(../fonts/CircularStd-Medium.otf);
}
@font-face {
    font-family: 'CircularStd-Bold';
    src: url(../fonts/CircularStd-Bold.otf);
}


/* Variables for color and font family Start */

:root
{
    /* Colors */
    --colorWhite: #fff;
    --colorblack: #000;
    --colorblack2: #242424;
    --colorRed: #df3c3d;
    --colorRed2: #ec5e57;
    --colorRed3: #e66c66;
    --colorWarmGrey: #707070;
    --colorGrey2: #cecece;
    --colorGrey3: #757575;

    /* Font Family */
    --loraBoldFont: 'Lora-Bold';
    --fontBook: 'CircularStd-Book';
    --fontRegular: 'CircularStd-Regular';
    --fontMedium: 'CircularStd-Medium';
    --fontBold: 'CircularStd-Bold';
}

/* Variables for color and font family End */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
button,
a {
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

button:focus {
    outline: none;
}
a {
    outline: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

.boxs {
    float: left;
    width: 100%;
    display: block;
}
.boxssearchAR {
    float: right;
    width: 50%;
    display: block;
}
.boxsAR {
    float: right;
    width: 100%;
    display: block;
}
body{
    letter-spacing: normal;
    font-family: var(--fontRegular);
}

/* Common Style Start */

.fontSize71{
    font-size: 71px;
    line-height: 90px;
    letter-spacing: normal;
    font-family: var(--loraBoldFont);
}
.fontSize70{
    font-size: 70px;
    line-height: 80px;
    letter-spacing: normal;
    font-family: var(--fontBold);
}
.fontSize53{
    font-size: 53px;
    line-height: 68px;
    letter-spacing: normal;
}
.fontSize42 {
    font-size: 42px;
    line-height: 55px;
    letter-spacing: normal;
}
.fontSize36{
    font-size: 36px;
    line-height: 46px;
    letter-spacing: normal;
    font-family: var(--fontBold);
}
.fontSize34{
    font-size: 34px;
    line-height: 43px;
    letter-spacing: normal;
}
.fontSize32{
    font-size: 32px;
    line-height: 42px;
    letter-spacing: normal;
}
.fontSize30{
    font-size: 30px;
    line-height: 42px;
    letter-spacing: normal;
    font-family: var(--fontBold);
}
.fontSize27{
    font-size: 27px;
    line-height: 34px;
    letter-spacing: normal;
}
.fontSize26{
    font-size: 26px;
    line-height: 33px;
    letter-spacing: normal;
    font-family: var(--fontMedium);
}
.fontSize24{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
}
.fontSize22{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
    font-family: var(--fontMedium);
}
.fontSize20{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: normal;
}
.fontSize18{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    font-family: var(--fontRegular);
}
.fontSize16{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
}
.fontSize15{
    font-size: 15px;
    line-height: 19px;
    letter-spacing: normal;
}
.fontSize14{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}
.btnStyle{
    font-size: 18px;
    line-height: 19px;
    font-family: var(--fontMedium);
    color: var(--colorWhite);
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 13px 60px;
    cursor: pointer;
}
.btnStyle2{
    font-size: 16px;
    line-height: 17px;
    padding: 8px 30px;
}
.btnStyle3{
    padding: 8px 15px;
}
.btnStyle4{
    padding: 13px 40px;
}
.redButton{
    background: var(--colorRed2);
}
.redButton:hover{
    border-color: var(--colorRed2);
    background: var(--colorWhite);
    color: var(--colorRed2);
}
.redButton:focus{
    background: var(--colorRed2);
    color: var(--colorWhite);
}
.whiteButton{
    border-color: var(--colorRed2);
    background: var(--colorWhite);
    color: var(--colorRed2);
}
.whiteButton:hover{
    border-color: var(--colorRed2);
    background: var(--colorRed2);
    color: var(--colorWhite);
}
.flexBox{
    display: flex;
}
.fitContent{
    min-width: max-content;
}
.leftMargin{
    margin-left: 20px;
}
.topSection{
    margin-top: 39px;
}

/* Common Style End */

/* Header Start */

.header{
    background: var(--colorWhite);
    position: fixed;
    z-index: 999;
}
.fixedHeader{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
}
.nav-link{
    border-bottom: 2px solid transparent;
    /* padding: 32px 0; */
}
.nav-item {
    margin-right: 45px;
    position: relative;
}
.navbar.navbar-default{
    padding: 12px 0;
}
.nav-link{
    font-family: var(--fontRegular);
    font-size: 18px;
    line-height: 23px;
    letter-spacing: normal;
    color: var(--colorWarmGrey);
}
.dropdown-item{
    color: var(--colorBlue);
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 10px;
}
.dropdown-item:last-child{
    margin-bottom: 0;
}
.navbar{
    padding: 0;
}
.navbar-default{
    padding: 0;
}
.navbar-expand-md{
    width: 100%;
    padding: 0;
}
.navbar-expand-md .navbar-collapse{
    display: block !important;
}
.navbar-brand{
    padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding: 5px 0px;
}
.navbar-expand-md .navbar-nav .nav-link.active{
    /*border-bottom: 2px solid var(--colorRed2);*/
    font-family: var(--fontMedium);
}
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover{
    color: var(--colorblack);
}
/* Header Dropdown Menu Start */
.dropMenu{
    position: absolute;
    background: var(--colorWhite);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
    border: solid 1px #b4b4b4;
    border-radius: 6px;
    right: -20px;
    top: 45px;
    /* transition: all 0.3s ease; */
    display: none;
}
.showMenu .dropMenu{
    /* display: block; */
    /* transition: all 0.3s ease; */
}
.menuDrops{
    min-width: 190px;
}
.dropMenuSec{
    padding: 10px 24px;
    border-bottom: 1px solid #70707033;
}
.dropMenuSec .itemHeading{
    font-size: 16px;
    line-height: 18px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.dropMenuSec .dropMenuList{
    margin-top: 6px;
}
.dropMenuSec .dropMenuList li{
    margin-bottom: 6px;
}
.dropMenuSec .dropMenuList li:last-child{
    margin-bottom: 0;
}
.dropMenuSec .dropMenuList li a{
    font-size: 14px;
    line-height: 16px;
    font-family: var(--fontBook);
    color: var(--colorGrey3);
}
.dropMenuSec .subMenu{
    display: none;
}
.userDropdown span{
    height: 18px;
    width: 18px;
    margin-right: 7px;
    display: flex;
    float: left;
}
.userDropdown a{
    font-size: 16px;
    line-height: 18px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.toggleIcon{
    margin-left: 5px;
}

/* Notification Dropdown Start */
.notificDrop{
    padding: 20px;
    width: 385px;
}
.notificDropdown {
    max-height: 400px;
    overflow: auto;
}
.notificDropdown ul li {
    display: inline-block;
    float: left;
    width: 100%;
    min-width: auto;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
    margin-left: 0;
}
.notificDropdown ul li a {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.notificDropdown ul li .notificLists,
.notificDropdown ul li .notificTop {
    display: flex;
    align-items: flex-start;
}
.notificDropdown .notificImg {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); */
}
.notificDropdown .notificImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.notificDropdown ul li .notificDescrip {
    margin-top: 6px;
}
.notificDropdown ul li .notificDescrip p {
    color: #585858;
    font-family: var(--fontBook);
}
.notificTop h2{
    font-family: var(--fontBook);
    color: var(--colorblack);
}
.notificTop span{
    font-size: 12px;
    line-height: 13px;
    font-family: var(--fontBook);
    color: #808080;
}
.notificTop span .timeIcon{
    margin-left: 5px;
}
.scrollbar::-webkit-scrollbar {
    width: 3px;
}
.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Notification Dropdown End */

/* Header Dropdown Menu End */

/* Sidenav Start */

.navIcon{
    position: absolute;
    height: 3px;
    width: 30px;
    right: 0px;
    top: 50%;
    background: var(--colorblack);
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navIcon::before{
    position: absolute;
    content: '';
    top: -8px;
    left: 0;
    height: 3px;
    width: 30px;
    background: var(--colorblack);
    transition: all 0.3s ease;
}
.navIcon::after{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 3px;
    width: 30px;
    background: var(--colorblack);
    opacity: 1;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar-toggler.active .navIcon:before{
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar-toggler.active .navIcon{
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggler.active .navIcon::after{
    top: 0px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: none;
    padding: 0;
}

/* Sidenav End */

/* Signup Page Start */

.modalDesigns{
    background: url('../img//formsBg.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    padding: 0;
}
.modal-open .modal{
    padding-right: 0;
}
.mainForms{
    display: flex;
}
.modalDesigns .modal-dialog{
    max-width: 540px;
}
.modalDesigns .modal-content{
    padding: 60px 49px;
    border-radius: 16px;
    margin: 74px auto 90px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(157deg, rgba(255, 255, 255, 0.4) 3%, rgba(255, 255, 255, 0.1) 74%);
    position: relative;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255 255 255 / 25%);
}
.formInnerBox{
    position: relative;
    z-index: 9;
}
.mainFormInner::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 2;
    /* background: rgb(255 255 255 / 10%); */
}
.mainFormInner .formsLogo{
    margin-bottom: 25px;
}
.mainFormInner .formsHeading{
    margin-bottom: 60px;
}
.mainFormInner .formsHeading h3{
    color: var(--colorWhite);
}

.formStyle .form-group{
    margin-bottom: 26px;
}
.form-group label{
    font-size: 16px;
    line-height: 16px;
    font-family: var(--fontRegular);
    color: var(--colorWhite);
    margin-bottom: 13px;
    letter-spacing: normal;
}
.formStyle .form-control{
    font-size: 16px;
    line-height: 18px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.passwordField {
    position: relative;
}
.passwordField .form-control{
    padding-right: 60px;
}
.togglePassword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 48px;
    color: var(--colorblack2);
    opacity: 0.7;
}
.customCheck input{
    display: none;
}
.customCheck label{
    position: relative;
    padding-right: 23px;
    font-size: 16px;
    display: initial;
    vertical-align: right;
    line-height: 20px;
    color: var(--colorWhite);
    font-family: var(--fontBook);
    margin-bottom: 0;
    cursor: pointer;
}
.customCheck21 label{
    position: relative;
    padding-right: 23px;
    font-size: 16px;
    display: initial;
    vertical-align: right;
    line-height: 20px;
    color: var(--colorWhite);
    font-family: var(--fontBook);
    margin-bottom: 0;
    cursor: pointer;
}
.customCheck input[type="checkbox"]:checked + label::before,
.customCheck input[type="checkbox"]:not(:checked) + label::before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: transparent;
    border: 1px solid var(--colorRed2);
    height: 18px;
    width: 18px;
    border-radius: 3px;
}
.customCheck input[type="checkbox"]:checked + label::before{
    background: var(--colorRed2);
}
.customCheck input[type="checkbox"]:checked + label::after{
    position: absolute;
    content: '';
    height: 12px;
    width: 6px;
    background: transparent;
    border-right: 2px solid var(--colorWhite);
    border-bottom: 2px solid var(--colorWhite);
    right: 6px;
    top: 2px;
    transform: rotate(45deg);
}

.customCheck23 input[type="checkbox"]:checked + label::before,
.customCheck23 input[type="checkbox"]:not(:checked) + label::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: transparent;
    border: 1px solid var(--colorRed2);
    height: 18px;
    width: 18px;
    border-radius: 3px;
}
.customCheck23 input[type="checkbox"]:checked + label::before{
    background: var(--colorRed2);
}
.customCheck23 input[type="checkbox"]:checked + label::after{
    position: absolute;
    content: '';
    height: 12px;
    width: 6px;
    background: transparent;
    border-right: 2px solid var(--colorWhite);
    border-bottom: 2px solid var(--colorWhite);
    left: 6px;
    top: 2px;
    transform: rotate(45deg);
}

.formBtns{
    margin-top: 35px;
}
.signupByBox .signupByList{
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-right: 19px;
    overflow: hidden;
    width: 47%;
}
.signupByBox .signupByList:last-child{
    margin-right: 0;
}
.signupByBox .signupByList a{
    font-size: 16px;
    line-height: 17px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
    padding: 12px 8px;
    border: solid 2px #c4bbbb;
    width: 100%;
}
.signupByBox .signupByList a span{
    margin-right: 8px;
}
.bottomSec span{
    font-size: 16px;
    line-height: 20px;
    color: var(--colorWhite);
    font-family: var(--fontBook);
    position: relative;
}
.bottomSec span::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 66px;
    background: rgba(255, 255, 255, 0.67);
    top: 50%;
    left: 26px;
}
.formBtm{
    margin-top: 26px;
}
.linkAccount span{
    font-family: var(--fontBook);
    color: rgba(255, 255, 255, 0.8);
}
.linkAccount span a{
    font-family: var(--fontMedium);
    color: var(--colorRed2);
    text-decoration: underline;
}
.impField{
    color: var(--colorRed2);
}
.closeBtn2{
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}
.modal-open .modal,
.modal{
    overflow-y: scroll;
}
/* Signup Page End */

/* Signin Page Start */
.forgetPswd a{
    color: var(--colorWhite);
    font-family: var(--fontBook);
}
.forgetPswd a:hover{
    color: var(--colorRed2);
}
/* Signin Page End */

/* Forgot Password Start */
.forgotPassword .formBody{
    margin-bottom: 40px;
}
/* Forgot Password End */

/* Index Page Start */
.container{
    max-width: 1236px;
}
.headRightMenu ul li{
    display: inline-block;
    float: left;
    margin-right: 30px;
    position: relative;
}
.headRightMenu ul li:last-child{
    margin-right: 0;
}
.headRightMenu ul li.loginBox{
    /* display: none; */
    position: relative;
}
.languageBox{
    padding-top: 1px;
}
.headRightMenu ul li .userDropdown li{
    margin-right: 0;
}

/* language box start */
.depInner{
    position: absolute;
    display: none;
    width: auto;
    background: #fff;
    z-index: 9;
    border-radius: 6px;
    overflow: hidden;
    right: 0;
    top: 45px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 60%);
    border: solid 1px #b4b4b4;
    border-radius: 6px;
    padding: 7px;
}
.depInner ul li{
    margin-right: 0;
    width: max-content;
    cursor: pointer;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.depInner ul li:last-child{
    margin-bottom: 0;
}
.depInner ul li span,
.depFilter .depSection span{
    margin-right: 5px;
}
.depFilter .depSection{
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    margin-top: 5px;
    cursor: pointer;
}
.depInner ul li .flagIcon,
.depSection .flagIcon{
    /* height: 15px; */
    width: 23px;
    display: inline-block;
}
.depInner ul li .flagIcon img,
.depSection .flagIcon img{
    width: 100%;
    height: 100%;
}
.depFilter .depSection .dropIcon{
    margin-left: 5px;
    margin-right: 0;
}
/* language box end */

/* Home Banner Start */
.bannerInner{
    position: relative;
}
.bannerSlide.slick-initialized .slick-slide,
.bannerSlide .slick-list{
    width: 100%;
    /* height: calc(100vh - 70px); */
}
.bannerSlide img{
    width: 100%;
}
.bannerSlide.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.bannerSlide .slick-dots{
    width: auto;
    padding: 10px 35px;
    bottom: 15px;
    border-radius: 60px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: var(--white);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}
/* .bannerSlide .slick-dots:before{
    position: absolute;
    content: 'Prev';
    left: 0;
}
.bannerSlide .slick-dots:after{
    position: absolute;
    content: 'Next';
    right: 0;
} */
.bannerSlide .slick-dots li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerSlide .slick-dots li button:before{
    content: '';
}
.bannerSlide .slick-dots li button{
    height: 15px;
    width: 15px;
    min-width: 15px;
    border-radius: 50%;
    border: 1px solid var(--colorRed);
}
.bannerSlide .slick-dots li.slick-active button{
    height: 22px;
    width: 22px;
    min-width: 22px;
}
.bannerSlide .slick-dots li.slick-active button::before{
    background: var(--colorRed);
    height: 12px;
    width: 12px;
    min-width: 12px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}


.bannerContentAR{
    position: absolute;
    top: 20px;
    left: 0;
    right: 10px;
}
.bannerContent{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.bannerHeading h1{
    color: var(--colorWhite);
    font-family: var(--loraBoldFont);
}
.bannerHeading h1 span{
    color: var(--colorRed);
}
.bannerForm{
    margin-top: 14px;
    width: 600px;
    /*padding: 12px 20px;*/
    /*border-radius: 10px;*/
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    /*box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);*/
    /*border: solid 3px rgba(255, 255, 255, 0.5);*/
    /*background-image: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);*/
    position: relative;
    z-index: 9;
    /* height: 550px; */
    overflow-y: auto;
    overflow-x: hidden;
}
.bannerFormInside{
    margin-top: 12px;
    /* width: 600px; */
    /*padding: 12px 20px;*/
    /*border-radius: 10px;*/
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    /*box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);*/
    /*border: solid 3px rgba(255, 255, 255, 0.5);*/
    /*background-image: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);*/
    position: relative;
    z-index: 9;
    /* height: 100px; */
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.formTopBox{
    width: 100%;
    padding: 10px 20px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px rgba(255, 255, 255, 0.5);
    /*background-image: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);*/
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    background-image: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);
    background-image: -webkit-linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);
    position: relative;
    /*display: none;*/
}

.formBottomBoxInner{
    width: 100%;
    /*padding: 12px 17px;*/
    border-radius: 10px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px rgba(255, 255, 255, 0.5);

    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);

    background-image: linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);
    background-image: -webkit-linear-gradient(99deg, rgba(255, 255, 255, 0.4) 4%, rgba(255, 255, 255, 0.1) 65%);

    position: relative;
    height: 110%;
    /*display: block !important;*/
    /*background-color: rgba(255,255,255,0.5);*/
    padding: 13px 16px;
    border-radius: 20px;
}
@-moz-document url-prefix() {
    .formBottomBoxInner {
        background-color: rgba(28, 24, 24, 0.72);
    }
}
/*.formBottomBoxInner2{*/
/*    padding: 30px 20px;*/
/*}*/

/*.formBottomBox:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 400px;*/
/*    width: 400px;*/
/*    left: 0;*/
/*    top: 80px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    backdrop-filter: blur(50px) contrast(60%);*/
/*    -webkit-backdrop-filter: blur(50px) contrast(60%);*/
/*}*/

.formBottomBox{
    /*padding: 30px 20px;*/
}
.formTopSec{
    display: flex;
}
.formTopSec .form-group{
    position: relative;
}
.formTopSec .form-group .form-control{
    background: transparent;
    border: none;
    /*border-bottom: 1px solid var(--colorWhite);*/
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--fontBook);
    color: var(--colorWhite);
    padding: 8px 0px 8px 40px;
}
.formTopSec .form-group .form-control::placeholder{
    color: var(--colorWhite);
}
.formTopSec .form-group .searchIcon{
    position: absolute;
    left: 0;
    top: 3px;
}
.formTopSec .searchBtn{
    margin-left: 28px;
}


.formTopSecInside{
    display: flex;
}
.formTopSecInside .form-group{
    position: relative;
}
.formTopSecInside .form-group .form-control{
    background: transparent;
    border: none;
    /*border-bottom: 1px solid var(--colorWhite);*/
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--fontBook);
    color: var(--colorWhite);
    padding: 8px 0px 8px 40px;
}
.formTopSecInside .form-group .form-control::placeholder{
    color: var(--colorblack);
}
.formTopSecInside .form-group .searchIcon{
    position: absolute;
    left: 0;
    top: 3px;
}
.formTopSecInside .searchBtn{
    margin-left: 28px;
}




.formBottomBoxInside{
    border-radius: 20px;
    margin-top: 7px;
    display: none;
}
.formBottomBoxInside .secHeading{
    margin-bottom: 10px;
}
.formBottomBoxInside .secHeading h4{
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}


.formBottomBox{
    border-radius: 20px;
    margin-top: 7px;
    display: none;
}
.formBottomBox .secHeading{
    margin-bottom: 10px;
}
.formBottomBox .secHeading h4{
    font-family: var(--fontRegular);
    color: var(--colorWhite);
}

.customCheck21 input[type="checkbox"]:not(:checked) + label::before{
    border-color: var(--colorblack2);
}
.customCheck21 input[type="checkbox"]:checked + label::before{
    border-color: var(--colorRed2);
}
.customCheck21 input[type="checkbox"]:checked + label::after{
    background: var(--colorRed2);
    border-right: 2px solid var(--colorRed2);
    border-bottom: 2px solid var(--colorRed2);
}
.customCheck2 input[type="checkbox"]:not(:checked) + label::before{
    border-color: var(--colorWhite);
}
.customCheck2 input[type="checkbox"]:checked + label::before{
    border-color: var(--colorRed2);
}
.customCheck2 input[type="checkbox"]:checked + label::after{
    background: var(--colorRed2);
    border-right: 2px solid var(--colorWhite);
    border-bottom: 2px solid var(--colorWhite);
}
.formSecContent .selectType{
    display: inline-block;
    float: left;
    margin-right: 27px;
    /*margin-bottom: 30px;*/
    margin-bottom: 8px;
}
.searchDeveloper .form-control{
    /* opacity: 0.7; */
    border-radius: 5px;
    border: solid 2px #b4b4b4;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 18px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
    padding: 9px 20px 9px 45px;
    height: 38px;
}
.searchDeveloper .form-control:focus{
    border: solid 2px #b4b4b4;
}
.searchDeveloper{
    position: relative;
}
.searchDeveloper span{
    position: absolute;
    top: 6px;
    left: 20px;
}
.rangeSlide .slider-wrapper{
    padding-top: 70px;
}
.rangeSlide .slider-wrapper .slider{
    width: 100%;
}
.slider.slider-horizontal .slider-track{
    height: 4px;
    margin-top: 1px;
}
.slider.slider-horizontal .slider-track,
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high{
    /*background: rgba(0,0,0,0.1);*/
    background: var(--colorWhite);
}
.slider-handle{
    background: var(--colorRed2);
    height: 26px;
    width: 26px;
    cursor: pointer;
}
.slider-handle::before{
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--colorWhite);
    top: 6px;
    left: 6px;
}
.rangeSliderBox{
    /*margin-bottom: 30px;*/
}
.rangeSliderBox .rangeSlide{
    margin-bottom: 40px;
}
.tooltip-inner{
    color: var(--colorWhite) !important;
    font-size: 12px;
    line-height: 14px;
    font-family: var(--fontRegular);
    background: var(--colorRed2);
}
.tooltip{
    opacity: 1;
}
.tooltip.tooltip-main{
    display: none;
}
.formBottomBox .secHeading.rangeSlideHeading h4{
    color: var(--colorRed2);
}
.unitSelect select.form-control:not([size]):not([multiple]){
    padding: 9px 20px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--colorblack2);
    border: 2px solid #b4b4b4;
}
.sliderSection{
    padding: 6px 0;
}
.homeBanner{
    position: relative;
}
.chatBoxs{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.chatBoxsInner{
    width: 355px;
    float: right;
    position: relative;
}
.chatBoxsInner .chatBoxTrigger{
    display: inline-block;
    /* float: right; */
    right: 0;
    bottom: 0;
    position: absolute;
}
/* Home Banner End */

/* Home Page Sliders Start */
.sliderHeading{
    margin-bottom: 60px;
}
.sliderHeading h2{
    font-family: var(--loraBoldFont);
    color: var(--colorblack2);
    position: relative;
}
.sliderHeading h2 span{
    color: var(--colorRed2);
}

.sliderHeading i{
    font-size: larger;
    color: var(--colorRed2);
}
.sliderHeading a{
    color: black;
}
.headingStyles{
    margin-bottom: 60px;
}
.headingStylesAR{
    margin-bottom: 60px;
}
.headingStyles h2{
    position: relative;
}
.headingStylesAR h2{
    position: relative;
}
.headingStyles h2::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 83px;
    left: 0;
    bottom: -20px;
    background: var(--colorRed2);
}
.headingStylesAR h2::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 83px;
    right: 0;
    bottom: -20px;
    background: var(--colorRed2);
}
.sliderSec{
    padding: 30px 0;
}
.slideHover h3,
.slideHover p{
    color: var(--colorWhite);
}
.slideHover p{
    font-family: var(--fontMedium);
}
.featuredSlideBtm{
    padding: 23px 0 12px;
}
.featuredSlideBtm p{
    font-family: var(--fontMedium);
    color: var(--colorRed2);
}
.featuredSlideBtm p span{
    float: right;
}
.featuredSlideInner{
    padding: 12px;
    background: var(--colorWhite);
}
.featuredSlideImg{
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 342px;
}
.featuredSlideImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.featuredSlide a .slideHover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgb(236 94 87 / 60%);
    border-radius: 10px;
    left: -100%;
    transition: all 0.3s ease;
}
.featuredSlide a:hover .slideHover{
    display: inline-flex;
    left: 0;
    transition: all 0.3s ease;
}
.featuredSlideImg img{
    width: 100%;
}
.featuredSlide a{
    float: left;
    width: 100%;
}
.mainSliders .slick-initialized .slick-slide{
    margin: 0 15px;
    border-radius: 11px;
    overflow: hidden;
}
.featureSlider{
    background: #f4f4f4;
}

/* Developers Slider Start */
.developerSlider{
    background: #f4f4f4;
}
.innerProjects{
    width: 272px;
}
.devpSlides{
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #d4d4d4;
    background-color: var(--white);
    padding: 20px 30px 30px;
}
.devpSlides .devpSlideImage{
    margin: 0px auto 26px;
    width: 141px;
    overflow: hidden;
    float: unset;
}
.devpSlides .devpSlideImage img{
    height: 75%;
    width: 100%;
}
.devpSlideHeading{
    margin-bottom: 12px;
}
.devpSlideHeading h3{
    color: var(--colorRed2);
    font-family: var(--fontMedium);
    text-align: center;
}
.devpSlideBottom{
    display: flex;
    justify-content: space-between;
}
.devpSlideBottom p{
    color: var(--colorWarmGrey);
    font-family: var(--fontRegular);
}
.devpSlideBottom span{
    color: var(--colorblack2);
    font-family: var(--fontMedium);
}
.slick-slider .slick-track{
    display: flex;
    padding: 1px 0;
}
.slick-initialized .slick-slide{
    height: auto;
}

/* Unique Collection Slider Start */
.uniqueSlideMid ul li{
    display: inline-flex;
    float: left;
    /* margin-right: 14px; */
    font-size: 14px;
    line-height: 18px;
    /*font-family: var(--fontBook);*/
    font-family: var(--fontRegular);
    color: #606060;
}
.uniqueSlideMid ul li:last-child{
    margin-right: 0;
}
.uniqueSlideMid ul li span{
    margin-right: 8px;
}
.uniqueSlide{
    border: solid 1px #dddddd;
    background-color: #fafafa;
}
.uniqueSlide .uniqueSlideContent{
    padding: 12px 18px 20px;
}
.uniqueSlide .collectionTop{
    margin-bottom: 15px;
}
.uniqueSlide .collectionTop h2{
    color: var(--colorblack2);
    font-family: var(--fontMedium);
    margin-bottom: 5px;
}
.uniqueSlide .collectionTop p{
    /*font-family: var(--fontRegular);*/
    color: var(--colorWarmGrey);
    font-family: var(--fontBook);
}
.uniqueSlideMid{
    margin-bottom: 25px;
}
.uniqueSlideBtm .secBottomHeading{
    margin-bottom: 5px;
}
.uniqueSlideBtm .secBottomHeading h3{
    color: var(--colorRed);
    font-family: var(--fontMedium);
}
.uniqueSlideConact{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uniqueSlideConact .byDevelopers{
    font-size: 16px;
    line-height: 20px;
    /*font-family: var(--fontRegular);*/
    font-family: var(--fontBook);
    color: #898989;
}
.uniqueSlideConact .byDevelopers .developerIcon{
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.mainSliders .uniqueCollSlider.slick-initialized .slick-slide{
    border-radius: 0;
}
.uniqueSlideImage{
    height: 244px;
    min-height: 244px;
}
.uniqueSlideImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* News Slider Start */
.newsSlide{
    padding: 12px 14px;
    background: var(--colorWhite);
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #d4d4d4;
    height: 100%;
}
.newsSlide .newsSlideImage{
    margin-bottom: 10px;
    height: 199px;
    border-radius: 10px;
    overflow: hidden;
}
.newsSlide .newsSlideImage img{
    height: 100%;
    width: 100%;
}
.newsSlideContent .postDate{
    /*font-family: var(--fontRegular);*/
    color: var(--colorblack2);
    margin-bottom: 10px;
    font-family: var(--fontBook);
}
.newsSlideContent .postHeading{
    font-family: var(--fontBook);
    color: var(--colorblack2);
    margin-bottom: 10px;
}
.newsSlideContent .postcontent{
    font-family: var(--fontRegular);
    color: var(--colorWarmGrey);
    margin-bottom: 29px;
}
.readMore{
    font-size: 16px;
    line-height: 20px;
    font-family: var(--fontBook);
    color: var(--colorRed2);
    /*text-decoration: underline;*/
    position: relative;
}
.readMore:hover{
    color: var(--colorRed2);
    /*text-decoration: underline;*/
}
.readMore:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: var(--colorRed2);
    bottom: 0;
    left: 0;
}
.sliderBtns .slick-next,
.sliderBtns .slick-prev{
    height: 38px;
    width: 38px;
    top: -70px;
}
.sliderBtns .slick-prev{
    left: 0;
    z-index: 9;
    left: calc(100% - 110px);
}
.sliderBtns .slick-next{
    right: 10px;
    z-index: 9;
}
.sliderBtns .slick-prev::before,
.sliderBtns .slick-next::before{
    height: 38px;
    width: 38px;
}
.sliderBtns .slick-prev::before{
    content: url('../img/arrowLeft2.png');
    opacity: 1;
}
.sliderBtns .slick-prev.slick-disabled::before{
    content: url('../img/arrowLeft.png');
    opacity: 1;
}
.sliderBtns .slick-next::before{
    content: url('../img/arrowRight.png');
    opacity: 1;
}
.sliderBtns .slick-next.slick-disabled::before{
    content: url('../img/arrowRight2.png');
    opacity: 1;
}

/* Home Page Sliders End */

/* Numbers Section Start */
.nosSection{
    background: var(--colorRed3);
    padding: 100px 0;
}
.countLists{
    display: flex;
    align-items: center;
}
.countLists .secImage{
    margin-right: 20px;
}
.countLists .secContent .secContentBox{
    color: var(--colorWhite);
}
.countLists .secContent h3{
    margin-bottom: 5px;
}
/* Numbers Section End */

/* Index Page End */

/* Footer Start */
.footer{
    background: var(--colorblack2);
}
.footerTop{
    padding: 62px 0 98px;
}
.footContent .footerLogo{
    margin-bottom: 32px;
}
.footerContent p{
    color: var(--colorGrey2);
}
.footMenuLeft .footMenu{
    width: 50%;
    display: inline-block;
    float: left;
}
.footMenuList ul li{
    margin-bottom: 18px;
}
.footMenuList ul li:last-child{
    margin-bottom: 0;
}
.footMenuList ul li a{
    font-size: 18px;
    line-height: 22px;
    color: var(--colorGrey2);
    font-family: var(--fontRegular);
    border-bottom: 2px solid transparent;
}
.footMenuList ul li a.active{
    border-color: var(--colorGrey2);
}
.footMenuHeading{
    color: var(--colorWhite);
    margin-bottom: 20px;
}
.copyRight p{
    color: var(--colorWhite);
    font-family: var(--fontBook);
}
.footerBottom{
    padding: 30px 0;
    border-top: 2px solid var(--colorWarmGrey);
}
.footerBottom .footBtmInner{
    position: relative;
    text-align: center;
}
.footSocial{
    margin: -15px;
    width: 90%;
}
.footSocial2{
    margin: 15px;
    width: 80%;
    left:20%;

}
.footSocial ul li{
    display: inline-block;
    float: left;
    padding:5px;

    /* margin: 26px; */
}



.footSocial ul li:last-child{
    margin-right: 0;
}
.footSocial ul li a{
    color: var(--colorRed);
    font-size: 18px;
}
.footSocial ul li a:hover{
    color: var(--colorWhite);
}

.footSocial2 ul li{
    display: inline-block;
    /* float: left; */
    padding:5px;
}
.footSocial2 ul li:last-child{
    margin-right: 0;
}
.footSocial2 ul li a{
    color: var(--colorRed);
    font-size: 18px;
}

/* Footer End */

/* Common Pages Design Start */

/* About Page Start */
.commonPageHeading{
    text-align: center;
}
.commonBanner{
    background: url('../img/commonBanner.png') no-repeat center center;
    background-size: cover;
}
.commonPageHeading h1{
    color: var(--colorWhite);
    padding: 114px 0 125px;
}
.commonHeading h2{
    font-family: var(--loraBoldFont);
    color: var(--colorblack2);
}
.commonHeading h2 span{
    color: var(--colorRed);
    text-transform: uppercase;
}
.commonEditor{
    margin: 40px 0 96px;
}
.commonContent p{
    margin-bottom: 10px;
    color: var(--colorblack2);
    font-family: var(--fontBook);
}

/* Terms Page Start */

/* Common Pages Design End */

/* News/News Detail Page Start */
.newsPage{
    background: #f4f4f4;
    padding: 40px 0 122px;
}
.newsList{
    height: 100%;
}
.newsPageLists .col-sm-4{
    margin-bottom: 45px;
}
.newsBanner{
    /*height: 700px;*/
    border-radius: 10px;
    overflow: hidden;
}
.newsBanner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newsContent{
    padding-top: 45px;
}
.newsContent .newsDescription{
    margin-bottom: 33px;
    font-family: var(--fontBook);
    color: var(--colorRed);
}
.newsContent .newsHeading{
    margin-bottom: 28px;
    font-family: var(--fontBold);
    color: var(--colorblack2);
}
.newsContent .newsContentBox p{
    margin-bottom: 30px;
    font-family: var(--fontBook);
    color: var(--colorblack2);
}
.newsContent .newsContentBox p:last-child{
    margin-bottom: 0;
}
.newsPageLists .newsSlideContent .postHeading{
    font-family: var(--fontBold);
}
.newsPageLists .newsSlideContent .postcontent{
    color: var(--colorblack2);
    font-family: var(--fontBook);
}
/* News/News Detail Page End */

/* Faq Page Start */
.faqPageInner{
    background: #f4f4f4;
    padding: 40px 0 96px;
}
.faqInnerBox .accordionInner{
    padding: 30px 100px 70px;
    background: var(--colorWhite);
    border-radius: 12px;
    border: solid 1px #d6d6d6;
}
.faqInnerBox .card,
.faqInnerBox .card-header{
    border: none;
    background: transparent;
    border-radius: 0;
}
.faqInnerBox .card{
    border-bottom: 1px solid var(--colorWarmGrey);
    padding: 15px 0;
}
.faqInnerBox .card-header,
.faqInnerBox .card-body{
    padding: 0;
}
.faqInnerBox .card-header{
    display: flex;
}
.faqInnerBox .card-header span{
    font-size: 22px;
    line-height: 26px;
    font-family: var(--fontBook);
    color: #2b2b2b;
}
.faqInnerBox .card-body{
    font-size: 18px;
    line-height: 24px;
    color: var(--colorWarmGrey);
    font-family: var(--fontBook);
    margin-top: 8px;
    padding-left: 50px;
}
.faqInnerBox .card-header .toggleFaq{
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 8px;
    background: #e2e2e2;
    display: inline-flex;
}
.faqInnerBox .card-header .toggleFaq a{
    height: 100%;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faqInnerBox .card-header .toggleFaq i{
    font-size: 16px;
    color: var(--colorblack);
}
.faqHeading{
    padding-left: 20px;
}

/* Faq Page End */

/* Contact Page Start */
.contactInfo{
    padding: 0 170px;
}
.contactHeading h4{
    color: #4a4a4a;
    font-family: var(--fontBook);
}
.contactDetails ul{
    display: flex;
    justify-content: center;
}
.contactDetails ul li{
    min-width: 383px;

    margin-right: 40px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #fafafa;
}
.contactDetails ul li:last-child{
    margin-right: 0;
}
.contactDetails ul li a{
    display: inline-flex;
    float: left;
    align-items: center;
    width: 100%;
}
.contactDetails ul li.numberInfo{
    border-color: #23d181;
}
.contactDetails ul li.mailInfo{
    border-color: var(--colorRed);
}
.contactDetails .contactInfos{
    font-size: 22px;
    line-height: 22px;
    color: var(--colorblack);
    font-family: var(--fontBook);
    text-align: center;
    padding: 0 5px;
}
.contactDetails{
    margin-top: 65px;
}
.contactDetails .contactIcon{
    height: 51px;
    width: 51px;
    min-width: 51px;
    border-radius: 5px;
    overflow: hidden;
}
.contactDetails .contactIcon a{
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
}
.contactDetails .contactIcon a:hover{
    color: var(--colorRed);
}
.contactDetails .contactIcon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Contact Page End */

/* Profile Page Start */
.profilePageBox{
    background: var(--colorWhite);
    border-radius: 10px;
    padding: 30px 120px 55px;
    /*margin-top: 22px;*/
}
.profileImage{
    text-align: center;
}
.profileImage .profileImageBox{
    display: inline-block;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    /* overflow: hidden; */
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    position: relative;
}
.profileImage .profileImageBox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.formStyle2 .form-group label{
    color: var(--colorRed);
    margin-bottom: 12px;
}
.formStyle2 .form-group{
    margin-bottom: 20px;
}
.formStyle2 .form-control{
    border: solid 1px #b4b4b4;;
}
.formButtons{
    text-align: center;
    margin-top: 40px;
}
.formButtons span{
    margin-right: 20px;
}
.formButtons span:last-child{
    margin-right: 0;
}
.profileImage{
    margin-bottom: 84px;
}
.backSection{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.backSection span.backIcon{
    margin-right: 11px;
}
.backSection span{
    color: var(--colorblack2);
    font-family: var(--fontMedium);
    line-height: 26px;
}
/* Profile Page End */
/* Edit Profile Start */
.profileImageBox .profileImg {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 50%;
}
.profileImageBox .changeImage input {
    display: none;
}
.profileImageBox .changeImage label {
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 12;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    /* background-color: var(--colorIrisBlue); */
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    cursor: pointer;
}
.newsPage.profilePage{
    padding-bottom: 40px;
}

/* Change Password Modal Start */
.changePassword .modal-dialog{
    max-width: 600px;
}
.changePassword .modal-content{
    padding: 40px 90px 90px;
    border-radius: 10px;
}
.modalHeading{
    margin-bottom: 38px;
}
.modalHeading h3{
    font-family: var(--fontMedium);
    color: var(--colorblack2);
}
.formStyle3 .form-group label{
    color: var(--colorblack2);
}
.formStyle3 .form-group label span{
    color: var(--colorRed);
}
/* Change Password Modal End */
/* Edit Profile End */

/* Favourite Page Start */
.propertyImage{
    margin-right: 16px;
}
.propertyImgInner{
    height: 192px;
    width: 174px;
    min-width: 174px;
    border-radius: 8px;
    overflow: hidden;
}
.propertyImgInner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.favouriteList.uniqueSlide{
    border: solid 1px #d4d4d4;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background: var(--colorWhite);
}
.favouriteBox .col-sm-6{
    margin-bottom: 30px;
}
.favouriteList .uniqueSlideContent{
    display: flex;
}
.favouriteList .collectionTop div{
    justify-content: space-between;
}
.favouriteList .collectionTop div span{
    font-size: 21px;
    color: var(--colorRed2);
}
.favouriteList .secBottomHeading{
    align-items: center;
    justify-content: space-between;
}
.favouriteList .secBottomHeading span{
    color: var(--colorWarmGrey);
    /*font-family: var(--fontRegular);*/
    font-family: var(--fontBook);
}
.favouriteList .secBottomHeading span span{
    color: var(--colorblack2);
}
.favouriteInner .sectionHeading{
    margin-bottom: 30px;
}
.favouriteList .uniqueSlideBtm .secBottomHeading h3{
    color: var(--colorRed2);
}
.favouriteList .uniqueSlideMid {
    margin-bottom: 14px;
}
.favouriteList .uniqueSlideConact .byDevelopers{
    display: flex;
    align-items: flex-start;
}
.favouriteList .uniqueSlideConact .developDate{
    color: var(--colorWarmGrey);
}

/* Favourite Page End */

/* Developer Details Page Start */
.developerLogo{
    height: 199px;
    width: 342px;
    min-width: 140px;
    /*border-radius: 50%;*/
    /* overflow: hidden; */
    border: 1px solid var(--colorRed2);
    margin-right: 40px;
}
.developerLogo img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}
.developerInfo .developerDetais ul li{
    display: inline-block;
    float: left;
    margin-right: 60px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.developerInfo .developerDetais ul li:last-child{
    margin-right: 0;
}
.developerInfo .developerDetais ul li span{
    display: block;
    color: var(--colorWarmGrey);
}
.developerDetailTop{
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 2px solid #7070704d;
}
.projectDetailTop{
    display: flex;
    align-items: center;
}
.developerInfo .developerName{
    margin-bottom: 13px;
}
.developerInfo .developerName h2{
    color: var(--colorRed2);
    font-family: var(--fontBold);
}
.developerDetail{
    background: var(--colorWhite);
    padding: 26px;
    border-radius: 10px;
    border: solid 1px #d4d4d4;
    margin-bottom: 45px;
}
.developerDetailBtm{
    padding-top: 26px;
}
.developerDetailBtm p{
    font-family: var(--fontRegular);
    color: #606060;
}
/* Developer Details Page End */

/* Custom Language Select Start */



/* Custom Language Select End */

/* Contact Detail Modal Start */

.close{
    opacity: 1;
}
.contactModal .modal-dialog{
    max-width: 625px;
    /* -webkit-backdrop-filter: blur(23.5px);
    backdrop-filter: blur(23.5px); */
}
.contactModal .modal-content{
    padding: 35px;
    background: var(--colorWhite);
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    /* opacity: 0.8; */
    /* background: #fff; */
    /* opacity: 0.8; */
    /* background: #ffffff80; */
}
.contactList ul li{
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
    width: 45%;
}
.contactList ul li span{
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: vaR(--colorWhite);
    display: inline-block;
    float: left;
    margin-right: 9px;
}
.contactList ul li a{
    display: flex;
    align-items: flex-start;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}

/* Contact Detail Modal End */

/* Developer Contact Detail Design Start */

.contactRightSec{
    padding: 30px;
    border-radius: 10px;
    background-color: var(--colorWhite);
    margin-bottom: 50px;
}
.contactRightSec:last-child{
    margin-bottom: 0;
}
.contactRightSec .contactFormHeading{
    margin-bottom: 2px;
}
.contactRightSec .contactFormHeading h3{
    color: var(--colorRed2);
    font-family: var(--fontRegular);
}
textarea{
    resize: none;
}
.form-control{
    font-size: 16px;
    line-height: 18px;
    font-family: var(--fontRegular);
    color: #a5a5a5;
    padding: 15px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}
.form-control:focus{
    border: 1px solid #b4b4b4;
}
.contactFormBox .formBtnBox{
    margin-top: 20px;
}
.newsDetailInner .byDeveloper{
    margin-bottom: 60px;
}
.newsDetailInner .byDeveloper span .developerName{
    color: var(--colorRed2);
}
.contactLocation .locationIcon{
    font-size: 22px;
    margin-right: 8px;
}
.contactLocation p{
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.devpContactLeft .contactSection{
    margin-bottom: 30px;
}
.devpContactLeft .contactSection .contactHeadings{
    margin-bottom: 20px;
}
.devpContactLeft .contactSection .contactHeadings h3{
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.aboutDeveloper .contactSecBtm p{
    font-family: var(--fontBook);
    color: #606060;
}
.detailDevelopTop{
    margin-bottom: 10px;
}
.detailDevelopTop p{
    font-family: var(--fontMedium);
    color: var(--colorblack2);
}
.detailDevelopTop p span{
    margin-right: 8px;
    color: var(--colorRed2);
}
.detailDevelopBtm p{
    font-family: var(--fontMedium);
    color: var(--colorRed2);
}
.detailDeveloperBox{
    padding: 14px 13px;
    background: var(--colorWhite);
    border-radius: 5px;
    border: solid 1px #b4b4b4;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 31%;
    margin-bottom: 15px;
}
.facilityDevelopBox ul li{
    display: inline-block;
    float: left;
    width: 31%;
    padding: 35px 10px;
}
.facilityDevelopBox ul li p{
    font-family: var(--fontRegular);
    color: #606066;
}
.facilityDevelopBox ul li span{
    margin-right: 10px;
}
.facilityDevelopBox{
    border-radius: 5px;
    border: solid 1px #b4b4b4;
    background-color: var(--colorWhite);
    /*width: 75%;*/
    width: 100%;
}

.propDeveloperBox .propListType .propTypeHead{
    font-family: var(--fontMedium);
    color: var(--colorblack2);
}
.propDeveloperBox .propListType .propTypeSubhead{
    font-family: var(--fontRegular);
    color: var(--colorRed2);
}
.propDeveloperBox .propListType .propTypeArea,
.propDeveloperBox .propListType .propTypePrice{
    font-family: var(--fontRegular);
    color: var(--colorWarmGrey);
}
.propDeveloperBox .propListType .propTypeArea .subSection,
.propDeveloperBox .propListType .propTypePrice .subSection{
    color: var(--colorRed2);
}
.propDeveloperBox{
    padding: 14px;
    background: var(--colorWhite);
    border-radius: 5px;
    border: solid 1px #b4b4b4;
    /*display: flex;*/
}
.propDeveloperBox .propListType{
    display: inline-block;
    float: right;
    width: 33%;
    padding: 0 10px;
    border-right: 1px solid var(--colorWarmGrey);
}
.propDeveloperBox .propListType:first-child{
    padding-right: 0;
}
.propDeveloperBox .propListType:last-child{
    border-right: 0;
    padding-right: 0;
}
.propDeveloperBox .propListType span{
    margin-bottom: 5px;
}
.propDeveloperBox .propListType span:last-child{
    margin-bottom: 0;
}
.contactRightSec.contactMap{
    padding: 30px 20px;
}
.contactRightSec .contactMapBox{
    margin-top: 25px;
    border-radius: 10px;
    border: solid 2px #ffd8d6;
    height: 240px;
}
.contactRightSec .contactMapBox span{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.contactRightSec .contactMapBox iframe{
    height: 100%;
    width: 100%;
    float: left;
}
.newsPage.devpContactPage{
    padding-bottom: 50px;
}
.devpContactLeft .aboutDeveloper .contactSecBtm{
    padding-right: 100px;
}

/* Developer Contact Detail Design End */

/* Developers Filter Page Design Start */

.filterForm{
    margin-bottom: 35px;
}
.devpSearchBox{
    position: relative;
}
.developerSearch input{
    font-size: 16px;
    line-height: 18px;
    color: #a5a5a5;
    font-family: var(--fontRegular);
    padding: 20px 60px 20px 20px;
}
.developerSearch button{
    border: none;
    background: transparent;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0px;
    padding: 0 20px;
    height: 100%;
}
.filterForm .filterOptions .form-control,
.filterForm select.form-control:not([size]):not([multiple]){
    height: auto;
    padding: 20px 10px;
}



.multipleSelection {
    width: 100%;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#checkBoxes {
    display: none;
    border: 1px solid #b4b4b4;
    position: absolute;
    width: 100%;
    background: var(--colorWhite);
    z-index: 9;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
#checkBoxes label {
    display: block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 23px;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.multipleSelection .form-control{
    padding-bottom: 2px;
}
#checkBoxes label input{
    float: right;
}
.typeFilter,
.selectBox{
    height: 100%;
    border-radius: 5px;
    /* overflow: hidden; */
    position: relative;
}
.filterOptions .form-control{
    color: var(--colorblack2);
}
.Developerrow{
    display: flex;
    flex-wrap: wrap;
}
.developerInnColFirst{
    width: 25%;
    flex-basis: 25%;
    margin: 0 .5% 0 0;
}
.developerInnCol{
    width: 23.8%;
    flex-basis: 23.8%;
    margin: 0 .5%;
}
.developerInnCol:last-child{
    margin-right: 0;
}

/* Developers Filter Page Design End */

/* Chatbot Design Start */
.chatBoxForm .charBoxInner{
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 var(--black-16);
    border: solid 1px #3c4853;
    overflow: hidden;
}
.charBoxInner .chatHeader{
    background: var(--colorRed2);
    padding: 12px 16px;
    justify-content: space-between;
}
.charBoxInner .chatHeader a{
    margin-left: 5px;
}
.chatBottom{
    /* padding: 20px 16px; */
    background: var(--colorWhite);
    height: 470px;
}
.chatBottom .chatLogin{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px 16px;
}
.chatBottom .chatLogin button{
    width: 100%;
}
.chatBottom .chatTopSec{
    padding: 20px 16px;
    height: 100%;
    max-height: 417px;
    overflow: auto;

}
.chatBottom .chatSecBtm{
    padding: 8px 16px;
    background: #cecece;
}
.chatSections{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.chatSecBtm{
    display: flex;
}
.chatSecBtm input{
    font-size: 14px;
    line-height: 14px;
    font-family: var(--fontBook);
    color: #bebebe;
    padding: 9px 30px 9px 15px;
    border-radius: 0;
}
.chatSecBtm button{
    border-radius: 0;
    margin-left: 7px;
    font-size: 16px;
}
.chatBtmForm{
    position: relative;
}
.chatBtmForm .emojiIcons{
    position: absolute;
    right: 8px;
    bottom: 9px;
}
.messageBoxInner p{
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    font-family: var(--fontBook);
}
.msgTime p{
    text-align: right;
    color: #bebebe;
    font-family: var(--fontRegular);
    font-size: 10px;
    line-height: 10px;
}
.chatMsgList{
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.chatMsgList .compIcon{
    height: 24px;
    width: 17px;
    margin-right: 7px;
}
.chatMsgList .compIcon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.chatMsgList .messageBox .messageBoxInner{
    padding: 7px 10px;
    background: #e4e4e4;
    border-radius: 10px 10px 10px 0px;
    width: auto;
    float: left;
    border: 1px solid #e4e4e4;
}
.chatMsgList.userMsg .messageBox .messageBoxInner{
    float: right;
    background: transparent;
    border-color: #ec5e57;
    border-radius: 10px 10px 0px 10px;
}
.chatBoxForm{
    display: none;
}
.chatBoxForm.chatboxOpen{
    display: block;
    position: relative;
    z-index: 9;
}
/* Chatbot Design End */
/* Vertical Scrollbar Start */
.verticalScroll::-webkit-scrollbar {
    width: 3px;
}
.verticalScroll::-webkit-scrollbar-track {
    background: var(--colorGrey2);
}
.verticalScroll::-webkit-scrollbar-thumb {
    background: var(--colorWarmGrey);
}
/* Vertical Scrollbar End */

.bannerSlide .slick-prev,
.bannerSlide .slick-next{
    bottom: 12px;
    top: inherit;
    z-index: 9;
    height: 25px;
    width: 25px;
}
.bannerSlide .slick-prev{
    left: inherit;
    right: 53.7%;
}
.bannerSlide .slick-next{
    right: inherit;
    left: 53.7%;
}
.bannerSlide .slick-prev::before,
.bannerSlide .slick-next::before{
    color: var(--colorRed);
    z-index: 9;
    font-family: 'Font Awesome 5 FREE';
    font-weight: 900;
    font-size: 30px;
}
.bannerSlide .slick-prev::before{
    content: '\f0d9';
}
.bannerSlide .slick-next::before{
    content: '\f0da';
}


.uniqueSlideMid ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.propFilterSec{
    /*margin-bottom: 30px;*/
    margin-bottom: 12px;
}
.propFilterSec.propFilterSec2{
    margin-bottom: 0px;
}
.formBottomBox .filterFormHead{
    /*margin-bottom: 30px;*/
    margin-bottom: 17px;
}
.formBottomBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../img/caret.svg');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
}
.devpContact .btnStyle{
    font-family: var(--fontRegular);
}
.numbersSection .row{
    align-items: center;
}
.numbersSection .col-md-4{
    height: auto;
}
.dropMenu.userDropdown{
    min-width: 148px;
    width: 148px;
}

.loader-admin {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100% ;
    height: 100% ;
    z-index: 9999;
    background: url('../loader/Dual Ball-1s-124px.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.wishBox {
    position: fixed;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    display: none;
    padding: 5px;
    width: auto;
    margin: 0 auto;
    float: unset;
    text-align: center;
    z-index: 999;
    color: var(--white);
    font-size: 16px;
    font-family: var(--fontMedium);
    font-size: 20px;
}

.headRightMenu a.profileImgs img{
    height: 26px;
    width: 26px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.multiselect-option.dropdown-item{
    color: var(--colorblack2);
}
.contactSecBtm.detailDeveloper{
    display: flex;
    flex-wrap: wrap;
}
.newsContent.newsContentDev{
    padding-top: 30px;
}
.newsContent.newsContentDev .newsHeading{
    margin-bottom: 20px;
}
.newsDetailInner .newsContentDev.byDeveloper{
    margin-bottom: 50px;
}
span.multiselect-native-select{
    width: 100%;
    float: left;
    height: 100%;
}
span.multiselect-native-select .btn-group{
    width: 100%;
    height: 100%;
}
span.multiselect-native-select .btn-group button.multiselect{
    text-align: left;
    height: 100%;
    border: 1px solid #b4b4b4;
}
.multiselect-container{
    width: 100%;
    padding: 10px 0;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}
.multiselect-container > .multiselect-option > span,
.multiselect-container .multiselect-group > span{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
}
.multiselect-container > .multiselect-option > span label,
.multiselect-container .multiselect-group > span label{
    width: 100%;
}
.multiselect-native-select .custom-select{
    background: #fff url('../img/caret.svg') no-repeat;
    background-position: top 50% right 10px;
    background-size: 15px;
}
.filterOptions select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}
.filterOptions select::-ms-expand {
    display: none;
}
.filterOptions select{
    background: #fff url('../img/caret.svg') no-repeat;
    background-position: top 50% right 10px;
    background-size: 15px;
}

.skiptranslate .goog-te-banner-frame{
    visibility:hidden !important;
}
.header .navbar-collapse {
    padding:0px !important;
}
.skiptranslate .goog-logo-link{
    display:none;
}
.goog-te-gadget{
    color:#fff !important;
    height: 26px !important;
}
.goog-te-combo{
    color:#1a1a1a !important;
}
.skiptranslate {
    width:130px;
    position:relative;
}

.goog-te-gadget{
    color:#fff !important;
}
.goog-te-combo{
    color:#1a1a1a !important;
}
.skiptranslate {
    /*width:69px;*/
    position:relative;
}
.goog-te-combo{
    position: absolute;
    height: 26px;
    border-color:#05582d !important;
    margin:0px !important;
    margin-top: 0px !important;
}
.skiptranslate .goog-te-banner-frame{
    height: 0;
    border: none;
    box-shadow: none;
}
.skiptranslate .goog-te-banner{
    background-image: none !important;
    background: none !important;
    display: none !important;
}
.goog-te-gadget .goog-te-combo{
    outline: none;
}
body{
    top: 0 !important;
}
.goog-te-gadget .goog-te-combo{
    width: 100%;
}

.abcRioButtonIcon{
    padding: 0 !important;
}
.abcRioButtonLightBlue{
    background: transparent !important;
    box-shadow: none !important;
}
.signupByBox .signupByList a span{
    line-height: normal !important;
    font-size: 16px;
    /*line-height: 17px;*/
    line-height: normal;
    font-family: var(--fontRegular);
    color: var(--colorblack2);
}
.abcRioButtonLightBlue{
    height: auto !important;
}
.abcRioButtonContentWrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.abcRioButtonSvgImageWithFallback{
    height: 23px !important;
    width: 23px !important;
}
.abcRioButtonSvgImageWithFallback svg{
    height: 100%;
    width: 100%;
}
.slick-initialized .slick-slide.uniqueSlide{
    display: flex;
    flex-direction: column;
}
.uniqueSlide.uniqueSlide2 .uniqueSlideContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uniqueSlideConact .byDevelopers{
    display: flex;
    align-items: flex-start;
}
.bannerFormInside .propertyType .selectType .customCheck{
    display: inline-block;
    float: right;
    width: auto;
    margin-right: 32px;
    margin-bottom: 10px;
}
.bannerFormInside .propertyType .selectType .customCheck:last-child{
    margin-right: 0;
}

.bannerForm .propertyType .selectType .customCheck{
    display: inline-block;
    float: right;
    width: auto;
    margin-right: 32px;
    margin-bottom: 10px;
}
.bannerForm .propertyType .selectType .customCheck:last-child{
    margin-right: 0;
}
.developer-modal p{
    word-break: break-all;
    font-size: medium;
}
.languageBox{
    position: relative;
}
.languageBox .depSection{
    position: relative;
    padding-right: 20px;
}
.languageBox .depSection:before{
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 FREE';
    font-weight: 900;
    font-size: 20px;
    color: #707070;
    line-height: 16px;
    top: 0;
    right: 0;
}
.languageBox .clickThis a,
.languageBox .depSection a{
    color: #242424;
}
.languageBox .depSection{
    margin-top: 0;
}
.tawk-icon-right {
    display:none;
}
.navbar-expand-md .navbar-nav .nav-link.active{
    position: relative;
}
.navbar-expand-md .navbar-nav .nav-link.active:before{
    position: absolute;
    content: '';
    height: 3px;
    width: 27px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ec5e57;
}
.headRightMenu ul{
    display: flex;
    align-items: center;
}
.dropMenu.userDropdown ul{
    display: initial;
}
.langBoxLists{
    flex-direction: column;
}
.rangeSliderBox{
    padding: 0px 20px;
}
.sectionBody{
    min-height: calc(100vh - 507px);
}
.contactInnerBox{
    padding: 100px 0;
}
.contactPageRight,
.contactPageLeft{
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 30%);
    border-radius: 8px;
    width: 450px;
    float: right;
    background: #fff;
    position: relative;
    z-index: 99;
}
.contactPageLeft{
    width: 330px;
    float: right;
}
.contactPageRight .formStyle .form-group{
    margin-bottom: 16px;
}
.contactPageRight .formStyle .form-control{
    border: 1px solid #ccc;
}
.contactPage{
    position: relative;
}
.contactPageBg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background: Red;*/
}
.contactPageBg .contactMapInner{
    height: 100%;
}
.contactPageBg .contactMapInner iframe{
    height: 100%;
    width: 100%;
}
.contactPage .formHeading{
    margin-bottom: 20px;
}

.contactPageBg:before{
    position: absolute;
    /* content: ''; */
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
}
.contactFormInner .formHeading h3{
    font-family: var(--fontMedium);
    color: var(--colorblack2);
}
.contactPageLeft .detailField .fieldIcon,
.contactPageLeft .detailField .fieldContent{
    font-family: var(--fontRegular);
    color: var(--colorWarmGrey);
    word-break: break-word;
}
.contactPageLeft .detailField .fieldContent1{
    font-family: var(--fontRegular);
    color: var(--colorWarmGrey);
    word-break: break-word;
}
.contactPageLeft .detailField .fieldContent1:hover{
    font-family: var(--fontRegular);
    color: var(--colorblack2);
    word-break: break-word;
}
.contactPageLeft .detailField .fieldIcon{
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.contactPageLeft .detailField{
    margin-bottom: 10px;
}
.contactPageLeft .detailField:last-child{
    margin-bottom: 0;
}
.contactSection .contactHeadings2 h2{
    color: var(--colorRed2);;
    font-family: var(--mediumFont);
}
.contactSection .contactSection:last-child{
    margin-bottom: 0;
}
.detailField div{
    display: flex;
    align-items: flex-start;
}
.propDeveloperBox .propListType.amenitiesLists{
    width: 100%;
    margin-bottom: 10px;
}
.row{
    /*width: 100%;*/
}
.propDeveloperBox.amenitiesBox{
    padding-bottom: 4px;
}
.detailDeveloperBox span img{
    height: 22px;
    width: 22px;
}
.propertySlider{
    /*height: 800px;*/
}
/*.propertySlider .slick-prev{*/
/*    left: 10px;*/
/*}*/
/*.propertySlider .slick-next{*/
/*    right: 10px;*/
/*}*/
/*.propertySlider .slick-prev, */
/*.propertySlider .slick-next{*/
/*    top: 30px;*/
/*    z-index: 9;*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*}*/
/*.propertySlider .slick-prev:before, */
/*.propertySlider .slick-next:before{*/
/*    font-family: 'Font Awesome 5 FREE';*/
/*    font-weight: 900;*/
/*    color: var(--colorRed2);*/
/*    opacity: 1;*/
/*}*/
/*.propertySlider .slick-prev:before{*/
/*    content: '\f053';*/
/*}*/
/*.propertySlider .slick-next:before{*/
/*    content: '\f054';*/
/*}*/
/*.propertySlider.slick-slider .slick-track, */
/*.propertySlider.slick-slider .slick-list{*/
/*    height: 100%;*/
/*}*/
/*.propertySlider .slick-next{*/
/*    right: initial;*/
/*    left: 60px;*/
/*}*/



/*.propertySlider{*/
/*    padding-top: 60px;*/
/*}*/
/*.propertySlider.sliderBtns .slick-next, */
/*.propertySlider.sliderBtns .slick-prev{*/
/*    top: 25px;*/
/*}*/
/*.propertySlider.sliderBtns .slick-prev{*/
/*    right: initial;*/
/*    left: 0px;*/
/*}*/
/*.propertySlider.sliderBtns .slick-next {*/
/*    right: initial;*/
/*    left: 60px;*/
/*}*/



.notification .notificDrop ul{
    flex-direction: column;
}
.notification .notificDrop ul li{
    margin-right: 0;
}
.dropMenu.notificDrop{
    right: 0;
}
.notificLists .notificDetail{
    float: left;
    width: 100%;
    display: block;
}
.propertySlider .slick-dots{
    bottom: 10px;
}
.propertySlider .slick-dots li button:before{
    background: var(--colorRed2);
    border-radius: 50%;
    content: '';
    opacity: 0.4;
}
.propertySlider .slick-dots li.slick-active button:before{
    opacity: 1;
}


.rangeSlide input{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: solid 2px #b4b4b4;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.closeFilters img{
    width: 16px;
    height: 16px;
}
.fontSize-14{
    font-size: 14px !important;
    line-height: 18px;
    letter-spacing: normal;
}
.formSecContent .customCheck input[type="checkbox"]:checked + label::before, .customCheck input[type="checkbox"]:not(:checked) + label::before {
    height: 15px;
    width: 15px;
}
.formSecContent .customCheck label {
    font-size: 13px;
}
.formSecContent .customCheck input[type="checkbox"]:checked + label::after {
    right: 5px;
    top: 0px;
}
.form-control1{
    font-size: 14px !important;
    height: 37px !important;
    color: #e44544;
}
.btnStyle1 {
    font-size: 15px !important;
    line-height: 18px;
    padding: 7px 60px !important;
    height: 37px !important;
}
.form-control1::placeholder {
    color: #e44544;
    opacity: 1; /* Firefox */
}

.form-control1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e44544;
}

.form-control1::-ms-input-placeholder { /* Microsoft Edge */
    color: #e44544;
}

.degree360{
    margin-left: 69%;
    width: 25px;
    height: 25px;
}

.displayGrid{
    display: grid;
}

.customRow{
    width: 100%;
}
