@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold_0.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold_0.ttf");
    font-weight: 700;
    font-display: swap;
}

/*header css*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    background: url(../images/background.webp) fixed;
    letter-spacing: 0.5px;
    background-size: contain;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #d4b657;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h1 {
    margin: 0 0 1.5rem;
    font-size: 35px;
}

h2 {
    margin: 0 0 1.5rem;
    font-size: 30px;
}

h3 {
    margin: 0 0 1.5rem;
    font-size: 25px;
}

h4 {
    margin: 0 0 1.5rem;
    font-size: 22px;
}

h5 {
    margin: 0 0 1.5rem;
    font-size: 20px;
}

h6 {
    margin: 0 0 1.5rem;
    font-size: 20px;
}

.mt-3 {
    margin-top: 1.3rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 3rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pl-2 {
    padding-left: 2rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pr-4 {
    padding-right: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

.d-flex {
    display: flex;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.desk-top {
    display: block !important;
}

.mobile {
    display: none !important;
}

section {
    padding: 2rem 0;
    min-height: 233px;
}

.heading_main {
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.heading {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.heading.light {
    color: #fff
}

.heading_main p {
    color: #727070;
    font-size: 17px;
}

.heading span {
    display: block;
    color: #fff;
    font-size: 27px;
    margin-top: 15px;
}

.heading span a {
    color: #fff;
}

p {
    margin: 0 0 1rem 0;
}

p a,
p strong {
    font-weight: 500;
}

p a {
    text-decoration: underline;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 2.5rem;
}

.justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hidden_header {
    height: 152px;
}

header {
    position: fixed;
    z-index: 91;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #000000;
    box-shadow: 0 0 12px 0 rgb(255 255 255 / 74%);
    border-bottom: 2px solid #3f1e1b;
}

.header {
    position: relative;
    box-shadow: 0 0 12px 0 rgb(0, 0, 0, 12%);
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    font-size: 35px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.logo img {
    height: 40px;
    width: auto;
}

.logo a {
    color: #021f8b;
}

.h_title {
    margin: auto;
}

.h_title h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.top_right {
    margin-left: auto;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

.top_right ul {
    margin-right: 2rem;
    margin-bottom: 0;
    padding: 0 0px 0 0;
    display: flex;
}

.top_right li {
    margin: 0;
    padding: 0px 13px;
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.top_right li img {
    height: 20px;
}

.top_right li a {
    color: #ff5e28;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}

.top_right li a:hover {
    color: #fff;
}

.menu {
    width: 100%;
    background: rgb(121, 0, 3);
    border-radius: 30px;
    padding: 7px 10px;
    margin-top: 15px;
    box-shadow: rgb(12, 13, 13, 70%) 0px 14px 19px 0px;
}

.menu input[type="checkbox"],
.menu label {
    display: none;
}

.nav_links {
    height: 100%;
    text-align: center;
}

.nav_links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.nav_links ul li {
    flex: 1 1 auto;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.nav_links ul li a {
    color: rgb(252, 230, 144);
    padding: 8px 0;
    display: block;
}

.nav_links ul li a:hover,
.nav_links ul li a.active {
    background: rgb(48, 4, 3);
}

.nav_links ul li img {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -4px;
    width: auto;
    height: 20px;
}

/*-- footer --*/
footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: #1f1f1f;
    padding-top: 2.5rem;
    overflow-x: hidden;
    font-size: 15px;
    text-align: center;
}

.f_heading {
    color: #021f8b;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 3px double #fff;
}

.footer-grids ul {
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer-grids ul li {
    margin: 0px;
    padding: 0 13px;
    list-style-type: none;
}

.footer-grids ul li a {
    color: #d4b657;
    font-weight: normal;
    position: relative;
    font-size: 14px;
}

.footer-grids ul li a:hover {
    color: #fe5b3e;
}

.footer-grids p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}

.footer-grids p a {
    font-weight: 600;
}

.footer-grids p img {
    height: 15px;
    width: auto;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 5px;
}

