
body {
    font-family: 'Open Sans', sans-serif;
}

:root{
    --color-red:#c84a4f;
    --color-grey:#465362;
    --color_anthrgrey:#363636;
    --color-usergrey:#435362;
}

.web_view header {
    padding: 0px 50px;
    background-color: #fff;
    border-bottom: 2px solid var(--color-red);
}
.web_view header ul{
    position: relative;
    padding-left: 0px;
}
.web_view header ul li{
    display: inline;
}
.logo_analpro{
    display: inline-block;
    width:30%;
}
.logo_analpro img{
    width:100%;
}
.addrss_descrptn{
    display: inline-block;
    vertical-align: middle;
    margin-left:40px;
    margin-top:21px;
}
.addrss_descrptn{
    font-size: 1.318vw;
    font-weight: 500;
    color: var(--color-red);
}
.header_btn {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 23px;
    margin-top: 21px;
    border: 1px solid var(--color-red);
    border-radius: 5px;
    margin-left:21px;
}
.header_btn i{
    font-size:16px;
    margin-right:12px;
    color: var(--color-red);
}
.rightside_btn{
    float: right;
    
}
.powered_txt {
    float: right;
    margin-top: 20px;
    font-size: 12px;
    color: #A1A1A1;
}

.main_bodywrap{
    max-width:80%;
    /*border: 1px solid #C1C1C1;*/
    margin:34px auto;
}
.right_side_content{
    height:500px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin: 21px 25px;
    
}
.padding_rightsidecontent{
    padding: 0px;
    /*border-right:1px solid #c1c1c1;*/
    position:relative;
    min-height: 600px;
}

.right_side_content img{
    width:100%;
    margin-bottom: 30px;
}
.user_wrap{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    padding: 0px;
    /*position: absolute;
    bottom: 0;*/
}
.user_content{
  
    border-bottom: 1px solid var(--color-red);
}
.username_content{
    padding: 20px 53px;
}
.user_details{
    padding: 26px 53px;
    display: inline-flex;
}
.username_content p{
    margin-bottom: 5px;
    font-size: 1.171vw;
    font-weight: bold;
    color: #414141;
}
.user_content span{
    font-size: 0.952vw;
    color: var(--color-red);
    font-weight: 500;
    
}
.user_txt{
    display: inline-block;
    margin-left: 35px;

}
.user_img{
    display: inline;
    width: 20%;
}
.user_img img{
    display: inline;
    width: 100%;
}
.user_txt p{
    margin-bottom:5px;
    font-size: 0.878vw; 
    color: #1A1A1A;
    font-weight: 500;
}

/*----------------------------tabs------------------------------*/


/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 0.952vw;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid var(--color-red);
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.padding0ff{
    padding: 0px;
    position: relative;
    border:1px solid #c1c1c1;
}
.content_frst{
    background-color: #fff;
    box-shadow: 0px 0px 10px var(--color-red);
    width:98%;
    margin:7px auto;
    border:1px solid var(--color-red);

    
}
.content_txt {
    padding: 16px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}
.content_txt p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.content_frst img{
    width:100%;
}
.info{
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: #969393;
}
/*----------------------------tabs------------------------------*/

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0.952vw;
  border: none;
  cursor: pointer;
  outline-color: #c1c1c1 !important;
  border-left:1px solid #c1c1c1;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

.dropdown {
  position: absolute;
  display: inline-block;
  top:0;
  right:0;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    right: 0;
    z-index: 1;
    border-radius: 5px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: scroll;
}

.dropdown-content a {
  color: black;
  padding: 22px 16px;
  text-decoration: none;
  display: block;
}
.nopadding{
    padding: 0px !important;
}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.dbutton{
    background-color: transparent;
    outline:transparent;
    border: 0;
    color: var(--color-red);
}
.dbutton:focus {
    outline:transparent;
}
.dbutton p{
    font-size:10px;
}
/*loader css*/

.load_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.load_div2nd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
}

.process {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 10px;
    position: relative;
}

