/* fira-sans-extra-condensed-regular - latin */
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../frontend/fonts/fira-sans-extra-condensed-v4-latin-regular.svg#FiraSansExtraCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab' !important;
  font-style: normal;
  font-weight: 400;
  src: url('../../frontend/fonts/roboto-slab-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../frontend/fonts/roboto-slab-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../frontend/fonts/roboto-slab-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../frontend/fonts/roboto-slab-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../frontend/fonts/roboto-slab-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../frontend/fonts/roboto-slab-v12-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

body { font-size:15px;   font-family: 'Muli', sans-serif !important; font-weight: 400;}
.mainpage .col-md-2, .mainpage .col-md-8 {padding:0px;}

.button_container {
  position: fixed;
  top: 28px;
  right: 2%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
  border-radius: 50%;
  border: 1px solid #fff;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 55%;
  position: absolute;
  top: 7px;
  left: 6px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 13px;
}
.button_container span:nth-of-type(3) {
  top: 19px;
}
.overlay {
  position: fixed;
  background: #252525;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
/*search */

.button_container1 {
  top: 4%;
  right: 2%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
  border-radius: 50%;
  border: 1px solid #fff;
}
.button_container1:hover {
  opacity: 0.7;
}
.button_container1.active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container1.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container1.active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container1 span {
  background: #fff;
  border: none;
  height: 2px;
  width: 55%;
  position: absolute;
  top: 7px;
  left: 6px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container1 span:nth-of-type(2) {
  top: 13px;
}
.button_container1 span:nth-of-type(3) {
  top: 19px;
}
.overlay1 {
  position: fixed;
  background: #252525;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999;
}
.overlay1.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay1.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay1.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay1.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay1.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
/*end search*/



.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  line-height: 37px;
}
.overlay ul li a {
  display: inline-block;
  font-size: 15px;
  color: white;
  line-height: 37px;
}
.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a:active {
  font-size: 15px;
  color: white;
}
@keyframes fadeInRight {
0% {
opacity: 0;
left: 20%;
}
100% {
opacity: 1;
left: 0;
}
}
.btn-search {
  background: #49B4E7;
  border-radius: 24px;
  padding: 10px 21px;
  width: max-content;
  color: #fff;
  border: 0px;
  font-size: 13px;
  cursor: pointer;
}
.copyrighttxt {
    padding: 20px 0px;
    font-size: 14px;
  text-align: center;
  border-top: 1px solid #ccc;
  
}
.social_icon_div{
  margin-bottom: 20px;
}
.adv-img-col {   
   /* width: 300px;*/
   max-width: 300px;
   background: #1d1d1d;
   padding: 0px;
   margin: 0px;}


header {
  background: #fff;
   padding :0 30px ;
  position: sticky;
  width: 100%;
top:0;
margin-bottom:0px;
  z-index:265;
      box-shadow: 0 0 5px rgb(0 0 0 / 10%);

}
ul.icon-menu li{ color:#000; }
.logo img {
  width:190px;
  height: auto;
}
.middlepanel {
  /* position: absolute;*/
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.circle-container-cloud {
  position: relative;
  width: 100%;
  height: 500px;
  border: 0px solid red;
  padding: 50px;
  background: url("../../frontend/images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-left: 15px; */
}
.circle-container {
  position: relative;
  width: 100%;
  height: 500px;
  border: 0px solid red;
  padding: 50px;
  background: url("../../frontend/images/white_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-left: 15px; */
}
.circleinfo {
  background: #ccc;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  top: 42%;
  padding: 10px 12px;
}
.circle-container .red {
  background: #ED2024
}
.circle-container .green {
  background: #89C869;
  left: 19%;
  top: 20%;
}
.circle-container .yellow {
  background: #e8c00d;
  top: 56%;
  left: 20%;
  height: 135px;
  width: 135px;
}
.circle-container .blue {
  background: #49B4E7;
  top: 14px;
  left: 42%;
}
.circle-container .green1 {
  background: #89C869;
  left: 63%;
  top: 30%;
}
.color-txt {
  text-align: center;
  font-size: 13px;
  height: 114px;
  justify-content: end;
  vertical-align: middle;
  border: 0px solid red;
  padding: 20px 10px;
  line-height: 22px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;

}
a.dotlink {
  top: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 1px solid red;
  z-index: 1;
}
a.dotlink:hover {
  z-index: 2;
}
.content {
  cursor: pointer;
  color: #000;
}
.inter {
  width: 250px;
  z-index: 999;
  height: 250px;
  background: #ED2024;
  top: -20px;
  left: -20px;
  display: none;
  border-radius: 50%;
  position: absolute;
  padding: 50px 20px;
}

.inter-green {
  width: 250px;
  z-index: 999;
  height: 250px;
  background: #89C869;
  top: -20px;
  left: -20px;
  display: none;
  border-radius: 50%;
  position: absolute;
  padding: 50px 20px;
}
.inter-blue {
  width: 250px;
  z-index: 999;
  height: 250px;
  background: #49B4E7;
  top: -20px;
  left: -20px;
  display: none;
  border-radius: 50%;
  position: absolute;
  padding: 50px 20px;
}

.inter-yellow {
  width: 250px;
  z-index: 999;
  height:250px;
  background: #e8c00d;
  top: -20px;
  left: -20px;
  display: none;
  border-radius: 50%;
  position: absolute;
  padding: 50px 20px;
}
.inter-green1 {
  width: 250px;
  z-index: 999;
  height: 250px;
  background:#89C869;
  top: -20px;
  left: -20px;
  display: none;
  border-radius: 50%;
  position: absolute;
  padding: 50px 20px;
}



.content:hover + .inner {
  display: block
}
.man {
  width: 100%;
  margin: 0 auto;
  bottom: 21px;
  position: absolute;
  margin-left: -40px;
}
.man img {
  width: 135px;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
}
.cloudinfo {
  background: #ccc;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  top: 12%;
  padding: 10px 12px;
}
.cloud-blue {
  background: url(../../frontend/images/blue_bubble.png) no-repeat;
  width: 170px;
  margin: 0 auto;
  display: block;
  height: 200px;
  background-size: cover;
  padding: 50px 37px 50px 34px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
}
.cloud-green {
  background: url(../../frontend/images/green_bubble.png) no-repeat;
  width: 226px;
  margin: 0 auto;
  display: block;
  height: 236px;
  background-size: cover;
  padding: 90px 79px 90px 64px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
  left: 15%;
  top: 8%;
}
.cloud-red {
  background: url(../../frontend/images/red_bubble.png) no-repeat;
  width: 226px;
  margin: 0 auto;
  display: block;
  height: 236px;
  background-size: cover;
  padding: 90px 56px 90px 82px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
  left: 60%;
  top: 8%;
}
.cloud-green1 {
  background: url(../../frontend/images/right_green_bubble.png) no-repeat;
  width: 205px;
  margin: 0 auto;
  display: block;
  height: 236px;
  background-size: cover;
  padding: 95px 40px 90px 90px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
  left: 59%;
  top: 37%;
}
.cloud-yellow {
  background: url(../../frontend/images/yellow_bubble.png) no-repeat;
  width: 226px;
  margin: 0 auto;
  display: block;
  height: 236px;
  background-size: cover;
  padding: 90px 79px 90px 64px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-align: center;
  left: 15%;
  top: 37%;
}

.closed {
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
}
.modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 50px 20px 20px;
}
.modal .close-button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #000;
  padding: 1px 7px;
  background: content-box;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid #000;
}
.open-button {
  /* border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: lightgreen;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 21px;*/
  margin-top: 15px;
}
.tabbed-content {
 background: transparent;
  box-shadow: 0px 0px 0px #ccc;
  max-width: 75%;
  padding: 1em;
  margin: 191px auto;
}
.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
  text-align: left
}


.tabs ul li a:hover, .tabs ul li a.active {
  background: #49B4E7;
  color: #fff;
 /* padding: 5px 10px;*/
  border-radius: 10px;
}
tabs ul li a:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0085D1;
}
.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width:991px){
  .item.w-100 {
      padding: 0 10px;
  }
}


/*********************suchitra knowlegde center css start***************/
.tabset_center > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset_center .tab-panel {
  display: none;
}

.tabset_center > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset_center > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset_center > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset_center > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset_center > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset_center > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset_center > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px 0px;
    border-bottom: 0;
    cursor: pointer;
    width: 150px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.tabset_center > label::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 60px;
    height: 2px;
}

