body {
    overflow-x: hidden;
}
.sticky_header {
    position: fixed !important;
    z-index: 999;
    top: 0 !important;
    left: 0;
    right: 0;
    display: block !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s; 
	background-color: #3A3A3Af0;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.scrollToTop {
    background-image: url(../images/scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 66px;
    bottom: 65px;
    background-repeat: no-repeat;
    z-index: 99;
}
/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-right{
    opacity:0;transition:all .6s linear;
    -moz-transform:translate3d(50px, 0, 0);
    -webkit-transform:translate3d(50px, 0, 0);
    -o-transform:translate(50px, 0);
    -ms-transform:translate(50px, 0);
    transform:translate3d(50px, 0, 0)
}
.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*----onscroll animation end-----*/

*{
    font-family: 'Poppins', sans-serif;
}
.banner-big{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
}
.banner-small{
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    width: 85%;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
.big-head{
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 120px;
    color: #362F2F;
    font-family: 'Poppins', sans-serif;
}
.heading{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 20px;
    color: #362F2F;
    font-family: 'Poppins', sans-serif;
}
.medium-head{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 75px;
    text-transform: capitalize;
    color: #362F2F;
    font-family: 'Poppins', sans-serif;
}
.small-head{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
.para-bold{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #362F2F;
    font-family: 'Poppins', sans-serif;
}
.para{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #362F2F;
    font-family: 'Poppins', sans-serif;
}

/* guest header start */
#guest-header{
    display: block !important;
    width: 100%;
    position: absolute;
    z-index: 9;
}
#guest-header .navbar-brand{
    margin-right: 0;
}
#guest-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 20px;
    transition: all .3s linear;
}
.navbar-brand img{
    width: 230px;
}
.navbar-nav .nav-link.active{
    color:#FE0000 !important;
}
.navbar-expand-lg .navbar-nav .nav-link span{
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link span::before{
    position: absolute;
    content: '';
    height: 2px;
    top: 31px;
    bottom: 10%;
    opacity: 0;
    left: 1px;
    width: 0%;
    z-index: 1;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .5s linear;
    background-color: #e13535;
}
.navbar-expand-lg .navbar-nav .nav-link span::after{
    position: absolute;
    content: '';
    height: 4px;
    top: 30px;
    bottom: 10%;
    opacity: 0;
    left: 1px;
    width: 0%;
    z-index: 1;
    background-color: #FE0000 !important;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .6s linear;
}
.navbar-expand-lg .navbar-nav .nav-link:hover span::before{
    opacity: 1;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link:hover span::after{
    opacity: 1;
    width: 20px;
}
/* guest header end */

/* banner start */
#guest-banner-sec{
    position: relative;
    padding: 5% 0 5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/Herosection/Group350.png);
}
.guest-btn{
    border: none;
    border-radius: unset !important;
    font-size: 16px;
    color: #fff;
    background-color: #FE0000;
    cursor: pointer;
    padding: 15px 140px 15px 40px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.guest-btn i{
    font-size: 18px;
    position: absolute;
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    line-height: 4;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guest-btn i::after{
    content: "";
    position: absolute;
    width: 130%;
    height: 180%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
    transition: all 0.3s;
}
 .guest-btn:hover{
    color: #fff;
    background-color: #FE0000;
}
.guest-btn:hover i::after{
    width: 175%;
}
.guest-btn:active{
    color: #fff !important;
    background-color: #FE0000 !important;
}
.guest-btn:focus-visible{
    color: #fff;
    background: #FE0000;
}
.contact-pop-up .modal-header {
    border-bottom: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.contact-pop-up{
    padding: 16px 25px;
    border-radius: 0;
}
.contact-pop-up .modal-footer{
    padding: 0;
    border-top: none;
    justify-content: space-evenly;
}
.contact-pop-up .guest-model-body form h3 {
    font-size: 14px;
    font-weight: 400;
    color: #362F2F;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.contact-pop-up .guest-model-body form h2 {
    color: #362F2F;
    margin-bottom: 22px;
}
.contact-pop-up .guest-model-body .form-control, .contact-pop-up .guest-model-body .form-select{
    background-color: #f0f0f0;
    border-radius: 0px 0px 18px 18px;
    resize: none;
    height: 50px;
}
.contact-pop-up .modal-footer .guest-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:unset;
    font-size: 18px;
    padding: 12px 14px 12px 22px;
    background-color: #FE0000;
    border-color: #FE0000;
}
.contact-pop-up .guest-model-body .form-floating>.form-select{
    padding-top: 0;
    padding-bottom: 0;
}
.contact-pop-up .guest-model-body .form-floating>label{
    font-size: 12px;
}
.contact-pop-up .guest-model-body .form-floating>.form-select{
    font-size: 12px;
}
.contact-pop-up .guest-model-body .col-form-label{
    font-size: 12px;
}
.contact-pop-up .guest-model-body textarea.form-control{
    height: 125px !important;
}
/* banner end */

/* about start */
#guest-about-sec{
    padding: 5% 0;
    background-color: #F5F5F5;
}
.text-color{
    color:#FE0000;
}
#guest-about-sec .guest-about-content p, #guest-about-text .guest-about-right p{
    text-align: justify;
}
/* about end */

