@media only screen and (max-width: 700px)
{
    .navti
    {
        color:black;
    }
}
#more 
{display: none;}
	 @media only screen and (min-width: 701px){
		.navhead
	{
	display:none;
	}
  }
  /* phone mode */
  @media only screen and (max-width: 700px)
  {
	  .planning{
		  margin-top:20px;
	  }
	.navhead
	{
	display:none;
	}
	.foot
  {
	 float: right;
	 margin-top: -175px;
  }
  .foot1
  {
	margin-top: 10%;
  }
  .foot2
  {
	margin-top: 7%;
  }
  }    .f-sb-bw{
		 display: flex;
		 justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	 }
    .small {
    font-size: 11px;
    font-weight: 400;
}.footer-block-divider {
    margin: 0 10px;
    width: 1px;
    background-color: #000000;
    height: 78px;
}
.new_footer_area {
    background: #fbfbfd;
}
.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #fd60a2;
    border-color: #fd60a2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}
.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fd60a2;
    border-color: #fd60a2;
    color: #fff;
}
.btn_get_two:hover {
    background: transparent;
    color: #fd60a2;
}
.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}
.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/background/fo.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    left: 0;
}
  /* phone mode */

    @media only screen and (max-width: 700px)
    {
         .new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/background/pf.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    left: 0;
    align-items: center;
} 
        
    }
.new_footer_top .footer_bg .footer_bg_one {
    background: url("../images/background/footer_one.gif") no-repeat center center;
    width: 250px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst s linear infinite;
    animation: myfirst 22s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_two {
    /*background: url("../images/background/footer_one.gif") no-repeat center center;*/
    width: 250px;
    height:250px;
  background-size:100%;
    bottom: 0;
    left: 30%;
    position: absolute;
    -webkit-animation: myfirst 10s linear infinite;
    animation: myfirst 40s linear infinite;
}
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}
/* Loader */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loader {
    width: 100px; 
    height: 100px; 
}
.breadcrumbs > a {
    font-size: 15px;
}
@media only screen and (max-width: 767px){
    .breadcrumbs-info{
        flex-direction: column;
        align-items: start !important;
    }
    .breadcrumbs-info > h1{
        font-size: 22px !important;
        line-height: 26px;
    }
    .breadcrumbs-info > span{
        font-size: 18px !important;
    }
    /* Pagination center in mobile view */
    .custom-pagination > nav > div {
        justify-content: center !important;
    }
}
.listing-bx > p.btn {
    color: white;
    position: absolute;
    left:1px;
    top: 1%;
    z-index: 1;
    padding: 2px 5px;
}
.listing-media{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.listing-media > a > img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
}
.media-info{
    padding: 6px 15px 6px 15px !important;
    background: #000 !important;
    opacity: 0.8;
}
.media-info > h3{
    font-size:15px;font-weight:normal;color: #fff;text-transform:capitalize;margin-bottom: 0px;
}
.listing-info{
    display: flex;justify-content: space-between;align-items: center;
}
.listing-info > div.left-info{
    display: flex;justify-content: start;align-items: start;flex-direction:column;
}
.listing-info > div.left-info > a{
    font-size: 15px;
}
.listing-info > div.left-info > p{
    color: #de921c;
}
    section.popup-section .inner-container {
        max-width: 1220px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
    }
    section.popup-section .inner-container  .row {
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 100%;
        flex-wrap: wrap; */
        height: 100%;
    }
    .popup-inner {
        border-radius: 10px;
        background: #fff;
        z-index: 9;
        width: 100%;
        max-width: 80%;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        animation: slideUp 1s ease-out;
    }
    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .popup-inner--row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .popup-inner-column {
        flex: 0 0 auto;
        width: 50%;
        border-radius: 10px 0 0 10px;
    }
    .bg-cover{
        background-size: cover;
        /* background-position: center center; */
        background-position: 100% 0%;
        position: relative;
        background-repeat: no-repeat !important;
        overflow: hidden;
    }
    form.popup-form {
        padding: 5% 5%;
        margin-bottom: 0px;
    }
    .form-header p.form-subheading {
        margin: 0;
        color: #d51f0f;
        font-weight: 600;
        text-transform: uppercase;
        line-height: normal;
        font-style: normal;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .form-header h2.form-heading {
        text-transform: uppercase;
        color: #383632;
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: "Bebas Neue", sans-serif;
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .form-fields .form-field{
        width: 100%;
        color: #8d8987;
        max-width: 100%;
        resize: none;
        outline: 0;
        font-size: 16px;
        border: 1px solid #e4e4e4;
        padding: 20px 28px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .submit-btn{
        width: 100%;
        background-color: #c71761;
        border-color: #c71761;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        padding: 8px 32px 8px;
        border-radius: 4px;
        display: block;
        column-gap: 10px;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: center;
        cursor: pointer;
    }
    .submit-btn:hover{
        -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
    span.close-popup--btn {
        height: 40px;
        width: 40px;
        position: absolute;
        right: 20px;
        top: 20px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        cursor: pointer;
    }
    @media only screen and (max-width: 767px)
    {
        div.popup-inner--row > div.popup-inner-column:first-child 
        {
            display: none;
        }
        div.popup-inner--row > div.popup-inner-column
        {
            width: 100% !important;
        }
        .form-header p.form-subheading {
            font-size: 13px;
        }
        .form-header h2.form-heading {
            font-size: 20px;
            line-height: 25px;
        }
        span.close-popup--btn {
            right: 8px;
            top: 8px;
        }
    }