.tabset_center > label:hover,
.tabset_center > input:focus + label {
  color: #000;
}

.tabset_center > label:hover::after,
.tabset_center > input:focus + label::after,
.tabset_center > input:checked + label::after {
  background: #4DB3E6;
}

.tab-panel {
  padding: 30px 0;
}
.tabset_center {
    width: 100%;
    padding: 0px 40px 60px 40px;
    background-color: #fff;
}
.doc_text {
    width: 80%;
    float: left;
}
.doc_text_pdf{
    width: 90%;
    float: left;
}
.doc_btn.text-center {
    width: 10%;
    float: left;
}
.document{
    margin-top: 1rem;
}
.document img{
    float: left;
}
.document p{
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #7C7F88;
    margin-left: 50px;
}
.btn_view {
    background-color: #4DB3E6;
    border: none;
    color: #fff;
    width: 65px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.btn_download {
    background-color: #2AB052;
    border: none;
    color: #fff;
    width: 90px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.border_bottom_1px{
    border-bottom: 1px solid #E6E6E6;
}
.breadcrumbbs li{
  float: left;
  cursor: pointer;
}

/************suchitra builder page house 1 start************/
.card_grey {
    background: #F3F3F3;
    box-shadow: none;
}
.card_grey .red-hd {
    font-size: 20px;
    letter-spacing: 0.1px;
}
.read_more_div {
    background: #fff;
    padding: 10px 10px;
    text-align: justify;
    margin-bottom: 20px;
}
.card_grey table{
  background: transparent !important;
}
.card_grey .table td:nth-child(1), .card_grey .table td:nth-child(3) {
    font-weight: 700 !important;
    color: #000;
    font-size: 18px;
}
.card_grey .table td:nth-child(1), .card_grey .table td:nth-child(3) {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 16px !IMPORTANT;
    letter-spacing: 0px !important;
}
.card_grey .table td:nth-child(2), .card_grey .table td:nth-child(4) {
    font-weight: 400 !important;
    color: #696F7C !important;
    font-size: 16px !IMPORTANT;
    letter-spacing: 0px !important;
}
.card_grey ul{
    display: flex;
    align-items: center;
    padding: 0;
}
.card_grey li{
    display: list-item !important;
    list-style-position: inside;
}
.card_grey .view_p{
    margin: 0;
    margin-left: 20px;
    text-decoration: underline;
    display: block !important;
    padding: 0.75rem 1.25rem;
    color: #000;
}
#myBtn {
    color: #333;
    text-decoration: underline;
    font-weight: 800;
}
.mTop20{
  margin-top: 20px;
}
.card_transparent{
  background: transparent;
}
.on_going_proj_box {
    /* border: 1px solid #333; */
    text-align: center;
    padding: 10px;
    text-decoration: underline;
    font-weight: 800;
    font-size: 15px;
}
.on_going_proj_div  .col-md-4 {
    padding: 0 5px;
}
#on_going, #location_project, #mumbai_projects {
    border: 0;
    background: transparent;
    font-weight: 800;
    font-size: 15px;
    /* text-decoration: underline; */
}
#more {display: none;}
.read_more_div p{
  margin: 0;
}
#myBtnm {
    font-size: 15px;
    border: none;
    background: no-repeat;
    font-weight: 600;
}
/* .passed_experince_active{
    background: #F24851;
}
.passed_experince_active input{
  color: #fff;
}
.passed_experince_active>input{
  color: #fff;
} */

/* * .on_going{
  background: #F24851;
}
.passed_experince_active input{
color: #fff;
}
.passed_experince_active>input{
color: #fff;
}  */

/************suchitra builder page house 1 end************/