/* guest-intro start*/
#guest-intro-sec{
    padding: 5% 0;
    background-color: #000000;
}
#guest-intro-sec h2.border-bottom{
    border-color:#FE0000 !important;
}

/* guest-intro end*/

/* guest-hospital-sec start*/
#guest-hospital-sec{
    padding: 5% 0 0;
    background-color: #ffffff;
}
/* guest-hospital-sec end*/

/* guest-feature-sec start */
#guest-feature-sec{
    padding: 2% 0 0;
    background-color: #F8F8F8;
}
#guest-feature-sec .guest-feature img{
    width: 500px;
    top: -65px;
    right: -10px;
    position: absolute;
}
/* guest-feature-sec end */

/* guest-hms-sec start */
#guest-hms-sec{
    margin-top: 8%;
    padding: 3% 0;
    background-color: #1A1A1A;
}
#guest-hms-sec .guest-hms-head p, #guest-hospital-sec .guest-grms p, #guest-roombooking-sec .room-head p{
    text-align: justify;
}
/* guest-hms-sec end */

/* guest-roombooking-sec start */
#guest-roombooking-sec{
    padding: 3% 0;
    background-color: #F5F5F5;
}
/* guest-roombooking-sec end */

/* guest-footer-sec start */
#guest-footer-sec{
    padding: 1% 0;
    background-color: #3A3A3A;
}
#guest-footer-sec .left-small-footer .small-head, #guest-footer-sec .right-small-footer .small-head{
    font-size: 13px;
}
#guest-footer-sec .right-small-footer i{
    transition: all .5s linear;
    font-size: 28px;
}
#guest-footer-sec .right-small-footer a:hover i{
    color: #FE0000;
}
/* guest-footer-sec end */

