.body {
    color: #000 !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

p {
    /* color: #6c6c6f; */
    font-size: 1em;
}

h1,
h3,
h4,
h5,
h6 {
    color: #323233;
    text-transform: uppercase;
}

h1{
    color: #ebb541;
    font-weight: 400;
}
h5{
    font-weight: 400;
}
.navbar-brand span {
    color: #ebb541;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ebb541;
    font-family: 'Lato', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ebb541;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #ebb541;
}

.dropdown-item:hover {
    background-color: #ebb541;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}

.banner {
    height: auto;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://firebasestorage.googleapis.com/v0/b/vrindaanadam.appspot.com/o/Weddings%2FAD-Destination-weddings1.jpg?alt=media&token=48283afe-f9a1-4c71-9e16-65baa0598304'); */
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../assets/heroImg.png'); */
    /* background-size: 100vh; */
    text-align: center;
    color: #fff;
    /* background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-color: #011a35;
}

@media(max-width:800px) {
    .banner {
        height: auto;
        /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('https://firebasestorage.googleapis.com/v0/b/vrindaanadam.appspot.com/o/Weddings%2FAD-Destination-weddings2.jpg?alt=media&token=c744b179-d81f-406c-9540-ca1af21779fc'); */
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../assets/heroImgMobile.png');
        background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    .banner .heroImg{
        display: none;
    }
}

/* .banner-text {
    padding: 80px 0 78px 0;
} */

.banner-heading {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}

.btn-banner {
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}


/* mobile view */

@media (max-width:500px) {
    .navbar-nav {
        background-color: #000;
        border-top: 3px solid #ebb541;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        font-size: 100%;
        font-weight: 500;
    }

    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner-sub-heading {
        font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-sub-heading {
        font-size: 13px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}


/*! CSS Used from: https://virtual.aaddress.in/css/style2.css ; media=all */

@media all {

    h2,
    input,
    select,
    textarea {
        margin: 0;
        padding: 0;
    }

    button {
        cursor: pointer;
    }

    fieldset {
        border: none;
    }

    input,
    textarea {
        border: 0;
        outline: 0;
    }

    input,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

    input:focus,
    select:focus,
    textarea:focus {
        outline: 0;
    }

    select::-moz-focus-inner {
        border: 0;
        outline: 0;
    }

    option::-moz-focus-inner {
        border: 0;
        outline: 0;
    }
}


/*! CSS Used from: https://virtual.aaddress.in/css/style3.css ; media=print */

@media print {

    input,
    textarea,
    select {
        color: #000;
        background: none;
    }
}


/*! CSS Used from: https://virtual.aaddress.in/css/style4.css ; media=all */

@media all {

    button,
    input,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    [type='submit'] {
        -webkit-appearance: button;
    }

    button::-moz-focus-inner,
    [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }

    textarea {
        overflow: auto;
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ray-text--h2,
    h2 {
        font-weight: bold;
        margin: 0;
    }

    .ray-text--h2,
    h2 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }

    @media (min-width: 600px) {

        .ray-text--h2,
        h2 {
            font-size: 2rem;
            font-weight: 600;
            line-height: 2.75rem;
            margin-bottom: 1rem;
        }
    }

    .gray-bx {
        background: rgba(0, 0, 0, 0.6);
        padding: 1rem 1.5rem;
        margin-bottom: 8px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.6);
    }

    @media (max-width: 1195px) {
        .ray-text--h2 {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 600px) {
        .gray-bx {
            padding: 1rem;
        }
    }
}


/*! CSS Used from: https://virtual.aaddress.in/css/form.css ; media=all */

@media all {

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact textarea,
    #contact button[type="submit"] {
        font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
    }

    #contact {
        background: transparent;
        padding: 16px;
    }

    fieldset {
        border: medium none !important;
        margin: 0 0 10px;
        min-width: 100%;
        padding: 0;
        width: 100%;
    }

    #contact input[type="text"],
    #contact input[type="email"],
    #contact input[type="tel"],
    #contact textarea {
        width: 100%;
        border: 1px solid #CCC;
        background: #FFF;
        margin: 0 0 5px;
        padding: 10px;
    }

    #contact input[type="text"]:hover,
    #contact input[type="email"]:hover,
    #contact input[type="tel"]:hover,
    #contact textarea:hover {
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        border: 1px solid #AAA;
    }

    #contact textarea {
        height: 100px;
        max-width: 100%;
        resize: none;
    }

    #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: #ebb541;
        color: #FFF;
        margin: 0 0 5px;
        padding: 10px;
        font-size: 15px;
    }

    #contact button[type="submit"]:hover {
        background: #ebb541;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    #contact button[type="submit"]:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    #contact input:focus,
    #contact textarea:focus {
        outline: 0;
        border: 1px solid #999;
    }

    ::-webkit-input-placeholder {
        color: #888;
    }

    :-moz-placeholder {
        color: #888;
    }

    ::-moz-placeholder {
        color: #888;
    }

    :-ms-input-placeholder {
        color: #888;
    }
}

