@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');
/* Body */
body {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
    background: #000;
}
p{
    font-family: "Nunito";
    font-size: 16px;
    font-weight: 300;
    color: #6c7a87;
    margin-bottom: 25px;
}
button:focus {
    outline: none;
    border: 0;
    box-shadow: none!important;
}
@media only screen and (max-width: 767px) {
    p {margin-bottom: 15px;}
}

.body-color {
    position: relative;
	background: url("../img/intro-1.webp");
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
@media (max-width: 767px) {
    .body-color {
        background-position: 20%;
    }
}
.body-color .arrow-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation-name: abShape-1;
    -moz-animation-name: abShape-1;
    -o-animation-name: abShape-1;
    animation-name: abShape-1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-moz-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@-o-keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
@keyframes abShape-1 {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
a{
	-webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
em {
    font-style: inherit;
}

.h6, h6 {
    font-size: 1rem;
    line-height: 25px;
}

.text-success{
    color: rgb(105, 240, 174) !important;
}
.text-primary {
    color: #C30002!important;
}
.btn-primary {
    color: #fff;
    background-color: #204063;
    border-color: #204063;
}
.btn-primary:hover {
    background-color: #C30002;
    border-color: #C30002;
}
.text-warning {
    color: #f7afc0!important;
}


.border {
    border: 1px solid #edeef1!important;
}
.border-top {
    border-top: 1px solid #edeef1!important;
}
.border-bottom {
    border-bottom: 1px solid #edeef1!important;
}
.border-right {
    border-right: 1px solid #edeef1!important;
}
.border-left {
    border-left: 1px solid #edeef1!important;
}

.rounded {
    border-radius: 8px !important;
}

.slick-slide {
    position: relative;
    outline: none !important;
    margin-top: 16px;
}
.slick-prev::before {
    content: "\ea9d" !important;
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.slick-next::before {
    content: "\eaa0" !important;
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}
.slick-next, .slick-prev {
    z-index: 20;
    opacity: 0;
}
.slider img {
    width: 100%;
    display: block;
}
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
    opacity: 1;
}
.slider-wrapper {
    margin-bottom: 20px;
}


/* Header */
.logo {
    height: 62px;
}
.warom-nav.fixed-top {
    background: #191919;
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
	padding: 5px 0;
}
.warom-nav {
	padding: 5px 0;
	-webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
    background-color: rgb(0 0 0 / 70%);
}
.warom-nav .nav-link {
    position: relative;
	color: #fff !important;
	font-family: "Nunito";
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
	-webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
	border-radius: 8px !important;
	padding: 11px 13px !important;
}
.warom-nav .nav-link:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    background: #C30002;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.warom-nav .nav-link.active:before {
    opacity: 1
}
.warom-nav .nav-link:hover:before {
    opacity: 1;
}
.header {
    /*margin-top: 5rem;*/
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header-contact .phone,
.header-contact .lang-switch a {
    color: #fff;
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 200;
}
.header-contact .lang-switch {
    margin-left: 20px;
    min-width: 105px;
}
.header-contact .lang-switch span:nth-child(2) {
    position: relative;
    padding: 0 10px;
}
.header-contact .lang-switch span:nth-child(2):before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2.5px;
    width: 2px;
    height: 18px;
    background: #fff;
}
.header-contact .lang-switch span .active {
    font-weight: 500;
    position: relative;
}
.header-contact .lang-switch span .active:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #C30002;
}
.header-contact .lang-switch span:nth-child(2):after {
    content: '';
    position: absolute;
    top: -2px;
    right: 2.5px;
    width: 2px;
    height: 18px;
    background: #fff;
}
.header-title h1{
	color: #fff;
	font-size: 50px;
    font-weight: 600;
}
.header-title p.h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

li.nav-item.active a {
	color: #C30002 !important;
}

.nav-item .phone {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-item .phone svg {
    margin-right: 10px;
}
}
.login-btn .nav-item.active a {
	background-color: #C30002;
	color: #ffffff !important;
}
.login-btn .nav-item a:hover {
    background-color: #C30002;
    color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1055px) {
    .warom-nav .nav-link {
        padding: 11px 3px !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-title h1 {
        font-size: 40px;
    }
    .header-title p.h5 {
        font-size: 16px;
    }
    .header-title p.h5 br {
        display: none;
    }
    .body-color .arrow-down img {
        width: 50px;
    }
    .header .header-title button {
        margin-bottom: 20px;
    }
    .navbar-nav .nav-item.pm-2 {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .header-title h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .header-title h1 br {
        display: none;
    }
}
@media only screen and (max-width: 320px) {
    .header-title h1 {
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}
/*background body*/
.container-body {
	background-color: #000;
	position: relative;
}

.address svg {
    width: 35px;
    margin-right: 10px;
}

/*section title*/
.section-title {
    position: relative;
    margin-bottom: 40px;
}
.section-title.left {
    text-align: left;
}
.section-title.center {
    text-align: center;
}
.section-title h1 {
    position: relative;
    z-index: 3;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color: #fff;
}
.section-title h5 {
    font-weight: 100;
    font-size: 14px;
    color: #afafaf;
}
@media only screen and (max-width: 480px) {
    .section-title h1 {
        font-size: 26px;
    }
    .section-title:before {
        width: 650px;
    }
}

/* About Section */
.about {
    background-image: url('../img/bg-2.jpg');
    background-size: cover;
    background-position: 100% auto;
    background-repeat: no-repeat;
}
.about .phone-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.about .phone-ico img {
    width: 51px;
    height: 51px;
}
.about .phone-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}
.about .phone-text .subtitle {
    font-weight: 100;
    font-size: 16px;
    color: #E0E0E0;
}
.about .phone-text .phone-call {
    font-weight: 300;
    font-size: 25px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.about .video {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.about .video .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgb(0 0 0 / 0.5);
    padding: 20px 26px;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.about .video:hover .icon-play {
    background: rgb(0 0 0 / 0.8);
}
@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 30px;
    }
    .about .image-wrap {
        margin-top: 30px;
    }
    .sm-flex-col-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* Info Block Section */
.info-block {
    padding: 50px 0;
}
.info-block p {
    color: #fff;
}
.info-block h2 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .info-block h2 {
        font-size: 23px;
        margin-top: 10px;
    }
}

.features {
    position: relative;
    background: #151515;
}
.features .banner-holder {
    position: absolute;
    bottom: 135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 550px;
}
.features .banner-holder img {
    width: 100%;
}
.features .inner-wrapper {
    position: relative;
}
.features .inner-wrapper .middle-item-right {
    margin-left: 50px;
}
.features .inner-wrapper .middle-item {
    margin-right: 50px;
}
.features .inner-wrapper .features-service .features-item-icon {
    z-index: 1;
}
.features .inner-wrapper .features-service .features-item-icon svg {
    width: 140px;
    height: 140px;
    padding: 20px 0 40px 0;
}
.features .inner-wrapper .features-service .features-item-icon img {
    width: 140px;
    height: 140px;
}
.features .inner-wrapper .features-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.features .inner-wrapper .features-service .features-item p {
    font-weight: 200;
    font-size: 12px;
    color: #FFFFFF;
}
.features .inner-wrapper .features-service .features-item h5 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.features .btn-holder {
    margin-top: 100px;
}
@media only screen and (max-width: 992px) {
    .features .inner-wrapper .banner-holder {
        display: none;
    }
    .features .inner-wrapper .features-service {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0;
    }
    .features .inner-wrapper .features-service.text-right {
        text-align: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .features .inner-wrapper .features-service.middle-item,
    .features .inner-wrapper .features-service.middle-item-right {
        margin-right: 0;
        margin-left: 0;
    }
    .features .inner-wrapper .features-service .features-item {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .features .btn-holder {
        margin-top: 30px;
    }
    .title-stars img {
        width: 25px;
        height: 25px;
    }
}


/* Advantages Section */
.advantages {
    background-image: url('../img/bg-3.png');
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.advantages .title-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.advantages .title-stars img {
    width: 25px;
    height: 25px;
}
.title-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.title-stars img {
    width: 20px;
    height: 20px;
}
.advantages .info-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.advantages .info-wrap .ico-holder {
    text-align: center;
}
.advantages .info-wrap .ico-holder img {
    max-width: 120px;
    width: 100%;
}
.advantages .info-wrap .text {
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
    .advantages .info-wrap .ico-holder img {
        max-width: 100px;
    }
    .advantages .info-wrap .text {
        font-size: 20px;
    }
}
/* Girls Section */
.girls .image-holder {
    margin-bottom: 30px;
}
.girls .image-holder img {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.girls .image-holder img:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    z-index: 1;
    background: #F60000;
}
.girls .girls-info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.girls .girls-title {
    text-align: center;
    font-size: 20px;
    color: #cfcfcf;
    text-transform: uppercase;
    font-weight: 600;
}
.girls .girls-age {
    text-align: center;
    font-size: 16px;
    color: #cfcfcf;
    font-weight: 300;
}
/* Service Section */
.services {
    background-image: url('../img/bg-4.png');
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.service-wrap {
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
}
.service-wrap .service-inner {
    padding: 10px 20px 20px 20px;
}
.service-wrap .banner-holder {
    border-bottom: 10px solid #DA9000;
    margin-bottom: 20px;
}
.service-wrap .banner-holder img {
    width: 100%;
}
.service-wrap .service-title {
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    color: #FFFFFF;
}
.service-wrap .description {
    font-weight: 200;
    font-size: 12px;
    color: #FFFFFF;
}
.service-wrap .service-list {
    padding-left: 0;
    margin-left: 0;
}
.service-wrap .service-list li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-weight: 200;
    font-size: 12px;
    color: #FFFFFF;
}
.service-wrap .service-list li:before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
}
.service-wrap .price-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.service-wrap .price-wrap img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.service-wrap .price-wrap span {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}
.service-wrap .price-wrap span.small {
    font-size: 14px;
}
.service-wrap .price-wrap span:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #DA9000;
}
.service-wrap .btn-holder {
    margin-top: 50px;
}
@media only screen and (max-width: 1250px) {
    .service-wrap .price-wrap span.small {
        font-size: 12px;
    }
    .service-wrap .price-wrap img {
        width: 37px;
        height: 37px;
    }
}
@media only screen and (max-width: 1200px) {
    .service-wrap .service-inner {
        padding: 10px;
    }
    .service-wrap .price-wrap img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}


/* Contact Section */
.contact .contact-list {
    list-style: none;
}
.contact .contact-list li {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact .contact-list li:last-child {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact .contact-list li img {
    padding-right: 15px;
}

.contact .contact-form {
    padding: 0 30px;
}
.contact .contact-form .inner-form {
    background: #F2F5F8;
    padding: 50px 60px; 
}
.contact .contact-form h3 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 15px;
}
.contact .contact-form p {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .contact .contact-list li {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .contact .contact-form {
        padding: 0;
    }
    .contact .contact-form .inner-form {
        padding: 15px 20px;
    }
}
.contact .contact-form .form-group input {
    color: #000!important;
}

/*social icons*/
.social-icons i.icofont-twitter {
    background-color: #31a9f3;
}
.social-icons i.icofont-facebook {
    background-color: #C30002;
}
.social-icons i.icofont-linkedin {
    background-color: #097CB7;
}

/*footer*/
.list-unstyled li {
	padding: 6px 0px;
	font-family: "Nunito";
}

footer {
    border-top: 2px solid #fff;
}
.footer .footer-logo {
    max-width: 140px;
}
.footer .footer-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .footer-menu li {
    position: relative;
    padding: 0 20px;
}
.footer .footer-menu li a:hover {
    color: #fff;
}
.footer .footer-menu li:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    background: #C30002;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.footer .footer-menu li:hover:before {
    opacity: 1;
}
.footer .footer-menu li a,
.footer .tel a {
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
}
.footer .tel {
    text-align: right;
} 
.footer .copyright-block {
    margin-top: 15px;
}
.footer .copyright,
.footer .designby,
.footer .designby a {
    font-size: 10px;
    color: #ccc;
}
@media only screen and (max-width: 992px) {
    .footer .footer-menu li {
        padding: 0 10px;
    }
    .footer .footer-menu li a, .footer .tel a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .row.d-flex.align-items-center .col-md-3 {
        text-align: center;
    }
    .footer .navbar-brand {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer .footer-menu {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .footer-menu li {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .footer .footer-menu li a, .footer .tel, .footer .tel a {
        font-size: 16px;
        text-align: center;
    }
    .footer .copyright {
        margin-bottom: 8px!important;
    }
    .footer .copyright, .footer .designby, .footer .designby a {
        text-align: center!important;
    }
}
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

/*login appointment modal css*/

.btn{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
	border-radius: 4px !important;
	font-family: "Nunito", sans-serif;
    font-weight: 500;
}
.btn-lg {
    padding: 15px 27px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
}
.bg-primary {
    background-color: #165df5 !important;
}

.btn-light,
.btn-light.focus, 
.btn-light:focus {
    color: #fff;
    background-color: #F60000;
    border-color: #F60000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    min-width: 275px;
}
.btn-light:hover {
    color: #fff;
    background-color: #C30002;
    border-color: #C30002;
}
.bg-dark {
    background-color: #000!important;
    color: #fff;
}

button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f3f4f5;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-shadow: none;
    opacity: unset;
    color: #000000;
}
.modal-body {
    padding: 45px 25px;
}
.modal-heading {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
}
.modal-subheading {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.modal-content {
    background: #262626;
}
.form-appointment {
    width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    font-size: 13px;
    font-weight: 400;
    color: #0b2238;
    font-family: "Nunito";
    margin: 0 0 4px 0;
}
.form-control, .form-group select {
    height: 50px;
    padding: 8px 15px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 4px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
	transition: 0.3s !important;
	font-family:"Nunito";
}
.form-control:focus, .form-control:active, .form-group select:focus, .form-group select:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
}
input[type="text"]::-moz-placeholder { color: #fff;}
input[type="text"]::-webkit-input-placeholder { color: #fff; }
input[type="text"]:-ms-input-placeholder { color: #fff; }
input[type="text"]::-ms-input-placeholder { color: #fff; }
input[type="text"]::placeholder { color: #fff; } 

.contact-form .form-group input {
    height: 50px;
    padding: 8px 15px;
    color: #767676;
    font-size: 15px;
    font-weight: 300;
    background: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
    font-family:"Nunito";
}

.contact-form input[type="text"]::-moz-placeholder { color: #767676;}
.contact-form input[type="text"]::-webkit-input-placeholder { color: #767676; }
.contact-form input[type="text"]:-ms-input-placeholder { color: #767676; }
.contact-form input[type="text"]::-ms-input-placeholder { color: #767676; }
.contact-form input[type="text"]::placeholder { color: #767676; } 
/* Mobile */