.sk-circle {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner {
    position: absolute;
    right: -8px;
    top: 36px;
    display: none;
}

.spinner > div {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    display: table-cell;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*----------------------------mobile----------------------------*/
.header_mobile {
    padding: 20px 0px;
    border-bottom: 2px solid var(--color-red);
    
}
.header_mobile ul{
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}
.header_mobile ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.header_btn_mob{
    font-size: 2.868vw;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 23px;
    border: 1px solid var(--color-red);
    border-radius: 5px;
    margin-left: 21px;
    

}
.header_btn_mob i{
    color: var(--color-red);
}

.logo_mob img{
    width:100%;
}
.address_mob {
    font-size: 3.129vw;
    color: var(--color-red);
    text-align: center;
    padding: 2.608vw 0vw;
    font-weight: 500;
    line-height: 1.8;
}
.mobile_photos_sec{
    border:1px solid #C1C1C1;
}
.user_wrap_mob{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
    padding: 0px;
}
.right_side_content_mob{
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin: 21px 25px;
}
.user_content_mob{
    border-bottom: 1px solid var(--color-red);
}
.username_content_mob {
    padding: 26px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}
.username_content_mob span{
    color:var(--color-red);
}
.user_details_mob{
    padding: 26px 50px;
    width: 100%;
}
.user_img_mob {
    display: inline-block;
    vertical-align: top;
    width:20%;
}
.user_img_mob img{
    width:100%;
}
.user_txt_mob {
    color: #1A1A1A;
    display: inline-block;
    margin-left: 25px;
    font-weight: 500;
    font-size: 1.956vw;
    margin-bottom: 0px;
}
.user_txt_mob p{
    margin-bottom: 10px;
}
.main_content_mobile .container-fluid{
    width:90%;
}
.right_side_content_mob img{
    width:100%;
}
.top_section_menu p{
    font-size:15px;
    color: #4E4E4E;
    font-weight: bold;
    margin-bottom: 0px;
}
.top_section_menu {
    position: relative;
    padding: 20px 20px 0px 20px;
    border: 1px solid #C1C1C1;
    margin: 30px 0px 15px 0px;
}
.menu_section{
    padding: 0px;
    
}

.dropdown_mob {
    display: inline-block;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    width: 100%;
    /* left: 0; */
    /* float: right; */
}

.dd-button {
    display: inline-block;
    /* border: 1px solid gray; */
    /* border-radius: 4px; */
    padding: 22px 30px 20px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #C1C1C1;
}

/*
.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
*/

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
    background-color: #ffffff;
    list-style-type: none;
    width: 100%;
    right: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9999;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 20px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.dd-menu li a{
    color:#666666;
}
.main_content_mobile{
    width:100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.main_content_mobile img{
    width:100%;
}
.footer p{
    font-size:10px;
    margin-bottom: 0px;
    color: var(--color-red);
}
.footer{
    padding: 20px;
    text-align: center;
}
/*
.dropdown_mobile{
    width:50px;
    height:50px;
}
*/

/*----------------------------mobile----------------------------*/












@media only screen and (min-width:1199px){
    .rightside_btn{
        margin-top:14px;
    }
    header{
        padding: 0px 50px !important;
    }
    .header_btn{
        padding: 12px 23px !important;
        margin-left:21px !important;
    }
}

@media only screen and (max-width:767px){
    .web_view{
        display: none;
    }
    .mobile_view{
        display:block;
    }
}

@media only screen and (min-width:768px){
    .web_view{
        display: block;
    }
    .mobile_view{
        display:none;
    }
    .web_view header{
        padding: 0px 20px
    }
    .web_view header ul{
        
        margin-top: 10px;
    }
    .logo_analpro{
        width: 18%;
    }
    .addrss_descrptn{
        margin-left:35px;
        width:28%;
    }
    .powered_txt{
    margin-top: 8px;
    margin-bottom: -4px;
    font-size:10px;
    }
    .header_btn i{
        margin-right: 4px;
    }
    .header_btn{
        margin-left: 10px;
        padding: 12px 15px;
        margin-top:12px;
        
    }
}

@media only screen and (max-width:992px){
    .user_details{
        padding: 26px 24px;
    }
    .username_content{
        padding: 26px 24px;
    }
}

@media only screen and (max-width:399px){
    .top_section_menu p{
        font-size:13px;
        margin-top:5px;
    }
    .dd-button{
        padding: 22px 30px 22px 20px;
    }
}

@media only screen and (max-width:599px){
   .username_content_mob{
       padding: 20px 20px;
   }
    .user_details_mob {
    padding: 26px 20px;
    width: 100%;
    }
    .user_img_mob{
        /*width:auto*/
        WIDTH:20%;
    }
}

@media only screen and (max-width:499px){
    .right_side_content_mob{
        height:350px;
    }
    .username_content_mob{
    font-size: 13px;
    }
    .username_content_mob p{
        margin-bottom: 5px;
    }
    .user_details_mob{
        padding: 20px 20px;
    }
    .user_txt_mob{
        margin-left: 12px;
        font-size: 10px;
    }
    .user_wrap_mob{
        position:absolute;
        bottom:0;
    }
}

@media only screen and (max-width:399px){
    .user_details_mob{
        text-align: center
    }
    .user_txt_mob{
        margin-left:0px;
        font-size:12px;
        margin-top:15px;
    }
    .user_img_mob   {
        width: 20%;
        display: block;
        margin: 0 auto;
    }
    #lease-widget,#lease-widget-mob{
        height: 860px!important;
    }
    #investment-widget,#investment-widget-mob{
        height: 675px!important;
    }
    #mortgage-widget,#mortgage-widget-mob{
        height: 730px!important;
    }
}