@font-face {
    font-family: 'Book Antiqua';
    src: 
    url('/clients/abbott/fonts/BookAntiquaRegular.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: 
    url('/clients/abbott/fonts/Lato-Regular.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.eot');
    src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('fonts/Helvetica.woff2') format('woff2'),
    url('fonts/Helvetica.woff') format('woff'),
    url('fonts/Helvetica.ttf') format('truetype'),
    url('fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pointer{cursor:pointer;}
.font-title{font-family: Book Antiqua; font-weight: normal; font-style: normal;}

.font-text{
font-family: 'Lato', sans-serif;
font-weight: normal;
font-style: normal;}
.flotleft{float:left;} 
.textcapital{text-transform: uppercase;}
.linehight{ line-height: 1.1;}

.sliderpatch{
	 background: linear-gradient(to right, #ffffffc4 50%, #ffffff00 );
    background: -webkit-linear-gradient(left,white,white 50%,rgba(255,255,255,0));
    position:absolute;width:50%;
    margin-top: 500px;
    padding:0;
    z-index:1235555;
	height: 115px;}

.sliderpatch1{
    background: rgba(128, 113, 49, 0.88);
    position: absolute;
    width: 100%;
    margin-top: 27px;
    padding: 0;
    z-index: 1235555;
    height:75px;
}

.header{
position: absolute;z-index: 111111111;opacity: 0.7; width:100%; height: 55px;
-webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
    transition: visibility 1s, opacity 1s linear;
} 

	
@charset "utf-8";
/* CSS Document */
/*----Font size----*/
.font_class{
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13.5px;}
.font14{
    font-size:14px;
}
.font15{
    font-size:15px;
}

.font16{
    font-size:16px;
}
.font18{
    font-size:18px;
}
.font20{
    font-size:20px;
}
.font22{
    font-size:22px;
}
.font24{
    font-size:24px;
}
.font26{
    font-size:26px;
}
.font28{
    font-size:28px;
}
.font30{
    font-size:30px;
}
.font32{
    font-size:32px;
}
.font36{
    font-size:36px;
}
.font38{
    font-size:38px;
}
.font50{
    font-size:50px;
}
.font52{
    font-size:52px;
}

.fontwghtbld{
    font-weight:bold;
}
.fontwghtnol{
    font-weight:normal;
}
.fontstlitalic{
    font-style: italic;
}
.fontuppercase{
    text-transform: uppercase;
}
/*----End Font size----*/
/*-----Text Color-----*/
.color1 {
    color: #000;
}
.color2{
    color: #fff;
}
.color3{
    color: #545454;
}
.color4{
    color: #d0c21b;
}
.color5{
    color: #bbbbbb;
}
.color6{ color: #343434;}
.color7{color: #e70000;}


/*-----End Text color-----*/
/*----Background Color----*/
.bgcolor1 {
  background-color: #000;
}
.bgcolor2{
  background-color: #fff;
}
.bgcolor3{
   background-color: #f3f3f3;
}
.bgcolor4{
   background-color: #e70000;
}

.bgcolor5{
  background-color: #2b2b2b;
}
.bgcolor6{
  background: rgb(249, 249, 249);
}
.bgcolor7{
  background: #f2f2f2;
}

/*-----End Background color-----*/
/*-----Padding Start-----*/
.paddleft{
padding-left: 0px;
}
.paddright{
padding-right:0px;
}
.padd0{
padding:0px;
}
.padd5{
    padding: 5px; 
}	
.padd10{
    padding: 10px;	
}
.padd40{
    padding: 40px 40px;
}
.paddtop3{
padding-top: 3%;
}
.paddbtm2{
padding-bottom: 2%;
}
.paddbtm3{
padding-bottom: 3%;
}
.paddleft13px{
    padding-left: 13px;
}

.paddleft35{
    padding-left: 35px;
}
.paddleft15{
    padding-left:70px;
}
.paddtop13{padding-top: 13px;}
/*-----Padding End-----*/
/*-----Margin Start-----*/
.mrgntp0{
margin-top: 0;
}
.mrgntp3{
margin-top: 3%;
}
.mrgntp2px{
margin-bottom: 2px;
}
#margin1{
margin-top: 2%;
}
#margin2{
margin-top: 6%;
}
.mrgntop10{
margin-top: -10px;
}
.mrgnbtm0{margin-bottom: 0px !important;}
.mrgntop40px{
margin-top: 40px !important;
}
.mrgntop30px{
margin-top: 20px !important;
}
.mrgnbt1{
margin-bottom: 1%;
}
.mrgnbt3{
margin-bottom: 3%;
}
.mrgnbt6{
margin-bottom: 6%;
}
.mrgnbt10{
margin-bottom: 10%;
}
.magnbtm5{
margin-bottom: 5px;
}
.magnbtm10{
margin-bottom: 10px !important;
}
.magnbtm20{
margin-bottom: 20px;
}
.marginbot40{
	margin-bottom:40px;
}
.mrgninner20{
margin:20px 0px;
}
.marginrght119px{
	margin-right: 40px;
}
.marginrght36px{
	margin-right: 36px;
}
.marginrght98px{
	 margin-right: 98px;
}
.marginlef20{
    margin-left: 20px;
}
.marginlef25{
    margin-left: 25px !important;
}

.margintop2{
    margin-top: 2px;
}
.margintop5{
    margin-top: 5px;
}
.margintop8{
    margin-top: 8px;
}
.margintop10{
    margin-top:10px;
}
.margintop15{
    margin-top:15px;
}
.margintop18{
    margin-top:18px;
}
.maginleft92{
    padding-left: 92px;
}
.marginbot4per{
    margin-bottom: 4%;
}
.marginbot15px{
     margin-bottom: 15px;
}
.margintop15px{
     margin-top: 14px;
}
.marginleft-8{
    margin-left: -8px;
}
.margin60{
    margin: 60px 0px;
}
.margt25pxbot2per{
    margin-top: 23px;
	margin-bottom: 2%;
}
/*-----Margin Start-----*/
/*-----Start Buttons----*/
.button-sm {
    border-radius: 0;
    color: #fff;
    background-color: #161616;
    text-decoration: none;
    padding: 10px;
}
.button-sm:hover,
.button-sm:focus,
.button-sm:active {
    color: #fff;
    background-color: rgba(22,22,22,0.4);
}
/*-----End Buttons-----*/
/* Hyper link style start here***********/
.Hyperlink-class-bl1{
	text-decoration:none;    
}
.Hyperlink-class-bl1:hover{
	text-decoration: none;
    color: #e70000;

}

.Hyperlink-class-bl3{
    text-decoration:none;
}
.Hyperlink-class-bl3:hover{
    text-decoration: none;
    color: #000;

}

.Hyperlink-class-bl2{
	text-decoration:none;
}
.Hyperlink-class-bl2:hover{
		text-decoration: none;
    color: #fff;

}
/* Hyper link style ends here***********/
a{
    text-decoration: none;
	transition: all 0.3s ease 0s;
}
.linehgt{
line-height: normal !important;
}
.linehgt15{
line-height: 1.5!important;
}
.contentheader{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
}
#contentbackground2{
    background: #b2e2fa;
    overflow: hidden;
}
.contacts {
    position: relative;
    display: inline-block;
}

.img {
width:100%;
}

.logo {
    float: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important;	
}
/*-----Navigation menu------*/
#cssmenus,
#cssmenus ul,
#cssmenus ul li,
#cssmenus ul li a,
#cssmenus #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenus:after,
#cssmenus > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenus #menu-button {
    display: none;
}
#cssmenus {
    width: auto;
    
text-align:right;
}
#cssmenus > ul {
    
}
#cssmenus.align-right > ul > li {
    float: right;
}
#cssmenus > ul > li {
    display:inline-block;
    float:none;
}
#cssmenus.align-center > ul {
    float: none;
    text-align: center;
}
#cssmenus.align-center > ul > li {
    float: none;
}
#cssmenus.align-center ul ul {
    text-align: left;
}