/* form icon start */
.contact-pop-up .guest-model-body .input-group .button-minus, .contact-pop-up .guest-model-body .input-group .button-plus{
    background-color: transparent;
    border: none !important;
    font-size: 26px;
    line-height: 0px;
}
.contact-pop-up .guest-model-body .input-group .quantity-field{
    background-color: transparent;
    border: none !important;
    font-size: 18px;
    line-height: 0px;
}
.contact-pop-up .guest-model-body .form-header .form-small-head{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-pop-up .guest-model-body .form-header .form-meadium-head{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 22px;
}
.contact-pop-up .guest-model-body .form-floating .form-control{
    font-size: 12px;
}
.contact-pop-up .guest-model-body .form-state .form-control, .contact-pop-up .guest-model-body .guest-zip div:nth-child(2) .form-control{
    padding: 12px;
    font-size: 12px;
}
.contact-pop-up .guest-model-body .guest-zip .form-floating>label{
    left: unset;
}

icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
.icon-sm {
    width: 2rem;
    height: 2rem;    
}
/* form icon end */


@media (max-width: 767px) {
    #guest-about-video .container .abt-video{
        width: 90% !important;
    }
}
@media (max-width: 768px) {
   
    #guest-about-video {
        padding: 5% 0 2% !important;
    }
    #guest-about-video .video-btn img{
        width: 35px;
    }
    
    #video-popup .btn-close {
        right: -4px !important;
        top: -22px !important;
        opacity: 1 !important;
    }
    .grecaptcha-badge{
        bottom: 145px !important;
    }
    .h-height{
        height: 56px;
    }
    #guest-about-text .banner-big {
        font-size: 18px !important;
    }
    #guest-about-text .guest-about-left h2 {
        color: #362F2F !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link span::after, .navbar-expand-lg .navbar-nav .nav-link span::before{
        content: unset;
    }
    .contact-pop-up .modal-header{
        z-index: 9;
    }
    #guest-header {
        z-index: 1;
        top: 0;
        background-color: #3a3a3af0;
    }
    #guest-header .navbar-toggler:focus{
        box-shadow: none;
    }
    .scrollToTop{
        right: 30px;
        bottom: 90px;
    }
    .guest-btn{
        width: 100%;
        text-align: center;
        padding: 12px 10px 12px;
    }
    .contact-pop-up{
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: #fff;
        box-shadow: unset !important;
    }
    #guest-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
        font-size: 18px;
    }
    #guest-banner-sec .container .guest-btn{
        width: 100%;
    }
    #guest-hospital-sec .guest-hos-right img{
        width: 50px;
    }
    .navbar .navbar-brand img {
        width: 110px;
    }
    #guest-banner-sec {
        padding: 4% 0 4%;
        background-size: 100% 100%;
    }
    .big-head {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .banner-big {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .banner-small {
        font-size: 14px !important;
        line-height: 16px !important;
        font-weight: 400 !important;
        width: 100%;
    }
    .para {
        font-size: 12px !important;
    }
    .medium-head {
        font-size: 18px !important;
        line-height:24px !important;
    }
    .small-head {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    #guest-roombooking-sec .room-head p {
        width: 100% !important;
    }
    #guest-feature-sec .guest-feature img{
        position: unset!important;
    }
    .para-bold {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }
    #guest-intro-sec .row img{
        width: 50px !important;
    }
    #guest-hms-sec {
        margin-top: 0;
    }
    #guest-footer-sec .left-small-footer .small-head, #guest-footer-sec .right-small-footer .small-head{
        font-size: 13px !important;
    }
    #guest-footer-sec .right-small-footer i {
        font-size: 22px;
    }
}
@media (min-width: 1400px) {
    #guest-about-text .guest-about-left h2 {
        color: #362F2F !important;
        font-size: 40px !important;
        font-weight: 600 !important;
        line-height: 52px !important;
        margin-bottom: 10px !important;
    }
}
@media (min-width: 1199px) and (max-width: 1399px) {
    #guest-about-text .guest-about-left h2 {
        color: #362F2F !important;
        font-size: 34px !important;
        font-weight: 600 !important;
        line-height: 42px !important;
        margin-bottom: 10px !important;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    #guest-about-text .guest-about-left h2 {
        color: #362F2F !important;
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
        margin-bottom: 10px !important;
    }
    #guest-about-video .item-1 {
        top: 70px !important;
        left: -75px !important;
    }
    #guest-about-video .item-2 {
        top: -20px !important;
        right: -55px !important;
        z-index: -1;
    }
    #guest-about-video .item-3 {
        right: -35px !important;
        bottom: -50px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #guest-about-video .container .abt-video{
        width: 65% !important;
    }
    .h-height{
        height: 68px;
    }
    #guest-about-text .guest-about-left h2 {
        color: #362F2F !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 34px !important;
        margin-bottom: 10px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link span::after, .navbar-expand-lg .navbar-nav .nav-link span::before{
        content: unset;
    }
    #guest-header {
        z-index: 1;
        top: 0;
        background-color: #3a3a3af0;
    }
    #guest-header .navbar-toggler:focus{
        box-shadow: none;
    }
    .contact-pop-up .modal-header{
        z-index: 9;
    }
    #guest-header .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0;
        font-size: 18px;
    }
    .modal-dialog{
        max-width: 650px !important;
    }
    .guest-btn{
        width: 100%;
        text-align: center;
        padding: 12px 10px 12px;
    }
    .navbar .navbar-brand img {
        width: 150px;
    }
    .banner-big {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    #guest-feature-sec .guest-feature img {
        width: 295px !important;
        top: -1px !important;
        right: -44px !important;
    }
    #guest-roombooking-sec .room-head p {
        width: 100% !important;
    }
    .big-head {
        font-size: 44px !important;
        line-height: 88px !important;
    }
    .banner-small {
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 400 !important;
    }
    .medium-head {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .small-head {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .para-bold {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }
    #guest-intro-sec .row img{
        width: 55px !important;
    }
    #guest-feature-sec .guest-feature img{
        position: unset !important;
    }
    #guest-hms-sec {
        margin-top: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #guest-about-video .item-1 {
        top: 70px !important;
        left: -80px !important;
    }
    #guest-about-video .item-2 {
        top: -20px !important;
        right: -70px !important;
        z-index: -1;
    }
    #guest-about-video .item-3 {
        right: -40px !important;
        bottom: -50px !important;
    }
    .small-head{
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
    }
    .grecaptcha-badge{
        bottom: 125px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .small-head{
        font-weight: 400;
        line-height: 24px !important;
    }
    .para-bold{
        line-height: 18px;
    }
}