.f_logo {
    margin-bottom: 2rem;
}

.f_logo img {
    height: 40px;
    width: auto;
    margin: auto;
}

.copyright {
    padding: 1rem 0 1rem;
    color: #c5c5c5;
    font-size: 13px;
}

.social {
    display: flex;
    justify-content: center;
    margin: 1rem 0 1.5rem;
}

.social img {
    filter: invert(1);
    height: 17px;
    width: 17px;
}

.social a {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 7px;
}

.social a:hover {
    background: #000;
}

.disc {
    border-top: #ff9775 solid 1px;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
}

/*-- //footer --*/

/*disclaimer*/
.disclaimer strong {
    color: #fff;
    font-size: 14px;
}

.disclaimer p {
    color: #fff;
    font-size: 13px;
}

/*-- move top --*/
#toTop {
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    background: #d4b657;
    border-radius: 4px;
}

#toTop:after {
    color: #fff;
    content: "";
    font-size: 18px;
    line-height: 37px;
    font-family: "FontAwesome";
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/arrow-up-icon.png) no-repeat 12px 11px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*-- //move top --*/
.whatsapp.call {
    bottom: 125px;
}

.whatsapp {
    position: fixed;
    right: 15px;
    bottom: 65px;
    z-index: 9;
    background: #b47cfd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    animation: 1s infinite alternate bounce;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-15px);
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*owl css*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    padding: 0 5px;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out 0s;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

/* Owl Default Theme */
.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    opacity: 1;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav>div {
    font-size: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    margin-top: -30px;
    width: 22px;
}

.owl-theme .owl-nav .disabled {
    /*opacity:0.5;*/
    cursor: default;
}

.owl-theme .owl-dots {
    margin-top: 45px;
}

/* text-nav */
.text-nav {
    /*padding-right:30px; padding-left:30px;*/
}

.text-nav .owl-nav {
    position: static;
}

.text-nav .owl-nav>div {
    top: 0;
    bottom: 0;
    right: -7px;
    margin-top: 0;
}

.text-nav .owl-nav>div:first-child {
    left: -7px;
}

.text-nav .owl-nav>div:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
    color: #9aa9b3;
    background: #811fe2 url(../images/right-arrow-icon1.png) no-repeat 7px 6px;
    background-size: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}

.text-nav .owl-nav>div:first-child:after {
    content: "";
    background: #811fe2 url(../images/left-arrow-icon.png) no-repeat 5px 6px;
    background-size: 10px;
}

.text-nav .owl-nav>div:hover:after {
    background-color: #263170;
}

/*collapse accordion*/
.panel {
    margin-top: 10px;
    overflow: hidden;
}

.panel-body {
    padding: 15px 0;
}

.panel-title {
    position: relative;
}

