


/*footer*/

.Mainfooter{}
.Mainfooter .foo1{
    min-height: 100px;
    background: url("../images/world_map_black.jpg");
    padding: 30px 0px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.mask2 {
    background-color:rgba(53, 53, 53, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.Mainfooter .foo1 .fwrap{    margin-bottom: 25px;}
.Mainfooter .foo1 .wrap .header{    margin-bottom: 20px; position: relative;}
.Mainfooter .foo1 .wrap .header h2{    font-size: 22px; color: #fff; font-weight: 500; text-transform: uppercase;}
.Mainfooter .foo1 .fwrap ul{    list-style: none;padding-left:0}
.Mainfooter .foo1 .fwrap ul li{    padding: 3px 0px; padding-left: 10px;}
.Mainfooter .foo1 .fwrap ul li.bxTtl{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 300;
    text-shadow: 0px 0px 1px #9C9B99;
    list-style: none;
    padding-left: 0px;
}
.Mainfooter .foo1 .fwrap ul li a{
    color: #AFAFAF;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.Mainfooter .foo1 .fwrap ul li a:hover {
    color: #f1f1f1;
}
.Mainfooter .foo1 .fwrap ul li.bxVm{    padding-top: 5px;}
.Mainfooter .foo1 .fwrap ul li.bxVm a{color: #00BCD4;font-weight: 500;}
.Mainfooter .foo1 .fwrap ul li.bxVm a:hover{color: #0090a7;}

.Mainfooter .foo1 .social{    margin-top: 20px;}
.Mainfooter .foo1 .social .fwrap ul li.bxTtl{text-align: center; display: block;    margin-bottom: 25px;  color: #fff;    font-weight: 500;  font-size: 21px;}
.Mainfooter .foo1 .social .fwrap ul{text-align: center;}
.Mainfooter .foo1 .social .fwrap ul li.master{ display: inline-block; padding: 0px; /*width: 40px;*/  margin: 5px;}
.Mainfooter .foo1 .social .fwrap ul li.master img{ width: 100%;/*    -webkit-filter: grayscale(0.5); */   transition: all 400ms;}
.Mainfooter .foo1 .social .fwrap ul li.master img:hover{-webkit-filter: grayscale(0);    transition: all 400ms;}


.Mainfooter .foo2{
    min-height: 100px;
    background-color: #2F2F2F;
    padding: 20px 0px;
}


.Mainfooter .foo3{
    min-height: 100px;
    background-color: #FFFFFF;
    padding: 20px 0px;
}

.foo3 .wrap .top0{  }
.foo3 .wrap .top0 h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.foo3 .wrap .top0 p{
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    color: #555;
}

.fooMid{     background-color: #464646; border-bottom: 1px solid #353535; }
.fooMid .wrap .top1{    padding: 20px 0px; }
.fooMid .wrap .top1 ul{    list-style: none;  text-align: center;}
.fooMid .wrap .top1 ul li{    display: inline-block; margin-right: 0px; text-align: center; padding: 3px 15px;}
.fooMid .wrap .top1 ul li a{    color: #c1c1c1; text-decoration: none;  font-size: 15px; text-transform: capitalize;}
.fooMid .wrap .top1 ul li a:hover {  color: #fff;}



.foo3 .wrap .top2 {    padding: 25px 0px 0px;}
.foo3 .wrap .top2 .t2_wrap{}
.foo3 .wrap .top2 .t2_wrap ul{    list-style: none;}
.foo3 .wrap .top2 .t2_wrap ul li{    display: inline-block; margin: 0px 10px; width: 80px;}
.foo3 .wrap .top2 .t2_wrap ul li img{    width: 100%; height: 40px;}
.foo3 .wrap .top2 .t2_wrap p{    font-size: 14px;  color: #666;padding-top: 10px;}

.ScrollTop{
    position: fixed;
    right: 20px;
    width: 45px;
    display: block;
    height: 45px;
    background-color: #EFEFEF;
    bottom: -50px;
    border: 2px solid #FF9800;
    transition: bottom 500ms;
}
.ScrollTop a{display: block;height: 100%;position: relative;}
.ScrollTop a.ripple:before {
    content: "";
    display: block;
    text-align: center;
    border-left: 10px solid rgba(250, 235, 215, 0);
    border-right: 10px solid rgba(127, 255, 212, 0);
    border-bottom: 10px solid rgba(16, 16, 16, 0.39);
    position: absolute;
    top: 15px;
    left: 10px;
}
.ScrollTop a:after {
    content: "";
    display: block;
    text-align: center;
    border-left: 10px solid rgba(250, 235, 215, 0);
    border-right: 10px solid rgba(127, 255, 212, 0);
    border-bottom: 10px solid rgb(239, 239, 239);
    position: absolute;
    top: 17px;
    left: 10px;
}
.ScrollTop.set{bottom: 40px !important; transition: bottom 500ms;}







/*feedback*/

.feedback{
    position: fixed;
    top: 60%;
    left: -5px;
    width: 35px;
    height: 115px;
    z-index: 1000;
    transition: all 300ms;
}
.feedback:hover{left: 0px; cursor: pointer; transition: all 300ms;}
.feedback span{
    background: url('../images/feedback-button-2.png');
    display: block;
    height: 115px;
    background-repeat: no-repeat;
}

.app-feedback-model .FeedbackDialog {    min-width: 30%;}
.app-feedback-model .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: 4px;
    outline: 0;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
}
.app-feedback-model .FeedbackDialog .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    font-size: 20px;
    min-height: 64px;
    width: 100%;
    background-color: rgb(0,150,136);
    color: rgb(255,255,255);
    position: relative;
}
.app-feedback-model .FeedbackDialog .modal-header h2{    display: inline-block; margin-top: 7px;}
.app-feedback-model .FeedbackDialog .modal-header button{    position: absolute; right: 10px; top: 20px; background: none; border: none;  opacity: 0.7; font-weight: 300;}
.app-feedback-model .FeedbackDialog .modal-header button:hover{  opacity: 1; }
.app-feedback-model .FeedbackDialog p.Ttl {     font-size: 14px;    margin-bottom: 15px;
    color: #FF9800;
    text-transform: capitalize;
    text-align: center;}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #666 !important;
}


.app-feedback-model .md-dialog-content .md-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 9px;
    text-align: center;
}
.app-feedback-model .md-dialog-content-body {
    width: 100%;
    font-size: 14px;
    margin-top: 17px;
}
.app-feedback-model .loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.27);
}
.app-feedback-model .loading .Circle{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 43%;
    bottom: 40%;
    background: url('../images/loader%20(2).GIF');
    background-size: 58px;
    background-repeat: no-repeat;
}
.app-feedback-model .modal-open .modal {
    z-index: 10050;
}
.app-modal-window .modal-dialog {  width: 400px; padding-top: 150px;  }
.app-modal-window .modal-dialog .modal-header{ border: none;}
.app-modal-window .modal-dialog .modal-header h2{ text-align: center; color: #444; font-size: 20px;    margin-bottom: 10px;  text-transform: uppercase;}
.app-modal-window .modal-dialog .modal-header p{ text-align: center; color: #555;     font-size: 15px;    line-height: 22px;}
.app-modal-window .modal-dialog .modal-footer{ border: none;    text-align: center;}

.error{
    font-size: 12px;
    color: red;
    padding: 2px;
}



.loader_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 3px 3px;
    background: #72727d;
    z-index: 11000;
    opacity: .3;
    filter: alpha(opacity=30);
}
.loader_img {
    background: #fff url(family_assets/images/loader.gif) no-repeat center center;
    background-image: url(https://img.shaadi.com/community/loader-big.gif);
    /*background-image: url(http://http://realestate.lallabi.com/family_assets/images/loader.gif);*/
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    width: 31px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    border: 2px solid #ccccce;
    border-radius: 3px;
    margin: -27.5px 0 0 -27.5px;
}



@media screen and (max-width: 1200px){
    .top1 ul li {  padding: 3px 9px;  }
    .top1 ul li {  padding: 3px 9px;  }
}
@media screen and (max-width: 992px){
    .foo3 .wrap .top2 {  text-align: center;  }
    .top1 ul li {  padding: 5px 9px;  }
    .foo3 .wrap .top2 .t2_wrap ul li {  margin: 5px 10px;}
}
@media screen and (max-width: 540px){
    .Mainfooter .foo1 .social .fwrap ul li.master img{ -webkit-filter: grayscale(0); }
}
@media screen and (max-width: 460px){
    .Mainfooter .foo1 .wrap .col-xs-6{width: 100%;}
    .app-modal-window .modal-dialog {  width: 300px; padding-top: 150px;  }

}
@media screen and (max-width: 325px){
    .wrap .top1 ul li {  width: 100%;  }
    .Mainfooter .foo1 .social .fwrap ul li.master{ display: inline-block; padding: 0px; width: 35px;  margin: 3px;}
}