@media (min-width: 992px) {
    #guest-intro-sec .row img{
        width: 55px !important;
    }
    .grecaptcha-badge{
        bottom: 125px !important;
    }
}

  .img-float {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;

  }
  @keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(5%);
    }
    100% {
        transform: translateY(0%);
    }
  }

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


  @media(min-width: 1921px) {

    .banner-big{
        font-size: 50px;
    }
    .banner-small{
        font-size: 28px;
    }
    .big-head{
        font-size: 76px;
    }
    .heading{
        font-size: 32px;
    }
    .para{
        font-size: 18px;
    }
    .small-head{
        font-size: 28px;
    }
    .para-bold{
        font-size: 18px;
    }
    .medium-head{
        font-size: 36px;
    }
}
@media(max-width: 1920px) {
    .banner-big{
        font-size: 55px;
        font-weight: 600;
       line-height: 68px;
    }
    .banner-small{
        font-size: 22px;
    }
    .big-head{
        font-size: 76px;
    }
    .heading{
        font-size: 30px;
    }
    .para{
        font-size: 20px;
    }
    .small-head{
        font-size: 26px;
    }
    .para-bold{
        font-size: 18px;
        font-weight: 500;
    }
    .medium-head{
        font-size: 32px;
    }
}
@media(min-width:1661px) and (max-width:1920px) {

    .banner-big{
        font-size: 50px;
    }
    .banner-small{
        font-size: 28px;
    }
    .big-head{
        font-size: 76px;
    }
    .heading{
        font-size: 30px;
    }
    .para{
        font-size: 18px;
    }
    .small-head{
        font-size: 26px;
    }
    .para-bold{
        font-size: 18px;
    }
    .medium-head{
        font-size: 32px;
    }
}

@media(max-width: 1440px) {

    .banner-big{
        font-size: 42px;
        line-height: 48px;
    }
    .banner-small{
        font-size: 22px;
    }
    .big-head{
        font-size: 60px;
        line-height: 105px;
    }
    .heading{
        font-size: 26px;
    }
    .para{
        font-size: 18px;
    }
    .small-head{
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
    }
    .para-bold{
        font-size: 16px;
    }
    .medium-head{
        font-size: 28px;
    }
}

@media(max-width: 1380px) {

    .banner-big{
        font-size: 36px;
        line-height: 50px;
    }
    .banner-small{
        font-size: 20px;
    }
    .big-head{
        font-size: 55px;
        line-height: 96px;
    }
    .heading{
        font-size: 26px;
    }
    .para{
        font-size: 16px;
    }
    .small-head{
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
    }
    .para-bold{
        font-size: 16px;
    }
    .medium-head{
        font-size: 26px;
    }
    #guest-feature-sec .guest-feature img {
        width: 437px;
        top: -65px;
        right: -20px;
    }
}