#cssmenus > ul > li > a {
    padding: 9px;
    text-decoration: none;
    font-size: 15px;

    font-family: 'Cabin', sans-serif; font-weight: normal; font-style: normal;
    /*letter-spacing: 1px;*/
}
#cssmenus > ul > li:hover > a,
#cssmenus > ul > li > a:hover{

    /*color: #fff;*/

}
#cssmenus > ul > li.active > a {
    color: #e70000;
}
#cssmenus > ul > li.has-sub > a {
    padding-right: 45px;
}
#cssmenus > ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 17px;
    top: 22px;
}
#cssmenus > ul > li.has-sub.active > a::after,
#cssmenus > ul > li.has-sub:hover > a {
    border-top-color: #ffffff;
}
#cssmenus ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    margin-top:-25px;
    text-align: left;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
    z-index: 1000000;
}
#cssmenus.align-right ul ul {
    text-align: right;
}
#cssmenus > ul > li > ul::after {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #ffffff;
    top: 1px;
    left: 20px;
}
#cssmenus.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}
#cssmenus ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    top: 11px;
    left: -4px;
}
#cssmenus.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #ffffff;
    left: auto;
    right: -4px;
}
#cssmenus > ul > li > ul {
    top: 120px;
  padding: 15px 10px 0 10px;
    background: #ffffff;
}
#cssmenus > ul > li:hover > ul {
      top: 55px;
    left: 0;
    opacity: 1;
}
#cssmenus.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenus ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}
#cssmenus.align-right ul ul ul {
    padding-right: 6px;
}
#cssmenus ul ul > li:hover > ul {
    left: 180px;
    top: 0;
    opacity: 1;
}
#cssmenus.align-right ul ul > li:hover > ul {
    left: auto;
    right: 100%;
    opacity: 1;
}
#cssmenus ul ul li a {
	   line-height: 1.2;
    border-top: 1px solid #ebebeb;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 400;
	font-size: 15px;
          padding: 5px 0;
    width: 180px;
    color: #777777;
    background: #ffffff;
   /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);*/
}
#cssmenus ul ul li:hover > a{
    color: #e70000;
    /*background: #000;*/
}
#cssmenus ul ul li.active > a {
    color: #e70000;
   /* background: #3d3d3d;*/
}
#cssmenus ul ul li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
		border-top: none!important;
}
#cssmenus ul ul li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cssmenus > ul > li > ul::after {
    position: absolute;
    display: block;
}
#cssmenus ul ul li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #777777;
    right: 17px;
    top: 14px;
}
#cssmenus.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    right: auto;
    left: 17px;
}
#cssmenus ul ul li.has-sub.active > a::after,
#cssmenus ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#cssmenus.align-right ul ul li.has-sub.active > a::after,
#cssmenus.align-right ul ul li.has-sub:hover > a::after {
    border-right-color: #333333;
    border-left-color: transparent;
}
/*----End navigation----*/
/*----Start Media Query----*/
@media (min-width: 240px) and (max-width: 286px){
.font50.font_class {
    font-size: 24px !important; } 
}

@media (min-width: 287px) and (max-width: 320px){
.arrotext1 {    
    margin-top: -11px !important;
    margin-left: 0px !important;
}
.arroimglink1 {
	width: 33% !important;
    left: 5% !important;
    margin-left: 37% !important;
    margin-top: 95% !important;   
}
.arroimg1 {
    margin-left: 36% !important;
    margin-top: 95% !important;    
}
.arroimg {
    margin-top: 158% !important;
}
.arroimglink {
    width: 30% !important;
    left: 5% !important;    
    margin-left: 3% !important;
    margin-top: 158% !important;    
}	
.arroimg2 {
    margin-top: 145% !important; 
}
.arroimglink2 {
    width: 32% !important;
    left: 0% !important;   
    margin-left: 51% !important;
    margin-top: 145% !important;   
}	
.arrotext2 {
    margin-left: 2px !important;
}

.arroimg3 {
    margin-top: 170% !important;
}	
.arroimglink3 {
    width: 29% !important;
    left: 6% !important;    
    margin-left: 59% !important;
    margin-top: 170% !important;
}
.arrotext3 {
    margin-left: 2px !important;
}
.font50.font_class { font-size: 36px !important; }

}

@media (min-width: 321px) and (max-width: 360px){
.arrotext1 {    
    margin-top: -11px !important;
    margin-left: 0px !important;
}
.arroimglink1 {
	width: 33% !important;
    left: 5% !important;
    margin-left: 37% !important;
    margin-top: 85% !important;   
}
.arroimg1 {
    margin-left: 36% !important;
    margin-top: 85% !important;    
}
.arroimg {
    margin-top: 142% !important;
}
.arroimglink {
    width: 30% !important;
    left: 5% !important;    
    margin-left: 3% !important;
    margin-top: 142% !important;    
}	
.arroimg2 {
    margin-top: 128% !important; 
}
.arroimglink2 {
    width: 32% !important;
    left: 0% !important;   
    margin-left: 50% !important;
    margin-top: 128% !important;   
}	
.arrotext2 {
    margin-left: 2px !important;
}

.arroimg3 {
    margin-top: 151% !important;
}	
.arroimglink3 {
    width: 29% !important;
    left: 6% !important;    
    margin-left: 58% !important;
    margin-top: 151% !important;
}
.arrotext3 {
    margin-left: 2px !important;
}

}

@media (min-width: 361px) and (max-width: 375px){
.arrotext1 {    
    margin-top: -11px !important;
    margin-left: 0px !important;
}
.arroimglink1 {
	width: 33% !important;
    left: 5% !important;
    margin-left: 36% !important;
    margin-top: 75% !important;   
}
.arroimg1 {
    margin-left: 36% !important;
    margin-top: 75% !important;    
}
.arroimg {
    margin-top: 128% !important;
}
.arroimglink {
    width: 30% !important;
    left: 5% !important;    
    margin-left: 2% !important;
    margin-top: 128% !important;    
}	
.arroimg2 {
    margin-top: 118% !important; 
}
.arroimglink2 {
    width: 32% !important;
    left: 0% !important;   
    margin-left: 50% !important;
    margin-top: 118% !important;   
}	
.arrotext2 {
    margin-left: 2px !important;
}

.arroimg3 {
    margin-top: 138% !important;
}	
.arroimglink3 {
    width: 29% !important;
    left: 6% !important;    
    margin-left: 57% !important;
    margin-top: 138% !important;
}
.arrotext3 {
    margin-left: 2px !important;
}

}
@media (min-width: 401px) and (max-width: 600px){
 
.arrotext1 {    
    margin-top: -11px !important;
    margin-left: 0px !important;
}
.arroimglink1 {
	    width: 25% !important;
    left: 5% !important;
    margin-left: 36% !important;
    margin-top: 68% !important;   
}
.arroimg1 {
    margin-left: 36% !important;
    margin-top: 68% !important;    
}
.arroimg {
    margin-top: 115% !important;
}
.arroimglink {
       width: 20% !important;
    left: 5% !important;
    margin-left: 2% !important;
    margin-top: 115% !important;   
}
.arrotext {
    margin-left: 0px !important;
}	
.arroimg2 {
    margin-top: 106% !important; 
}
.arroimglink2 {
       width: 24% !important;
    left: 0% !important;
    margin-left: 49% !important;
    margin-top: 106% !important;   
}	
.arrotext2 {
    margin-left: 2px !important;
}

.arroimg3 {
    margin-top: 126% !important;
}	
.arroimglink3 {
    width: 20% !important;
    left: 6% !important;
    margin-left: 57% !important;
    margin-top: 126% !important;
}
.arrotext3 {
    margin-left: 2px !important;
}
}
@media (min-width: 601px) and (max-width: 640px){ 
.arrotext1 {    
    margin-top: -11px !important;
    margin-left: 0px !important;
}
.arroimglink1 {
	    width: 25% !important;
    left: 5% !important;
    margin-left: 36% !important;
    margin-top: 68% !important;   
}
.arroimg1 {
    margin-left: 36% !important;
    margin-top: 68% !important;    
}
.arroimg {
    margin-top: 115% !important;
}
.arroimglink {
       width: 20% !important;
    left: 5% !important;
    margin-left: 2% !important;
    margin-top: 115% !important;   
}
.arrotext {
    margin-left: 0px !important;
}	
.arroimg2 {
    margin-top: 106% !important; 
}
.arroimglink2 {
       width: 24% !important;
    left: 0% !important;
    margin-left: 49% !important;
    margin-top: 106% !important;   
}	
.arrotext2 {
    margin-left: 2px !important;
}

.arroimg3 {
    margin-top: 126% !important;
}	
.arroimglink3 {
    width: 20% !important;
    left: 6% !important;
    margin-left: 57% !important;
    margin-top: 126% !important;
}
.arrotext3 {
    margin-left: 2px !important;
}
}
@media only screen and (max-width: 680px) {
    .font15{
        font-size: 14px;
    }
    #hidescroll{
        display: none;
    }
    .ui-accordion .ui-accordion-header{
        font-size: 12px!important;
    }
.ui-acccont1,.ui-acccont
{
    width: 96%!important;
}
.ui-accimg
{
    width: 4%!important;
}
    .ui-acccont {
        font-size: 12px!important;
    }
    .font_class,.mobicenter,.contacts{ text-align: center; }
.font50 .font_class {
   font-size: 14px!important;
   line-height: 1!important;  }
.font_class .linehgt{
font-size: 16px; }   
#content{ 
font-size: 18px!important;
   line-height: 1!important;
}   
.Hyperlink-class-bl1 { font-size: 16px; }
.mobheight{height: auto !important;}
.mobpaddrgt0{padding-right: 0px !important;}		 
.mobpaddletf0{padding-left: 0px !important;}	
.mobmrgnbtm14{margin-bottom: 14px;}	 
}
@media (min-width: 768px) and (max-width:991px){
.media-carousel .carousel-control.left , .media-carousel .carousel-control.right{
margin-top: 6px !important;  }

.mobfont20{ font-size: 20px;}
.mobfont11{ font-size: 11px;}
.mobhight0{height: 0px !important;}
.mobhight130{height: 130px !important;}
.mobhight82{height: 82px !important;}
.mobhight31{height: 31px !important;}
.mobhight74{height: 74px !important;}


#margin1 .font_class {
    font-size: 20px !important; }
