
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');
/* Body */
body {
    background-color: #eceff1;
    font-size: 13px;
    line-height: 25px;
    color: #34495e;
    font-family: "Arial", Helvetica, Arial, Verdana, sans-serif!important;
    font: normal bold 14px / 18px "Lato", Helvetica, Arial, Verdana, sans-serif!important;
 
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
        font-family: "Arial", Helvetica, Arial, Verdana, sans-serif!important;
}
p {
    font-size: 14px;
    line-height: 22px;
    color:#666666;
    font-weight:500!important;
    font-family: "Arial", Helvetica, Arial, Verdana, sans-serif!important;
}
/*img {
    height: 100%;
    max-width: 134%;
}*/
ul, ol {
    list-style: outside none none;
}
ul {
    margin: 0;
    padding: 0;
}
img {
    transform-style: preserve-3d;
}
a {
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
    text-decoration:none !important;
}
a:hover {
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}
a, a:hover {
    text-decoration: none;
    color:#304ffe;
}
a:focus {
    outline: medium none;
    outline-offset: 0;
}
/* Extra */
.bg-primary {
    background-color: #4A77C3 !important;
}
.bg-dark {
    background-color: #263238;
}
.text-primary {
    color: #304ffe !important;
}
.text-secondary{
    color: #ff5722 !important;
}
.text-dark{
    color: #263238 !important;
}
label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
.form-control {
    font-size: 13px;
    border-radius: 2px;
    height: 38px;
}
textarea.form-control {
    height: auto;
}
.help-block li {
    color: red;
}
.pagination .page-item.active .page-link {
    background-color: #304ffe;
    border-color: #304ffe;
    color: #fff;
    z-index: 1;
}
.pagination .page-link:hover{
    background-color: #304ffe;
    border-color: #304ffe;
    color: #fff;
}
.pagination .page-link {
    border: medium none;
    border-radius: 42px;
    color: #304ffe;
    box-shadow: 0 5px 7px #c8d0f3;
    font-weight: 500;
    height: 38px;
    line-height: 20px;
    margin: 0 3px;
    text-align: center;
    width: 38px;
}
.box-shadow-none {
    border: 7px solid #fff !important;
    box-shadow: none !important;
}
.round-icon {
    
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 7px #efd2cb;
    display: inline-block;
    height: 90px;
    line-height: 88px;
    text-align: center;
    width: 90px;
}
.inner-header {
    background: rgb(246, 143, 142) url("../img/slider/3.jpg") repeat scroll center top / 100% auto;
    position: relative;
}
/*.overlay{
    background: #3562AE  none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}*/