#heading-text {
    font-size: 45px;
    text-align: left;
}

#sub-heading-text {
    text-align: left;
}

@media(max-width:600px) {
    #heading-text {
        font-size: 32px;
        text-align: center;
    }

    #sub-heading-text {
        font-size: 18px;
        text-align: center;
    }
}

/* image carousel */
.text-color {
    color: #fff
}

/* banner */
@media(max-width:600px) {
    .text-ali {
        text-align: center;
    }
}

@media(max-width:600px) {
    #banner-heading {
        font-size: 32px;
    }

    #banner-sub-heading {
        font-size: 18px;
        font-weight: 300;
    }
}

/* testimonial */
.round {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
}

.picsum-img-wrapper {
    height: 300px;
    width: 1000px;
}

.carousel-caption {
    /* bottom: 35%; */
    color: #ebb541;
}

.carousel-caption p {
    /* bottom: 18%; */
    color: #212529;
}

@media(max-width:600px) {
    .round {
        height: 150px;
        width: 150px;
        top: 25%;
    }

    .carousel-caption {
        /* bottom: 15%; */
        color: #ebb541;
    }

    .picsum-img-wrapper {
        width: 1000px;
    }
}

.carousel-control-next-icon {
    height: 7vh;
    width: 100%;
    background-image: url("../../../assets/arrow-right.svg");
}

.carousel-control-prev-icon {
    height: 7vh;
    width: 100%;
    background-image: url("../../../assets/left-arrow.svg");
}

.carousel-indicators {
    display: none;
}

.caption {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption h3 {
    color: #ebb541;
    text-align: center;
}

.caption p {
    text-align: center;
}

@media(max-width:600px) {

    .picsum-img-wrapper {
        height: 550px;
    }

    .caption {
        width: auto;
    }
}

@media(min-width:601px) and (max-width: 990px) {
    .picsum-img-wrapper {
        height: 320px;
    }

    .caption {
        width: auto;
    }
}

/* contact */
#contact {
    padding: 10px;
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 80px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ebb541;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: white;
    border: solid 1px #ebb541;
    color: #ebb541;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

#image-section {
    background-color: #111;
}

@media(max-width:1024px) {
    #contact {
        padding: 10px
    }
}

@media(max-width:600px) {
    #phone-no {
        font-size: 1.5rem;
    }
}

/*! CSS Used from: https://www.upxar.com/footer.css */
.map-icon {
    float: right;
}

.info-map-boxes-item {
    padding: 13px 15px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.info-map-boxes-item p {
    color: #ccc;
}

.info-map-boxes-item {
    background-color: #343434;
    box-shadow: none;
}

.info-map-boxes-item:before {
    background-color: #343434;
}

.info-map-boxes-item h1 {
    border-bottom: 1px solid #444;
}

.info-map-boxes-item {
    padding: 18px 20px 15px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: inherit;
    background: #fff;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.8);
}

.info-map-boxes-item:before {
    float: right;
    margin: 0;
    padding: 10px 0 0 30px;
    font-size: 70px;
    background: #fff;
}

@media screen and (max-width:580px) {
    .info-map-boxes-item h1 {
        margin-left: 18px;
        text-align: left;
    }
}

.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
    text-decoration: none;
}