a.Hyperlink-class-bl1 {
    font-size: 19px !important;  }
.font50 {
    font-size: 39px !important;  }	
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1023px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1023px), only screen and  (max-width: 1023px), only screen and (min-resolution: 192dpi) and (max-width: 1023px), only screen and (min-resolution: 2dppx) and (max-width: 1023px) {
	.heightauto{height: auto !important;}	
	.menu{
           min-height: 72px;
     }
    .rs-width-40per{
        width: 40%;
        float: left;
    }
    .rs-width-50per{
        width: 50%;
        float: left;
    }
    .rs-width-30per{
        width: 30%;
        float: left;
    }
    .textboxn {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .textboxn1 {
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .linetitle{
        width: 45px!important;
    }
    .img{
        height:auto!important;
    }
    #showslidediv p{
        margin:0!important;
             }
    #showslidediv .linehgt15{
       line-height:1.4!important;
             }
    #cssmenus > ul > li.has-sub > a{
	padding: 18px 25px 21px;
}
#cssmenus {
   background: #rgba(238, 238, 238, 0.8);
    /*position: absolute;*/
    z-index: 116635656;
}
#cssmenus > ul {
	display: none;
}
#cssmenus > ul.open {
    display: block;

    position: absolute;
    right: 0;
    top: 53px;
    background: #f1f1f1;
}
#cssmenus.align-right > ul {
	float: none;
}
#cssmenus.align-center > ul {
	text-align: center;
}
#cssmenus > ul > li{
	float: none;
	display: block;
    border-bottom: 1px dashed #d9caab;
}
#cssmenus > ul > li > a {
	text-align: right;
	border-right: 0;

    font-size: 14px;
    font-weight:normal;

}
#cssmenus > ul > li:last-child {
	border: none;
}
#cssmenus > ul > li:hover > a,
#cssmenus > ul > li.active > a {
	/*background: rgba(0, 0, 0, 0.1);*/
	background: #ebebeb;
}
.nacacolor{
    color:#000 !important;
}
#cssmenus #menu-button {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: right;
    width: 100%;
    float: right;
	/*background-color: rgba(238, 238, 238, 0.8);*/
    right: 0;
    /*position: absolute;*/
}
#cssmenus ul ul,
#cssmenus ul li:hover > ul,
#cssmenus > ul > li > ul,
#cssmenus ul ul ul,
#cssmenus ul ul li:hover > ul,
#cssmenus.align-right ul ul,
#cssmenus.align-right ul li:hover > ul,
#cssmenus.align-right > ul > li > ul,
#cssmenus.align-right ul ul ul,
#cssmenus.align-right ul ul li:hover > ul {
	left: 0;
	right: auto;
	top: auto;
	opacity: 1;
	width: 100%;
	padding: 0;
	position: relative;
	text-align: right;
}
#cssmenus ul ul li {
	width: 100%;
}
#cssmenus ul ul li a {
	width: 100%;
	box-shadow: none;
	text-align: center;
}
#cssmenus ul ul ul li a {
	padding-left: 45px;
}
#cssmenus ul ul li:first-child > a,
#cssmenus ul ul li:last-child > a {
	border-radius: 0;
}
#cssmenus #menu-button::after {
	display: block;
	content: '';
	position: absolute;
    height: 6px;
    width: 22px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 10px;
    top: 17px;
}
#cssmenus #menu-button::before {
	display: block;
	content: '';
	position: absolute;
	height: 3px;
	width: 22px;
	border-top: 2px solid #000;
	right: 10px;
	top: 25px;
}
#cssmenus > ul > li.has-sub > a::after,
#cssmenus ul ul li.has-sub > a::after {
	display: none; }
}
/*-----End Media Query-----*/

/*-- Register Popup --*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 111111111; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.78); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #000;
	border-radius: 6px;
    width: 26%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Modal Content */
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #000;
	border-radius: 6px;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
 
.close:hover,
.close:focus { 
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #d2434a;
    color: white;
}

.modal-body {/*padding: 2px 16px;*/}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.paddtp{ padding: 15px 0px !important;}

/*-- Register Popup --*/


/*-- menu --*/
.mobile-nav-button {
	position: fixed;
    margin:3em 0em 0;
    left: 0;
    top: -42px;
    z-index: 9999;
    cursor: pointer;
    width: 45px;
    height: 81px;
    background: rgba(10, 0, 0, 0.8);
}

.mobile-nav-button .mobile-nav-button__line {
	width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: 1s ease;
    margin: 1.9em auto;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: -1.3em auto; }

.mobile-nav-button .mobile-nav-button__line--1 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 13px;
	position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { 
	display: none;	
}

.mobile-nav-button .mobile-nav-button__line--3 {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	top: 13px;
	position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--1,.mobile-nav-button .mobile-nav-button__line--3 {
	left:20%;
}

.mobile-menu {
	display: block;
    width: 20%;
    left:-20%;
    height: 100%;
    background: rgba(244, 67, 54, 0.63);
    background: rgba(91, 108, 136, 0.84);
    position: fixed;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
    z-index: 9;
}

.mobile-menu ul {
	position: relative;
    top: 20%;
    padding: 0;
}

.mobile-menu ul li { 
	list-style: none;
    margin-bottom: 1em;
	display: block;
}
.mobile-menu ul li a {
	width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Abel', sans-serif;
}
.open > ul.dropdown-menu.agile_short_dropdown{
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}
.open > ul.dropdown-menu.agile_short_dropdown li{
	margin:0 !important;
}
ul.dropdown-menu.agile_short_dropdown > li > a:hover{
    background: none;
}
.mobile-menu ul li a:after {
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: -1;
	transition: 0.4s ease;
}

.mobile-menu ul li a:hover,.mobile-menu ul li.active a { 
	color: #000; 
}

.mobile-menu ul li a:hover:after,.mobile-menu ul li.active a:after { 
	right: 0; 
}
li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
	color: #fff;
}
.mobile-menu img {
	position: absolute;
	width: 150px;
	display: block;
	left: 50%;
	top: 3rem;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	padding: 0;
	text-align: center;
}

.mobile-menu--open {
	opacity: 1;
	left:0%;
}
.dropdown.active.open a  ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after{
	background:none !important;
}

