* {
            margin: 0;
            padding: 0;
        }
        body {
            margin: 0;
            padding: 0;
            font-family: sans-serif;
            background-attachment: fixed;
            background-color: chocolate;
        }
        .container-full {
            width: 100%;
        }
        .container {
            width: 90%;
            margin: 0px auto;
        }
        .container-in{width: 99%; margin: 0px auto}
        .container-in h2 a,
        .container-in h3 a,
        .container-in h4 a,
        .container-in p a,
        .container-in h1 a {
          color: #17C8F4;
        }
        .container-in h2 a,
        .container-in h3 a,
        .container-in h4 a,
        .container-in p a,
        .container-in h1 a {
          color: darksalmon;
        }
        .list-style li,
        .list-style {
            margin: 12px;
        }
        .content-list {padding-left: 19px;}
        .content-list li {margin: 4px;}
        .row-flex {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .flex-row {
            display: flex;
            flex-wrap: wrap;
        }
        .flex-center {
            display: flex;
            justify-content: center;
        }
        .flex-between {
            justify-content: space-between;
            overflow: auto;
            height: 180px;
        }
        a {color: #ddd; text-decoration: none;}
        a:hover {
            color: white;
        }
        p {
            padding-bottom: 10px;
            line-height: 21px;
        }
        h1 {
            font-family: sans-serif;
            font-size: 32px;
            padding-bottom: 10px;
            color:pink;
        }
        h2 {
          font-family: sans-serif;
    font-size: 32px;
    padding-bottom: 10px;
    color: pink;
        }
        h3 {
    font-family: sans-serif;
    font-size: 32px;
    padding-bottom: 10px;
    color: pink;
        }
        h4 {
            font-family: 'Lobster', cursive;
            font-size: 26px;
            padding-bottom: 10px;
        }
        h5 {
            font-family: 'Lobster', cursive;
            font-size: 24px;
            padding-bottom: 10px;
        }
        h6 {
            font-family: 'Lobster', cursive;
            font-size: 22px;
            padding-bottom: 10px;
        }
        /*header starts here*/
        header {
            background: #000;
            padding: 10px 0px;
        }
        .logo {
            width: 30%;
        }
        .navbar {
            width: 70%;
        }
        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .navbar ul li {
            list-style: none;
        }
        .navbar ul li a {
            color: #fff;
            display: block;
            padding: 12px 12px;
            text-decoration: none;
            font-size: 20px;
            font-family: 'Ewert', cursive;
        }
        .navbar ul li a.active,
        .navbar ul li a:hover {
            color: 
        }
        .page-title span {
            color: #fff;
            font-size: 35px;
            text-align: center;
            padding: 10px 0px 0px 0px;
            display: block;
            font-family: 'Oleo Script', cursive;
        }
        .page-title span a {
            vertical-align: middle;
            color: #17C8F4;
            font-weight: 800;
text-decoration: underline;
        }
        .page-title span a:hover {
            color: skyblue;
        }
        /*header ends here*/
        /*escorts services stsrts here*/
        .escort-girl-main {
            padding-top: 10px;
        }
        .service-girl {
            width: 24%;
            position: relative;
            margin-bottom: 20px;
            filter: brightness(131%);
            border: solid white;
        }
        .service-girl .hover-show {
            position: absolute;
            top: 0%;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: all 0.7s ease-in-out;
            background: rgba(0, 0, 0, 0.3);
        }
        .service-girl .hover-show:hover {
            /*            background: rgba(0, 0, 0, 0.9);*/
            background: rgba(0, 0, 0, 0.6);
        }
        .service-girl .hover-show span {
            display: block;
            font-size: 30px;
            font-weight: 400;
            font-family: 'Nosifer', cursive;
            padding-top: 45%;
            line-height: 40px;
            padding-bottom: 5px;
        }
        /*escorts services ends here*/
        /*contant main starts here*/
        .contant-mani {
            color: #fff;
        }
        .contant-mani p {
            text-align: justify;
        }
        .bg-lear {
            background: rgba(0, 0, 0, 0.8);
            padding: 20px 0px;
			border: 5px double #F8D298;
        }
        /*contant main ends here*/
        .locetion-escort ul::-webkit-scrollbar-track,
        .locetion-escort ul::-webkit-scrollbar,
        .locetion-escort ul::-webkit-scrollbar-thumb {
            display: none;
        }
        .locetion-escort ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 180px;
            overflow: auto;
        }
        .locetion-escort ul li {
            width: 24%;
            list-style: none;
            margin-bottom: 9px;
        }
        .locetion-escort ul li a {
            color: #fff;
            text-decoration: none;
            background: linear-gradient(to bottom, #efe8f152 0%, #0b0b0b52 100%);
            padding: 10px 20px;
            display: block;
        }
        footer {
            background: linear-gradient(to bottom, #3b3b3b 0%, #0b0b0b 100%);
            padding: 20px 0px;
        }
        footer h6 {
            color: #fff;
            text-align: center;
            padding-bottom: 10px;
        }
        footer ul {
            margin: 0;
            padding: 0;
        }
        footer ul li {
            list-style: none;
            width: 24%;
            padding: 4px 0px;
        }
        footer ul li a {
            color: #fff;
            text-decoration: none;
            background: linear-gradient(to bottom, #3b3b3b 0%, #0b0b0b 100%);
            padding: 8px 20px;
            display: block;
        }
        footer ul li a:hover {
            background: linear-gradient(to bottom, #3f3f3f 0%, #616161 50%, #3f3f3f 100%);
            color: #fff;
        }
.post-top {position: fixed;top: 40%;z-index: 99;right: 0;
}
        .copy-right {
            background: rgba(0, 0, 0, 0.9);
            padding: 5px 0px;
        }
        .copy-right ul {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
        }
        .copy-right ul li {
            list-style: none;
        }
        .copy-right ul li a {
            color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            display: block;
        }
        .copy-right p {
            text-align: center;
            color: #fff;
        }
        /*meida qouery starts here*/
        @media only screen and (max-width: 1299px) {
            .navbar ul li a {
                padding: 17px 8px;
                font-size: 16px;
            }
            .container {
                width: 95%;
            }
        }
        @media only screen and (max-width: 1024px) {
            .page-title span {
                font-size: 30px;
            }
            h1 {
                font-size: 26px;
            color:pink;
            }
            h2 {
                font-size: 25px;
            }
            h3 {
                font-size: 24px;
            }
            h4 {
                font-size: 23px;
            }
            h5 {
                font-size: 22px;
            }
            h6 {
                font-size: 21px;
            }
        }
        @media only screen and (max-width: 991px) {
            .navbar ul li a {
                padding: 17px 0px;
                font-size: 14px;
            }
            .service-girl .hover-show span {
                line-height: 20px;
                font-size: 18px;
            }
        }
        @media only screen and (max-width: 800px) {}
        @media only screen and (max-width: 767px) {
            footer ul li,
            .locetion-escort ul li,
            .service-girl {
                width: 49%;
            }
            .copy-right ul {
                flex-flow: wrap;
            }
            .navbar,
            .logo {
                width: 100%;
            }
            .logo a {
                display: flex;
                justify-content: center;
            }
        }
.post {
    position: fixed;
    top: 40%;
    z-index: 99;
    right: 0;
}
        @media only screen and (max-width: 600px) {}
        @media only screen and (max-width: 500px) {
            .navbar ul li a {
                padding: 5px 10px;
            }
            .navbar ul {
                justify-content: center;
            }
            footer ul {
                height: 170px;
                overflow: auto;
            }
        }
        @media only screen and (max-width: 480px) {}
        @media only screen and (max-width: 360px) {
            footer ul li,
            .locetion-escort ul li,
            .service-girl {
                width: 100%;
            }
        }
        @media only screen and (max-width: 320px) {}
        /*meida qouery starts here*/
		.responsive{width:100%;height:auto}
		.responsive{width:100%;height:auto}