.overla{
    background: #1e1e1e none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.inner-header::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.inner-header .container {
    position: relative;
    z-index: 9;
}
.login-with-social .btn {
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
    position: relative;
    font-weight: 400;
    box-shadow: 0 5px 7px #e0e5e8;
    text-transform: uppercase;
}
.btn-twitter {
    background: #55acee none repeat scroll 0 0 !important;
    color:#fff !important;
}
.btn-google {
    background: #dd4b39 none repeat scroll 0 0 !important;
    color:#fff !important;
}
.btn-facebook {
    background: #3b5999 none repeat scroll 0 0 !important;
    color:#fff !important;
}
.btn-instagram {
    background: #517fa6 none repeat scroll 0 0 !important;
    color:#fff !important;
}
.btn-whatsapp {
    background: #25d366 none repeat scroll 0 0 !important;
    color:#fff !important;
}
.btn-messenger {
    background: #0084ff none repeat scroll 0 0 !important;
    color:#fff !important;
}
.login-with-social .btn .mdi {
    font-size: 19px;
    left: 18px;
    position: absolute;
    top: 8px;
}
b, strong {
    font-weight: bold;
}
#map {
    height: 450px;
    width: 100%;
}
#content .card {
    box-shadow: none;
    margin: 0;
    padding: 26px 0px 26px 26px;
}
#content .card-body, #content .card-footer {
    padding: 16px 0;
}
#content .card-footer span {
    font-size: 12px;
}
#content .card-footer {
    padding-bottom:0px;
}
.map-slider-form {
    background: #ffffff none repeat scroll 0 0;
    left: auto !important;
    padding: 20px 0;
    position: relative !important;
    right: auto !important;
}
.slider-form.map-slider-form .select2 {
    border: 1px solid rgba(204, 204, 204, 0.3);
    width: 100%;
}
.slider-h-auto .carousel-item {
    height: auto !important;
}
.padding-card .card-body {
    padding: 35px;
}
.margin-auto {
    margin: auto;
}
.no-radius {
    border-radius: 0 !important;
}
.select2-container--open .select2-dropdown--below {
    border: medium none;
    border-radius: 0;
}
.section-padding {
    padding: 70px 0;
}
.section-title h2 {
    font-size: 27px;
    font-weight: bold;
}
.text-success {
    color: #63F2F0 !important;
}
a.text-success:focus, a.text-success:hover {
    color: #4BE4E2 !important;
}
.btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
}
.btn-lg {
    color: #fff;
    padding: 14px 40px;
}
.btn-primary {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 5px;
    color: #4A77C3;
    border-color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #304ffe;
    border-color: #304ffe;
    color: rgba(255, 255, 255, 0.82);
}
.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #304ffe;
    color: #304ffe;
}
.btn-outline-primary:hover {
    background-color: #304ffe;
    border-color: #304ffe;
    color: #fff;
}
.btn-secondary {
    background: #4A77C3 none repeat scroll 0 0;
    box-shadow: 0 5px 7px #608cd6;
    color: rgba(255, 255, 255, 0.82);
    border-color: #4A77C3;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #3a65ad;
    border-color: #3a65ad;
    color: rgba(255, 255, 255, 0.82);
}
.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #ff5722;
    color: #ff5722;
}
.btn-outline-secondary:hover {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #fff;
}
.btn-success {
    background-color: #63F2F0;
    border-color: #63F2F0;
    color: #0C8B89;
}
.btn-success:hover, .btn-success:focus {
    background-color: #4BE4E2;
    border-color: #4BE4E2;
    color: #0C8B89;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #4BE4E2;
    border-color: #4BE4E2;
    color: #0C8B89;
}
.btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #63F2F0;
    color: #63F2F0;
}
.btn-outline-success:hover {
    background-color: #4BE4E2;
    border-color: #4BE4E2;
    color: #0C8B89;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #4BE4E2;
}
.text-success {
    color: #64ddba !important;
}
.demo-page .card.padding-card .card-body {
    padding: 0;
}
.demo-page .card.padding-card .card-body h5 {
    font-size: 15px;
    padding: 4px 10px;
}
/* Top Navbar */
.navbar-top .mdi-windows {
    color: #2d8af2;
    background: #fff none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
    width: 20px;
}
.navbar-top .mdi-apple {
    color: #000000;
    background: #fff none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
    width: 20px;
}
.navbar-top .mdi-android {
    color: #a5ca39;
    background: #fff none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
    width: 20px;
}
.navbar-top p {
    margin: 7px 0 0;
    color: #fff;
}
.navbar-top {
    background: #fff none repeat scroll 0 0;
    color: #fff;
}
.navbar-top span, .navbar-top p {
    text-transform: uppercase;
}
.email{
    border-right:1px solid #ebecf0!important;
}

.navbar-top li {
/*    border-left: 1px solid #ebecf0;
*/    margin: 0 !important;
    padding: 0px 10px 0px 14px;
}
.navbar-top li a {
    color: #fff;
    font-weight:500!important;
    font: normal  14px / 18px "Lato", Helvetica, Arial, Verdana, sans-serif!important;
}
.navbar-top .list-inline {

    margin: 0;
    padding: 0;
}
/* Navbar */
.bg-light {
    background-color: #fff !important;

}
nav.navbar {
    padding: 0;
    box-shadow:0 5px 3px rgba(218, 235, 255, 0.51);
}
nav.navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    padding: 19px 10px;
    font-size: 14px;   /* old style   padding: 18px 6px;
    font-size: 12px;*/
    text-transform: uppercase;
}
.vizag {
    padding: 0px 19px;
}
.middlebtn{

    border: 2px solid #4A77C3;
    border-radius: 10px;
    color: #4A77C3 !important;
    font-size: 26px;
    padding: 9px;
    margin-top: 50px;
    background: #fff;
}
.mydivider{
    width: 2px;
    height: 36px;
    background: gray;
    margin-top: -37px;
    position: absolute;
    margin-left: 50px;
}
@media only screen and (max-width: 768px) {
    .mydivider{
        display:none;
    }
}
.cityno{
    font-weight: lighter;
    /*  position: absolute;
      margin-top: -24px;
      margin-left: -39px;*/
    font-size: 17px;
    color:#fff;
    margin-left: 5px;
}
.citycol {
    color: #fff !important;
    font-size: 15px !important;
    display: block;
    font-family: 'Arial';
    font-weight: lighter;
}