.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.w3_agile_logo h1 a span{
	display: block;
    font-size: .3em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 50%;
    color: #95f347;
}
.agile_banner_info{
	width:70%;
	margin:15em 0 4em;
}
.agile_banner_info h3{
	font-size: 3em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 5px;
}
.agile_banner_info h3 span{
	padding: .3em;
    display: block;
    font-size: .3em;
    background: #fff;
    color: #212121;
    width: 20%;
    text-align: center;
    font-weight: bold;
}
.agileits_w3layouts_more{
	position:relative;
}
.agileits_w3layouts_more a{
	font-size: 14px;
    color: #95f347;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.agileits_w3layouts_more a:focus{
	outline:none;
}
.agileits_w3layouts_more a:hover{
	color:#fff;
}
.agileits_w3layouts_more a:before,.agileits_w3layouts_more a:after{
	content: '';
    background: #fff;
    width: 85%;
    height: 2px;
    position: absolute;
    left: 105%;
    top: 46%;
}
.agileits_w3layouts_more a:after{
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
	    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.agileits_w3layouts_more a:hover::before, .agileits_w3layouts_more a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.agileits_w3layouts_more a::after {
    background: #95f347;
}
.w3_agileits_social_media{
	float:right;
	margin: 5em 0 0;
}
.w3_agileits_social_media ul li{
	display: inline-block;
    font-weight: 600;
    margin: 0 1em;
}
.w3_agileits_social_media ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.agileinfo_share{
	position: relative;
    margin-right: 5em !important;
	color:#95f347;
}
.agileinfo_share:after{
	content: '';
    background:#95f347;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 45%;
    right: -105%;
}
.w3_agileits_social_media ul li a.wthree_facebook:hover{
	color:#3b5998;
}
.w3_agileits_social_media ul li a.wthree_twitter:hover{
	color:#1da1f2;
}
.w3_agileits_social_media ul li a.wthree_dribbble:hover{
	color:#ea4c89;
}
.w3_agileits_social_media ul li a.wthree_behance:hover{
	color:#1769ff;
}

/* menu */

/*-------------Home Page----------------*/
.copyright{
        position: absolute;
    z-index: 1111;
    background: #000;
    padding: 10px;
    color: #fff;
    margin-top: 625px;
    /* margin-left: 983px; */
    right: 0;
    font-size: 12px;
    border-radius: 8px 0 0 0;
}

.airplaneimg{
	position: absolute;
    margin-left: 54%;
    margin-top: 7%;
}
.airplanpatch{position:absolute;z-index:11111;margin-top:88px;text-align:right;margin-left:-400px;}

.airplain{-ms-transform:rotate(-3deg);-webkit-transform:rotate(-8deg);transform:rotate(-3deg);z-index:0;height:8px;width:129%;}

.home{
	position: fixed;
	z-index: 111;   
    letter-spacing: 1.5px;
    background: #fff;
    padding: 0px 31px 0 32px;
    margin-left: 45px;
    /*opacity: 0.8;*/
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 0px 0;	
}
.bghome {
    background: url(../images/Abbott-bg.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
	height: 662px;
   
}
/*-------------Home Page----------------*/



/*-------------Pagination----------------*/
.textorange_m.pgcl {
    color: #fff !important;
    background: #000 !important;
    font-size: 13px;
    cursor: pointer;
}
.pgcl {
    padding: 7px 12px;
    border: 1px solid #ccc;
    background: #fff !important;
    font-size: 13px;
    color: #000 !important;
    cursor: pointer;
}
.switch15:visited {
    COLOR: #1ec0fe;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    FONT-SIZE: 10pt;
}
.switch15:link {
    COLOR: #1ec0fe;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    FONT-SIZE: 10pt;
}
.switch15:visited {
    COLOR: #1ec0fe;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    FONT-SIZE: 10pt;
}
.switch15:link {
    COLOR: #1ec0fe;
    font-family: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    FONT-SIZE: 10pt;
}
/*-------------Pagination----------------*/

/*-------------Agents Page----------------*/
.bordr1px{border:1px solid #ddd;}
#team .img-circle {
    max-width: 90%;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.img-circle {
    border-radius: 50%;
}
.address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
	border-bottom: none !important;
}
.table {
    background-color: transparent;
}
.table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
.btn-primary {
    color: #fff;
    background-color: #e70000;
    border-color: #3071a9;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:hover { background-color: #3a2e2e; }

.btn-default {
    color: #fff;
background-color: #ea1414; 
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.brdrbtm{border-bottom: 1px solid #ddd;}
/*-------------Agent Page----------------*/


/*-------------Listing----------------*/
@media (min-width: 1200px){
.visible-lg {
    display: block !important;
}
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.property-summary.owner {
    border: 1px solid #ddd;
}
.property-summary {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    position: relative;
}

.property-name {
    font-size: 14px;
    height: 30px;
    padding: 4px 20px 2px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 4px 4px 0 0;
    width: 40%;
}
}
.property-summary .mask {
    position: relative;
    display: block;
}
.property-summary .mask .type, .property-summary .mask .click-view {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 4px 5px;
    background-color: rgba(0,0,0,0.6);
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.property-summary .content {
    padding: 0 8px;
}
.property-summary .meta .price {
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.property-summary h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
}
.property-summary .quick-summary {
    margin: 3px 0;
}
.property-summary .quick-summary .item {
    display: table-cell;
    width: 1%;
    text-align: center;
}
.property-summary .quick-summary .item .item-label, .property-summary .quick-summary .item .value {
    display: inline-block;
    color: #000;
    font-size: 12px;
}
.property-summary .quick-summary .item .item-label {
    font-weight: bold;
}
.property-summary .quick-summary .item .item-label, .property-summary .quick-summary .item .value {
    display: inline-block;
    color: #000;
    font-size: 12px;
}
.property-summary .remarks {
    padding: 5px;
    font-size: 14px;
    margin-bottom: 0;
}
@media (min-width: 768px){
	
.property-summary .remarks {
    min-height: 114px;
}
}
.pull-left {
    float: left !important;
}
.img {
    max-width: 100%;
}
.property-summary .view-now .btn {
    margin: 14px 0;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #449d44;
}
.pull-right {
    float: right !important;
}

/*-------------Listing----------------*/

/*-------------Services----------------*/
/*Featured Services*/
.feature:hover {
    /* background: #e8e8ea; */
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.feature {
    overflow: hidden;
    padding: 20px 60px;
    transition: all 0.3s ease;
}
.mrgntop7 {
    margin-top: 7%;
}

.paddbtm1 {
    padding-bottom: 1%;
}
.mrgnbt2 {
    margin-bottom: 2%;
}
.mrgnbt2 {
    margin-bottom: 2%;
}

.mrgntop10 {
    margin-top: 10%;
}
.linehight17{line-height: 1.7;}
/*Featured Services*/

.mrgnbt4 {
    margin-bottom: 4%;
}
.media:hover .media-object {
    background: white;
    color: #e70000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.media {
    margin: 50px 0;
    text-align: left;
    overflow: hidden;
}
.media a .media-object {
    background: #e70000;
    color: white;
    border: 4px solid #e70000;
    padding: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
.star-design {
    font-size: 4em;
}
.media a.pull-left {
    margin-right: 25px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
section#whoWeAre .media .media-body h4 {
    font-weight: bold;
}
.media .media-body h4 {
    color: black;
    text-transform: uppercase;
}
.media-heading {
    margin: 0 0 5px;
}
.media .media-body p {
    color: #545454;
}

.pull-right{float:right;}

.bgservices1{
background: url(http://www.impeccablesoftwares.com/clients/abbott/images/bg1.jpg) no-repeat;
    background-attachment: fixed;    
    background-position: center center;
    background-size: 100% auto;
    background-size: cover;
}

.paddtop3 {
    padding-top: 3%;
}
.fw_light {
    font-weight: 300;
}
.fw_light {
    font-weight: 300;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/*-------------Services----------------*/

/*-------------Contact us----------------*/
.brdrtop{border-top:1px solid #ddd;}
.getintouchbox{
    border: 1px solid #e4e4e4;
    /*-webkit-box-shadow: 2px 15px 70px 2px rgba(144, 130, 130, 0.28);
    -moz-box-shadow: 2px 15px 70px 2px rgba(144, 130, 130, 0.28);*/
    background: #fff;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-group{
    padding: 0;
}
.form-group-inputs {
    margin-bottom: 15px;
}
@media (min-width: 768px){
 
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
	outline: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.asterisk{color: red;}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}	
/*-------------Contact us----------------*/


/*-------------Login---------------*/
#symedit-login {   
    display: inline-block;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}



.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
/*-------------Login----------------*/


/*-------------Property Details----------------*/
.price {
    padding: 0 0 10px 10px;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-bordered {
    /*border: 1px solid #ddd;*/
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    /*border: 1px solid #ddd;*/
}
textarea.form-control {
    height: auto;
}
textarea {
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-style: normal;
    border-color: rgb(169, 169, 169);
}

/*-------------Property Details----------------*/

/*-------------About Us----------------*/
.round1{ width: 95px;
    height: 95px;
    border-radius: 100%;
	display: -webkit-inline-box;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;}
.paddround1{ padding: 24px 30px;}	
.paddround2{ padding: 25px 25px;}	
.paddround3{ padding: 24px 26px;}	
.paddround4{ padding: 24px 26px;}	
.styleround1{    
	display: inline-block;
    border: 1px solid #bfb5b5;
    padding: 10px 10px;
    border-radius: 100%;}
.roundcolor1{background-color: #00aeff;}	
.roundcolor2{background-color: #9f70fc;}	
.roundcolor3{background-color: #ffa800;}	
.roundcolor4{background-color: #fd3951;}

.margntop0{margin-top: 0px;}

.round1.roundcolor3:hover {
    background-color: #ffa800;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	cursor:pointer;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.round1.roundcolor4:hover {
    background-color: #fd3951;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	cursor:pointer;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.round1.roundcolor2:hover {
    background-color: #9f70fc;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	cursor:pointer;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

/*-------Div Second--------*/


.round2{ 
	width: 60px;
    height: 60px;
    border-radius: 100%;
	display: -webkit-inline-box;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	}

.styleroundsm1{    
	display: inline-block;
    border: 1px solid #bfb5b5;
    padding: 5px 5px;
    border-radius: 100%;
}


.round2.roundcolorsm1:hover {    
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	cursor:pointer;
	-webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.bgthmfyicon {
    background: rgb(56, 56, 56);
    border-radius: 50%;
    padding: 18px;
	line-height: 2.5 !important;
    letter-spacing: 0px !important;
}

/*-------About Us End--------*/

/*-------------Our Team----------------*/

.team_image {
    background-color: #000;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.team_content_wrapper:hover .team_image img {
    opacity: 0.4;
    background-color: #000;
    transition: all 0.5s ease 0s;
}
.team_description {
    background-color: #EFEFF1;
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 0 0 3px 3px;
}
.team_content_wrapper-31:hover .team_description, .team_content_wrapper-31 .team_social_icons a i:hover {
    background-color: #e70000!important;
}.team_content_wrapper:hover .team_description {
    background-color: #e70000;
    color: #fff;
    transition: all 0.5s ease 0s;
}
/*-------------Our Team Ends----------------*/

#loader1 {
    position:absolute;
    left:30%;
    top:20%;
    border-radius:20px;
    padding:25px;

}
.txtleft{text-align: left;}
/*----------------Offer------------------*/

.bgimgoffer1{
	height: 470px;
    background: url(../images/offer-inage.jpg) right top no-repeat;
    background-size: 100% 100%;
}
.bgaboutus {
    background: url(../images/bgimage.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    text-align: center;
    background-attachment: fixed;
	/*padding: 5em 0;*/
}
.layer{
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5em 0;
}

 
.mar0 {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
	text-transform: uppercase;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.text-left {
    text-align: left;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
     font-size: 14px;
    line-height: 1.42857143;
    color: #333;
background-color: #edeff1;
    margin: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

table, th, td {
  /*  border: 1px solid #a79571;
    padding: 5px;*/
}

.fontnormal{font-weight: normal;}




/*----------footer style-------------------*/
.footer {
    padding: 4em 0 4em;
    background: #232323;
}

.footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.6em;
    letter-spacing: 1px;
    margin-top: 0px;
}
.footerleft p {
    font-size: 14px;
    /*line-height: 26px;*/
    text-transform: capitalize;
    color: #bbbbbb;
    margin-top: 1em;
}

.footermiddle {
    padding: 0 0 0 50px;
}

.footerright p {
    color: #bbbbbb;
    font-size: 14px;
}
.footerright p  a{
    color: #bbbbbb;
    font-size: 14px;
}

.lttrspace0{letter-spacing: 0px !important;}
.socialmedia {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    position: relative;
    background: #2a3890;
    border-radius: 100px;
}
.socialmedia:hover {   
    border-radius: 100px;
    color: #ffffff;
}
.shover:hover {
    color: #000;
}
.bgfooterimg{    
	background-color: #fff;
}
.bodrfooterbtm { border-bottom: 1px solid #807131;}



.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 0px;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
	    margin-top: 194px;
		right: 30px !important;
}


.paddrgt6{padding-right: 6px;}
/*----------footer style Ends-------------------*/

/*---------------Animation effect---------------*/

	
/*bootstrap slider gallary*/	

.media-carousel 
{
    margin-bottom: 0;
    padding: 15px 40px 0px 40px;
    margin-top: 0px;
    background-color: rgba(206, 203, 93, 0.84);
    border-radius: 5px;
    opacity: 0.8;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
	left: -2px;
    background-image: none;
    height: 40px;
    width: 40px;
    margin-top: 20px;
    font-size: 50px;
    color: #000;
    opacity: 1;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -2px !important;
  background-image: none;
  height: 40px;
  width : 40px;
  margin-top: 20px;
    font-size: 50px;
    color: #000;
	opacity: 1;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}

.padd8{
    padding:8px!important;
    -webkit-padding:8px;

}
.pdd5{
    padding:5px;
}
.width100per{
    width: 100%;
}
.resizeno{
    resize: none;
}

.contenthide{
    display: none
}
.cke_inner {
    z-index: 111111111 !important;
	}
.ovrflwhidd{overflow: hidden;}	
.addmodelinnpadding #oldimg {
    height: auto;
    max-height: 300px !important;
    min-height: 0 !important;
    overflow: auto;
}
.addmedia li, #imgbox li {
    max-height: 64px;
    max-width: 100px;
    margin-bottom: 3px;
    border: 1px solid #c0c0c0;
    padding: 2px;
}
.addmedia li img, #imgbox li img {
    max-height: 60px;
    max-width: 95px;
    margin-bottom: 5px;
}
.listview {
    width: auto;
    float: left;
    list-style: none;
    margin-right: 5px;
}
.delimg {
    color: #fff;
    font-size: 12px;
    position: absolute;
    text-align: right;
    background: #FF636B;
    margin-left: -21px;
    font-size: 15px;
    padding: 1px 6px;
    margin-top: 0px;
}
.mrgnlftminus35{margin-left: -35px;}

/************* model popup *************/
	#assets_container{background-color:#e9e9e9;display:none;position:fixed;box-shadow:0px 0px 10px;border-radius:5px;top:50%;left:50%;width:90%;height:auto;z-index:1111111111;overflow:hidden;transform:translate(-50%, -50%);}
#overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;background-color:rgba(0,0,0,0.5);display:none;}
.popup_close{float:right;margin-top:-6px;}
#plus2,#plus1{float:left;margin:3px 5px;}
#minus2,#minus1{float:left;margin:3px 5px;display:none;}
.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.0;filter:alpha(opacity=0);z-index:120002;display:none;}
#assets_container .box{background-color:#FFFFFF;border-radius:15px;box-shadow:0 0 10px;position:fixed;top:50%;left:50%;transform:translate(-51%, -49%);-webkit-transform:translate(-51%, -49%)!important;height:auto;z-index:120002;opacity:0.8;-moz-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 0px 5px #444444;-webkit-box-shadow:0px 0px 5px #444444;overflow:hidden;display:none;}
#assets_container .boxbk{background-color:#FFFFFF;border-radius:15px;box-shadow:0 0 10px;position:fixed;top:50%;left:50%;transform:translate(-51%, -49%);height:auto;z-index:120002;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 0px 5px #444444;-webkit-box-shadow:0px 0px 5px #444444;overflow:hidden;display:none;}
#assets_container .box table{margin:0;}
#assets_container .close{float:right;margin-right:6px;cursor:pointer;}
	
/************ for model popup ************/
 
.insckediing .formheadingpropd {
    margin: 0;
}
.insertckedclose {
    top: 0;
    right: 0;
     margin-top: -5px; 
    line-height: 38px;
    background: transparent !important;
    float: right;
	cursor: pointer;
}
.paddbot10 {
    padding-bottom: 10px;
}
h3.formheadingpropd {
    line-height: 28px;
}
.formheadingpropd {
    padding: 0px 15px;
    background-color: #e70000;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
      margin: 0 1px;
}




.bordererror {
    border: 1px solid #ff0000!important;
}
.linetitle{
    position: absolute;
    width: 60px;
    height: 1px;
    background:#807131;
    margin-top: 11px;
    margin-left: 5px;
    display: none;
}
#showslidediv{
    padding-left:70px;
   margin-top:65px;
}
.width79per{
    width: 78%;
}


@media (min-width:790px) and (max-width:960px) {

}
@media (max-width:1025px) and (min-width:1023px) {
.mobfont13{font-size: 13px;}
.mobfont14{font-size: 14px;}	
.mobhight0{height: 0px !important;}
.mobhight174{height: 174px !important;}
.mobhight110{height: 110px !important;}
.mobhight65{height: 65px !important;}
.mobhight98{height: 98px !important;}
}
@media (max-width:1025px) and (min-width:680px) {
    /*.mobheight{display: none;}*/
	.show-ipad{display: block !important;}
	.hide-ipad{display: none !important;}
	
    .form-contact,.hb-submit{
        margin-left: 0!important;
        width: 100%!important;
    }
    #showslidediv{
        padding: 0;
        margin: 0;
    }
    .width79per{
        width: 57%;
    }
    .sliderpatch {
        width: 63%;
        margin-top: 480px;
        height: auto;
    }
    .sliderpatch1 {
        margin-top: 21px;
    }
    
}
@media (max-width:1023px) and (min-width: 680px) {
    .gallsimg{
        width: 25%;
        float: left;
    }

    .show-tab {
        display: block;
    }

    .show-desktop {
        display: none;
    }


}

@media only screen and (max-width:900px) {

    .ui-accimg1{
        width: 100%!important;
        height: 1px;
        margin: 2px;
        background-color: #a79571;
    }  
}

@media only screen and (max-width:  680px) {
    .mobfont14{font-size: 14px!important;}
}
@media only screen and (min-width:  680px) {

    .dispfilde{
        display:block;
    }
    .dispfilmob{
        display: none;
    }
}
@media only screen and (max-width:  780px) and (min-width:  680px){
 

}
@media only screen and (max-width:  780px) {
.media a .media-object {
    margin-left: 45px !important;
	}
.pull-left {
    float: none !important;
}
.pull-right {
    float: none !important;
}
.media {
    margin: 15px 0 !important;
    text-align: center !important;
}
.footermiddle {
    padding: 0px !important;
	border:none !important;
}
    .scrollToTop {

        height: 62px!important;

        top: 90%!important;
        width: 33px!important;
    }
      h2,h1{
          margin: 0;
      }
    .font30 {
        font-size: 22px;

    }
    #cssmenus > ul > li > a{
        font-size: 12px;
    }

    .resbtnread{
        margin: 5px 0;
    }
    .font26 {
        font-size: 18px;

    }
    .font18{
        font-size: 14px;
    }
    .font28 {
        font-size: 18px;
    }
    .font22{
        font-size: 18px;
    }
    .font16{
        font-size:14px;
    }
    .marginleft-8
    {
        margin: 0;
    }
    .enquirebtn1
    {
        background-color: #000;
    }
    p {
        margin: 0;
    }
    .dispfilde{
        display: none;
    }
    .dispfilmob{
        display: block;
    }
    .bodrfooterbtm{
        border: none;
    }
   
.gallsimg{
    width: 25%;
    float: left;
}
.img
{
    width: 100%;
}


.rs-padd0{
    padding: 0!important;
}
    .rs-mrg0{
    margin: 0!important;
}
    .rs-mrg10{
    margin: 10px!important;
}
    .rs-mrgb10{
        margin-bottom: 10px!important;
    }
    .rs-mrgt10{
        margin-top: 10px!important;
    }
    .rs-mrgt20{
        margin-top: 20px!important;
    }
    .linkbtn, .rs-padd2px{

        padding: 2px;
    }
    .rs-padd5px{

        padding: 5px;
    }
    .rs-paddlr5px{

        padding: 0 5px;
    }
    .mrgntop33{
        margin-top: 5px!important;
    }

    .wel-box{
        height: 120px;
    }
    .show-tab {
        display:none;
    }
    #showslidediv{
        padding: 2px!important;
        margin: 0;
        font-size: 12px;
    }
    .maltsliderright{
        height: auto!important;
    }
    
    .show-mobile{
        display: block;
    }
    .show-desktop{
        display: none;

    }
    .linetitle{
        display: none;
    }
    .text-res-center{
        text-align:center!important;
    }
    .text-res-justify{
        text-align: justify!important;
    }
    .text-res-left{
        text-align: left!important;
    }
    .exprbgcolor
    {
        background: #fff!important;
    }
    .form-contact,.hb-submit{
        margin-left: 0!important;
        width: 100%!important;
    }
    .paddleft35,.vc_column-inner{
     padding: 0!important;
    }
    .marginrght119px{
        margin: 0;
    }
    
    .wel-box:before {
    border:none;
    }
    .wel-outer-homtwo ul li{
        padding: 1px;
    }
    .maltsliderright{
        width: 100%!important;
       position: relative!important;
    } .maltsliderleft{
       display: none;
    }
}

@media only screen and (min-width:1024px) {
    .show-tab {
        display:none;
    }
    .show-mobile{
        display: none;
    }
    .show-desktop{
        display: block;
    }

}


.tblog{
    margin-top: -5px;
    margin-right: 3px;
}
.bordererror::-webkit-input-placeholder {
    color: #ff0000;
}
.bordererror::-webkit-input-placeholder,
.bordererror:-ms-input-placeholder,
.bordererror::-moz-placeholder {
    color: #ff0000!important;
 }
#navbart {
    overflow: hidden;    background-color:transparent;
}

.navbar4{
    position: absolute;z-index: 111111111;opacity: 1; width:100%; height: 50px;
}
.navbar3{
    position: absolute; z-index: 111111111;width: 100%; opacity: 0.9;margin-top: 50px; margin-left: 0px;
}
.navbar5{
    position: absolute; z-index: 111111111;width: 100%; opacity:1;margin-top: 50px; margin-left: 0px;
}
.nacacolor{
    color:#000;
}
.nacacolor1{
    color: #fff;
}
.nacacolor:hover,.nacacolor1:hover{
    color:#e70000;
}
.nacacolor2{
    color:#807131;
}
.nacacolor2:hover{
    color: #000;
}

.navbar2{
   z-index: 111111111; width:100%; 
}
.navbar1{
    z-index: 111111111;width: 100%;  margin-left: 0px;    border-bottom: 1px solid rgb(242, 242, 242);
}
#navbar {
    /*overflow: hidden;*/background-color:transparent;
}

.height58{height:58px;}
.nav-dropdown{position:absolute;z-index:1;box-shadow:0 3px 12px rgba(0, 0, 0, 0.15);}
.mrgntpmns12{ margin-top: -12px !important; }


.sticky {  position: fixed;   top: 0;    z-index: 111111111;  width: 100%; animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.sticky + .content {   padding-top: 60px;    }


.se-pre-con{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:989899999;}
/* loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111211111111;
}
/* Transparent Overlay */
#loader-wrapper:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
/* :not(:required) hides these rules from IE9 and below */
#loader-wrapper:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ea1414;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:#ffffff;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:#ea1414;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@media (max-width:1060px) and (min-width:1040px) {

    #showslidediv{
        padding-left: 10px;
        margin-top:15px;
    }
    .sliderpatch1{
        margin-top: 20px;
    }
    .form-contact,.hb-submit,.hb-submit img{
        margin-left: 0!important;
        width: 100%!important;
    }
    .sliderpatch{
        margin-top: 430px;
        width: 70%;
    }
    
}


@media (max-width:1090px) and (min-width:1070px) {

    #showslidediv{
        padding-left: 10px;
        margin-top:15px;
    }
    .sliderpatch1{
        margin-top: 20px;
    }
    .form-contact,.hb-submit,.hb-submit img{
        margin-left: 0!important;
        width: 100%!important;
    }
    .sliderpatch{
        margin-top: 430px;
        width: 70%;
    }
    
	
   

}

@media (max-width:1300px) and (min-width:1025px) {
    .width79per{
        width: 75%;
    }
}
@media (max-width:1210px) and (min-width:1190px) {

    #showslidediv{
        padding-left: 10px;
        margin-top:15px;
    }
    .sliderpatch1{
        margin-top: 23px;
    }
    .form-contact,.hb-submit,.hb-submit img{
        margin-left: 0!important;
        width: 100%!important;
    }
    .sliderpatch{
        margin-top: 520px;
        width: 70%;
    }
    .maltsliderright{
        width: 42.7%;
    }
    .maltsliderleft{
        width: 1%;
    }
   
    .width79per{
        width: 75%;
    }
}



@media (max-width:1025px) and (min-width:970px) {

    .wel-box:before{
        border: none;
    }
    .sliderpatch1{
        background: rgba(128, 113, 49, 0.88);
    }
    .innerpatc{
        margin-top: -100px!important;
    }

}

@media (max-width:1290px) and (min-width:1225px) {

    .sliderpatch {
        margin-top: 495px;
    }

    .sliderpatch1 {
        margin-top: 25px;
    }
}
@media (max-width:1450px) and (min-width:1400px) {

    .maltsliderright{
        width: 43.7%;
    }
    .maltsliderleft{
        width: 9.2%;
    }
    
    .sliderpatch {
        margin-top: 35%!important;

    }

}


@media (max-width:1610px) and (min-width:1590px) {
    .sliderpatch1 {
        margin-top: 31px;
    }

    .maltsliderright {
        width: 44.7%;
    }

    .maltsliderleft {
        width: 13.4%;
    }

    .film_roll_next {
        right: 13.2% !important;
    }

    .film_roll_prev {
        left: 44.7% !important;
    }

    .sliderpatch {
        margin-top: 39% !important;
        margin-left: 3% !important;

    }
}



@media (max-width:1690px) and (min-width:1670px) {
    .sliderpatch1{
        margin-top: 33px;
    }
    .maltsliderright{
        width: 44.7%;
    }
    .maltsliderleft{
        width: 15.3%;
    }    
    .sliderpatch {
        margin-top: 37%!important;
        margin-left: 5%!important;
    }

}

@media (max-width:1930px) and (min-width:1900px) {
    .sliderpatch1{
        margin-top: 38px;
    }
    .maltsliderright{
        width: 45.3%;
    }
    .maltsliderleft{
        width: 19.7%;
    }
    .sliderpatch {
        margin-top: 26%!important;
        margin-left: 11%!important;
    }

}

/* 320px */
@media (max-width:380px) and (min-width:310px) {
     .hb-submit img{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .tab button{
        padding: 7px!important;
        font-size: 9px!important;
    }
    .mobfont14 {
        font-size: 12px!important;
    }
    .ui-acccont1,.ui-acccont
    {
        width: 94%!important;
    }
    .ui-accimg
    {
        width: 6%!important;
    }
    .font15{
        font-size: 15px!important;
    }
}
/* ipad*/
/* 800px */
@media (max-width:810px) and (min-width:790px) {
    .font30{
        font-size: 26px;
    }
    .ipad-padd0{
        padding: 0!important;
        text-align: center!important;
    }
    .font28{
        font-size: 22px;
    }

#nemail{
    font-size: 11px;
    height: 31px;
}
    .wel-box{
        height: 120px;
    }
    .wel-box:before{
        border: none;
        border: 0;
        border-style: none;
        border-width: 0;
    }
 .hb-submit img{
        margin-left: 0 !important;
        width: 100% !important;
    }
}
/* 960px */
@media (max-width:970px) and (min-width:950px) {
    /* ipad*/
    .wel-box{
        height: 120px;
    }
    .wel-box:before{
        border: none;
    }
	 .hb-submit img{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .textboxn::-webkit-input-placeholder,
    .textboxn1::-webkit-input-placeholder {
        font-size: 10px;
    }

}
/* 786px to 770px*/
@media (max-width:786px) and (min-width:770px) {

    .ifrmeclass{
        width: 90%!important;
    }
    .ifrtext{
        font-size: 18px;
        text-align: left;
    }
    #showslidediv .font16{
        font-size: 15px!important;
    }

}


/* 740px to 730px*/
@media (max-width:740px) and (min-width:730px) {
.sliderclass{
    width: 100%!important;
    position: relative;
    min-height: 1px;
    overflow: hidden;
}
    #wowslider-container1{
        min-width: 100%;
    }

   #showslidediv .font16{
        font-size: 15px!important;
    }
    
}

.accordion:after {
    content: '\002B';
    color: #77182a;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.accplus{

    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 18px;
    margin-left: 5px;
}
.innerpatc{
    margin-top: -180px;position: absolute
}

.mrgnletf15 { margin-left: 15px; }
.mrgnrght15   { margin-right: 15px; }
.paddleft20{
    padding-left: 20px;
}
.paddleft25{
    padding-left: 25px;
}
.paddrght20{
    padding-right: 20px;
}
.height68{height: 109px;}
.height40{height: 40px;}
.height238{height: 238px;}
.height59{height: 98px;}
.height157{height: 116px;}
.height115{height: 109px;}
.height181{height: 181px;}
.height189{height: 203px;}
.height138{height: 165px;}
.height207{height: 207px;}
.mrgntop33{margin-top: 33px;}

.cont-boxicon{
    padding: 12px;
    border-radius: 100px;
    /* margin: 10px; */
    width: 40px;
    text-align: center;
}
.cont-boxicontext{
margin-top:20px;
}
.outlinehide{
    outline: none;
}
.txtborder{
   border: 1px solid #e5e5e5;
}
.wordbr{
    word-break: break-all;
}
.circleborder{
    border-radius: 50%;
    padding: 8px 9px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}





@media (max-width: 768px) {
    .form-horizontal .form-group
	{
		margin:10px;
	}
	.modal-content {
	width:80%!important;
	}
	.editptab { 
    z-index: 100000000;
    position: relative;
	}
}
@media (min-width: 992px) {
   
}


#accordion31 .ui-accordion .ui-accordion-content,
#accordion11 .ui-accordion .ui-accordion-content,
#accordion1 .ui-accordion .ui-accordion-content{
    /*height: 250px!important;*/
border-left:  1px solid #837048;
}


.flr{
    float: right;
}
.scrollToTop {
    background: rgba(0, 0, 0, 0) url("../images/up-arrow.png") no-repeat scroll 0 20px;
    background-size: 100% 50%;
    color: #444;
    display: none;
    height: 100px;
    padding: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 87%;
    width: 50px;
    z-index: 10205151502;

}
.tablebordernono tr td{
    border: none!important;
}
.cursonormal
{
    cursor: default;
}
#contentmap{
    margin-bottom:-6px;
}



.contact-us{
    background: url("../images/contact-us.jpg") no-repeat;
}

.the-lodge-image{
    background: url("../images/property1.jpg") no-repeat;background-position: center;
}
.banner-imagein{
    height: 270px;
    overflow: hidden;
}

.header_bg{
    background-color:rgba(238, 238, 238, 0.8);
    position: relative;
	padding: 0.3em 0;
}
.header_bg1{
    background-color:#ffffff; 
}
@media only screen and (max-width: 1100px) {
    .innerbannermobile {
        display: block;
    }
    .innerbannerdesk {
        display: none;
    }
}
@media only screen and (min-width: 1100px) {
    .innerbannermobile {
        display: none;
    }
    .innerbannerdesk {
        display: block;
    }
 
}

.bannertext{
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.breadcumbtext{
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 16px;
	margin-top: 4%;
}
.breadcumbtext a{color: #fff;}
.breadcumbtext a:hover{color: #e70000;}
.layer1 {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6.5em 0;
}
.bgservices{background-color: #edeff1;}

/*Footer navigation*/
.nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.navigation ul li {
    margin-bottom: 1rem;
    border-bottom: 1px dotted #666;
}
.navigation ul li a {
    text-decoration: none;
    color: #bbbbbb;
    font-weight: 300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.navigation ul li a:hover{color: #e70000;}
.navigation a {
    display: block;
    margin-bottom: .6rem;
}
}
.navigation ul li.no-mgb {
    margin-bottom: 0px;
}
.navigation .nav-right {
    margin-left: 2rem;
}
/*footer contact*/
.contactus .info {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    color: #fff;
}

.contactus .contactinfo .ti1 {
    font-size: 16px;
    color: #bbbbbb;
    line-height: inherit;
}




.contactus .info p {
    margin: 0px;
    margin-left: 0.5rem;
    font-weight: 400;
}
.contactus .contactinfo{
    margin-bottom: 1rem;
    border-bottom: 1px dotted #666;
	    list-style: none;
      width: fit-content;
}

.netsocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.netsocials a .ti-facebook {
    background: #3b5998;
    color: #fff;
    border: 1px dotted #3b5998;
}
.netsocials a .ti-twitter-alt {
    background: #1da1f2;
    color: #fff;
    border: 1px dotted #1da1f2;
}
.netsocials a .ti-google {
    background: #dd4b39;
    color: #fff;
    border: 1px dotted #dd4b39;
}
.netsocials a .ti-youtube {
    background: #cd201f;
    color: #fff;
    border: 1px dotted #cd201f;
}
.netsocials a .ti1 {
    font-size: 14px;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	    padding: 10px;
	    letter-spacing: 0;	
}
/*End footer*/

.art-1 {
    background: #fff;
    color: #0098ef;
    text-align: center;
    padding: 2rem;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.mrgn6{ margin: 6% 0;}
.paddspace{ padding: 3% 0 4% 0;}

/*Agents*/
.team-content {
    height: 80px;
    width: 95%;
    bottom: 0;
    position: absolute;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9;
    background: #fff;
	border: 1px solid #ccc;
}
.team-content .team-info {
    background: #fff !important;
}
.team-info {
    background: #0098ef;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.team-content h3 {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #444;
    font-size: 16px;
	margin-top: 0px;
}
.team-content p {
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
    font-size: .97rem;
    font-weight: 400;
    letter-spacing: 1px;
}
.team-content span a {
    color: #000;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.team-wrap:hover .team-content {
     height: 140px;
}
.team-wrap:hover .team-content span a {
    bottom: 2px;
}
/*Property Listings*/
.iw-property-extra.for-style-grid {
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.iw-property-extra {
    background: rgb(251, 251, 251);
    border-bottom: 1px solid #ebebeb;
}
.iw-property-meta {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.iw-property-extra .iw-property-meta>span {
    width: 33.33333333%;
    border-right: 1px solid #ebebeb;
    padding: 9px 5px 12px;
    float: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #5f5f5f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.iw-property-meta span>i {
    font-size: 20px;
    color: #ddd;
    margin-right: 5px;
}
.iw-property-meta>span:last-child {
    border-right: 0;
}
.padd0-7{padding: 0 7px;}
.padd15{ padding: 10px 15px;}
.propertyprice{
    font-size: 16px;
    font-weight: bold;
	color: #e70000;}
.propertytitle:hover{color: #e70000;}	

/*property image*/
.iwp-meta-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 15px 0;
    z-index: 9;
}
.iwp-meta-top .meta-item {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding: 0 10px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
    height: 26px;
    line-height: 26px;
}

.iw-property-author {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -74px;
    padding: 20px 20px 15px;
    z-index: 1;
}
.iwp-overlay-gradient {
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,.8) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,.8) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,.8) 100%);
    /* background-image: -webkit-gradient(linear,center top,center bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8))); */
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,.8) 100%);
}
.iw-property-author .author {
    float: left;
    width: 65%;
}
.iw-property-author .iw-property-avartar {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.iw-property-author .iw-property-avartar img {
    width: 35px;
    height: 35px;
}
.iw-property-author .iw-property-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.67;
    color: #fff;
    margin: 0;
    overflow: hidden;
}
.iw-property-author .iw-property-name a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    text-align: left;
    color: #fff;
    display: block;
    vertical-align: top;
    margin-bottom: 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

/*Animation effect*/
.caption-style-4{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}
	.caption-style-4 a{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.caption-style-4 a:hover .caption{
		opacity: 1;
	}
	.caption-style-4 a:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}
	.caption-style-4 img{
		margin: 0px;
		padding: 0px;
		/*float: left;*/
		z-index: 0;
	}
	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 265px;
		width: 100%;
		z-index: 5;
		position: absolute;
	}
	
/*new slide*/
.imgslide{height: 100%; width: 100%;}	
.imgbor{border:1px solid #bbbbbb;}
#slider{height:380px !important;}


/*Single Property */
.property-block {    
	padding: 32px 35px 34px;
    background: #fff;
    border-radius: 4px; }
	
	
	
/*Property details*/
.property-block-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}	
.property-block-content ul li {
    color: #333;
    font-size: 13px;
    line-height: 15px;
    list-style: none;
    float: left;
    width: 25%;
    padding-right: 15px;
    margin-bottom: 20px;
}
.property-block-content ul li .fa-check {
    color: #fff;
    border-width: 2px;
    border-style: solid;
}
.property-block-content ul li .fa-check, .iwp-btn-primary:hover {
    background-color: #e70000;
    border-color: #e70000;
}
.property-block-content ul li i {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 11px;
    text-align: center;
    font-size: 11px;
    margin-right: 12px;
}
.property-block-content ul li .fa-close{
    color: #ccc;
    background: #fff;
    border: 2px solid #e6eaee;
}

/*Accrodian panel*/
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff !important;
    border-color: #ddd;
}
.panel-default {
    border-color: #ddd;
    border: 1px dashed #ddd;
}
.panel-title {
    font-size: 13px !important;
	color: #000;
}
.panel-body {
     padding: 0px !important; 
}

.mrgntop4pt{margin-top: 4%;}

.table .heads {  color: #777;
    font-weight: 600; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ddd !important;
}	
.panel { border-radius: 0px !important; }
.panel-group {
    margin-bottom: 0px !important;
}
/*Accrodian End*/
.mrgn0{margin: 0px;}
.property-social-icon
{
	display: contents;
    vertical-align: top;
    width: 100%;
    height: 39px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.property-icon
{
position: absolute;
width: 100%;
left: 0;
margin-top: -35px;
padding: 7px 20px 7px;
z-index: 1;
}
.agentimg{height: 272px;}
.padd24px{ padding: 24px 24px; }
.property-summary h2{ font-size: 20px; margin: 0px 0px 13px;}

.agent-footer {
    padding: 15px 24px;
    border-top: 1px solid #ececec;
}
.agent-properties {
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
	color: #000;
}
.agent-properties:hover{color: #e70000;}
/*Recent Property Start*/
.recent-property {
    padding: 0;
}
.recent-property ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-property ul li {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.recent-property .display-table {
    display: block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
	padding-bottom: 10px;
}
.recent-property .display-table .display-table-cell:first-child {
    width: 100px;
    float: left;
    padding-bottom: 0px;
}
.display-table-cell {
    display: table-cell;
}
.property-thumb {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 85px;
    max-height: 85px;
}
.image-holder {
    height: 260px;
    position: relative;
    overflow: hidden;
}
.image-holder {
    width: 100%;
    background: #ccc;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.image-holder>img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.property-title {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin: 0 0 2px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.property-title a {
    font-size: inherit;
    color: inherit;
}
.property-title a:hover{color: #e70000;}
.property-address {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #777;
    text-transform: none;
}
.property-price {
    font-size: 18px;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #e70000;
    margin-top: 2px;
}
.recent-property ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.property-summary h1{
    margin-top: 0;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: bold;
}
.property-block-content ul li:nth-child(n+9)
{
    margin-bottom: 0px;
}
/*Recent Property End*/
.viewprofile:hover{color: #e70000;}
.viewlisting:hover{color: #e70000;}
.mrgntop13{ margin-top: 13px;}

.agent-media   { color: #fff;
    padding: 10px 5px;
	font-size: 15px;	}	

/*Login form*/	
.login-form  
{ padding: 15px 15px 0px;
  border: 1px solid #ddd; }	

/*Start ipad safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .breadcumbtext{position: inherit;}
    ::i-block-chrome, .contactus .info { display: -webkit-box; }
    ::i-block-chrome, .iwp-overlay-gradient{background-image: -webkit-linear-gradient(transparent 0,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, .8) 100%);}
    ::i-block-chrome, .property-social-icon{ height: 22px;}

}  

/*------------------------Create by Sagar(03-07-2018)----------------------*/
.margtop10{margin-top: 10px !important;}
.success_class{
    background:url("../images/sucess.png") no-repeat;
    padding: 6px;
    background-color: #effeb9;
    border:1px dotted #98c700;
    color: #000;
    text-align: left;
    font-family:arial;font-size:14px;
    font-weight: normal;
    text-indent: 31px;
    background-position: 4px;
}
.alert-box {
    text-align: left;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 6px 45px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 11px;
}
.error {
    background:#ffecec url('../images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}

.succss-box {
    text-align: left;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 6px 4px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 11px;
}

.margbot8{margin-bottom: -8px;}
.minheight{min-height: 383px;}
.minheight417 {
    min-height: 425px;
}
.padd0textcen{padding: 0px 25px !important;text-align: center;}
.diplyinliewidth{display: inline-block;width: 83%;}
.margleft14{margin-left: 14%;}
.btlbordcolr{border: 1px solid #ccc;}
.bordln td{border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;}
.margleft5{margin-left: 5px;}
.paddleft10{padding-left: 10px;}
.margtop10margrig{margin-top: 10px;margin-right: 5px;}

/*-------------------------Tab CSS------------------------*/
.editptab {
    list-style: none;
    margin-bottom: 28px;
    padding: 0px;
}
.editptab li {
    float: left;
	margin-right: 5px;
}
.editptab a.active, .editptab a:hover {
    color: #fff;
    background-color: #E70000 !important;

}
.editptabdes a.active, .editptabdes a:hover {
    color: #fff;
    background-color: #d2434a !important;
}
.editptab li a {
    /*padding: 10px 32.656px;*/
    /*padding: 10px 28.76px;*/
    padding: 10px 55.2px;
    border: 1px solid #ddd;
    background-color: #edeff1;
    color: #000;
    border-right: 0;
	border-bottom: none!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px !important;
}
.editptab li a.lastchld {
    border-right: 1px solid #ddd;
}
.font_arial_green_mm {
    color: #000;
    padding: 6px;
    background-color: #effeb9;
    width: 99.9%;
    display: inline-block;
    position: relative;
    background-image: url(../images/sucess.png);
    background-repeat: no-repeat;
    background-position: 4px;
    border: 1px dotted #98c700;
    text-indent: 31px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 5px 1px;
}
	
	
	/*********** for model popup ***********/
.opotit{font-size: 16px;background:#000; color:#fff; border-radius: 5px 5px 0 0 ;padding:10px 5px !important; line-height:1 }
.confbtn {background-color: #ea1414;border: 0;padding: 5px 10px;border-radius: 5px;color: #fff;font-size: 17px;}
 
.contactimg{max-height: 37px;max-width: 50px;vertical-align: top;float: right;}
.delcontimg {position: relative;top: -8px;right: -51px;height: 15px;}
.confbtn:hover{cursor:pointer;background-color: #000;}
span.floorprop a {padding:0}
.updateamenityimage{ max-height: 34px;  }
.line-height0{line-height:0}
.padding15{padding:15px}
.tempbtn{text-align:right; float:right; padding:0}
.addtempalte2 {background-color: black !important;top: 0;padding: 10px;margin-right: -1px;border: 0 !important;}
.lodingtemp {position: absolute;right: 9%;top: 7px;}
.minheight269{min-height: 269px;}
.bgcolor{background: #ffefef;}
.delproimg{position: relative;top: -8px;margin-left: -15px;height: 15px;}
.searchbarcol{background: #11171C;height: 70px;}
.padd17{padding: 17px;}
.searchbarwidth{width: 15%;margin-left: 15px;display: inline-block;}
.dispnon{display: none;}

.margntoprght{    
	margin-top: 10px;
    margin-right: 10px;
}


.width50per
{
	width:50%;
}
.tabanch{
width: 100%;
    display: block;
    text-align: center;
	padding:10px!important;
}	

.lblCheckbox input[type=checkbox] + label{
    display:inline-block;
    padding: 0 0 0 0px;
    background:url("/source/admin/images/deactive.png") no-repeat;
    height: 18px;
    width: 47px;
    cursor: pointer;
}
.lblCheckbox input[type=checkbox]:checked + label {
    background:url("/source/admin/images/active.png") no-repeat;
    height: 18px;
    width: 47px;
    cursor: pointer;
    display:inline-block;
}
.lblCheckbox{
	  vertical-align: text-top;
}
.cke_toolbar {
    float: left;
    display: contents;
}
a.cke_button{
	padding:2px;
}
.close {
    color: #fff;
    float: right;
    font-size: 20px; 
    margin-right: 8px;
}
	 .form-group {
    padding: 0!important;
}
@media only screen and (max-width:  1023px) {
	#cssmenus ul li a {
		margin-bottom: 0px!important;
	}
#cssmenus ul ul li a {
    text-decoration: none; 
    font-size: 12px!important;
    padding: 11px 12px; 
    color: #000!important;
    background: none!important;
	margin: 0!important;
    text-align: right;
    border-right: 0; 
    font-weight: normal;
}
#cssmenus ul ul{
    padding: 11px 0px;
}
		.nav-dropdown {
 
    box-shadow: none!important;
}
}
@media only screen and (min-width:1024px) {
   
.toppagemargin{
margin-top: 125px;
}
.toppagemargin1{
 margin-top: 162px;
}
.header_bg1{ 
    position: fixed;
}
.menuactive{
	background: #e70000;
}
 
.menuactive a,.menuactive a:hover{
	color: #fff;
} 
}
.tblbgcolor{
background: #fff;
}	
.headerlines{
 
    background: #000000;
    color: #fff;
    margin: 0; 
}	
.btnradius{
	    border-radius: 4px;
}
.pegidiv{
	    padding: 10px 0;
    background: #fff;
    text-align: right;
}
/*----------Drag And Drop---------------------------*/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

#nestable-output,

@media only screen and (min-width: 700px) {

    .dd { float: left; width: 100%; }
    .dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #ea1414 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #ea1414; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #737272;
    background: -webkit-linear-gradient(top, #0c0c0c 0%, #737272 100%);
    background:    -moz-linear-gradient(top, #0c0c0c 0%, #737272 100%);
    background:         linear-gradient(top, #0c0c0c 0%, #737272 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content:"≡"; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

 