html,
body {
    background: #000;
}

body {
    overflow-x: hidden;
}

ul.navbar-nav.mobileNavBar a {
    color: #fff !important;
}
.font-25 {
    font-size: 25px;
}
h6.h2.h2Heading, h6.h2Heading {
    color: #000;
}
.font-30 {
    font-size: 30px;
}

.copun-field {
    padding: 24px;
}

.border-theme {
    border: 1px solid #255752
}

#modalCoupon .modal-content {
    background-color: #ac1f28;
    border-radius: 20px;
    padding-bottom: 20px;
}
#modalCoupon .modal-content .img-fluid {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
#modalCoupon .modal-content .copuncotnent {}

#modalCoupon .modal-content .copuncotnent h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

#modalCoupon .modal-content .copuncotnent .form-control.copun-field {
    height: 60px;
    padding: 10px 16px;
    color: #000;
    font-size: 18px;
    line-height: 20px;
}

.modal.show .modal-dialog {
    max-width: 600px;
}

#modalCoupon .modal-content .copuncotnent select.form-control.select {
    height: 60px;
    font-size: 18px;
    color: #000;
    padding: 10px 16px;
}

#modalCoupon .modal-content .copuncotnent textarea.form-control {
    height: 165px;
    font-size: 18px;
    color: #000;
    padding: 10px 16px;
}
#modalCoupon .modal-content .copuncotnent button.btn.btn-block {
    background: #fff;
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
}

.con-1180 {
    max-width: 1180px;
}

.font-45 {
    font-size: 45px;
}

.font-40 {
    font-size: 40px;
}

.font-34 {
    font-size: 34px;
}

.font-15 {
    font-size: 15px;
    line-height: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.text-grey {
    color: #6e6e6e;
}

.font-w-300 {
    font-weight: 300;
}

.let-spac-3 {
    letter-spacing: 3px;
}

body .sec-58vh {
    height: 75vh;
}

.ser-book-master-sec .card {
    height: 100%;
}

.ser-book-master-sec .card-body {
    margin-top: -56px;
}

.grayHeader {
    background-color: #ac1f28;
}

.navBar {
    padding: 20px 0px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    background: #000;
}
.navBar .navbar-brand {
    margin: 0;
    padding: 0;
}

.navBar .navbar-brand img {
    width: 113px;
}

.navbar-light .navbar-nav {
    display: flex;
    gap: 15px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    padding: 0 6px;
    font-family: 'Arsenal';
}

.nav-services-dropdown {
    position: relative;
}

.nav-services-dropdown .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

.nav-services-dropdown .dropdown-menu {
    min-width: 260px;
    margin-top: 12px;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(10, 10, 10, 0.98);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.nav-services-dropdown .dropdown-item {
    color: #fff;
    font-size: 16px;
    font-family: 'Arsenal';
    padding: 10px 18px;
    transition: 0.25s ease;
}

.nav-services-dropdown .dropdown-item:hover,
.nav-services-dropdown .dropdown-item:focus {
    color: #fff;
    background: rgba(172, 31, 40, 0.28);
}

@media (min-width: 992px) {
    .nav-services-dropdown:hover .dropdown-menu {
        display: block;
    }
}

.sticky {
    background-color: #000000;
    top: 0;
    animation: .5s sticky;
}

@keyframes sticky {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

section {
    padding: 59px 0;
    position: relative;
}

.section {
    padding: 70px 0;
    position: relative;
}

.section2 {
    background-repeat: no-repeat;
    background-size: cover;
}

.section3 {
    background-size: cover;
}

.mainH1 {
    font-size: 68px;
    font-weight: 800;
}

.h2Heading {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
    line-height: 40px;
    margin: 0px 0px 10px;
}

.h3Heading {
    font-size: 26px;
    font-weight: 900;
}

.h4Heading {
    font-size: 28px;
    font-weight: 900;
}

.h5Heading {font-weight: 600;font-size: 18px;font-family: "Arsenal";margin: 0px 0px 0px;}

body>section.sectionFour>div>div.row.text-center.mt-2>div>div>div>div.flip-card-back.d-flex.align-items-center>p {
    font-size: 17px;
    line-height: 1.7;
}

.h6Heading {
    color: #fff;
    font-size: 23px;
}

.para {
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.parablack {
    color: rgb(0 0 0);
    font-size: 20px;
    line-height: 32px;
}

@media(max-width:767px) {
    .para {
        text-align: center;
    }
}

.btn-theme {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Arsenal';
    transition: all 0.3s ease-in;
    background: var(--main-color);
}

.btn-theme:hover {
    transform: translateY(-10px);
    transition: .3s ease-in-out;
    color: #fff;
    background-color: #3a3a3a;
}
.bg-theme-white {
    color: #255752;
    background-color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn.bg-theme-white:hover {
    transition: .3s ease-in-out;
    color: #255752;
    background-color: #fff;
}

.hrBlue {
    width: 200px;
    margin: 8px auto 20px;
    height: 1px;
}

.colorTheme {
    color: #000;
    transition: .3s ease-in-out;
    text-decoration: unset;
}

.pricepage {
}

.section6 {
    color: #fff;
    text-align: center;
    background: url('https://www.vanillaheartpublishing.com/images/cta-bg.png') !IMPORTANT;
}
/*section7*/
section.section7.contact-us_wrap {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.section7.contact-us_wrap::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 2%;
    background-image: url(../images/william-Lee.png);
    height: 289px;
    width: 14%;
    background-repeat: no-repeat;
    background-size: contain;
}
.section7.contact-us_wrap::After{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/img3.png);
    height: 289px;
    width: 14%;
    background-repeat: no-repeat;
    background-size: contain;
}
.section7 .head p {
    color: #000;
    margin: 0px 0px 20px;
}

.section7 .head h2 {
    margin: 14px 0px 20px;
}
/*section7*/
.footer-img {
    width: 247px;
    /* filter: contrast(0.5); */
}
.roundedBtn {
    border-radius: 20px;
}

.btn-white {
    background-color: #fff;
    color: #000;
}

.border-radius-20 {
    border-radius: 20px;
}

.modalClose {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 999;
}

#modalForDiscount .modal-content {
    background-color: #255752;
    background: url('../img/popup.jpg')no-repeat center/cover;
    padding-bottom: 25px;
    border-radius: 50px;
}

@media(max-width:1200px) {
    #modalForDiscount .modal-content {
        background: none;
        background-color: #255752;
    }
}

.cursor-pointer {
    cursor: pointer;
}

#modalForDiscount .modal-content .mainH1 {
    font-size: 45px;
}

#modalForDiscount .modal-para {
    font-size: 19px;
    margin-bottom: 50px;
}