.mycitylist{

}
.mycity-border{
    border-left: 1px solid #efefef;
}
.dropdown-menu {
    border: medium none;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
}
.main-nav-right .btn {
    padding: 7px 16px;
}
.main-nav-right .list-inline-item {
    margin: 0;
}
/* Slider */
.osahan-slider {
    position: relative;
}
.osahan-slider .carousel-item {
    height: 450px;
    min-height: 450px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slider-one{
    background-image: url('../img/banner1.jpg') !important;
}
.slider-two{
    background-image: url('../img/banner2.jpg') !important;
}
.slider-three{
    background-image: url('../img/banner3.jpg') !important;
}
.slider-four{
    background-image: url('../img/slider/4.jpg') !important;
}
/* Slider Form */
.slider-form {
    background-color: rgba(0,0,0,0.6)!important;
    left: 10%;
    position: absolute;
    margin: 0px auto;
    right: 15%;
    top: 36%!important;
    width: 52%;
}
.slider-form h2{
    color:#fff!important;
}
.slider-form  p{
    color:#fff;
    font-size:14px!important;
}
.banner-list h1 {
    font-size: 36px;
    color: #fff;
}
.banner-list h6 {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.slider-form .nav-tabs {
    border: medium none;
    margin: auto auto 12px;
    text-align: center;
}
.slider-form .nav-tabs a {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 5px 7px #e0e5e8;
    color: #263238;
    font-weight: 600;
    margin-right: 10px;
    color:#304ffe;
    padding: 6px 23px;
    position: relative;
    text-transform: uppercase;
}
.slider-form .nav-tabs a.active {
    background: #304ffe none repeat scroll 0 0;
    color: #fff;
}
.slider-form .nav-tabs a.active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #304ffe;
    bottom: -6px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 14px;
}
.slider-form .tab-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    overflow: hidden;

}
.slider-form .input-group-addon {
    line-height: 58px;
    position: absolute;
    text-align: center;
    width: 41px;
    z-index: 9;
}
.slider-form .input-group-addon .mdi {
    font-size: 18px;
}
.slider-form .select2-selection {
    border: medium none !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 15px 15px 15px 33px;
}
.slider-form .select2 {
    width: 100% !important;
    border-right: 1px solid rgba(204, 204, 204, 0.3);
}
.slider-form .form-control {
    border: medium none !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 19px 15px 19px 43px;
    border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
}
.slider-form .select2-selection__arrow {
    margin: 15px 12px 0;
}
.slider-form .btn {
    font-size: 13px;
    padding: 19px 8px;
}
.select2-dropdown {
    border: medium none;
    border-radius: 0;
}
.top-search a {
    border: 1px solid #000;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 0 8px;
}
.top-search a:hover {
    background:#000;
    color: #fff;
}
.top-search > strong {
    margin: 0 16px 0 0;
    text-transform: uppercase;
}
.top-search {
    margin: 23px 0 0;
}
.inner-page-form .input-group{
    padding: 1px;
}
/* Card */
.card {
    border: medium none;
    box-shadow: 0 5px 7px #e0e5e8;
    margin-bottom: 30px;
}
.card-img {
    position: relative;
}
.love-badge {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 30px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
    z-index: 9;
}
.images-badge {
    background: #fff none repeat scroll 0 0;
    bottom: 18px;
    color: #ff5722;
    font-size: 16px;
    left: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
    position: absolute;
    right: auto !important;
    z-index: 9;
}
.card-list .badge {
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    position: absolute;
    right: 20px;
    z-index: 9;
}
.card-list .card-body h2 {
    font-size: 20px;
    font-weight: bold;
}
.card-list .card-body .card-title {
    font-size: 14px !important;
    font-weight: 500;
}
.card-list .card-body .card-subtitle {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #a7a7a7 !important;
}
.card-list .card-body .card-subtitle i {
    background: #ff5722 none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 5px 7px #efd2cb;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    margin: 0 4px 0 0;
    text-align: center;
    width: 20px;
}
.card-list .card-body h2 small {
    font-size: 19px;
}
.card-list .card-footer span {
    color: #666666;
    font-size: 12px;
    margin: 0 16px 0 0;
}
.card-list .card-footer span i {
    color: #000;
    margin: 0 2px 0 0;
}
.card-footer {
    background: #fff none repeat scroll 0 0;
    border-color: #eeeeee;
}
.card-overlay {
    height: 380px;
    overflow: hidden;
    position: relative;
}
.card-overlay .card-img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.card-overlay .card-img-overlay {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    top: auto;
}
/* Agents Card */
.agents-card {
    padding-bottom: 15px;
}
.agents-card img {
    background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    height: 107px;
}
.about-agent .card-body {
    padding: 22px 0 0 !important;
}
.about-agent .card {
    box-shadow: none !important;
    margin: 0 !important;
}
.about-agent h5 {
    font-weight: 700 !important;
}
/* Sidebar Card */
.sidebar-card .card-body {
    padding: 35px;
}
.sidebar-card-list ul li:before{
    content: "\F135";
    font-family: "Material Design Icons";
    color: #64ddba !important;
    margin-right: 5px;
}
.sidebar-card-list li a {
    /*display: inline-block;*/
    width: 100%;
    color: #666;
    padding-left: 8px;
}
.sidebar-card-list ul li {
    line-height: 32px;
    font-weight:400;
}
.sidebar-card-list li a .sidebar-badge {
    float: right;
    font-weight: 500;
    margin: 0;
}
#featured-properties .card-body, #featured-properties .card-footer {
    padding: 17px 0;
}
#featured-properties .card {
    box-shadow: none;
}
#featured-properties img {
    border-radius: 3px;
}
#featured-properties .carousel-indicators .active {
    background-color: #818080;
}
#featured-properties .carousel-indicators li {
    background-color: rgba(166, 166, 166, 0.5);
}
#featured-properties .carousel-indicators {
    margin: 0;
}
/* Grid/list Filters */
.tags-action span {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 11px #daebff;
    display: inline-block;
    padding: 3px 10px;
}
.tags-action span i {
    margin: 0 0 0 3px;
}
.osahan_top_filter {
    margin-bottom: 18px;
}
.view-mode {
    margin: 0 0 0 9px;
}
.view-mode a {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 11px #daebff;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 3px 10px;
}
.view-mode a.active {
    color: #34495e;
}
.sort-by-btn .btn {
    min-width: 160px;
    padding: 4px 9px;
    text-align: left;
}
.sort-by-btn .dropdown-toggle::after {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 15px;
    vertical-align: top;
}
/* Properties List */
.card-list-view .card-body, .card-list-view .card-footer {
    padding: 20px 30px;
}
/* Blog */
.blog-card .card-footer img {
    margin: 0 11px 0 0;
    width: 33px;
}
.blog-card .badge {
    border-radius: 1px;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 4px 8px;
    text-transform: uppercase;
}
.blog-card .badge-primary {
    background-color: rgba(92, 93, 232, 0.1);
    color: #5c5de8;
}
.blog-card .badge-danger {
    background-color: rgba(250, 100, 35, 0.1);
    color: #fa6423;
}
.blog-card .badge-success {
    background-color: rgba(0, 216, 200, 0.09);
    color: #00d8c8;
}
.blog-card .badge-dark {
    background-color: rgba(52, 58, 64, 0.19);
    color: #343a40;
}
.blog-card .badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}
.blog-card .badge-white {
    background-color: rgba(255, 255, 255, 0.81);
    color: #5c5de8;
}
/* Property Single */
.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}
.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}
.star-rating i {
    font-size: 15px;
    letter-spacing: -6px;
}
.list-icon i {
    background: #304ffe none repeat scroll 0 0;
    border-radius: 51px;
    box-shadow: 0 5px 7px #c8d0f3;
    color: #fff;
    float: left;
    font-size: 31px;
    height: 52px;
    line-height: 50px;
    margin: 0 14px 0 0;
    text-align: center;
    width: 52px;
}
.list-icon {
    margin-bottom: 33px;
}
.list-icon strong {
    text-transform: uppercase;
    vertical-align: text-top;
}
.list-icon p {
    line-height: 11px;
}
.property-single-title {
    bottom: 0;
    left: 0;
    padding: 37px 0;
    position: absolute;
    right: 0;
}
/* Add Property */
.property-features-add .custom-control {
    margin: 7px 0;
}
.fuzone {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 2px dashed #eeeeee;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    min-height: 150px;
    position: relative;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.fuzone .fu-text {
    color: #98aab8;
    font-size: 12px;
    margin: 50px 0;
    position: relative;
    text-align: center;
}
.fuzone .fu-text i {
    display: inline-block;
    font-size: 54px;
    padding-bottom: 10px;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.fuzone input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
/* My Account */
.tab-view {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
.tab-view .nav-link {
    padding: 21px 30px;
    position: relative;
}
.tab-view .nav-link.active {
    border-bottom: 2px solid #304ffe;
    color: #304ffe !important;
    font-weight: 600;
}
/* Property Single Gallery */
.property-single-title-gallery {
    background: #fff none repeat scroll 0 0;
    padding: 50px 0;
    position: relative;
    box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
/* Footer */
.footer h6 {
    color: #fff;
    font-size:17px;
    font-weight: bold;
}
.footer ul li a {
    color: #fff;
    font-size: 15px;
}
.footer p{
    color: #fff;
    font-size: 15px; 
}

.newsletter-info {
    font-size: 11px;
    line-height: 15px;
    margin: 11px 0 0;
}
.footer li {
    line-height: 34px;
}
.footer-social .mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
 padding-top: 0px!important;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search{
    margin-bottom:25px!important;
}

.btn-instagram {
    background: #008aff none repeat scroll 0 0 !important;
    color: #fff !important;
}
.footer-social a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
    color: #BCBCBC;
}
.footer-social a:hover {
    background: #34495e none repeat scroll 0 0;
    color: #f5f5f5;
}
/* Mobile Media */
@media (min-width: 0px) and (max-width: 767px) {
    .slider-form .nav-tabs a {
        margin: 0 0 5px 15px;
    }	
    .slider-form h2 {
        margin: 0 0 20px;
    }
    .top-search, .navbar-top {
        display: none;
    }
    .container {
        max-width: 100%;
    }
    .section-padding {
        padding: 50px 0;
    }
    .slider-form {
    background-color: rgba(0,0,0,0.6)!important;
    left: 10%;
    position: absolute;
    margin: 0px auto;
    right: 15%;
    top: 36%!important;
    width: 52%;
}
    nav.navbar {
        padding: 10px 15px;
    }
    .navbar-toggler {
        padding: 2px 5px;
    }
    nav.navbar .navbar-nav .nav-link {
        border-bottom: 1px solid #ececec;
        padding: 10px 12px;
        text-align: center;
    }
    .main-nav-right {
        text-align: center;
    }
    nav.navbar .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 7px 20px;
        text-align: center;
    }
    .carousel-indicators {
        bottom: auto;
        left: auto;
        margin: 0;
        position: absolute;
        right: 12px;
        top: 16px;
    }
    .banner-list {
        padding:0px 15px !important;
    }
    .banner-list h6 {
        font-size: 13px;
        font-weight: 100;
        line-height: 21px;
        margin: 0 0 27px !important;
    }
    .banner-list .card {
        margin-top: 30px;
    }
    .inner-page-form, .slider-form {
        bottom: 1px !important;
        left: 1px;
        right: 1px;
        top: auto !important;
    }

/*    .carousel-control-prev, .carousel-control-next {
        display: none;
    }*/
    .property-single-title {
        text-align: center;
    }
    .property-single-title .text-right {
        text-align: center !important;
    }
    .property-single-title .footer-social {
        margin: 20px 0 0;
    }
    .btn {
        font-size: 13px;
        font-weight: bold;
        padding: 9px 27px;
    }
    .tab-view .nav-link {
        border-bottom: 2px solid #ececec;
        margin: 0 1px;
        padding: 15px 14px;
        position: relative;
    }
    h1 {
        font-size: 34px;
    }
    h2 br {
        display: none;
    }
    .padding-card .card-body, .sidebar-card .card-body {
        padding: 18px;
    }
    .card-list-view .card-body, .card-list-view .card-footer {
        padding: 18px;
    }
    .footer h4 {
        margin: 0 0 10px !important;
    }
    .footer h6 {
        margin: 30px 0 8px !important;
    }
    .osahan_top_filter{
        text-align:center;
    }
    .osahan_top_filter .float-right {
        float: none !important;
        margin: 3px 1px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }
    nav.navbar {
        padding: 10px 15px;
    }
    .navbar-toggler {
        padding: 2px 5px;
    }
    nav.navbar .navbar-nav .nav-link {
        border-bottom: 1px solid #ececec;
        padding: 10px 12px;
        text-align: center;
    }
    .main-nav-right {
        text-align: center;
    }
    nav.navbar .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 7px 20px;
        text-align: center;
    }
    .carousel-indicators {
        bottom: auto;
        left: auto;
        margin: 0;
        position: absolute;
        right: 12px;
        top: 16px;
    }
    .padding-card .card-body, .sidebar-card .card-body {
        padding: 18px;
    }
    .card-list-view .card-body, .card-list-view .card-footer {
        padding: 18px;
    }
    .section-padding {
        padding: 60px 0;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
/* End Mobile Media */
.wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #3E3E3E;
    -webkit-box-shadow: 0 0 8px 2px #6E6E6E;
    box-shadow: 0 0 8px 2px #6E6E6E;
}

.box {
    margin: 1em auto;
    padding: 2em;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

    background-color: #FFF;

    border-radius: 2px;
}
/* Animating the UL 
-_-_-_-_-_-_-_-_-_-_-_-_ 

@keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-moz-keyframes scroll {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-webkit-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-ms-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}

@-o-keyframes "scroll" {
 from {
   top: 100px;
 }
 to {
   top: -200px;
 }

}
*/
.scroll {
    position: absolute;

    /*-webkit-animation: scroll 15s linear infinite;
    -moz-animation: scroll 15s linear infinite;
    -ms-animation: scroll 15s linear infinite;
    -o-animation: scroll 15s linear infinite;
    animation: scroll 15s linear infinite; */
}

.scroll li{
    list-style: none;
}

.newsscroll a{
    font-size: 14px!important;
    font: normal bold 14px / 18px "Lato", Helvetica, Arial, Verdana, sans-serif!important;
}

.blink{
    font-size: 240px;
    color: rgb (0, 137, 226);

    animation: blink 1s infinite;
}

@keyframes blink{
    0%{opacity: 1;}
    75%{opacity: 1;}
    76%{ opacity: 0;}
    100%{opacity: 0;}
}

.modal-backdrop.show{
    opacity:0 !important;
}



.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /*background: url(../img/slider/1.jpg);*/
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
    left: 7%;
    top: 50%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right{
    right: 7%;
    top: 50%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:0px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.horizontal-tab-centered .nav-pills {
    display: inline-block;
}
.white {
    color: #fff;
}
.horizontal-tab-centered .nav-pills.white > li > a {
    background: #fff;
}
.horizontal-tab-centered .nav-pills > li.active > a, .horizontal-tab-centered .nav-pills > li.active > a:hover, .horizontal-tab-centered .nav-pills > li.active > a:focus {
    color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a {
    background: #eeeeee;
    color: #555555;
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.nav-pills li a:hover, .nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus {
    background: #ffc107;
    color: #212529;
}
.mt-25 {
    margin-top:25px;
}
.mb-10 {
    margin-bottom:10px;
}
.mt-10 {
    margin-top:10px;
}
.white {
    color:#fff!important;
}
.tab {
    overflow: hidden; 
    text-align:center;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit; 
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #4a77c3;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px; 
    border-top: none;
}
.mb-30 {
    margin-bottom:30px;
}
.cons-1 {
    padding: 10px 15px;
    background: #5d81be;
    color: #fff;
    font-size: 11px!important;
    margin-right: 5px;
}
.cons-2 {
    padding-right:10px;
}
.mb-20 {
    margin-bottom:20px;
}

.nav.nav-pills .cons-2 .cons-1.active {
    background: #ffc107;
    color: #212529;
}
.adjust {
    margin-left: 26% !important;
}

.phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #37c837;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 50px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #37c837;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.navbar-top li a {
    color: #fff;
    font-size: 14px;
}

.socialmedia  li a{
    font-size:14px;
    margin-left:10px!important;
}
nav.navbar .navbar-nav .nav-link{
    margin-left: 15px!important;
}

.btn-primary:hover{
     background-color: #0395DE!important;
     color:#fff!important;
}

.carousel-indicators{
    display:none!important;
}

.btn-primary {
    color: #fff;
    background-color: #615D5C!important;
    border-color: #007bff;
}

.float-icons {
    position: fixed;
    right: 12px;
    bottom: 73px;
    z-index: 100;
}
.float-icons ul {
    list-style-type: none!important;
}
.float-icons .whatsapp {
    width: 45px;
    height: 45px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 1px 1px 5px #999; */
    margin-bottom: 5px;
}
.float-icons .whatsapp a {
    color: #FFF;
    line-height: 27px;
    padding-top: 5px;
}
.my-float {
    margin-top: 10px;
    font-size: 25px;
}
.phone-call{
    display:none!important;
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    padding-top: 8px!important;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icons .email {
    width: 45px;
    height: 45px;
    line-height: 28px;
    background-color: #D44638;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 1px 1px 5px #999; */
    margin-bottom: 5px;
}
.float-icons .email a {
    color: #FFF;
}
.float-icons .phone a {
    color: #FFF;
}
.float-icons .phone {
    width: 45px;
     line-height: 28px;
    height: 45px;
    background-color: #3b5998;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 1px 1px 5px #999; */
    margin-bottom: 5px;
}
.modal-body{
    padding-top:0px!important;
    padding-bottom:20px!important;
}
.popupimage .pull-right {
    position: absolute;
    right: -14px;
    top: -12px;
    padding-bottom: 18px;
    z-index: 9999999999999999;
}

.propreties .slider-form .input-group-addon .mdi {
    font-size: 18px;
    top: -8px;
    position: relative;
}
.bannerbtn  a{
    color:#fff!important;
}

.bannerbtn .btn:hover{
    
  background:#fff!important;  
  color:#263238!important;
}

.bannerbtn .btn{
    color:#fff;
    box-shadow:none!important;
    background:#4A77C3!important;
}

.drop-menu-scroll {
  height: 500px;
  overflow-y: auto;
  z-index: 9999;
}



.drop-menu-scroll::-webkit-scrollbar-track {
    background-color: darkgrey;
}

.drop-menu-scroll::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.drop-menu-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.drop-menu-scroll::-webkit-scrollbar-thumb {
  background: #0995dd; 
}

/* Handle on hover */
.drop-menu-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@media (max-width:1267px){
    nav.navbar .navbar-nav .nav-link {
    margin-left:0px!important;
}
nav.navbar .navbar-nav .nav-link{
    font-size:13px!important;
    padding: 19px 6px!important;
}
}

.sidebar-card-list ul {
    margin: 0;
    padding-right: 27px;
    padding: 0;
}

@media (max-width:468px){
.cons-2 {
    padding-right: 0px;
    margin-bottom: 17px;
}
.sidebar-card-list p{ 
    display:block;
}
.sidebar-card-list ul{
    width:100%;
    padding-right:0px!important;
}
.cons-2 {
    padding-right:0px;
}
.float-icons{
    display:none!important;
}
.chats {
    position: fixed!important;
    width: 100%;
    bottom: 0!important;
    z-index: 9999999;
}
.chats .col-xs-6 {
    padding: 0px!important;
}

.inner-tollfree-wrp {
    font-family: poppins,sans-serif;
    text-align: center!important;
    display: block;
    /* position: fixed; */
    color: #fff;
    background: #e83a33;
    bottom: 0;
    padding: 10px 13px 7px;
    text-align: left;
    left: 0;
    z-index: 99999;
}
.inner-tollfree-wrp a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.inner-tollfree-wrp span {
    font-size: 13px;
}
.chats .col-xs-6 {
    padding: 0px!important;
}
.wats {
    background-color: green!important;
}
.col-xs-6 {
    width: 50%;
}
}

@media (max-width:923px){
    .campnews {
    float: left;
    width: 77%!important;
    background: #fff;
}
}

@media (max-width:468px){
    .ftrbtm .text-left,  .ftrbtm .text-right{
        text-align:center!important;
        
    }
    .footer{
        padding-bottom:20px!important;
    }
    
    
    .ftrbtm{
        padding-bottom:25px!important;
    }
}

@media (max-width:563px){
      .campnews {
    float: left;
    width: 65%!important;
    background: #fff;
}
}
@media (max-width:468px){
      .campnews {
    float: left;
    width:60%!important;
    background: #fff;
}
}
@media (max-width:1050px){
    nav.navbar {
    padding:0px!important;
}
.navbar-brand img{
    width:171px!important;
}
.navbar-brand{
    margin:0px!important;
}
/*.col-lg-2{
    padding-left:0px!important;
    padding-right:0px!important;
}*/
nav.navbar .navbar-nav .nav-link{
    border-bottom:none!important;
}
}

@media (max-width:991px){
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    position: relative;
    right:15px;
}
.visible-xs {
    display: block!important;
    position: absolute;
    color: #000;
}
.mm-menu_offcanvas.mm-menu_opened {
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.visible-xs {
        display: inline-block;
    position: absolute;

}
}

@media (max-width:768px){
    .slider-form{
        display:none!important;
    }
    .cons-2 {
    padding-right: 0px;
    margin-bottom: 17px;
}
    .adjust {
    margin-left: 26% !important;
    }
    
}
@media (max-width: 568px){
    .adjust {
    margin-left: 16% !important;
}
}

@media (max-width:468px){
.adjust {
    margin-left: 10% !important;
}
}
@media (max-width:576px){
    .col-sm-2{
        width:auto!important;
    }
}
.chats{
    display:none;
}

.navbar{
    padding:0px!important;
}

.navbar-brand{
    padding:0px!important;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif!important;
    color: #000!important;
    font-weight: 500!important;
    font: normal bold 14px / 18px "Lato", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase!important;
}

.topmarqu-bar {
    background-color: #fff!important;
    position: relative;
}
.newsscroll {
    background: #eae9e9;
    position: relative;
    line-height: 36px;
    float: left;
}
.newsscroll:before {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 999;
    border-bottom: 19px solid transparent;
    border-top: 19px solid transparent;
    border-left: 17px solid #eae9e9;
    top: -1;
}
.newsscroll a {
    color: #000;
    padding: 0 5px 0 17px;
    line-height: 36px;
    position: relative;
    z-index: 10;
    font-weight:500!important;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    font: normal bold 14px / 18px "Lato", Helvetica, Arial, Verdana, sans-serif!important;
}
.newsscroll:after {
    content: '';
    position: absolute;
    right: 100%;
    width: 1366px;
    height: 100%;
    z-index: 999;
    top: 0;
    background: #00AEEF;
}

.campnews {
    float: left;
    width: 86%;
    background: #fff;
}
.campnews .news-scroll:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 160px;
    height: 100%;
    width: 10%;
    background-image: linear-gradient(to left, transparent, #fff);
}


.campnews marquee {
    vertical-align: top;
    float: left;
}
.campnews .news-scroll:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 10%;
    background-image: linear-gradient(to right, transparent, #fff);
}

.campnews ul li {
    display: inline-block;
    margin-right: 10px;
}

.campnews ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-weight: normal;
}

.card-subtitle .mdi:before{
    padding-top:0px!important;
}

.mm-menu{
    background:#0494DD!important;
}

.navbar {
    padding: 0px!important;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.visible-lg, .visible-md, .visible-sm {
    display: none!important;
}
@media (max-width: 468px){
    .adjust {
    margin-left: 0% !important;
}
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Stay on top */
    top: 0;
    left: 0;
    background:#0494DD;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
  cursor:pointer;
  border-bottom: 1px solid #b5d5e5;
  text-transform: capitalize;
}
.sidenav ul li a i {
    position: absolute;
    right: 20px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 20px;
    border-bottom: none;
}
#mySidenav ul{
  margin: 0px;
  list-style: none;
  margin-left:0px;
  padding-left:10px;
  padding-right:10px;
}
#mySidenav ul li {
    list-style: none;
    color: #fff;
}
#mySidenav ul li{
  list-style: none;
}

@media  (max-width:991px){
    

}
.youtube{
    background-color: #F60000!important;
    padding: 0px 16px 8px!important;
    margin-top: 5px!important;
}

.btn-primary .youtube{
    background-color:#F60000!important;
}
.enqry{
    color: #fff!important;
    background-color: #615D5C!important;
    margin-top:5px!important;
    padding: 8px!important;
    border-color: #007bff!important;
}

.badge-primary {
    background-color: red !important;
    font-size: 15px;
}

/*.btn-secondary {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 5px 7px #608cd6;
    color: #fff;
    border-color: #4A77C3;
    border-radius: 5px;
}
*/


@media (max-width: 768px){
 .slider-form {
    display:block!important;
 }
 .address{
    padding-left:15px!important;
}
 .slider-form h1{
     font-size: 22px;
 }
 .inner-page-form .input-group {
    padding: 1px;
    border-bottom: 1px solid grey;
}
.inner-page-form, .slider-form{
    right:0px!important;
    left:0px!important;
    margin-bottom: 13px;
}
.slider-form .nav-tabs{
    margin-bottom:0px!important;
}
 }
 
.address{
    padding-left:50px;
}

.footer  a{
    font-weight: 400;
    font-size:14px!important;
}

section.section-map h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}