/************suchitra builder page right csss start************/
.new_builder_proj_ryt small{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}
.card_det p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}
.card_greyy {
    /*background: #F3F3F3;*/
    /*padding: 1rem;*/
}
.card_greyy p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
}
.card_pop_launch {
    position: absolute;
    left: 10px;
    top: 0px;
}
.card_pop_launch div{
    padding: 5px 10px;
    width: 140px;
    text-align: center;
    margin-top: 8px; 
    font-size: 14px;
    font-weight: 600;
}
.dividee_box{
    border-top: 1px solid #eee;
    margin: 0 1rem 0.5rem 1rem;
}

/************suchitra builder page right csss end************/

/*************************new launches css start***********************/
.launch_rw {
    margin: 0;
    width: 100%;
    padding: 20px 10px 20px 10px;
    background-color: transparent;
}
/* .launch_rw .card {
    border-radius: 6px;
    padding: 0px !important;
    background: #fff;
    text-align: initial;
} */
.launch_rw .card {
  border-radius: 6px;
  padding: 0px !important;
  background: #fff;
  text-align: initial;
  border: 1.5px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
  height: 470px;
  display: block;
}
.launch_rw .card p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #868992;
    margin: 2px 0 10px 0;
}
.launches_ryt {
    background: #fff;
}
.decision_mak_tool {
    background: red;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.launches_ryt .ludo_ryt {
    padding-left: 20px;
}

/*************************new launches css end***********************/

/*********************suchitra home page start******************/
.card_trivia{
  background-color: #45A0F2!important;
}
.flip-card {
    background-color: #fff;
    width: 100%;
    height: 230px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #fff;
    color: black;
    border: 1px solid #45A0F2 !important;
    border-radius: 4px;
}
.flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    border: 3px solid #45A0F2;
    border-radius: 4px;
}
.flip-card h4, .buzz_div h4{
    font-size: 16px;
    color: #000;
}
.flip-card h4{
    text-decoration: underline;
    color: #000;
}
.card_buzz{
    background: #E8C00D !important;
}
.buzz_border{
    border: 1px solid #E8C00D !important;
}
.advertise_div {
    background-color: #EBEBEB;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertise_div h1{
  font-size: 24px;
}

@media screen and (max-width:991px){
    .card_buzz {
      background: #fff !important;
    }
    .card_trivia {
      background-color: #fff !important;
    }
    .prop-deal>.card_trivia .text-light:after { 
      background: #45A0F2 !important;
  }
  .prop-deal>.card_buzz .text-light:after { 
      background: #E8C00D !important;
  }
}

/*********************suchitra home page end******************/
/*********************suchitra details page start*****************/
.inner_box_div {
    width: 100%;
    padding: 40px 40px;
    background-color: #fff;
}
.buzz_box{
    border-radius: 6px;
    box-shadow: none;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    border: 1px solid;
    height: 250px;
}
.buzz_col {
    margin-top: 20px;
}
.deal_row .card-block {
    border-radius: 6px;
    box-shadow: none;
    padding: 0px !important;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    margin-top: 20px;
    /* height: 510px; */
}
.stat_p_height{
    height: 90px;
}

.trivia_par{
  font-size: 16px;
}
.sitemap_div {
    padding: 40px;
}


/*********************suchitra details page end******************/

