/* Global CSS Start*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
  }

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
@font-face {
    font-family: 'TikTok Sans 18pt';
    src: url('../fonts/TikTokSans18pt-Regular.eot');
    src: url('../fonts/TikTokSans18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TikTokSans18pt-Regular.woff2') format('woff2'),
        url('../fonts/TikTokSans18pt-Regular.woff') format('woff'),
        url('../fonts/TikTokSans18pt-Regular.ttf') format('truetype'),
        url('../fonts/TikTokSans18pt-Regular.svg#TikTokSans18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TikTok Sans 18pt';
    src: url('../fonts/TikTokSans18pt-SemiBold.eot');
    src: url('../fonts/TikTokSans18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TikTokSans18pt-SemiBold.woff2') format('woff2'),
        url('../fonts/TikTokSans18pt-SemiBold.woff') format('woff'),
        url('../fonts/TikTokSans18pt-SemiBold.ttf') format('truetype'),
        url('../fonts/TikTokSans18pt-SemiBold.svg#TikTokSans18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TikTok Sans 18pt';
    src: url('../fonts/TikTokSans18pt-Bold.eot');
    src: url('../fonts/TikTokSans18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TikTokSans18pt-Bold.woff2') format('woff2'),
        url('../fonts/TikTokSans18pt-Bold.woff') format('woff'),
        url('../fonts/TikTokSans18pt-Bold.ttf') format('truetype'),
        url('../fonts/TikTokSans18pt-Bold.svg#TikTokSans18pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

a {
    text-decoration: none;
  }
a:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
button, input, select, textarea {
    font-family: 'Raleway';
  }

body{
  margin: 0;
  font-family: 'TikTok Sans 18pt';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 28px;
  position: relative;
}
.container {
  width: 1380px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sec-padding {
  padding: 20px 0;
}
/* Header */
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3% !important;
    transition: all 0.8s ease-out 0s;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    width: 100%;
    margin: 0 auto;
    border-radius: 300px;
}
header.scrolled {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.login-icon svg{
  stroke:#fff ;
  min-height: 20px;
  vertical-align: middle;
}
header .right-sidebar-button svg {
    fill: #fff;
    stroke: none;
    min-height: 20px;
    display: block;
}
.main-menu{
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-wrap: wrap;
  gap: 20px;
}
.main-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.main-menu a:hover {
    color: #63AB45;
}
.nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.icon-list{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-icon a{
  display: block;
}
.header-logo a{
  display: block;
}
.header-logo a svg {
    margin-top:10px ;
}
header .icon-list .login-icon, .right-sidebar-button {
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
}
.post-ad {
    border-radius: 35px;
    background-color: #63AB45;
    font-weight: 600;
    font-size: 16px;
    color: #fff ;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 2px solid #4A8631;
}
/* Banner */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/escorts-service-banner-image.webp) no-repeat center center/100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    color: #63AB45;
}
.banner h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 60px;
    width: 70%;
    margin: auto;
}
.banner-content-bottom .hotline-area {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: rgba(21, 47, 0, 0.4);
    border-radius: 125px;
    border: 1px solid #63AB45;
    padding: 8px 20px;
    margin-top: 30px;
}
.banner-content-bottom .hotline-area .icon svg {
    fill: #fff;
    width: 28px;
    min-height: 20px;
    display: block;
}
.banner-content-bottom .hotline-area .content span {
    text-align: start;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #63AB45;
    margin-bottom: 5px;
    display: block;
}
.banner-content-bottom .hotline-area .content h6{
  display: block;
  line-height: 1;
}
.banner-content-bottom .hotline-area .content h6 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    transition: 0.5s;
}
.banner-content-bottom .hotline-area .content{
  position: relative;
}
.banner-content-bottom .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgb(99 171 69 / 20%);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.dropdown-toggle {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    color: #fff;
}
.dropdown-toggle img {
    width: 20px;
    margin-right: 10px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #63AB45;
    border: 1px solid #63AB45;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dropdown.open .dropdown-menu {
    display: block;
}
.search-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'TikTok Sans 18pt';
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
}
.dropdown-option {
    padding: 10px 15px;
    cursor: pointer;
    text-align: left;
}
.dropdown-option:hover {
    background-color: #fff;
    color: #63AB45;
}
.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}
.dropdown-menu-inner{
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.dropdown-menu-inner::-webkit-scrollbar {
    width: 8px;
    background: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-inner::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 10px;
}

.banner-form form select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
}
.banner-form form button {
    padding: 10px 50px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #63AB45;
    color: #fff;
    border-radius: 0px 200px 200px 0px;
    font-family: 'TikTok Sans 18pt';
}
.banner-form{
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
    border-radius: 200px;
    /*padding-right: 150px;*/
    width: 50%;
    margin: 30px auto;
}
.icon svg {
    fill:#fff;
    min-height: 20px;
    display: block;
}
.breadscrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 0 0 20px 0; 
    background: #63AB45;
    padding: 15px 0;
    color: #fff;
  }
  .breadscrumbs ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
  }
  .breadscrumbs a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }
.breadscrumbs ul li{
    position: relative;
}
.breadscrumbs ul li::after {
  content: '/';
  position: absolute;
  right: -10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  top: 2px;
}
.breadscrumbs a:hover {
  text-decoration: underline;
}
.section-title {
    color: #63AB45;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 15px;
}
.text-p p{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.51px;
    color: #787878;
}
.primary-btn1 {
    border-radius: 5px;
    background-color:#63AB45;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    margin-top: 30px;
}
footer {
    background-color: #212121;
    padding: 0px 0 0 0;
    color: #fff;
}
.footer-heading-area h5 {
    border-bottom: 1px solid #63AB45;
    display: inline-flex;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 20px;
}
.footer_inquery_area {
    border-left: 2px solid #63AB45;
    margin-top: 25px;
    padding-left: 9px;
    padding-top: 5px;
}
.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
}
.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 8px;
    font-size: 24px;
}
.footer_inquery_area h3 a{
    color: #63AB45;
}
.footr-row{
    display: grid;
    grid-template-columns: 25%  15% 15% 15% 15% 15%;
    gap: 20px;
}
.footer_link_area {
    padding-top: 20px;
}
.footer_link_area ul li {
    padding-bottom: 15px;
}
.footer_link_area ul{
    list-style: none;
    padding: 0 ;
}
.footer_link_area ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
.footr-row .col {
    margin-left: 15%;
}
.cp-ryt {
    background-color: #000;
    padding: 15px 0;
}
.copyright_left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer_link ul li {
    display: inline-block;
    margin-left: 15px;
}
.footer_link{
    text-align: right;
}
.footer_link ul li a{
    color: #fff;
}
/* Sidebar */
.right-sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 540px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #eee;
    transform: translateX(120%);
    transform-origin: right;
    transition: transform 0.5s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
}
.right-sidebar-menu .sidebar-logo-area {
    text-align: left;
    padding: 30px;
    display: block;
    border-bottom: 1px solid rgba(16, 12, 8, 0.2);
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-sidebar-menu .sidebar-content-wrap h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.right-sidebar-menu .sidebar-content-wrap .category-wrapper {
    margin-bottom: 70px;
}
.right-sidebar-menu .sidebar-content-wrap {
    padding: 0 30px;
    margin-bottom: 100px;
}
.category-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.category-wrapper-grid a {
    padding: 20px 15px;
    border-radius: 5px;
    background-color: #E8F4E3;
    display: block;
    text-align: center;
    min-width: 145px;
    width: 100%;
    transition: 0.5s;
    color: #000;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-wrapper-grid a h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    transition: 0.5s;
}
.category-wrapper-grid a:hover {
    background-color: #63AB45;
    color: #fff;
}
.location-wrapper-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.city-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}
.city-card:hover {
    transform: translateY(-5px);
}
.city-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.city-card h5 {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}
.cities .section-title {
    color: #fff;
    margin-bottom: 20px;
}
.city-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
.city-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.city-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.cities .city-card:hover .city-info {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
}
.view-all{
    text-align: center;
}
.right-sidebar-menu .sidebar-bottom {
    padding: 30px;
    border-top: 1px solid rgba(16, 12, 8, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.right-sidebar-menu .sidebar-bottom .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-sidebar-menu .sidebar-bottom .hotline-area .icon svg {
    fill: #63AB45;
}
.right-sidebar-menu .sidebar-bottom .hotline-area .content {
    position: relative;
    line-height: 1;
}
.right-sidebar-menu .sidebar-bottom .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1;
}
.right-sidebar-menu .sidebar-bottom .hotline-area .content h6 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #63AB45;
    transition: 0.5s;
}
.right-sidebar-menu .sidebar-bottom .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, 0.2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.right-sidebar-menu .sidebar-bottom .hotline-area .content span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}
.show-right-menu{
    transform: translateX(0);
}
.mobile-menu-btn, .mob-logo{
    display: none;
}
.inner-header{
    position: sticky;
    top: 0;
    width: 100%;
    background: #000;
    border-radius: 0;
    z-index: 99999;
}
.inner-banner{
    height: 60vh;
    background-position: top;
    background-attachment: fixed;
}
.inner-search-area{
    background: #63AB45;
}
.inner-search-area{
    padding: 30px 0;
}
.inner-search-area .banner-form{
    margin: 0 auto;
    width: 50%;
}
.inner-search-area .banner-content-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-search-area .banner-content-bottom .hotline-area{
    margin: 0;
}
/*.inner-search-area .banner-form form {
    display: flex;
    align-items: center;
}*/
.inner-search-area .banner-form form .form-group {
    flex: 1;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.inner-search-area .banner-form form button{
    background: #fff;
    color: #63AB45;
}
.inner-breadscrumbs{
    margin: 0;
}
.inner-datial-grid {
    display: grid;
    grid-template-columns:calc(70% - 20px) calc(30% - 0px);
    gap: 20px;
}
.inner-details{ 
    padding-left: 50px;
    background: #fff;
}
.list-search {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #63AB45;
    /*border: 1px solid #63AB45;*/
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        color: #fff;
        text-align: center;
}
.city-serch{
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 200px;
    padding: 10px;
    font-size: 17px;
    text-indent: 20px;
    background: transparent;
    color: #fff;
    min-width: 320px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.list-search ul li {
    list-style-type: none;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
    cursor: pointer;
}
/*Pop UP*/
.pop-18-box{
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      justify-content: center;
      align-items: center;
      background: #000000d6;
      box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
}
.pop-18-center{
    padding: 24px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    background: #355B25;
    border: 3px solid #ffffff !important;
}
.pop-18-center h2 {
    margin: 0 0 8px;
    color: #fff !important;
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 22px;
}
.pop-18-box p{margin:0 0 16px;  color: #fff;}
.yes-btn{
    padding: 10px 16px;
    margin: 0 6px;
    border: none;
    border-radius: 8px;
    background: #AC0229;
    color: #fff;
    cursor: pointer;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
}
.no-btn{
        padding: 10px 16px;
    margin: 0 6px;
    border: none;
    border-radius: 8px;
    background: #fece00;
    color: #000000;
    cursor: pointer;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
}
.bg-dark {
    background: #ffffff;
    padding: 20px;
    border: solid 2px #ddd;
    text-align: center;
}
.bg-dark p.small-heading {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #63AB45;
    font-weight: bold;
}

@media(max-width:1199px){
    .container {
        width: 970px;
    }
    .banner{
        background-size: cover !important;
    }
    .header-logo a svg {
        margin-top: 10px;
        width: 200px;
    }
    .main-menu {
        gap: 10px;
    }
    .main-menu a {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .container {
        width:100%;
    }
    .main-menu{
        position: fixed;
        z-index: 999;
        background: #000;
        left: 0;
        top: -30px;
        height: 100vh;
        width: 50%;
        bottom: 0;
        display: block;
        transform: translateX(-120%);
        transform-origin: left;
        transition: transform 0.5s ease-in;
    }
    .inner-menu-top{
        top: 0;
    }
    .main-menu.active{
        transform: translateX(0);
    }
    .main-menu a{
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        text-align: center;
        text-align: left;
    }
    .login-icon, .post-ad-button{
        display: none !important;
    }
    .mobile-menu-btn{
        display: block;
        border: none;
    }
    .banner-form{
        width: 100%;
    }
    .mob-logo a{
        border: none;
        padding: 0;
    }
    .mob-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid rgb(43 42 42 / 95%);
    }
    .banner h1{
        width: 100%;
    }
    .footr-row{
        display: block;
    }
    .footr-row .col {
        margin-left:0;
    }
    .help{
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .banner h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .sec-padding{
        padding: 20px 0;
    }
    .section-title{
        font-size: 32px;
    }
    .main-menu, .right-sidebar-menu{
        width: 100%;
    }
    .category-wrapper-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    header{
        top: 15px;
    }
    .main-menu{
        top: -15px;
    }
    .right-sidebar-menu .sidebar-bottom {
        display: block;
    }
    .right-sidebar-menu .sidebar-bottom .hotline-area {
        margin-top: 20px;
    }
    .right-sidebar-menu .sidebar-content-wrap{
        margin-bottom: 20px;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}