#modalForDiscount .modal-fom .form-control {
    height: 45px;
    margin-bottom: 22.5px;
}

#modalForDiscount .modal-fom textarea.form-control {
    height: 180px;
}

#modalForDiscount .btn-modal {
    font-size: 17px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}

#modalForDiscount .modal-check-para {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block;
}

@media(max-width:1000px) {
    #modalForOrder .modal-content {
        background: none;
        background-color: #39409b;
    }
}

#modalForOrder .modal-content .mainH1 {
    font-size: 45px;
}

#modalForOrder .modal-para {
    font-size: 19px;
    margin-bottom: 50px;
}

#modalForOrder .modal-fom .form-control {
    height: 45px;
    margin-bottom: 22.5px;
}

#modalForOrder .modal-fom textarea.form-control {
    height: 180px;
}

#modalForOrder .btn-modal {
    font-size: 17px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}

#modalForOrder .modal-check-para {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block;
}

.close {
    color: #fff !important;
}

/*mega menu style*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    top: 50px;
    width: 680px;
    z-index: 1;
    box-shadow: 6px 6px 70px #0009;
}

.dropdown-content .rowForCat {
    padding: 33px;
}

.headingOnMenu {
    text-align: left;
    font-size: 22px;
}

.catOnMenu {
    font-size: 20px;
    font-weight: 800;
    color: #255752;
    text-align: left;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #255752;
}

.dropdown-content a {
    display: block;
    text-align: left;
    color: #000;
}

.dropdown-content .header {
    background: #255752;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.contentRightDes {
    padding: 10px;
}

.contentRightDes p {
    text-align: left;
}

.web-header ul li ul {
    padding: 0;
}

.web-header ul li ul li {
    line-height: 20px;
    display: flex;
}

.web-header ul li ul li i {
    font-size: 8px;
}

.web-header ul li ul li a {
    width: 100%;
}

.web-header ul li ul li p span {
    font-size: 20px;
    font-weight: 700;
    color: #255752;
    line-height: 40px;
}

.web-header ul li ul li p {
    display: none;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    right: 0;
    max-width: 70%;
    padding-left: 20px;
    text-transform: initial;
    text-align: left;
    padding-right: 50px;
    top: 25%;
}

.web-header ul li ul li:hover p {
    display: block;
    transition: .3s ease-in-out;
}

.web-header .nav-item:hover .dropdown-content {
    display: block;
}

@media(max-width:1082px) {
    .dropdown-content {
        display: none!important;
    }
}

.dropdown-menu.dropdown-menu1, .dropdown-menu.dropdown-menu3 {
    background: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #000;
}
.backlink {
    color: #255752;
}

.backlink:hover {
    text-decoration: none;
    color: #454ab6;
}

.btn {
    font-weight: 900;
}

body>section.comp-section>img {
    width: 100%;
}

.first-color {
    color: #00996d;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: #000000;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #ffffff;
    ;
    font-size: 20px;
    vertical-align: middle;
    background: #ac1f28;
    padding: 15px 30px 15px 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #ac1f28;
    top: 55px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #ffffff;
    ;
    font-size: 20px;
    vertical-align: middle;
    background: #ac1f28;
    padding: 15px 20px 15px 15px;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #ac1f28;
    top: 109px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floating_wrap {
    position: fixed;
    right: 0px;
    top: 9%;
    z-index: 99;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}

.floatbutton .buttonclick {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    /* box-shadow: -20px 0 35px var(--third-color); */
    border-radius: 50% 0% 0 50%;
    background: #35625F;
    display: inline-block;
    padding-top: 0px;
}