.info-map-boxes-item h1 {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

.info-map-boxes-item {
    width: 100%;
    margin-top: 30px;
}

.info-map-boxes-item p {
    margin: 11px 0 0;
    line-height: 25px;
    font-size: 13px;
}

/*! CSS Used from: Embedded */
.map-icon {
    float: right;
}

.info-map-boxes-item {
    padding: 13px 15px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.info-map-boxes-item p {
    color: #ccc;
}

.info-map-boxes-item {
    background-color: #343434;
    box-shadow: none;
}

.info-map-boxes-item:before {
    background-color: #343434;
}

.info-map-boxes-item h1 {
    border-bottom: 1px solid #444;
}

.info-map-boxes-item {
    padding: 18px 20px 15px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: inherit;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 7px rgba(0, 0, 0, 0.15);
}

.info-map-boxes-item:before {
    float: right;
    margin: 0;
    padding: 10px 0 0 30px;
    font-size: 70px;
    background: #fff;
}

@media screen and (max-width: 580px) {
    .info-map-boxes-item h1 {
        margin-left: 18px;
        text-align: left;
    }
}

.info-map-boxes-item:hover,
.info-map-boxes-item:focus {
    text-decoration: none;
}

.info-map-boxes-item h1 {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.info-map-boxes-item {
    width: 100%;
    margin-top: 30px;
}

.info-map-boxes-item p {
    margin: 11px 0 0;
    line-height: 25px;
    font-size: 13px;
}

#logo:hover {
    opacity: 0.5;
}

/* footer */
.vl {
    border-left: 3px solid #ebb541;
    height: 25px;
    opacity: 0.5;
}

* {
    /* background-color: #636262; */
    /* color: white; */
}

a:hover {
    color: white;
    text-decoration: none;
}

a:link {
    color: white;
}

#partner-logo img {
    width: 60%;
}

@media(max-width:600px) {
    #partner-logo {
        margin-top: 3rem;
        padding: 15px;
        margin-left: 1.5rem;
    }

    #partner-logo img {
        width: 80%;
    }
}

#logo:hover {
    opacity: 0.5;
}
.align-btn {
    position: absolute;
    z-index: 99999;
    left: 85%;
  }
  
  @media(max-width:769px) {
    .align-btn {
      left: 80%;
    }
  }

  /* WhatsApp Chat Bottom */
.btm_whatsappChat_icn{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.btm_whatsappChat_icn:hover{
    color: #0056b3;
}

.btm_whatsapp_icn{
	margin-top: 16px;
}
.note li{
    font-size: 18px;
}
.faqs-container{
    overflow: hidden;
  }
  .faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
  }
  .faq-singular:hover,
  .faq-singular.active{
    background: #f2f2f2;
    background-image: linear-gradient(90deg, #011a35 0%, #011a35 8px, transparent 8px, transparent 100%);
  }
  .faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 700;
    font-size: 24px;
  }
  .faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #808080;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    transition: all .5s;
  }
  .faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
  }
  .faq-answer {
    display: none;
    /* height: 0; */
    padding-bottom: 20px;
    font-size: 18px;
  }
  
  .hide {
    height: 0;
    display: none;
  }
  
  .show {
    height: auto;
    display: block;
  }
  .faq-singular ul{
    padding-left: 15px;
  }
  .faq-singular ul li{
    list-style: disc;
  }
  @media only screen and (max-width: 767px) {
    .aaddress_logo{
        margin-top: 0px !important;
    }
    .aaddress_logo_footer{
        margin-top: 10px !important; 
    }
  }