@media(max-width: 1299px) {

    .banner-big{
        font-size: 34px;
        line-height: 42px;
        /* margin-top: 1.5rem; */
    }
    .banner-small{
        font-size: 18px;
    }
    .big-head{
        font-size: 52px;
        line-height: 95px;
    }
    .heading{
        font-size: 24px;
    }
    .para{
        font-size: 16px;
    }
    .small-head{
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
    }
    .para-bold{
        font-size: 14px;
    }
    .medium-head{
        font-size: 24px;
    }
    #guest-feature-sec .guest-feature img {
        width: 410px;
        top: -44px;
        right: -20px;
    }
}


@media(max-width: 1199px) {

    .banner-big{
        font-size: 34px;
        line-height: 48px;
    }
    .banner-small{
        font-size: 18px;
        line-height: 26px;
        width: 100%;
    }
    .big-head{
        font-size: 60px;
        line-height: 88px;
    }
    .heading{
        font-size: 20px;
    }
    .para{
        font-size: 14px;
    }
    .small-head{
        font-size: 20px;
    }
    .para-bold{
        font-size: 14px;
    }
    .medium-head{
        font-size: 22px;
    }
    #guest-feature-sec .guest-feature img {
        width: 366px;
        top: -44px;
        right: -30px;
    }
}
@media(min-width: 1400px) {
    .container{
        max-width: calc(100% - 100px) !important;
    }
}

@media(min-width: 1200px) {
    .container{
        max-width: calc(100% - 100px) !important;
    }
}

@media(min-width: 992px) {
    .container{
        max-width: calc(100% - 100px) !important;
    }
}

@media(min-width: 768px) {
   
    .container{
        max-width: calc(100% - 50px) !important;
    }
}

@media(min-width: 576px) and (max-width:768px) {
    .container{
        max-width: calc(100% - 30px) !important;
    }
    
}

@media(max-width: 575px) {
    .container{
        max-width: calc(100% - 15px) !important;
    }
    
}

.form-floating input:focus, .form-floating select:focus, .form-floating textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-floating.error input, .form-floating.error textarea {
    border-color: #FE0000;
}

.form-floating.success input, .form-floating.success textarea {
    border-color: #000;
}

.form-floating small {
    color: #FE0000;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
}

/* guest about-us sec start */

#guest-about-banner{
    position: relative;
}
#guest-about-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
}
#guest-about-text .guest-about-left h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 0;
}
/* guest about-us sec end */

/* guest about-video sec start */
#guest-about-video{
    padding: 10% 0 8%;
}
#guest-about-video .item-1{
    top: 70px;
    left: -130px;    
}
#guest-about-video .item-2{
    top: -20px;
    right: -100px;
    z-index: -1;
}
#guest-about-video .item-3{
    right: -55px;
    bottom: -50px;
}
#guest-about-video .item-1, #guest-about-video .item-2, #guest-about-video .item-3{
    width: 25%;
}

#video-popup .modal-content{
    border: 0;
    background-color: unset;
}
#guest-about-video .container .abt-video{
    position: relative;
}
#guest-about-video .container .video-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-index{
    z-index: 1;
}
#video-popup .v-body{
    padding: 0;
}
#video-popup .btn-close{
    right: -27px;
    opacity: 1;
}
/* guest about-video sec end */
strong{
    color: #000;
    font-size: 1rem;
    font-weight: 200;
    margin-top: 1rem !important;
    display: inline-block;
}
#thank-you-message {
    display: none;
}
  
#thank-you-message.show {
    display: block;
}
.pop-up-modal button{
    top: 15px;
    right: 15px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 100px !important;
    z-index: 999;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.subheading-red{
    color: #FF0000 !important;
}
.subheading-blue{
    color: #4A86E8 !important;
}