/***************************sitemap start************************/
.sitemap_div li {
    padding-bottom: 0;
    color: #1B1A34;
    font-size: 16px;
    margin-bottom: 0;
    list-style: disc !important;
    list-style-position: inside !important;
    margin-left: 10px;
    margin-top: 15px;
}
.sitemap_div p{
    color: #1B1A34;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}
.sitemap_location{
    width: 100%;
    text-align: left;
    margin: 20px 0 0 15px;
}

/***********************sitemap end*****************************/
/*****************thankyou css****************/
.thankyou {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.thankyou p{
    font-family: 'Muli', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}
.thankyou input {
    background-color: #49B4E7!important;
    border: none !important;
    outline: none;
    text-align: center;
    width: 80px;
    padding: 8px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 8px;
  }
.rc_form_img img{
  width: 100%;
}
.thankyou img{
    width: 60px;
    margin-bottom: 25px;
}
.rcform .col-md-5 {
    width: 92%;
    margin: 0 auto;
}
/*****************thankyou css****************/
/*********************suchitra knowlegde center css end***************/

/************************suchitra download propreport css start**********/
  .download_propreport_left {
      padding: 60px 0 60px 0;
      width: 85%;
      margin: 0 auto;
  }
  .download_propreport_ryt {
      padding: 40px 20px 40px 20px;
      width: 100%;
      margin: 20px auto;
      background: #D5EFFC;
  }
  .download_ryt_border{
      border-right: 2px solid #eee;
  }
  .download_propreport_div {
      background: #fff;
      box-shadow: 0px 0px 0px 2px #eeeeeeb8;
  }
  .download_propreport_left h1 {
      font-size: 20px;
      font-weight: 500;
  }
  .download_propreport_form .col-md-12{
    padding: 0;
  }
  .download_propreport_form input {
      border-radius: 0;
      margin-top: 30px;
      position: relative;
  }
  .download_propreport_form .prop_form_img{
    position: absolute;
    top: 40px;
    right: 15px;
  }
  .download_propreport_form_btn {
      width: 28%;
      margin-top: 30px;
  }
  .download_propreport_form_btn2{
      width: 40%;
      margin-top: 30px;
  }
  .download_propreport_form_btn button {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 17px;
    background: #49B4E7;
}
  .download_propreport .row{
    margin-right: 0;
      margin-left: 0;
  }
  .download_propreport_text ul {
      display: block;
      list-style-image: url(../images/tick_check.png);
      padding: 0;
      list-style-position: outside;
      margin: 30px 0 0 30px;
  }
  .download_propreport_text li {
      width: 92%;
      float: none;
      margin-top: 16px;
      color: #212529;
      font-size: 15px;
      line-height: 26px;
      padding-left: 12px;
      font-weight: 200;
  }
  .download_propreport {
      width: 99.5%;
      margin: 5px auto;
  }
  .download_thankyou h1 {
      font-size: 30px;
      margin: 30px 0 20px 0;
  }
  .download_thankyou {
      width: 50%;
      margin: 0 auto;
      padding: 100px 0;
  }
  .download_thankyou_btn {
      text-align: center;
      width: 50%;
      margin: 0 auto;
      margin-top: 50px;
  }
  .download_thankyou_btn button.proptrivia_box {
      width: 40%;
      float: left;
      margin: 0 3%;
      border-radius: 5px;
      padding: 12px 0;
      background: #49B4E7;
  }
  .download_thankyou_btn h4{
      font-size: 17px !important;
      font-weight: 400;
  }
  #prop_rep_sel{
      font-size: 15px;
      border: 1px solid #E0E3EC !important;
      border-radius: 0;
      margin-top: 30px;
      position: relative;
      height: 45px !important;
      width: 100%;
  }
  .sales_report_div{
    width: 80%;
  }
  .sales_trend_table table{
      width: 100%;
  }
  .sales_trend_table th {
      padding: 15px;
      font-size: 15px;
      color: #49B4E7;
      font-weight: 500;
      border-bottom: 2px solid #0000002e;
      border-top: 1px solid #0000002e;
  }
  .sales_trend_table td{
      padding: 15px;
      font-size: 15px;
      color: #495057;
      font-weight: 200;
  }

/************************suchitra download propreport css end**********/

/*********************suchitra Propscore css start*************/
#investortool, #investortool_active {
    width: 29px;
    padding: 0;
}
#investortool_active{
    display: none;
}
.investor_corner_div {
    margin-top: 25px;
}
.investor_corner_download a {
    background: #45A0F2;
    color: #fff !important;
    padding: 10px 8px !important;
    width: 100%;
    font-size: 17px !important;
}
.investor_corner_download img {
    margin-right: 5px;
    width: 25px;
}
.project_propscore_div {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #0000002e;
}
.propscore_blue_circle {
    background: #45A0F2;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    margin-right: 15px;
}
.project_propscore_div p{
    margin: 0;
    color: #45A0F2;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.project_propscore_div a{
    background: #45A0F2;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 4px;
    font-size: 16px;
}
.project_propscore_table {
    border-top: 1px solid #0000002e;
    margin-top: 2px;
    background: #fff;
    padding: 10px 20px;
}
.project_propscore_table table{
  width: 100%;
}
.project_propscore_disclaimer {
    margin-top: 20px;
}
.project_propscore_disclaimer p {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
}
.prop_score_left h6{
    font-size: 16px;
    font-weight: 600;
}
.prop_score_left img{
    width: 140px;
    margin-left: 20px;
}
.prop_score_ryt .col-md-6 {
    padding: 0;
    margin-top: 32px;
}
.propscore_icons_div img{
    width: 40px;
    margin-right: 10px;
}
.propscore_icons_div .row{
    margin-top: 20px;
}
.propscore_icons_div p{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}
.prop_score_ryt h6{
    font-size: 15px;
    font-weight: 600;
}
.prop_score_ryt a{
  color: inherit;
  text-decoration: none;
}
.prop_score_ryt img{
  width: 25px;
}
.range-wrap {
    position: relative;
    margin: 0 auto 2.2rem;
}
.propscore_icons_div .range-wrap {
    position: relative;
    margin: 15px auto 1rem;
}
.range {
  width: 100%;
}
.bubble {
    background: #0075ff;
    color: white;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    border-radius: 50px;
    text-align: center;
    padding: 4px 0px;
}
.review_div {
    padding: 40px 20px;
}
.review_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.review_box {
    box-shadow: 0px 0px 1px 1px #eee;
    padding: 20px 12px;
    position: relative;
    border-radius: 4px;
}
.review_box.text-right::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    height: 10px;
    width: 10px;
    background: #000;
    margin-top: -5px;
    background: url(../images/left_arrow.png) no-repeat !important;
}
.review_box.text-left::after{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    height: 10px;
    width: 10px;
    background: #000;
    margin-top: -5px;
    background: url(../images/right_Arrow.png) no-repeat !important;
}
.review_box h5{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding: 0;
}
.review_box p{
    font-size: 14px;
    margin: 0;
}
.review_col {
    width: 45%;
    display: flex;
    align-items: center;
}
.review_col_mid {
  width: 10%;
  display: flex;
}
.review_line {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_line_line{
    background: #ddd;
    width: 0.5px;
    height: 100%;
}
.review_circle {
    background: #fff;
    border: 5px solid #000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: -10px;
}

/* .canvasjs-chart-container:after {
  content: "";
  left: 30px;
  top: 0;
  border: 1px solid #e6e6e6;
  height: 338px;
  position: absolute;
  z-index: 124;
} */
/* .canvasjs-chart-container:before {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #e6e6e6;
  position: absolute;
  z-index: 222;
  left: 26px;
  top: -10px;
}
#chartContainer{position: relative;} 
#chartContainer:after{width: 0;
height: 0;
border-top: 5px solid transparent;
border-left: 10px solid #e6e6e6;
border-bottom: 5px solid transparent;
position: absolute;
  z-index: 222;
  content: "";
  right: 0px;
  bottom:26px;
} */

.canvasjs-chart-tooltip {
  border: 1px solid #45a0f1 !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  padding: 10px !important;
  
}



.canvasjs-chart-tooltip>div {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color:#7e7e7e !important;
}
a.canvasjs-chart-credit {
  display: none !important;
}
  
/* .canvasjs-chart-container{ height:370px;} */
.sales_trend_main .line {
  stroke: steelblue;
  stroke-width: 2;
  fill: none;
}

.axis path {
  stroke: black;
}

.circle .text {
  fill: red;
  font-size: 11px;
  font-family: Sans-Serif, Arial;
}


@media all and (max-width: 600px){
.project_propscore_div {
    display: flex;
    background-color: #fff;
    padding: 10px 10px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #0000002e;
}
.project_propscore_div {
    display: flex;
    background-color: #fff;
    padding: 10px 10px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #0000002e;
}
.project_propscore_div {
    display: flex;
    background-color: #fff;
    padding: 10px 10px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #0000002e;
}
.project_propscore_div {
    display: flex;
    background-color: #fff;
    padding: 10px 10px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #0000002e;
}
.download_propreport_left {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
}
.download_propreport_form_btn {
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}
.download_propreport {
    width: 100%;
    margin: 0 auto;
}
.download_thankyou {
    width: 96%;
    margin: 0 auto;
    padding: 60px 0;
}
.download_thankyou h1{
  font-size: 25px;
}
.download_thankyou_btn {
    margin-top: 40px;
    text-align: center;
}
.project_propscore_div p {
    margin: 0;
    color: #45A0F2;
    margin-right: 10px;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
}
.propscore_blue_circle {
    display: none;
}

}

.sales_trend_main {
    width: 96%;
    margin: 40px auto;
}
.chart_dropdown {
    display: flex;
    place-content: flex-end;
}
.sale_dropdown{
    width: 15%;
    margin-right: 20px;
}
.year_dropdown{
    width: 15%;
}
.sale_dropdown select, .year_dropdown select {
    width: 100%;
    border-radius: 4px;
    background: url(../images/arrow_blue.png) no-repeat !important;
    background-position: calc(100% - 15px) !important;
}


/*********************suchitra Propscore css end***************/

/*********************suchitra local environment start***************/
.local_env {
    margin-top: 5px;
    color: #636484;
}
.local_env img{
    margin-right: 25px;
    width: 18px;
}
.loacl_env_icon {
    background: url(../images/environment_icon.png) no-repeat !important;
    height: 55px;
    width: 58px;
    background-size: 815px;
    display: inline-block;
}
.icons-tab li.card.active .loacl_env_icon{
    background: url(../images/environment_active.png) no-repeat !important;
}
.propscore_icon{
    background: url(../images/pro_report.png) no-repeat !important;
}
.icons-tab li.card.active .propscore_icon{
    background: url(../images/pro_report_active.png) no-repeat !important;
}

/*********************suchitra local environment end***************/

/*************suchitra generate code css*****************/
.generate_btn_code {
    background: #29BA55 ;
    border: 0;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    display: block;
    text-align: center;
}
/*************suchitra generate code css*****************/

.media-body.pl-3 {
    font-size: 13px;
    font-weight: 400;
}
.builder_project_adspace {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 1360px){
	.buzz_box {
      height: 249px;
  }
}


@media all and (min-width: 800px) {
.item.active .item-content {
  padding-top: 0;
}
.tabs-side .tabs li {
  margin-bottom: 2px;
}
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.propdeal_box{
    background: #ED2024;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    width: 100%;
}
.propdeal_box h4{
    margin: 0;
    font-size: 20px;
}
.propstats_box{
    background: #2AB052;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    width: 100%;
}
.propstats_box h4{
    margin: 0;
    font-size: 20px;
}
.proptrivia_box{
    background: #45A0F2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    width: 100%;
}
.proptrivia_box h4{
    margin: 0;
    font-size: 20px;
}
.propbuzz_box{
    background: #E8C00D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    width: 100%;
}
.propbuzz_box h4{
    margin: 0;
    font-size: 20px;
}
.kc_rw{
    width: 100%;
    margin: 0;
    width: 100%;
    padding: 60px 40px 40px 40px;
    background-color: #fff;
}
#marzen h5{
  padding-left: 0px;
}
.kc_acc {
    border-bottom: 1px solid #ebebeb;
}
.kc_acc .btn.btn-link {
    font-size: 16px;
    padding: 18px 0px 15px !important;
    margin-bottom: 0 !important;
    color: #000 !important;
}
.kc_acc .btn.btn-link[aria-expanded="true"] {
    background: #fff !important;
}
.kc_acc .collapse.show {
    background: #fff !important;
}
@media screen and (max-width:800px){
  .tabset_center > label::after {
      content: "";
      position: absolute;
      left: 30px;
      bottom: 10px;
      width: 50px;
      height: 2px;
  }
  .tabset_center > label {
      padding: 15px 5px 15px 0px;
      border-bottom: 0;
      cursor: pointer;
      width: 32%;
      text-align: center;
  }
  .tabset_center {
      width: 100%;
      padding: 0px 20px 30px 20px;
      background-color: #fff;
  }
  .doc_text {
      padding: 0px 12px;
      width: 100%;
      float: none;
  }
  .doc_btn.text-center {
      width: 25%;
      float: left;
      margin-bottom: 10px;
  }
  .tab-panel {
      padding: 0px 0;
  }
  .doc_text_pdf {
      padding: 0px 12px;
      width: 100%;
      float: none;
  }
  .kc_rw {
      width: 100%;
      margin: 0;
      width: 100%;
      padding: 30px 40px 30px 40px;
      background-color: #fff;
  }
  .propdeal_box, .propstats_box, .proptrivia_box, .propbuzz_box{
    margin-top: 10px;
  }

}

@media all and (min-width: 800px) {
.tabbed-content .tabs {
  display: block;
}
.tabbed-content .tabs li {
  display: inline-block;
}
.tabbed-content .tabs li a {
  display: block;
}
.tabbed-content .item {
  min-height: 0;
}
.tabbed-content .item::before {
  display: none;
}
.tabbed-content.tabs-side .tabs {
  width: 150px;
  float: left;
}
.tabbed-content.tabs-side .tabs li {
  display: block;
}
.tabbed-content.tabs-side .item {
  margin-left: 150px;
}
}
.has-search .form-control {
  padding-left: 2.375rem;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
  height: 48px;
  color: #868992;
background:transparent;
height: 45px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height:2.275rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  color: #868992 !important;
  border: 1px solid #ccc !important;
}
/* Remove IE arrow */
select::-ms-expand {
display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: transparent;
  overflow: hidden;
  border-radius: 0px;
  color: #868992;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
  height: 40px !important;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.item-content .col-sm-4, .item-content .col-sm-3, .item-content .col-sm-2 {
  padding: 3px 0px
}
.Search {
  width: 100%;
  background: #ED3337;
  border: 0px;
  color: #fff;
  padding: 12px;
  border-radius: 3px;
}
.arrowBox {
  position: relative;
  width: 120px;
  background: #8BCFEF;
  height: 40px;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.arrow-bottom.active:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #49B4E7;
}
.blackbg {background: #1D1D1D;}
.black-txt {color: #fff;
  padding: 11px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;padding-top: 50px;}

 ul.listmenu  {    list-style: none;
  display: block;    padding: 0px; margin-left:0;
  font-size: 13px; margin-bottom:0;	}

  ul.listmenu li {
    list-style: none;
    padding-bottom: 15px;
    padding-left: 0 !important;
    line-height: normal;
    letter-spacing: 0.8px;
    font-size: 14px;
}
    ul.listmenu  li:last-child{ padding-bottom:0}
  ul.listmenu li a  {color:#696F7C; text-decoration:none }
  ul.listmenu li a:hover  {color:#49B4E7 }
.footer h4 {font-size:18px; font-weight: 600; margin-bottom: 20px;}
.autowidth {display: flex;
        padding: 0px;
        margin-left: 0px;}

        button:focus {
          outline: 1px dotted;
          outline: 0px auto -webkit-focus-ring-color !important;
      }

      
  .login-link 
  {float: right;
    color: #fff;
    margin-right: 65px;
    margin-top: 19px;}

    .linkdin {    background: #D2DCFF;
      padding: 10px;margin-right: 10px;
      border-radius: 50%; color:#4B66BD}

      .insta {   background: #FCDEDE;
        padding: 10px;margin-right: 10px;
        border-radius: 50%; color:#EC8889}

      .facebook-icon {   background: #E4E8F1;
        padding: 10px;margin-right: 10px;
        border-radius: 50%; color:#8194BA}
        .whatsapp-icon {   background: #C9F9CB;
          padding: 10px;margin-right: 10px;
          border-radius: 50%; color:#8194BA}


        
        .linkfooter {background: #fff;
          padding: 11px;
          position: fixed;
          width: 101%;
          bottom: 0;}
          .searchfooter {background: #1D1D1D;
            padding: 11px;
            position: fixed;
            width: 100%;
            bottom: 0;}

           .modal-custom {visibility: hidden; opacity:0; z-index: -1;}

            .modal-custom.open-active {visibility: visible; opacity:1; z-index: 999;}

            .head-txt {padding:30px 15px 50px;
              text-align: center;
              font-size: 28px;
              background: #fff;
              border-bottom: 0px solid red;
              font-family: 'Fira Sans Extra Condensed';
              letter-spacing: 1px;
              width: 100%;
              margin-bottom: 0px;}

              .img-logo {text-align:center; margin:0 auto}
              .logo-circle h4 {text-align: center;
                font-size:20px;}

                .logo-circle .img-logo img {width:130px}
                .logo-circle 
              {position: relative;
                margin-top: -117px;
                margin-bottom: 39px;}

                
                /* #login-modal-view   {display: block !important;
                  padding-right: 19px;
                  width: 80%; 
                  z-index: 99999999 !important;
                  margin: 0 auto;
                  position: fixed;} */


                  /* login popup css */

              
                .authentic--modal::after:hover{ color:#f00}
               
                
                .register--sec,.forgot--wrap{ display:none}
                .register--sec.is--visible,
                .login--wrap.is--visible,
                .forgot--wrap.is--visible{ display:block}
              
                
                /*----==========Akhter Work==========----*/
                .login--wrap .formRow .error,.register--sec .formRow .error{color: #f00;font-weight: 400;font-size: 12px;}
                
                
                
                
                
                
                
                .forgot--wrap.is--visible+.login--wrap { display: none}
                .forgot--wrap+.login--wrap.is--visible{ display:none}
                /* .social--logins ul {
                
                    padding: 0;
                    list-style: none;
                    margin: 0; text-align: center
                
                } */

               

.authentic--modal .nav-tabs.custom-tabs{ display:table; width:100%;}
.authentic--modal .nav-tabs.custom-tabs  > li{ float:none; display:table-cell}
.authentic--modal .nav-tabs.custom-tabs  > li a{ text-align:left; font-size: 11px; letter-spacing: .6px; color: #465465; padding: 10px; margin-right: 10px;}
.authentic--modal .tab-content {padding:0px 20px 0 !important;}
.authentic--modal .tab-content p{ font-size:12px; color: #707070;}
.form-ill { background:#FAF7FD; }
.authentic--modal .row > div.form-ill{ padding-top:0}
.authentic--modal .row {/*display: table;*/width: 100%; margin:0;}
.authentic--modal .page-title h2 {font-size: 22px;letter-spacing: 1.20px;}
.form-ill img{    width: 300px;
    margin: 0 auto;}
.form-ill h3 {font-size: 18px;color:#303155;margin-bottom: 30px;font-weight: 600;}
.button-action{ margin-top:15px;}
.links{color: #000;
    text-decoration: none;
    font-weight: 500;letter-spacing: 0.5px;}
.links.pull-right {font-size: 16px;}
.form-content-list {
    padding: 0;
    list-style: none;
    display: contents;
}
.form-content-list li {
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../../frontend/images/dotted-aarow.png) left top no-repeat;
  background-size: 12px;
  font-size: 13px;
  color: #303155;
  background-position: 0 9px;
}

/* .forgot--wrap.is--visible+.login--wrap { display: none}
.forgot--wrap+.login--wrap.is--visible{ display:none} */
/* .social--logins ul {

    padding: 0;
    list-style: none;
    margin: 0; text-align: center

}
.social--logins ul li {

    display: inline-block;
    width: 70px;
    height: 70px; margin: 0 20px;
    background: #fff;
    box-shadow: 0px 3px 6px #e6e0f6;
    border-radius: 100%; position: relative;
    text-align: center;

}


.social--logins ul li img{    max-height: 38px;
    max-width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social--logins ul li a {

    display: block;
    line-height: 50px;

} */
.signup-text{color:#9FA0C1; margin-top:15px; letter-spacing:.71px}
.signup-text .links{ color: #303155}

.or--text{ font-size:20px; color:#CCCDE5; display: inline-block; margin: 30px 0; padding: 0 80px; position: relative}
.or--text:after,.or--text:before{ content:""; position: absolute;left: 0; top: 50%; width: 70px; height: 2px; border-bottom: 1px solid #CCCDE5; margin-top: -1px;}
.or--text:after{ left:auto; right: 0;}

.formRow{ position:relative}



.ac-cions{ width:30px; height:27px; background:url(../../frontend/images/accounts-icons.png) no-repeat; position:absolute; right:5px; top:5px; background-size:25px;}


.ac-cions.input-name-ico{ background-position:0 3px;}
.ac-cions.input-phone-ico{ background-position:0 -73px;}
.ac-cions.input-email-ico{ background-position:0 -23px;}
.ac-cions.input-pass-ico{ background-position:0 -48px;}

.ac-cions.input-date-ico{ background-position:0 -100px;}
.ac-cions.input-address-ico{ background-position:0 -123px;}
.ac-cions.input-occupation-ico{ background-position:0 -149px;}
.ac-cions.input-company-ico{ background-position:0 -198px;}
.ac-cions.input-coordinator-ico{ background-position:0px -173px;}
.ac-cions.input-department-ico{ background-position:0 -198px;}



.technology--row {
    position: relative;
}

#forgot-action {
    color: #4967C0;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .66px;
}

.techno-img {
    position: absolute;
    background: #fff;
    width: 250px; height:180px;
    padding: 15px; top:15px; left:15px;
}

.techno-img  img {
    max-height:50px;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.techno-text {
    margin-left: 190px;
    background: #f0f0f0;
    padding:40px 40px 80px 110px;
}

.login--sec{ float:left; margin-top: 3px;}
.btn-login {
    border: 1.5px solid #424242 !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
    font-size: 15px;
    color: #2b2b2b !important;
    line-height: 23px !important;
}
.login--sec .btn-login {
    
    font-size: 15px;
   
}

header.front .btn-login {
    border: 1px solid #c1c2d0;
    color: #303155 !important;
	letter-spacing: .80px;
}
.login-icon{ background: url(../../frontend/images/login.png) no-repeat; 
    width: 20px; height: 25px; display: inline-block;background-size: 20px; }


header.front .login-icon{ background-position: 0 0}

.btn-login .login-icon{ float:left; margin-right: 10px;}

.profile-wrap{ margin-top:40px;}
.profile-wrap .col-md-2{ width:20%}
.profile-wrap .col-md-10{ width:80%}
.profile-col{box-shadow: 0px 3px 6px rgba(0,0,0,.09); padding:15px; background: #FFFFFF}

.us-info-list:after{ content:""; display:black; clear:both}
.bordered{border: 1px solid #ddd; background:#fff;}
.bordered.table > thead > tr > th{ border:0; border-bottom: 1px solid #ddd;}


.us-img {
    max-width: 140px;
	position:relative;
    margin: 0 auto;
	max-height:140px; border-radius:100%; overflow:hidden;
	background:#000;
}

/* .forgot--wrap.is--visible+.login--wrap { display: none}
.forgot--wrap+.login--wrap.is--visible{ display:none} */
/* .social--logins ul {

    padding: 0;
    list-style: none;
    margin: 0; text-align: center

}
.social--logins ul li {

    display: inline-block;
    width: 70px;
    height: 70px; margin: 0 20px;
    background: #fff;
    box-shadow: 0px 3px 6px #e6e0f6;
    border-radius: 100%; position: relative;
    text-align: center;

}


.social--logins ul li img{    max-height: 38px;
    max-width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social--logins ul li a {

    display: block;
    line-height: 50px;

} */
.signup-text{color:#9FA0C1; margin-top:15px; letter-spacing:.71px}
.signup-text .links{ color: #303155}

.or--text{ font-size:20px; color:#CCCDE5; display: inline-block; margin: 30px 0; padding: 0 80px; position: relative}
.or--text:after,.or--text:before{ content:""; position: absolute;left: 0; top: 50%; width: 70px; height: 2px; border-bottom: 1px solid #CCCDE5; margin-top: -1px;}
.or--text:after{ left:auto; right: 0;}

.formRow{ position:relative}



.ac-cions{ width:30px; height:27px; background:url(../../frontend/images/accounts-icons.png) no-repeat; position:absolute; right:5px; top:5px; background-size:25px;}


.ac-cions.input-name-ico{ background-position:0 3px;}
.ac-cions.input-phone-ico{ background-position:0 -73px;}
.ac-cions.input-email-ico{ background-position:0 -23px;}
.ac-cions.input-pass-ico{ background-position:0 -48px;}

.ac-cions.input-date-ico{ background-position:0 -100px;}
.ac-cions.input-address-ico{ background-position:0 -123px;}
.ac-cions.input-occupation-ico{ background-position:0 -149px;}
.ac-cions.input-company-ico{ background-position:0 -198px;}
.ac-cions.input-coordinator-ico{ background-position:0px -173px;}
.ac-cions.input-department-ico{ background-position:0 -198px;}



.technology--row {
    position: relative;
}

#forgot-action {
    color: #4967C0;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .66px;
}

.techno-img {
    position: absolute;
    background: #fff;
    width: 250px; height:180px;
    padding: 15px; top:15px; left:15px;
}

.techno-img  img {
    max-height:50px;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.techno-text {
    margin-left: 190px;
    background: #f0f0f0;
    padding:40px 40px 80px 110px;
}

.login--sec{ float:left; margin-top: 3px;}
.btn-login {
    border: 1.5px solid #424242 !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
    font-size: 15px;
    color: #2b2b2b !important;
    line-height: 23px !important;
}
.login--sec .btn-login {
    
    font-size: 15px;
   
}

header.front .btn-login {
    border: 1px solid #c1c2d0;
    color: #303155 !important;
	letter-spacing: .80px;
}
.login-icon{ background: url(../../frontend/images/login.png) no-repeat; 
    width: 20px; height: 25px; display: inline-block;background-size: 20px; }


header.front .login-icon{ background-position: 0 0}

.btn-login .login-icon{ float:left; margin-right: 10px;}

.profile-wrap{ margin-top:40px;}
.profile-wrap .col-md-2{ width:20%}
.profile-wrap .col-md-10{ width:80%}
.profile-col{box-shadow: 0px 3px 6px rgba(0,0,0,.09); padding:15px; background: #FFFFFF}

.us-info-list:after{ content:""; display:black; clear:both}
.bordered{border: 1px solid #ddd; background:#fff;}
.bordered.table > thead > tr > th{ border:0; border-bottom: 1px solid #ddd;}


.us-img {
    max-width: 140px;
	position:relative;
    margin: 0 auto;
	max-height:140px; border-radius:100%; overflow:hidden;
	background:#000;
}

/* .forgot--wrap.is--visible+.login--wrap { display: none}
.forgot--wrap+.login--wrap.is--visible{ display:none} */
.social--logins ul {

  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: fit-content;

}
.social--logins ul li {

    display: inline-block;
    width: 70px;
    height: 70px; margin: 0 20px;
    background: #fff;
    box-shadow: 0px 3px 6px #e6e0f6;
    border-radius: 100%; position: relative;
    text-align: center;

}


.social--logins ul li img{    max-height: 38px;
    max-width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social--logins ul li a {

    display: block;
    line-height: 50px;

}
.signup-text{color:#9FA0C1; margin-top:15px; letter-spacing:.71px}
.signup-text .links{ color: #303155}

.or--text{ font-size:20px; color:#CCCDE5; display: inline-block; margin: 30px 0; padding: 0 80px; position: relative}
.or--text:after,.or--text:before{ content:""; position: absolute;left: 0; top: 50%; width: 70px; height: 2px; border-bottom: 2px dashed #ADB0B9; margin-top: -1px;}
.or--text:after{ left:auto; right: 0;}

.formRow{ position:relative}



.ac-cions{ width:30px; height:27px; background:url(../../frontend/images/accounts-icons.png) no-repeat; position:absolute; right:5px; top:5px; background-size:25px;}


.ac-cions.input-name-ico{ background-position:0 3px;}
.ac-cions.input-phone-ico{ background-position:0 -73px;}
.ac-cions.input-email-ico{ background-position:0 -23px;}
.ac-cions.input-pass-ico{ background-position:0 -48px;}

.ac-cions.input-date-ico{ background-position:0 -100px;}
.ac-cions.input-address-ico{ background-position:0 -123px;}
.ac-cions.input-occupation-ico{ background-position:0 -149px;}
.ac-cions.input-company-ico{ background-position:0 -198px;}
.ac-cions.input-coordinator-ico{ background-position:0px -173px;}
.ac-cions.input-department-ico{ background-position:0 -198px;}



.technology--row {
    position: relative;
}

#forgot-action {
    color: #49B4E7;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .66px;
}

.techno-img {
    position: absolute;
    background: #fff;
    width: 250px; height:180px;
    padding: 15px; top:15px; left:15px;
}

.techno-img  img {
    max-height:50px;
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.techno-text {
    margin-left: 190px;
    background: #f0f0f0;
    padding:40px 40px 80px 110px;
}

.login--sec{ float:left; margin-top: 3px;}
.btn-login {
    border: 1.5px solid #424242 !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
    font-size: 15px;
    color: #2b2b2b !important;
    line-height: 23px !important;
}
.login--sec .btn-login {
    
    font-size: 15px;
   
}

header.front .btn-login {
    border: 1px solid #c1c2d0;
    color: #303155 !important;
	letter-spacing: .80px;
}
.login-icon{ background: url(../../frontend/images/login.png) no-repeat; 
    width: 20px; height: 25px; display: inline-block;background-size: 20px; }


header.front .login-icon{ background-position: 0 0}

.btn-login .login-icon{ float:left; margin-right: 10px;}

.profile-wrap{ margin-top:40px;}
.profile-wrap .col-md-2{ width:20%}
.profile-wrap .col-md-10{ width:80%}
.profile-col{box-shadow: 0px 3px 6px rgba(0,0,0,.09); padding:15px; background: #FFFFFF}

.us-info-list:after{ content:""; display:black; clear:both}
.bordered{border: 1px solid #ddd; background:#fff;}
.bordered.table > thead > tr > th{ border:0; border-bottom: 1px solid #ddd;}


.us-img {
    max-width: 140px;
	position:relative;
    margin: 0 auto;
	max-height:140px; border-radius:100%; overflow:hidden;
	background:#000;
}

.formRow{ position:relative; margin-bottom: 15px;}

.top-actions {
  margin: 0 0 30px -20px;
}

.page-title {
  margin: 28px 0 45px;
  
}

.forgot--wrap .page-title, .register--sec .page-title {padding:56px 0 5px;}
.links {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* 

@media screen and (max-width:1000px){
  
  .list-banner img{ width:100%;}.custom-modal .modal-dialog {width: calc(100% - 20px) !important;}
  
  .authentic--modal .row > div.form-ill {padding-top: 0; display: none;}
  .authentic--modal .row > div {width: 100%;}
  } */


  @media screen and (max-width:1000px)
  {
    .adv-img-col {
       width: 200px;
      max-width: 200px;
      background: #1d1d1d;
      padding: 0px;
      margin: 0px;
  }


}

.login-btn {background: #49B4E7 !important;
  padding: 11px 46px!important;
  border: 1px solid #49b4e7!important;}

  .login-btn:hover {background: #49B4E7 !important;
    padding: 11px 46px!important;
    border: 1px solid #49b4e7!important;}


    label.custom-control-label {
      font-size: 15px;
      font-weight: normal;
      color: #868992;
    }
    
    .custom-control-label {
      outline: none
    }
    
    /* .custom-control-label::before {
      width: 1.3rem;
      height: 1.3rem;
      background-color: #fff;
      border: 1px solid #E0E3EC;
      border-radius: 4px;
    }
    
    .custom-control-label::after {
      width: 1.3rem;
      height: 1.3rem;
      border-radius: 4px;
      top: .26rem;
    }
     */
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #49B4E7;
      border-color: #49B4E7;
    }

    .btn-primary {
      border-color: #49B4E7!important;
      background-color: #49B4E7!important; 
    }

    @media screen and (max-width:767px) {
      .sale_dropdown,.year_dropdown {
          width: 50%;
      }}




  .error {color:red}