.floatbutton.visible .buttonclick {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 420px;
    z-index: 9;
}

.floating_wrap {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating_wrap.visible {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    border-radius: 50% 0% 0 50%;
    background: #35625F;
    display: inline-block;
    padding-top: 0px;
}

.floatbutton .buttonclick .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus.rotate {
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus p {
    font-size: 20px;
    width: 250px;
    top: 0px;
    position: relative;
    margin-top: 194px;
    background: #ac1f28;
    height: 55px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: right;
    /* padding-right: 25px; */
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    left: -4px;
    background-color: #35625F;
}

.floatbutton .buttonclick .crossplus {
    transform: rotate(-90deg);
}

.crossplus p a:hover {
    color: #ffffff;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-height: 860px) and (min-width: 992px) {
    .floatbutton {
        width: 390px;
    }

    .floatbutton.active {
        right: 0;
    }
}

.icon-chat:before {
    content: "\f086";
}

.icon-phone2:before {
    content: "\f0e0";
}
.bannerform-heading h3 span {
    color: #00ffe5;
}.bg-theme-blue.ble {
    background: transparent;
    border: 2px solid #fff;
    margin: 0 9px;
}

@media (max-width: 991px) {
    .nav-services-dropdown .dropdown-menu {
        min-width: 100%;
        margin-top: 12px;
        border-radius: 12px;
        box-shadow: none;
        background: #111;
    }

    .nav-services-dropdown .dropdown-item {
        padding: 12px 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        white-space: normal;
    }

    .nav-services-dropdown .dropdown-item:first-child {
        border-top: 0;
    }

    .navBar {
        padding: 12px 0;
        background: #000;
    }

    .navBar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navBar .navbar {
        align-items: center;
    }

    .navBar .navbar-brand img {
        width: 90px;
    }

    .navBar .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.35);
        padding: 6px 10px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.08);
    }

    .navBar .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navBar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navBar .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        background: #111;
        border-radius: 12px;
    }

    .navbar-light .navbar-nav.mobileNavBar {
        display: block;
    }

    .navbar-light .navbar-nav.mobileNavBar .nav-item {
        margin-right: 0 !important;
    }

    .navbar-light .navbar-nav.mobileNavBar .nav-link {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 16px;
    }

    .navbar-light .navbar-nav.mobileNavBar .nav-item:last-child .nav-link {
        border-bottom: 0;
        padding-bottom: 0;
    }

    #modalCoupon .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 24px auto;
    }

    #modalCoupon .modal-content .copuncotnent h3 {
        font-size: 24px;
    }

    #modalCoupon .modal-content .copuncotnent .form-control.copun-field,
    #modalCoupon .modal-content .copuncotnent select.form-control.select {
        height: 52px;
        font-size: 16px;
    }

    #modalCoupon .modal-content .copuncotnent textarea.form-control {
        height: 130px;
        font-size: 16px;
    }

    .floating_wrap,
    .floatbutton {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navBar {
        padding: 10px 0;
    }

    .navBar .navbar-brand img {
        width: 82px;
    }

    .navBar .navbar-collapse {
        padding: 14px;
    }

    .navbar-light .navbar-nav.mobileNavBar .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }

    .modal.show .modal-dialog {
        max-width: calc(100% - 16px);
    }
}