.panel-title>a {
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    background: linear-gradient(to right, #e6d5f5, #c7f9d3);
    color: #021f8b;
    border-radius: 5px;
    word-wrap: break-word;
}

.panel-title>a.collapsed:hover,
.panel-title>a:hover {
    background: linear-gradient(to right, #e6d5f5, #c7f9d3);
}

.panel-title>a.collapsed {
    background: linear-gradient(to right, #c7f9d3, #e6d5f5);
}

.panel-title a:after {
    content: "";
    position: absolute;
    top: calc(45% + 1px);
    right: 35px;
    border-color: #021f8b;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 10px;
    height: 10px;
    backface-visibility: hidden;
    transition: transform 0.3s, top 0.3s;
    transform: rotate(45deg) translate3d(0, -50%, 0);
    transform-origin: 35%;
}

.panel-title a[aria-expanded="true"]:after {
    content: "";
    top: calc(47% - 8px);
    transform: rotate(135deg);
}

.panel-title a[aria-expanded="false"] {
    color: #021f8b;
    background: linear-gradient(to right, #c7f9d3, #e6d5f5);
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

/*end collapse accordion*/

.banner {
    background: #ddd url(../images/couple-bg.webp);
    background-size: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 150px 0px 100px 0px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    text-align: center;
    min-height: auto;
}

.banner h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner p {
    font-size: 14px;
}

.search_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 2rem;
}

.search_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f4f7fa;
    padding: 0px;
    border-radius: 35px;
    overflow: hidden;
    margin-top: 2rem;
    width: 50%;
}

.search {
    width: 60%;
}

.search .form-control,
.search .form-select {
    border: none;
    border-radius: 0;
    height: 70px;
}

.search {
    border-right: #dfdfdf solid 1px;
}

.search:nth-last-child(2) {
    border-right: none;
}

.search_main .btn {
    margin-left: auto;
}

.btn {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    padding: 15px 30px;
    border: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4b827 -webkit-gradient(linear, left top, left bottom, from(#f4b827), to(#d3980b)) repeat-x;
    background: #f4b827 linear-gradient(#f4b827, #d3980b) repeat-x;
    border-color: #c9910a;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn:hover {
    background-color: #d3980b;
}

.serch-btn {
    height: 70px;
}

.serch-info .form-control {
    font-size: 16px;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0.8rem 1.2rem;
    font-size: 14px;
    line-height: 1.5;
    color: #0f082c;
    background-color: #f4f7fa;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #811fe2;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

textarea.form-control {
    height: 150px;
}

/*.btn-primary {
    background-color: #d4b657;
    color: #000000;
    padding: 10px 25px;
    font-weight: 600;
}*/
.category_bg {
    background: #fff;
}

.category {
    background: #fff;
    padding: 10px 10px 2px;
    border-radius: 5px;
    min-height: 370px;
    text-align: center;
    font-size: 14px;
}

.category a {
    color: #323232;
}

.category figure {
    margin-bottom: 1rem;
    transition: all 1s ease;
}

.category figure img {
    border-radius: 5px;
}

.category:hover figure {
    transform: scale(1.03);
}

.cat_name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.cat_name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background: #ff0000;
}

/*.post_free_bg .heading_main{text-align:left; position:relative; padding-right:15rem;}*/
.post_free_bg .heading_main .btn {
    display: inline-flex;
}

.video_chat_bg {
    background: #181222;
    position: relative;
    padding-bottom: 0;
}

.interact {
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    width: 300px;
    position: absolute;
    left: 10%;
    top: 53%;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.interact img {
    background: linear-gradient(90deg, #b47cfd 10%, #e0775b 90%);
    padding: 25px 15px;
    margin-right: 15px;
    border-radius: 15px;
}

.collarge {
    background: #fff;
    padding: 25px 25px 5px;
    border-radius: 20px;
    width: 270px;
    text-align: center;
    position: absolute;
    right: 27%;
    top: 38%;
}

.collarge img {
    margin-bottom: 1rem;
}

.location_bg {
    background-color: #3097D2;
    background-image: -webkit-linear-gradient(#216a95, #3097D2);
    background-image: -o-linear-gradient(#216a95, #3097D2);
    background-image: linear-gradient(#216a95, #3097D2);
}

.location_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.location_list a {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
    color: #fff;
    width: 14.8%;
    margin: 10px 10px;
    text-align: center;
    display: block;
    border: #a26de7 solid 2px;
    font-size: 14px;
    font-weight: 600;
}

.location_list a:hover {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.escort_list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #daa52029;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 8px 0 rgba(35, 23, 19, .33);
    box-shadow: 0 0 8px 0 rgba(35, 23, 19, .33);
    align-items: center;
    border: 2px solid #ff5e28;
}

.escort_list:hover {
    transform: scale(1.02);
}

.escort_img {
    width: 25%;
    display: flex;
}

.main-img {
    width: 100%;
}

.escort_img img {
    height: 228px;
    width: 100%;
}

.escort_img_thamb {
    width: 5%;
    padding: 5px;
}

.escort_img_thamb img {
    margin-bottom: 5px;
}

.escort_text {
    width: 74%;
    padding: 10px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
}

.escort_text span {
    color: #fff;
}

.escort_text a {
    color: #fff;
}

.escort_text p a {
    color: #ffc107;
}

.thumbi {
    width: 50px;
    margin-left: 10px;
}

.thumbi ul li {
    list-style-type: none;
}

.thumbi img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.head {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.5;
}

.escort_text ul {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    list-style: none;
}

.escort_text ul li {
    margin: 0 4px 0 0;
    padding: 3px 7px;
    font-weight: 500;
    font-size: 13px;
    color: #d4b657;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

.tag {
    position: absolute;
    top: -2px;
    right: -22px;
    z-index: 1;
    background: #bb1717;
    padding: 12px 25px 0px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(45deg);
}

.btn_row {
    text-align: left;
}

.btn_row .btn {
    font-size: 13px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    margin-right: 5px;
    background: #f4b827 linear-gradient(#f4b827, #d3980b) repeat-x;
}

.btn_row .btn:hover {
    background-color: rgb(122 15 47);
}

.btn_row .btn img {
    height: 15px;
    margin-right: 1px;
    display: inline-block;
}

.btn_row .btn.whats_btn {
    background-image: linear-gradient(135deg, #87c63a 0%, #398719 100%);
}

.btn_row .btn.whats_btn:hover {
    background-image: linear-gradient(135deg, #398719 0%, #87c63a 100%);
}

.btn_row .btn.telegram {
    background: #039be5;
}

.escort_cta {
    width: 16%;
}

.cotent_bg {
    background: #fff;
}

.city {
    position: relative;
    margin-bottom: 1.5rem;
}

.city figure {
    overflow: hidden;
    border-radius: 5px;
}

.city figure img {
    transition: all 1s ease;
}

.city:hover img {
    transform: scale(1.03);
}

.city_name {
    position: absolute;
    left: 0px;
    bottom: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    background: linear-gradient(145deg, rgba(252, 202, 231, 1) 0%, rgba(252, 234, 247, 1) 60%, rgba(208, 221, 243, 1) 100%);
    padding: 5px 25px;
    border-radius: 0 15px 15px 0;
    letter-spacing: 1px;
}

.city_name span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
}

/*inner page css*/
.breadcrumb {
    background: #0ba384;
    border: solid 1px #494949;
    padding: 5px 10px;
    min-height: auto;
}

.breadcrumb-item li {
    list-style: none;
    display: inline-block;
}

.breadcrumb-item li a {
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
    font-weight: 600;
}

.breadcrumb-item .active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.7rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.6rem;
    color: #000;
    content: "/";
}

.header .search_box {
    position: relative;
    padding-bottom: 0;
    margin-left: 5rem;
    justify-content: center;
    width: 38%;
}

.header .search_main {
    width: 100%;
    margin-top: 0;
    padding: 2px;
}

.header .search {
    width: 68%;
}

.header .search .form-control {
    height: 40px;
}

.header .search_box .btn {
    padding: 11px 20px;
    font-size: 14px;
}

.call_girl_bg {
    padding-top: 2rem;
}

.call_girl_bg .heading {
    font-size: 30px;
}

.call_girl_bg .escort_img {
    width: 21%;
}

.call_girl_bg .escort_text {
    width: 79%;
}

.sidebar {
    background: #fff0f4;
    border-radius: 15px;
    overflow: hidden;
    border: #d3cbf6 solid 1px;
    margin-bottom: 2rem;
}

.sidebar .head {
    background: #3097D2;
    padding: 10px 25px;
    color: #fff;
}

.sidebar ul {
    margin: 0;
    padding: 5px 20px 15px;
}

.sidebar ul li {
    margin: 0;
    padding: 7px 0;
    list-style: none;
}

.sidebar ul li a {
    color: #000;
    font-size: 1rem;
}

.sidebar ul li a:hover {
    color: #bb1717;
}

.frequent {
    margin: 0;
    padding: 0;
}

.frequent li {
    margin: 0;
    padding: 7px 0px;
    list-style: none;
}

.frequent li a {
    background: #ffeff7;
    box-shadow: #e5e5e5 0 1px 2px 0;
    padding: 7px 15px;
    border-radius: 15px;
    color: #000;
    font-size: 12px;
    display: inline-block;
}

.detail_bg {
    background: #fff1f1;
    padding-top: 2rem;
}

.detail_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 2rem;
}

.image_row {
    display: flex;
    justify-content: center;
}

.image_box {
    border-radius: 10px;
    overflow: hidden;
}

.image_two {
    width: 31%;
    margin-left: 2rem;
}

.image_two .image_box {
    margin-bottom: 2rem;
}

.image_two .image_box:last-child {
    margin-bottom: 0;
}

.ul_type {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    list-style: none;
}

.ul_type li {
    margin: 0 4px 0 0;
    padding: 3px 7px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background: #ff0000;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

.detail_box h1 {
    font-size: 30px;
}

.detail_box h2 {
    font-size: 25px;
}

.service_ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.service_ul li {
    background: #dce6ed;
    padding: 5px 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
}

.service_ul li img {
    margin-right: 10px;
}

.shape_ul {
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.shape_ul li {
    margin: 0;
    padding: 15px 15px;
    list-style: none;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}

.shape_ul li img {
    margin-right: 15px;
    width: 25px;
}

.advertiser {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    position: sticky;
    top: 2rem;
}

.advertiser .btn {
    width: 100%;
    margin: 0.5rem 0;
    justify-content: center;
    padding: 17px 20px;
    font-size: 16px;
}

.advertiser .btn:hover {
    opacity: 0.7;
}

.login_bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 33%;
}

.login_bg .row {
    justify-content: center;
}

.login {
    border: 2px solid #ffffff;
    padding: 40px 35px;
    background: url(../images/form-bg.webp);
    border-radius: 15px;
}

.login .heading {
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
}

.login .btn {
    width: 100%;
    margin: 15px 0 5px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.forgot {
    float: right;
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.sign_up {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 1.5rem;
}

.sign_up a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

label.sign_up {
    position: relative;
    padding-left: 0px;
    line-height: normal;
}

.login input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    padding: 0;
    margin-right: 10px;
    /*position:absolute; left:0;*/
    margin-top: 0px;
    height: 15px;
}

.login input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: #e6e9eb;
    border: 2px solid rgba(0, 19, 37, 0.07);
    top: -1px;
    left: 0px;
    border-radius: 3px;
}

.login input[type="checkbox"]:checked:after {
    position: relative;
    display: block;
    left: 0px;
    top: -23px;
    width: 22px;
    height: 22px;
    content: "";
    background: url(../images/check-icon.png) no-repeat center #df6848;
    color: #fff;
    text-align: center;
    background-size: 16px;
    border-radius: 3px;
}

.kishor .search {
    width: 40%;
}

.kishor .chosen-search input#textbox {
    width: 430px;
    height: 45px;
    border: solid 1px #737373;
    background: #f4f7fa;
    border-radius: 25px 0px 0px 25px;
    margin-left: 13px;
}

.logo.center {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.icon-sec {
    text-align: center;
    padding: 20px 0px;
}

.icon-sec ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-weight: 600;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.icon-sec ul li img {
    width: 50px;
    margin: auto;
}

.safe-block {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    padding: 0;
    font-size: 14px;
    background: #f0f5fb;
    border-radius: 3px;
    margin: 0 0 20px 0;
    line-height: 22px;
}

.safe-block h2 {
    text-align: left;
    clear: both;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.safe-block .txt {
    padding: 0px 20px 18px 20px;
}

.page-nav {
    text-align: center;
}

.page-nav li {
    display: inline-block;
}

.page-nav li a {
    background: #E6B859;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
}

.page-nav li a:hover {
    background: #dfa52d;
}

.content-para p {
    color: #fff;
}

.content-para h1,
.content-para h2,
.content-para h3,
.content-para h4,
.content-para h5,
.content-para h6,
.content-para b,
.content-para strong {
    color: #d4b657;
}

.text-center {
    text-align: center;
}

p.light {
    color: #fff;
}

.top-banner img {
    border-radius: 36px;
    padding: 20px 0px;
}

.page-content {
    background: #333 url(../images/texture.png);
    padding: 15px 15px 20px;
    box-shadow: 0 0 38px rgb(1 44 118 / 8%);
    border-radius: 4px;
    font-size: 14px;
}

.page-content h2 {
    color: #f4b827;
}

.mt-x5 {
    margin-top: 30px;
}

.mt-x10 {
    margin-top: 100px;
}

.details-table {
    box-shadow: 0 0 38px rgb(1 44 118 / 8%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.details-table tr td {
    padding: 4px 10px;
    border-bottom: 1px solid #8d8d8d;
    color: #fff;
}

.profile-1 {
    font-weight: 600;
}

.profile-img img {
    background: #dda214;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.serviceTable {
    min-height: 378px;
    padding: 10px 0;
    box-shadow: 0 0 38px rgb(1 44 118 / 8%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.serviceTable .details-table {
    box-shadow: none;
}

.home-banner {
    min-height: 350px;
    min-width: 375.33px
}

.top-menu {
    padding: 15px 0px;
    background: #08382e;
    min-height: auto;
    text-align: center;
}

.top-menu ul li {
    display: inline-block;
}

.top-menu ul li a {
    color: #adadad;
    padding: 0px 10px;
}

.top-menu ul li a:hover {
    color: #ffc107;
}

p.link-page {
    color: #fff;
}

@media (max-width: 1199px) {
    .container {
        max-width: 1000px;
    }

    .top_right ul {
        margin-right: 1rem;
    }

    .banner h1 {
        font-size: 35px;
    }

    .search_main {
        width: 65%;
        margin-top: 1.2rem;
    }

    .cat_name {
        font-size: 16px;
    }

    .location_list a {
        width: 17.8%;
    }

    .interact {
        left: 5%;
    }

    .collarge {
        right: 20%;
    }

    .header .search_box {
        width: 36%;
        margin-left: 2rem;
    }

    .call_girl_bg .escort_img {
        width: 27%;
    }

    .call_girl_bg .escort_text {
        width: 73%;
    }

    .advertiser .head {
        font-size: 15px;
    }
}

@media (max-width: 896px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container {
        max-width: 100%;
    }

    /*mobile menu css*/
    .menu {
        width: auto;
    }

    .nav_links {
        display: block;
        position: fixed;
        top: 0px;
        left: -100%;
        right: 0;
        background: #790003;
        padding: 0 20px;
        line-height: 37px;
        transition: all 0.5s ease;
        z-index: 999;
    }

    .menu input[type="checkbox"] {
        display: none;
    }

    .menu :checked+.nav_links {
        display: block;
        left: 0;
        overflow: auto;
        padding-top: 20px;
    }

    .menu label {
        display: flex;
    }

    .menu .nav_links {
        display: none;
    }

    .menu label img {
        height: 35px;
        width: auto;
    }

    .menu .nav_links ul {
        display: block;
        text-align: left;
    }

    .menu .nav_links ul li {
        border-bottom: #892427 solid 1px;
        font-size: 15px;
    }

    .nav_links ul li a {
        padding: 12px 0 10px;
    }

    .menu label svg {
        width: 17px;
        fill: #fff;
        float: right;
    }

    /*end mobile menu css*/

    .menu label a+img {
        margin-left: auto;
    }

    .menu .nav_links label {
        display: block;
    }

    .nav_links ul li a:hover,
    .nav_links ul li a.active {
        background: none;
    }

    .banner video {
        height: 420px;
        object-fit: cover;
    }

    .search_main {
        width: 83%;
    }

    .banner h1 {
        font-size: 30px;
    }

    .heading {
        font-size: 30px;
    }

    .heading_main p {
        font-size: 16px;
    }

    .category_bg .col-sm-3 {
        width: 50%;
        margin-bottom: 1rem;
    }

    .category {
        min-height: 425px;
    }

    .escort_img {
        width: 30%;
    }

    .escort_text {
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .location_list a {
        width: 22.3%;
    }

    .btn_row .btn {
        margin-right: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn_row .btn img {
        margin-right: 10px;
    }

    .header .search_box {
        display: none;
    }

    .call_girl_bg .col-sm-9,
    .detail_bg .col-sm-9 {
        width: 100%;
    }

    .call_girl_bg .col-sm-3,
    .detail_bg .col-sm-3 {
        width: 100%;
    }

    .frequent li {
        display: inline-block;
    }

    .call_girl_bg .heading {
        font-size: 25px;
    }

    .detail_box h1 {
        font-size: 25px;
    }

    .detail_box h2 {
        font-size: 20px;
    }

    .image_two {
        width: 32.8%;
    }

    .advertiser {
        position: static;
    }

    .login_bg .col-sm-5 {
        width: 60%;
    }
}

@media (max-width: 736px) {
    .search_main {
        width: 95%;
    }

    .location_list a {
        width: 30.3%;
    }

    .interact {
        width: 245px;
        left: 3%;
    }

    .collarge {
        right: 19%;
    }

    .call_girl_bg .escort_img {
        width: 30%;
    }

    .call_girl_bg .escort_text {
        width: 70%;
    }

    .image_two {
        width: 36.4%;
    }
}

@media (max-width: 667px) {
    .search {
        width: 38.5%;
    }

    .top_right {
        padding-left: 7px;
        padding-right: 7px;
        margin-right: 0;
    }

    .top_right .btn-primary span {
        margin-right: 5px;
    }

    .top_right .btn-primary {
        padding-right: 15px;
    }

    .top_right ul {
        margin-right: 0.5rem;
    }

    .top_right .btn {
        font-size: 13px;
    }

    .btn_row .btn {
        font-size: 11px;
    }

    .escort_text {
        font-size: 13px;
    }

    .location_list a {
        width: 30%;
    }

    h2 {
        font-size: 25px;
    }

    .image_two {
        width: 40.4%;
    }

    .login_bg .col-sm-5 {
        width: 70%;
    }
}

@media (max-width: 640px) {
    .heading {
        font-size: 25px;
    }

    .collarge {
        width: 230px;
        padding: 15px 15px 5px;
    }

    .image_two {
        width: 42%;
    }

    .home-banner {
        min-height: 400px;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .mobile-m {
        display: none !important;
    }
}

@media (max-width: 568px) {

    .col-sm-8,
    .banner .col-sm-3 {
        width: 100%;
    }

    .logo img {
        height: 45px;
    }

    .search {
        width: 37%;
    }

    .banner h1 {
        font-size: 25px;
    }

    .btn_row .btn {
        margin-bottom: 5px;
    }

    .category {
        min-height: 365px;
    }

    .location_list a {
        width: 46%;
    }

    .interact {
        width: 230px;
        font-size: 14px;
    }

    .collarge {
        width: 185px;
    }

    .image_two {
        width: 47.6%;
    }

    .detail_box h1 {
        font-size: 22px;
    }

    .login_bg .col-sm-5 {
        width: 80%;
    }

    .kishor .chosen-search input#textbox {
        width: 311px;
        border-radius: 25px;
        margin: 0px;
    }

    .kishor .search {
        width: 90%;
        margin: 0 auto;
    }

    .icon-sec ul li img {
        width: 30px;
        margin: auto;
    }

    .icon-sec ul li {
        display: inline-block;
        width: 32%;
        text-align: center;
        font-weight: 500;
        background: #fff;
        padding: 20px;
        margin-bottom: 10px;
        font-size: 11px;
        min-height: 84px;
        max-height: 101px;
    }
}

@media (max-width: 480px) {
    .logo {
        margin: 0 auto 1rem;
    }

    .top_right {
        margin-right: auto;
    }

    .top_right .btn-primary span,
    .top_right .btn-primary span:after {
        width: 25px;
        height: 25px;
    }

    .top_right .btn-primary img {
        height: 12px;
    }

    .banner h1 {
        font-size: 20px;
    }

    .search_main {
        border-radius: 25px;
    }

    .search_box {
        padding-bottom: 1rem;
    }

    .search {
        width: 100%;
        border-right: none;
        border-bottom: #dfdfdf solid 1px;
    }

    .search:nth-last-child(2) {
        border-bottom: none;
    }

    .search_main .btn {
        width: 100%;
        margin-top: 5px;
    }

    .escort_img,
    .escort_cta {
        width: 100%;
    }

    .escort_cta br {
        display: none !important;
    }

    .escort_img_thamb {
        width: 100%;
        padding: 5px;
        display: flex;
    }

    .escort_img_thamb img {
        width: 30%;
        margin-right: 5px;
    }

    .escort_text {
        width: 100%;
        position: static;
        padding: 20px 15px 15px;
    }

    .escort_list {
        position: relative;
    }

    .escort_text ul {
        display: block;
    }

    .escort_text ul li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .col-sm-4,
    .category_bg .col-sm-3 {
        width: 100%;
    }

    .col-sm-9 {
        width: 100%;
    }

    .category {
        min-height: inherit;
    }

    .location_list a {
        width: 44%;
    }

    .footer-grids ul {
        display: block;
    }

    .collarge {
        position: relative;
        right: 0;
        width: 100%;
        margin-bottom: 1rem;
    }

    .interact {
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 1rem;
    }

    .call_girl_bg .escort_img {
        width: 100%;
    }

    .call_girl_bg .escort_text {
        width: 100%;
    }

    .call_girl_bg .heading {
        font-size: 20px;
    }

    h2 {
        font-size: 22px;
    }

    .image_two {
        margin-left: 1rem;
        width: 70.6%;
    }

    .image_two .image_box {
        margin-bottom: 1rem;
    }

    .ul_type {
        display: block;
    }

    .ul_type li {
        display: inline-block;
    }

    .shape_ul li {
        width: 100%;
    }

    .login_bg .col-sm-5 {
        width: 97%;
    }

    label.sign_up {
        display: block;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .forgot {
        float: none;
    }
}

@media (max-width: 375px) {
    .top_right li {
        padding-left: 7px;
        padding-right: 7px;
    }

    .top_right li a {
        font-size: 15px;
    }

    .image_two {
        width: 79%;
    }

    .login .heading {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .image_two {
        width: 83%;
    }
}

@media (max-width: 320px) {
    .banner h1 {
        font-size: 18px;
    }

    .top_right .btn {
        font-size: 11px;
    }

    .top_right li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .location_list a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .image_two {
        width: 95%;
    }
}

.vh-100 {
    height: 100vh;
}

.form-group2 {
    display: flex;
    align-items: center;
}

.form-group2 .form-control {
    flex: 1;
}

.form-group2 .btn-search {
    white-space: nowrap;
}

#cityList {
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin-top: 8px;
    overflow: hidden;
    max-height: 320px;
    overflow-y: auto;
    display: none;
}

/* Scrollbar */
#cityList::-webkit-scrollbar {
    width: 6px;
}

#cityList::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 20px;
}

#cityList::-webkit-scrollbar-track {
    background: #f8f8f8;
}

/* Links */
#cityList a {
    display: block;
    padding: 5px 0px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #8d8d8d;
    transition: all 0.25s ease;
    position: relative;
}

/* Remove last border */
#cityList a:last-child {
    border-bottom: none;
}

/* Hover */
#cityList a:hover {
    background: #E66239;
    color: #fff;
    padding-left: 22px;
}

/* Active click */
#cityList a:active {
    transform: scale(0.98);
}

.location-section{
    padding-bottom: 70px;
}

.location-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.location-tag{
    display:inline-block;
    padding:10px 18px;
    background:#ff5e28;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    border-radius:14px;
    transition:0.3s ease;
    line-height:1;
}

.location-tag:hover{
    background:#e4a91a;
    transform:translateY(-2px);
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
}

.alert-success {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.alert .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
}

.alert .close:hover {
    opacity: 1;
}