/*
 Theme Name:     Divi Child
 Theme URI:      https://www.letswork.in.net.com
 Description:    letswork.in.net
 Author:         letswork.in.net
 Author URI:     https://letswork.in.net
 Template:       Divi
 Version:        1.2.0
*/
/* .gradient-text {

    background: linear-gradient(91deg, #b11c41 30%, #FF9800 33%, #4CAF50 66%, #2196F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */
p.gradient-text.bounce {
    font-size: 16px;
    color: #fff;
}#top-header .et-social-icon a {
    font-size: 15px;
}
.home-banner {
    padding-bottom: 80px !important;
    overflow: hidden;
}
.team-section .et_pb_blurb_content .et_pb_blurb_container {
    padding: 29px 11px;
}ul.et-social-icons li a:before {
    font-weight: normal;
}
.team-section .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 30%;
    margin-bottom: 0px;
    display: inline-flex;
}
.team-section .et_pb_blurb_content .et_pb_blurb_container {
    padding: 29px 11px;
    width: 70%;
}
p.gradient-text.double-flash, .third-shape p.gradient-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
}
.third-shape p.gradient-text {
    line-height: 23px;
	font-size:15px;
}

 .team-section .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap, .team-section .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img {
    height: 100% !important;
    object-fit: cover;
}.team-section .et_pb_blurb_content {
    background: #b11c4126;
    display: flex;
}
.fourth-shape p.gradient-text {
    line-height: 23px;
	font-size:15px;
}
.third-shape {
    padding: 20px 10px;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/New-Project.png);
    background-size: 100% 100%;
    background-position: center;
    width: 48%;
    margin: 0 auto;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/New-Project-1.webp);
}
.blink-div {
    padding: 2px 10px;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/New-Project-3.webp);
    background-size: 100% 100%;
    background-position: center;
    width: 51%;
    margin: 0 auto;
}
.fourth-shape p.gradient-text.double-flash {
    padding-right: 50px;
}
.fourth-shape {
    padding: 28px 10px;
    background-size: 100% 100%;
    background-position: center;
    width: 57%;
    margin: 0 auto;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/New-Project-2.webp);
}.new-shape p.gradient-text.double-flash {
    line-height: 21px;
    font-size: 15px;
}
.new-shape {
    padding: 8px 10px;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/pink-back.png);
    background-size: cover;
    background-position: center;
    width: 56%;
    margin: 0 auto;
}
.package-plans .as-prev, .package-plans .as-next {
    min-width: 5% !important;
}
.double-flash {
    animation: double-flash_1897 4s 
ease infinite;
    transform-origin: 50% 50%;
}
@keyframes double-flash_1897 {
    0% {
        opacity: 1
    }

    12.5% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    37.5% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
.bounce {
    animation: bounce_965 1.6s 
ease infinite;
    transform-origin: 50% 50%;
}
@keyframes bounce_965 {
    0% {
        transform: translateY(0)
    }

    12.5% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    62.5% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}
.company_tagline {
    text-align: center;
    font-size: 18px;
    padding: 0px;
    min-height: 150px;
    color: #b11c41;
    font-family: 'Courgette', cursive;
/*     background-image: url(https://letswork.in.net/wedding/wp-content/uploads/2025/09/papyrus-scroll-royal-banner-paper-parchment-e1757500036285.png); */
	background-repeat:no-repeat;
    background-size: 100%;
}
.company_tagline2 {
    text-align: center;
    font-size: 20px;
    padding: 0px;
    min-height: 150px;
    color: #b11c41;
    font-family: 'Courgette', cursive;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/9304787-e1757493766140.png);
    background-size: 100% 100%;
}.et-fixed-header#main-header {
    top: 0px !important;
}
.company_tagline p {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    padding: 30px 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.company_tagline2 p {
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    padding: 28px 0px;
}
.pulse, .pulse2 {
    animation: pulse_3682 5s linear infinite;
    transform-origin: 50% 50%;
}
@keyframes pulse_3682 {
    0% {
        transform: scale(1.1)
    }

    33.33333% {
        transform: scale(0.8)
    }

    66.66667% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1.1)
    }
}

.sidebar-posts .full-flex p span {
    width: 100%;
}section#comment-wrap {
    background: #fff;
    padding: 40px 30px !important;
    border-radius: 10px;
}
.megamenus-head ul.sub-menu li:before {
    content: "9";
    font-family: ETmodules;
    font-size: 17px;
    color: rgb(0, 0, 0);
    left: 0px;
    position: absolute;
    font-weight: 300;
}
.testimonial-div .et_pb_blurb_container * {
    color: #fff;
    font-size: 15px;   
}
.testimonial-div .et_pb_blurb_container p{
	line-height:normal;
}
.testimonial-div .et_pb_blurb_content:hover .et_pb_blurb_container {
    transform: translateX(0px);
}
.testimonial-div .et_pb_blurb_container {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    background: #b11c41c7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    transition: 0.4s ease-in-out;
}
.testimonial-div .et_pb_main_blurb_image{
	margin-bottom:0px;
	line-height:0px;
}
.testimonial-div .et_pb_blurb_content {
    overflow: hidden;
    margin-bottom: 0px;
    line-height: 0px;
}
.megamenus-head ul.sub-menu {
    padding-left: 20px;
}
.megamenus-head ul.sub-menu li {
    width: 50%;
}.testimonial-div .et_pb_blurb_container h4 {
    font-size: 22px;
}
.call {
    position: fixed;
    left: 14px;
    bottom: 20px !important;
    z-index: 999999999;
    width: 54px;
    animation: shakeY 4s ease-in-out 0 1 normal forwards,pause 2s;
    animation-iteration-count: infinite;
    height: 54px;
}
#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
    right: -4px !important;
    top: 12px !important;
 }

#et-top-navigation #top-menu .megamenus-head ul.sub-menu li a {
    padding: 5px !important;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Manrope';
    color: #373737;
    font-weight: 500;
}
.megamenus-head ul.sub-menu li {
    width: 50% !important;
}#top-menu li li a {
    width: auto !important;
}.megamenus-head ul.sub-menu li a:hover {
    background: #fff;
    text-decoration: underline !important;
}
.full-flex p .wpcf7-not-valid-tip {
    width: 100%;
}
.megamenus-head ul.sub-menu {
    min-width: 706px !important;
    left: -200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.call:before {
    content: '';
    position: absolute;
    box-shadow: #3ac436 0 0 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    -webkit-animation-name: video-out;
    animation-name: video-out;
    opacity: 1;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes video-out {
    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}
.footer-main:after {
    content: '';
    /* background-image: url(https://letswork.in.net/wedding/wp-content/uploads/2025/09/cd5223119146085.6097b9d38ff2a.gif); */
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/New-Project.webp);
    background-size: 36%;
    background-position: 41% 0%;
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}footer.et-l.et-l--footer {
    overflow: hidden;
}
.footer-main:before {
    content: '';
    /* background-image: url(https://letswork.in.net/wedding/wp-content/uploads/2025/09/New-Project.webp); */
    background-size: 17%;
    background-position: 43% 0%;
    position: absolute;
    top: 88px;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/cd5223119146085.6097b9d38ff2a.gif);
}

.service-cols .et_pb_module.et_pb_image {
    margin-bottom: 0px !important;
}.service-cols .et_pb_column {
    overflow: hidden;
}.service-cols .et_pb_column:hover .ser-text {
    transform: translateY(-100%);
    justify-content: center;
}
.ser-text h2 {
    color: #fff;
}
.popup-col {
    padding: 30px 30px;
    border-radius: 10px;
}
ul.footer-lists li:before, ul.footer-lists li:after {
    display: none;
}.news-form span.wpcf7-spinner {
    position: absolute;
}
.footer-info-links .et_pb_menu__wrap {
    justify-content: flex-end;
}
ul.footer-lists li {
    list-style: none;
}
ul.footer-lists {
    display: flex;
}.footer-main ul.footer-lists li {
    padding-left: 0px !important;
    width: 40px;
}
.single-flex p input {
    width: 100%;
    min-height: 40px;
}
.service-cols .et_pb_module.et_pb_image {
    margin-bottom: 0px !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.ser-text {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background: #b11c41e6;
    transition: 0.4s all ease-in-out;
    color: #fff; border-radius: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em !important;
 }.welcome-section {
    overflow: hidden;
}
.cont-page {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.form-submit{
    text-align: left;

}button#et_pb_submit {
    background: #b11c41;
    color: #fff;
    border-radius: 10px;
    border: 0px solid;
}
.sidebar-posts .full-flex p input, .sidebar-posts .full-flex p select, .sidebar-posts .single-flex textarea {
    background: #f3eee7b8;
    border-bottom: 1px solid #d8d3d3;
    border-radius: 8px;
    min-height: 34px !important;
    max-height: 60px !important;
    padding: 10px 17px;
    resize: none;
}
/* .overlap-content {
    position: absolute;
    top: 0%;
    height: calc(100% - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #b11c41;
    transition: 0.3s ease-in-out;
} */
.services-main .swiper-container.main_slider {
    padding: 0px !important;
    margin: 0px !important;
}
.services-main .as_slide_content_wrapper h2 {
    color: #fff;
    font-size: 24px;
}
.services-main .as_slide_content_wrapper {
    position: absolute;
    top: 86%;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background: #b11c41e6;
    transition: 0.4s all ease-in-out;
    color: #fff;
    padding-top: 15px;
}
.services-main .swiper-slide.media_top:hover .as_slide_content_wrapper {
    transform: translateY(-83%);
}
.white-block {
    padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    background: #fff;
}
.services-main .swiper-wrapper, .testimonials-section .swiper-wrapper{
    margin-bottom: 60px;
}
.services-main .swiper-slide {
    overflow: hidden !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    padding: 0px;
    border-radius: 10px;
    background: #fff;
}
.team-friend span.et_pb_image_wrap {
    position: relative;
    overflow: hidden;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%);
}
.team-friend .et_pb_image:before {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/flowers-5.png);
    content: '';
    background-size: contain;
    position: absolute;
    height: 107%;
    width: 117%;
    background-repeat: no-repeat;
    top: -6%;
    left: -7%;
    z-index: 9999;
}.team-friend .et_pb_image img {
    transition: 0.3s ease-in-out;
}
.team-friend .et_pb_image:hover img {
    transform: scale(1.2);
    filter: grayscale(1);
}
.package-plans .as-prev, .package-plans .as-next {
    min-width: 5% !important;
    z-index: 99;
}
/* .team-friend .et_pb_image:after {
    position: absolute;
    top: -3%;
    left: -3%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999;
    
    display: block !important;
    content: '';
    height: 107%;
    width: 106%;
} */
.service-page:before {
      background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/flowers-13.png);
    content: '';
    position: absolute;
    left: 0;
    background-size: contain;
    width: 21%;
    height: 100%;
    animation: updown 3s ease-in-out infinite alternate;
    background-repeat: no-repeat;
}
.service-page{
	position:relative;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    background: #f3eee7b8 !important; 
}
.sidebar-related-posts{
	 padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    background: #fff;
}.sidebar-posts h2 {
    font-weight: 600;
    margin-bottom: 11px;
}
.sidebar-posts .full-flex p {
    flex-direction: column;
    width: 100%;
}
/* Theme customization starts here ------------------------------------------------------- */
.blog-text {
    padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    background: #fff;
}
.sidebar-posts{
	 padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
    background: #fff;
}
/*------------Basic CSS------------*/
.et_fixed_nav #top-header {/* top: 4px; */}
.cl { clear:both}
.ds-vertical-align { display: flex; flex-direction: column; justify-content: center;} 
.full_height { height:100%}
.banner_full_height {height:100vh}
.et-fixed-header#main-header {-webkit-box-shadow:0 0 55px rgba(0,0,0,0.4)!important; -moz-box-shadow:0 0 55px rgba(0,0,0,0.4)!important;  box-shadow:0 0 55px rgba(0,0,0,0.4)!important;}
#footer-info img { margin: 0 5px -6px 1px;}
/*------------Basic CSS------------*/
.home-banner {
    padding-bottom: 0px !important;
}
.home-banner:before {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/flowers-13.png);
    content: '';
    position: absolute;
    left: 0;
    background-size: contain;
    width: 21%;
    height: 100%;animation: updown 3s ease-in-out infinite alternate;
    background-repeat: no-repeat;
}
.updown {
  position: relative;
  animation: updown 3s ease-in-out infinite alternate;
}

@keyframes updown {
  0%   { transform: translateY(0); }
  100% { transform: translateY(30px); } /* kitna neeche le jana hai */
}
@keyframes leftright {
  0%   { transform: translateX(-50px); }
  100% { transform: translateX(0px); } /* kitna right jana hai */
}.leftright {
  position: relative;
  animation: leftright 3s ease-in-out infinite alternate;
}
.home-banner:after {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/flowers-14.png);
    content: '';
    position: absolute;
    right: 0;
    background-size: contain;
    width: 21%;
    height: 100%;animation: updown 3s ease-in-out infinite alternate;
    background-repeat: no-repeat;
    top: 0;
}
div#et-info {
    width: 100%;
}ul.et-social-icons {
    float: right !important;
}
body #page-container a.new-button.et_pb_button:before {
    content: '' !important;
    position: absolute !important;
    background: #000;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    display: block !important;
    opacity: 1;
    margin: 0px;
    z-index: -1;
}.updown {
  position: relative;
  animation: updown 3s ease-in-out infinite alternate;
}
.about-img:before {
    content: '';
    background: #e7ecf0;
    width: 550px;
    height: 550px;
    position: absolute;
    left: 5%;
    top: 10%;
    border-radius: 50%;
}.news-form input {
    width: 100%;
    min-height: 47px;
    padding-left: 10px;
    margin-bottom: 12px;
}
.blog-div article:hover {
    transform: translate(0px, -20px);
    border: 13px solid #b11c41 !important;
}
.blog-div .column.size-1of3 {
    margin: 1% !important;
    width: 31% !important;
}.bread-links .et_pb_text_inner {
    font-weight: 700;
    color: #323030;
}ul#breadcrum-nav li {
    list-style: none;
    padding: 1px;
}
.package-state .et_pb_module.et_pb_image, .package-state .et_pb_module.et_pb_image span, .package-state .et_pb_module.et_pb_image span img, .package-state2 .et_pb_module.et_pb_image, .package-state2 .et_pb_module.et_pb_image span, .package-state2 .et_pb_module.et_pb_image span img{
    height: 100%;
    object-fit: cover;
}
ul#breadcrum-nav {
    display: flex;
    padding-bottom: 0px;
}
.blog-div article h2.entry-title {
    font-family: 'Cinzel', Georgia, "Times New Roman", serif;
    font-weight: 600;
}
.blog-div article {
    outline: 1px solid #bebcbc;
    padding: 30px !important;
    border: 13px solid #ececec !important;
    transition: 0.3s ease-in-out;
}
.about-col1 {
    width: 45% !important;
}.about-img {
    width: 52% !important;position:relative;
}
.image-hover span:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    z-index: 999999;
    left: 0;
}
.service-block-style1 .inner-box {
    position: relative;
    background-color: #f7f7f7;
    padding: 100px 45px 35px;
    outline: 1px solid #cdcdcd;
    border: 10px solid #fff;
    border-radius: 7px;
    margin-top: 57px;
    transition: all 300ms ease;
    height: calc(100% - 57px);
}
.service-block-style1 .inner-box .et_pb_main_blurb_image {
    color: #fff;
    border-radius: 50%;
    transition: all 300ms ease;
    background: #b11c41;
}
.service-block-style1 .inner-box:hover {
    background-color: #fff;
    border-color: #b11c41;
}.inner-box.space-reduce {
    margin-top: -50px;
}
.welcome-section:after {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/patern.svg);
    content: '';
    position: absolute;
    right: 0;
    bottom: 19%;
    background-size: 100%;
    width: 24%;
    height: 100%;
    animation: updown 3s 
ease-in-out infinite alternate;
    background-repeat: no-repeat;
    background-position: center right;
}
.leaf-div:after {
	background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/icon-leaves-32.png);
    content: '';
    position: absolute;
    right: 0;
    bottom: 10%;
    background-size: 59%;
    width: 21%;
    height: 100%;
    filter: grayscale(1);
    animation: updown 3s ease-in-out infinite alternate;
    background-repeat: no-repeat;
    background-position: center right;
}.img-move span.et_pb_image_wrap {
    position: relative;
    overflow: hidden;
}.img-move:hover img {
    -webkit-transform: scale(1.05) translateX(5px);
    transform: scale(1.05) translateX(5px);
}.memories-div .et_pb_module.et_pb_image.img-move, .memories-div .et_pb_module.et_pb_image.img-move span, .memories-div .et_pb_module.et_pb_image.img-move span img {
    height: 100%;
    object-fit: cover;
}.testi-content h6 {
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #a71a3d;
}.testi-content h3 {
    font-family: 'Cinzel', Georgia, "Times New Roman", serif;
    font-weight: 600;
}
.testimonial-slider .swiper-slide.media_top:after {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/09.png);
    content: '';
    position: absolute;
    right: 0;
    bottom: 0%;
    background-size: 59%;
    width: 51%;
    height: 100%;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-position: top right;
}
.icon-plan span.et_pb_icon_wrap:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 2px dashed #b11c41;
    border-radius: 50%;
}
.package-cols:hover {
    transform: translate(0px, -20px);
}.plan-charge {
    padding: 20px;
    background: #f1f6fc;
    margin: 28px 0px !important;
}
.package-plans {
    background-color: #FFFFFF !important;
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/05599424bb5a1b7819956d0288559697.gif);
    background-size: 41%;
    background-repeat: no-repeat;
	background-position:right;
}
.wedding-slider .et_pb_column.et_pb_column_4_4:before {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/left-service.png);
    content: '';
    position: absolute;
    left: 40px;
    top: 10px;
    background-size: contain;
    width: 56%;
    height: 100%;    z-index: 99;
    background-repeat: no-repeat;
    /* animation: updown 3s 
ease-in-out infinite alternate; */
    /* transform: rotatey(180deg); */
}
.wedding-slider{
	position:relative;
}
.wedding-slider .et_pb_column.et_pb_column_4_4:after {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/09/Right-service.png);
    content: '';
    position: absolute;
    right: 40px;
    top: 0%;
    background-size: contain;
    width: 36%;
    height: 100%;
    background-repeat: no-repeat;
    /* animation: updown 3s 
ease-in-out infinite alternate; */
    background-position: right;
}
.icon-plan span.et_pb_icon_wrap span.et-pb-icon {
    color: #fff;
    font-size: 53px;
}
.form-cols {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.full-flex p span {
    width: 49%;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #b11c41;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    font-size: 18px;
    border-radius: 6px;
}.footer-main ul li a {
    font-weight: 600 !important;
}
.head-design h3.et_pb_module_heading:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: #659494;
    bottom: 0;
    left: 0;
}ul.et_pb_module.et_pb_social_media_follow li {
    margin-bottom: 0px;
}
#et-top-navigation #top-menu > li a {
    padding: 12px 12px !important;
    opacity: 1;
    font-family: 'Cinzel';
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.et-fixed-header#main-header div#et-top-navigation {
    padding: 15px 0px !important;
}
div#et-top-navigation li.head-button a {
    color: #FFFFFF !important;
    border-radius: 27px;
    background-color: #b11c41;
    padding: 15px 24px !important;
}
.et-fixed-header#main-header {
    box-shadow: none !important;
    background: #fff !important;
}
.head-design h3.et_pb_module_heading:after{
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 3px;
    background-color: #659494;
    bottom: 0;
    left: 35px;
}
.footer-main ul li:before {
    content: '\39';
    font-family: ETmodules;
    font-size: 17px;
    color: #000;
    left: 0px;
    position: absolute;
}
.footer-main ul li {
    width: 100%;
    margin-bottom: 0px !important;
    line-height: 20px;
    position: relative;
    padding-left: 22px !important;
}
.full-flex p input, .full-flex p select, .single-flex textarea, .single-flex p input {
    width: 100%;
    min-height: 40px;
    padding: 15px 22px;
    font-size: 16px;
    background: 0 0;
    border-radius: 0px;
    background-color: #F3F7FA;
    border: none;
    box-shadow: none;
    max-height: 80px;
    font-family: 'Manrope';
    font-weight: 500;
}.single-flex {
    margin-bottom: 15px;
}.popup-col h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #232122;
}.popup-col h4 {
    text-transform: lowercase;
    font-family: 'Manrope';
    margin-bottom: 12px;
}
.full-flex p br {
    display: none;
}
.full-flex p input {
    width: 100%;
    min-height: 40px;
}
.full-flex p {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}
.icon-plan span.et_pb_icon_wrap {
    background: #b11c41;
    padding: 26px;
    border-radius: 50%;
    transform: rotate(45deg);
}
.package-cols:after {
    background-image: url(https://silverstringsweddings.com/wp-content/uploads/2025/08/09.png);
    content: '';
    position: absolute;
    right: -20px;
    top: -15px;
    background-size: 100%;
    width: 51%;
    height: 100%;
    /* filter: grayscale(1); */
    background-repeat: no-repeat;
    background-position: top right;
}
.package-cols {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .9s ease-in-out;
    z-index: 1;
}
.plan-charge {
    padding: 20px;
    background: #fce7ec;
}
.testi-content {
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-top: 12px;
}
.testi-head {
    display: flex;
    gap: 10px;
    align-items: center;
}.testi-content h3 {
    font-family: 'Cinzel', Georgia, "Times New Roman", serif;
    font-weight: 600;
}
.testi-head .testi-img img {
    width: 78px;
    border-radius: 50%;
}

.testimonial-slider .swiper-slide {
    margin-bottom: 20px;
    background: #fff;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}
.img-move img {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1.05) translateX(-5px);
    transform: scale(1.05) translateX(-5px);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}
.inner-box.et-last-child {
    margin-top: 120px;
}
.service-block-style1 .inner-box:hover .et_pb_main_blurb_image {
    transform: rotatey(180deg);
}
.inner-box.inner-box-space {
    margin-top: 115px;
}.service-block-style1 .inner-box .et_pb_main_blurb_image span.et_pb_image_wrap {
    border-radius: 50%;
}
.service-block-style1 .inner-box .et_pb_blurb_content {
    margin-top: -170px;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.image-hover span {
    position: relative;
    overflow: hidden;
}.blog-page .et_pb_image_container a img {
    transition: 0.3s ease-in-out;
}
.blog-page .et_pb_image_container:hover img {
    transform: scale(1.2);
}
.blog-page .et_pb_image_container a {
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.image-hover span:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 0.3s ease;
}
body #page-container a.new-button.et_pb_button:hover:before 
{
	left:0%;
}
body #page-container a.new-button.et_pb_button {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
/**************Mobile Menu**********************/
#mobile_menu li {position: relative;width: 100%;display: block;clear: both;background-color: #ffffff24;margin-bottom: 1px;}
#main-header .et_mobile_menu li ul.sub-menu li {background: #00000052;display: block;clear: both;width: 100%;position: relative;margin-bottom: 1px;padding-left: 0px;}
#main-header .et_mobile_menu li ul.sub-menu li a {}
#main-header .et_mobile_menu li ul.sub-menu {margin-left: 0px;padding-left: 0;}
#main-header .et_mobile_menu li ul.hide{display:none!important}
#mobile_menu .menu-item-has-children{position:relative}
#mobile_menu .menu-item-has-children > a{background:transparent}
#mobile_menu .menu-item-has-children > a + span{position:absolute;right:0;top:0;padding:10px 17px;font-size:20px;font-weight:700;cursor:pointer;z-index:3;background-color: #00000052;}
span.menu-closed:before{content:"\4c";display:block;color:#fff;font-size:16px;font-family:ETmodules}
span.menu-closed.menu-open:before{content:"\4d"}
/**************Mobile Menu**********************/





/**************Top Scroll Button**********************/
.et_pb_scroll_top{z-index:9999999;position:fixed;right:20px;bottom:20px;background:#b11c41;height:100px;box-shadow:0 2px 4px rgba(108,46,185,0.2);-webkit-transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,transform .6s ease;transition:all .2s ease,transform .6s ease,-webkit-transform .6s ease;cursor:pointer}
.et_pb_scroll_top:before{display:none}
.et_pb_scroll_top:after{content:"\24";font-family:ETmodules!important;color:#fff;font-size:16px;font-weight:700;margin-left:10px}
.et_pb_scroll_top,.et_pb_scroll_top.et-visible,.et_pb_scroll_top.et-hidden{-webkit-animation:none!important;animation:none!important}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{-webkit-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}
.et_pb_scroll_top .et-pb-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.et_pb_scroll_top{right:0;width:auto;padding:0 20px;line-height: 34px;}
.et_pb_scroll_top:before{content:'Back To Top';display:inline-block;color:#FFF;font-weight:700;font-size: 14px;text-transform: uppercase;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{right:40px;bottom:100px;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(1) translate(100%,0) rotate(-90deg);transform:scale(1) translate(100%,0) rotate(-90deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.et_pb_scroll_top .et-pb-icon{display:none}

/*------------Basic CSS------------*/


div#et-top-navigation {
    padding: 30px 0px !important;
}
div#et-top-navigation li.menu-item {
    padding-right: 0px;
}

























/********** Woocomerce Section ***************/
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit { color:#FFF !important}
table:not(.variations),body.et-pb-preview #main-content .container table{border:1px solid #eee;margin:0 0 15px;text-align:left;width:100%}
table.shop_table td, table.shop_table th{padding: 0.7em 1.0em!important;max-width: 100%;font-size: 1.em;}
.woocommerce-cart .entry-content .woocommerce > form{width:60%;float:left;margin-bottom:100px}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals{width:35%;float:right;padding:0;margin-bottom:40px}
.woocommerce-cart .cart-collaterals:before,.woocommerce-cart .cart-collaterals:after,.custom_border:before,.custom_border:after,.woocommerce-order-pay #order_review:before,.woocommerce-order-pay #order_review:after{background-image: radial-gradient(closest-side,rgb(0 0 0 / 0%) 9px,rgb(241 242 249) 100%);}
.woocommerce-cart .cart-collaterals:before{margin-top:-10px}
.woocommerce-cart .cart-collaterals:after,.woocommerce-cart .cart-collaterals:before{content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important;float:none}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals{padding:40px 40px 30px;background-color: rgb(241 242 249);}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals,.checkout_right_wrapper,.woocommerce-form-track-order,.order-info{background: rgb(241 242 249);}
.woocommerce table.shop_table,.woocommerce-page table.shop_table{margin:12px 0 0;-webkit-border-radius:0;border-radius:0;}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal,.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal{border-bottom:none}
.woocommerce-cart .woocommerce-cart-form .actions .button[name="update_cart"]{width:-webkit-fit-content;/* text-align:right; *//* padding:13.5px 0!important; *//* position:relative; */color: #000;float: right !important;}
.woocommerce-cart .entry-content .woocommerce .actions .button{float:right;}
.button[name="update_cart"]:after{ content:"\e02a"!important;font-size:15px !important; margin-left: 10px !important; margin-top: 5px !important;  }
.button[name="update_cart"]:hover:after{ color:#ffffff !important;   }
.button[name="update_cart"]:hover{ padding-right:45px !important }
.woocommerce-cart table.cart td.actions .coupon .input-text{background-color:#FFF!important;border:1px dashed #CCC!important;width:203px;margin-right:10px;padding:6px 12px;color:#000!important;font-size:16px;font-weight:300}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder{color:#999;font-size:16px;font-weight:300}
.woocommerce-cart .cart-collaterals:after{bottom:-10px;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);position:relative}
.shop_table .product-name a { color:#3062a4; font-weight:bold}
.woocommerce-cart .cart-collaterals {padding:0px;border: 1px solid rgb(241 242 249);}
.woocommerce-cart .cart-collaterals .cart_totals {padding:30px;}
.woocommerce-cart .cart-collaterals:after {bottom: -11px;}
.woocommerce-cart .cart-collaterals:before { margin-top: -11px;}


/*------------ Checkout Page  ------------*/
.woocommerce form .form-row label{line-height:2;font-weight:700;color:#939090;font-style:italic}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);background-color:#f2f4f4!important;border:none!important;-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);padding:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.xoo-cp-opac{background-color:transparent!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{background-color:#f2f4f4!important;border:none!important;-webkit-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16)}
.woocommerce-page form .form-row.validate-required{margin-bottom:15px}
.woocommerce form .form-row-first,.woocommerce-page form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{width:48.8%; float:right}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal;outline:none;border:1px solid #b5b5b5;background-color:#FFF;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;padding:10px}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first { float: left;}
.select2-container--default .select2-selection--single{background-color:#f2f4f4!important;border:none!important;padding: 2px 7px;height:49px;line-height:49px;-webkit-box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);}
.woocommerce form .form-row label{line-height:2;font-weight:700;color:#939090;font-style:italic}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);background-color:#f2f4f4!important;border:none!important;-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);padding:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.col2-set { margin-top: 4px;}
.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{background:transparent !important;color:#6b6b6b!important}
.comment-reply-link:hover,.et_password_protected_form .et_submit_button:hover,.form-submit .et_pb_button:hover,.woocommerce #content input.button.alt:hover,.woocommerce #content input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce a.button:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce input.button.alt:hover,.woocommerce input.button:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce-page #content input.button:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button.alt.disabled:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page input.button:hover{background: -moz-linear-gradient(top left, #28984B, #608B85) !important;background: linear-gradient(214deg,rgb(58 65 111) 0%,rgb(13 116 200) 100%);border: 2px solid rgb(60, 95, 111);}
a.checkout-button:hover { color:#FFF !important}
.woocommerce>form table.cart tr.cart_item td.product-thumbnail{width:92px;padding-left:8px;padding-right:8px}
table.cart img{width:60px!important}
.col2-set{width:62.2%!important;float:left;margin-top:45px;padding:0 90px 0 10px}
#order_review{width:37.8%;float:right;margin-top:45px}
.my-account-section .col2-set {  width: 100%!important;float: left;}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float: left;/* width:100%; *//* margin-top:36px; */}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table td{line-height:1.35;padding:16px 0 14px}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th{padding-top:40px}
.woocommerce-privacy-policy-text p,.woocommerce-terms-and-conditions-checkbox-text{font-size:12px;line-height:1.4285em;margin:-2px 0 13px;font-weight:400}
.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{width:100%}
.woocommerce-form-login-toggle,.woocommerce-info{text-align:center}
.woocommerce-info a{color:#000!important}
.woocommerce-form-login-toggle .woocommerce-info{padding:0!important;margin-bottom:8px;color:#868686!important}
.woocommerce-form-login-toggle .woocommerce-info a.showlogin,.woocommerce-form-coupon-toggle .woocommerce-info a{text-transform:uppercase;font-weight:700;font-size: 14px;margin-left:8px;}
.woocommerce-info{background-color:transparent!important}
.woocommerce-form-login-toggle .woocommerce-info::before{position:absolute;vertical-align:middle;font-weight:400;top:-2px;position:relative}
.payment_method_stripe img{width:10%;display:inline-block;height:auto}
.woocommerce-checkout h3#order_review_heading{display:none!important}
.woocommerce-form-coupon-toggle .woocommerce-info{/* padding:0!important; *//* margin-bottom:15px; */color: #868686!important;font-size: 16px !important;line-height: initial;}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order:before,.woocommerce-checkout .woocommerce-checkout-review-order:before{position:absolute;top:-10px;left:0;content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px;background-image:-webkit-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:-o-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%)}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order:after,.woocommerce-checkout .woocommerce-checkout-review-order:after{position:absolute;bottom:-10px;left:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px;background-image:-webkit-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:-o-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%)}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order,.woocommerce-checkout .woocommerce-checkout-review-order{background:rgba(84,84,84,0.05);padding:0 40px 40px;position:relative}

.woocommerce-page form .form-row.validate-required{margin-bottom:15px}
.woocommerce form .form-row-first,.woocommerce-page form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{width:48.8%}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal;outline:none;border:1px solid #b5b5b5;background-color:#FFF;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;padding:10px}
.woocommerce form label{font-weight: 400 !important; margin-top: 8px; line-height: 2em; margin-bottom: 0px !important; color: #000000 !important;}
.address_bar span {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.address_bar span input {-webkit-order:2;order:2}
.address_bar span label {-webkit-order:1;order:1}
#billing_country_field .select2-selection__rendered,#billing_country_field .select2-selection__placeholder,#billing_state_field .select2-selection__rendered,#billing_state_field .select2-selection__placeholder,#calc_shipping_country_field .select2-selection__rendered,#calc_shipping_country_field .select2-selection__placeholder,#calc_shipping_state_field .select2-selection__rendered,#calc_shipping_state_field .select2-selection__placeholder,#shipping_country_field .select2-selection__rendered,#shipping_country_field .select2-selection__placeholder,#shipping_state_field .select2-selection__rendered,#shipping_state_field .select2-selection__placeholder,.woocommerce-widget-layered-nav-dropdown .select2-selection__rendered,.woocommerce-widget-layered-nav-dropdown .select2-selection__placeholder{outline:0!important;font-size:.875rem;color:#444!important;line-height:40px!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-selection--single{height:auto!important}
.button[name="update_cart"]:after { content: "\e02a"!important; color: #000;}
.woocommerce ul.products li {vertical-align: text-top;}
body.post-type-archive-product li.product_cat-uncategorized { display: none; visibility:hidden}
.button[name="update_cart"]:after { content: "\e02a"!important;}
.certificate_slider .swiper-container {  padding-bottom: 48px;}
.xoo-wsc-basket { bottom:5px;}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {font-weight: 300;text-transform: capitalize;font-size: 16px;color: rgb(255, 255, 255) !important;line-height: 1;letter-spacing: 1px;text-align: center;cursor: pointer;touch-action: manipulation;-webkit-appearance: none;border-width: 0px;border-style: initial;border-color: initial;border-image: initial;border-radius: 80px;text-decoration: none;outline: none;padding: 0.55em 1.5em;background-image: linear-gradient(40deg,rgb(58 65 111) 0%,rgb(13 116 200) 100%)!important;box-shadow: 0 7px 13px -3px rgba(45,35,66,0.3), 0 2px 4px 0 rgba(45,35,66,0.4), inset 0 -2px 0 0 #404d77;border-radius: 6px;}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover,.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:focus{box-shadow:none;background-color:#0076ea;color:#fff;text-decoration:none}
.woocommerce a.added_to_cart.wc-forward{color:#fff!important;border-radius:100px;letter-spacing:1px;font-size:16px;font-weight:500!important;padding:7px 16px;margin-left:18px;box-shadow:0 12px 18px -6px rgba(0,0,0,0.3);align-items:center;line-height:1.25em;font-weight:500;background-image:linear-gradient(252.45deg,#5a89dd -15.99%,#5a89dd 110.88%);box-shadow:inset 0 2px 0 hsla(0,0%,100%,.1),4px 9px 12px rgba(35,29,73,0.26);border-radius:50px;transition:all .3s;outline:0}
.woocommerce-product-gallery .flex-control-nav{/* padding: 12px 0px 11px 10px!important; */}
.woocommerce-product-gallery .flex-control-nav img.flex-active{border:1px solid #666!important}
.woocommerce-page .col2-set .col-2 {float: right; width: 48%;}
#customer_details .col-1, #customer_details .col-1{ float:none; width:100% !important;}
#customer_details .col-2 { float: right; width:100%;}
/*------------ Checkout Page  ------------*/




/*Woocomerce dashboard style*************/
.woocommerce-MyAccount-navigation li { list-style:none; width:100%; clear:both}
.woocommerce-MyAccount-navigation li.is-active {    }
.woocommerce-MyAccount-navigation li.is-active a { color: #314f8d; box-shadow: 0px 3px 3px 2px rgba(213,218,223,0.35); border-left: 5px solid #3683bf;}
.woocommerce-MyAccount-navigation li a:hover {color: #314f8d; box-shadow: 0px 3px 3px 2px rgba(213,218,223,0.35); border-left: 5px solid #3683bf;}
.woocommerce-MyAccount-navigation li a{font-weight:700;font-size:27px;line-height:1.3em;letter-spacing:0;color:#a8a8a8;margin:0;font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;font-weight:300;box-shadow:0 3px 3px 2px rgba(213,218,223,0.35);border-left:5px solid #28AB26;background:#fff;border:1px #D5DADF solid;border-left:5px solid #D5DADF;box-shadow:0 2px 3px rgba(213,218,223,0.35);padding:15px;border-radius:3px;cursor:pointer;transition:all .2s ease;margin-bottom:15px;list-style:none;display:block}
.mob-break { display:none; clear:none}
.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}
.woocommerce div.product div.images img {width: 80%; margin: 0px auto;}
/*Woocomerce dashboard style*************/



/*------------ Responsive Codding ------------*/
@media only screen and (min-device-width:981px) and (max-device-width : 1920px) {}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width: 1260px) {}

@media only screen and (max-width:1200px) { }

@media only screen and (min-device-width:1025px) and (max-device-width : 1260px) {}

@media only screen and (min-device-width:981px) and (max-device-width : 1166px) {}

@media all and (max-width: 1024px) {
	.footer-main:before {
    top: 68px;
 }
	.footer-main:after {
    background-size: 44%;
	}
}

/***** Only Desk Top*********/
@media (min-width: 981px) {}
/***** Only Desk Top*********/

@media screen and (max-width: 1024px){}



@media only screen and (max-width: 980px) {
#et-top-navigation {width: 154px; padding-left: 0px !important;}
.et-cart-info {margin: -10px 11px 0 13px !important;}
.woocommerce-MyAccount-navigation li a { font-size: 19px !important; line-height: 1.3em; padding:16px 11px !important; border-radius: 3px; font-weight: 500;}
.et_fixed_nav #main-header:before {content: url(images/logo_base.png);position:absolute;left: -6%;top: -21%;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transform: scale(0.8);}
.custom_row {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.first-on-mobile{-webkit-order:1;order:1}
.second-on-mobile{-webkit-order:2;order:2}
.third-on-mobile{-webkit-order:3;order:3}
.fourth-on-mobile{-webkit-order:4;order:4}
.custom_row:last-child .et_pb_column:last-child{margin-bottom:30px}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation{position:relative!important}
#mobile_menu{display:block!important;min-height:100vh;height:100%;top:0;right:0;position:fixed;z-index:9998;overflow:scroll;border-top:none;padding-top: 100px!important;padding: 25px;background-color: #000 !important;/* clear: both; */}
.et_mobile_menu li:nth-child(1){/* padding-top:20px; */}
.et_mobile_menu li a{color:#fff!important;width:100%;/* float:left; */border:none!important;text-align:left;/* margin: 0px 10px; */transition:.2s;font-weight:300;font-size: 1.0em!important;clear: both;}
.mobile_nav ul#mobile_menu .current_page_item > a{color:#fff!important;background-color:rgba(255,255,255,0.1);/* border-radius:30px; */padding-left:20px;/* background: rgb(255 255 255 / 6%); *//* box-shadow: 0px 1px 14px -3px rgb(255 255 255); *//* border-top-right-radius: 0px; *//* border-top-right-radius: 0px; *//* border-bottom-right-radius: 0px; */}
.mobile_nav.closed #mobile_menu{background:-moz-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-webkit-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-o-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-ms-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav.opened #mobile_menu{background:-moz-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-webkit-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-o-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:-ms-linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);background:linear-gradient(100deg, rgb(177 28 65) 0%, rgb(114 12 37) 100%);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav #mobile_menu{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
#main-header .container.clearfix.et_menu_container{width:100%}
.mobile_menu_bar:before{color: rgb(239 27 37)!important;}
.mobile_nav.opened .mobile_menu_bar:before{content:'\4d';z-index:9999;color:#fff!important;border: 1px solid #1d3b6600;width:30px;height:30px;border-radius:50%;}
.mobile_nav.opened .mobile_menu_bar:after{color:#FFF}
.et_header_style_split .mobile_menu_bar,.et_header_style_left .mobile_menu_bar{z-index:9999}
#et-top-navigation{padding-right:5px}
.et_header_style_left #logo,.et_header_style_split #logo{max-width:100%}
#commentform p.comment-form-comment,#commentform .gglcptch{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author,#commentform p.comment-form-email,#commentform p.comment-form-url{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author input,#commentform p.comment-form-email input,#commentform p.comment-form-url input{width:100%;display:block;float:none}
#commentform .form-submit{text-align:left}
.mobile_menu_bar:after {content: url(images/hexagone_shape.png);position:absolute;right: 8px;top: -15px;}
.mobile_nav.opened .mobile_menu_bar:after {content: url(images/hexagone_shape-light.png);}
.mobile_menu_bar:before {left: -19px;top: 3px;}
#logo {max-height: 90%;margin: 4px;}
#page-container { padding-top: 80px !important;}
header.et-fixed-header { position: fixed !important;}
.et_pb_scroll_top:before { display: none !important;}
.et_pb_scroll_top { padding: 5px 9px 4px 8px !important; line-height: 26px; height: 43px;}
	.mobile_menu_bar:before {
        color: #fff !important;
        background: #b11c41;
        padding: 5px;
        border-radius: 4px;
    }.mobile_menu_bar:before {
        top: 11px;
    }
	.mobile_menu_bar:after{
		display:none;
	}div#et-top-navigation {
    padding: 5px 0px !important;
}
	.footer-main .et_pb_menu__menu, .et_pb_section_1_tb_footer .et_pb_menu__menu{
    display: block;
}
	.footer-main .et_mobile_nav_menu, .et_pb_section_1_tb_footer  .et_mobile_nav_menu{
    display: none !important;
}.footer-info-links .et_pb_menu__wrap {
    justify-content: center;
}div#copyright-column {
    margin-bottom: 0px;
}.about-col1 {
        width: 100% !important;
    }
	.about-img {
    width: 100% !important;
 }	.package-plans .as_slide_image_wrapper span, .package-plans .as_slide_image_wrapper, .package-plans .as_slide_image_wrapper span img {
    width: 100%;
}
	.ser-text {
        justify-content: flex-start;
        padding: 10px 30px 30px 30px;
        transform: translateY(-45px);
    }
	.third-shape {
    width: 75%;
 }.wedding-slider .et_pb_column.et_pb_column_4_4:before {
    width: 43%;
    height: 75%;    left: 0;
 }
	.wedding-slider .et_pb_column.et_pb_column_4_4:after {
    right: 0;
    width: 36%;
    height: 75%;
 }.blink-div {
    width: 66%;
 }.fourth-shape {
   width: 100%;
  }.fourth-shape p.gradient-text.double-flash {
     letter-spacing: 3px;
}div#et-top-navigation li.head-button a {
    background-color: #33ffff00 !important;
 }
}


@media only screen and (max-width:768px) {
.service-block-style1 .inner-box {
    margin-top: 0px;
   }	
	.services-main .as_slide_content_wrapper {
    top: 92%;
	}
		.footer-main:before {
    top: 57px;
 }
.inner-box.et-last-child {
        margin-top: 50px;
    }.service-block-style1.et_pb_row_5.et_pb_row {
    margin-top: 0px !important;
}
	.service-block-style1.second-row .inner-box.space-reduce {
    margin-top: 20px;
    margin-bottom: 120px;
}.service-cols .et_pb_column:hover .ser-text h2 {
    margin-bottom: 0px;
}
	
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:150px}
.woocommerce-page.et_pb_button_helper_class a.button{display:block;width:100%}
.woocommerce-error,.woocommerce-info,.woocommerce-message{font-size:14px!important}
.woocommerce td.product-name dl.variation dt{padding:10px 0}
.woocommerce td.product-name dl.variation dd{padding:30px 0 0}
.woocommerce-page table.cart td.actions .coupon .button{width:45%;font-size:16px}
.shop_table td.product-name{width:72%}
.shop_table .wmc-product-desc{font-weight:700}
.cart_item td.product-name{width:100%!important}
.woocommerce ul.order_details li{float:none;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #fff;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none;margin-bottom:19px}
.woocommerce td.product-name dl.variation dt{padding:30px 0 1px}
.woocommerce td.product-name dl.variation dd{float: right;width: 56%;font-size:14px;}
.woocommerce td.product-name dl.variation dt{float:left;width: 40%;font-size: 13px;font-weight: 500;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order{background:rgba(84,84,84,0.05);padding:0 10px;position:relative}
.cart-button-space{color:#716e6e!important;background-color:#eee;padding:7px 30px;border-radius:50px;font-size:18px;text-transform:capitalize!important;display:block;margin-bottom:10px}
a.cart-button-space.active{background-color:#3683bf;color:#fff!important}
.woocommerce table.shop_table .woocommerce-shipping-totals th{font-size:13px!important}
.woocommerce table.shop_table .cart-subtotal th{font-size:13px!important}
.woocommerce table.shop_table .order-total th { font-size:17px !important}
body.logged-in .woocommerce-MyAccount-content { float: none !important; width:100% !important;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{bottom:11px!important;}
.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important;clear: both;}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
.woocommerce-cart .entry-content .woocommerce > form{width:100%;float: none;margin-bottom:100px}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals{width:100%;float: none;padding:0;margin-bottom:40px}
.woocommerce-cart table.cart td.actions .button[name=update_cart] { width: 62% !important; margin-top: 19px !important; float:left !important}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .button {    width: 92%; margin: 0px auto !important; display: block; float: none !important; margin-bottom:15px !important}
.woocommerce table.shop_table { border:none !important} 
.overlay-container .overlay-close { right: 5.5%;}
}

@media(max-width:767px)
{
.third-shape p.gradient-text {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
	.third-shape {
    padding: 10px 10px;
  }.services-main .as_slide_content_wrapper h2 {
    font-size: 18px;
}
	.new-shape {
    width: 100%;
}p.gradient-text.double-flash {
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
	
	.new-shape p.gradient-text.double-flash {
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
	.team-section .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap {
    width: 100%;
}div#top-header .container.clearfix {
    width: 100%;
}
}

@media(max-width:600px)
{
	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date:before {
        content: 'Date';
        position: absolute;
        left: 20px;
        color: grey;
        top: 16px;
    }input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    padding-left: 60px !important;
}
	.testimonial-div .et_pb_blurb_content .et_pb_main_blurb_image, .testimonial-div .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 100%;
}
	.team-section .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 50%;
 }
	.mobile_menu_bar:before {
       padding: 3px;
     }
	.services-main .as_slide_content_wrapper {
    top: 90%;
	}
	.services-main .as_slide_content_wrapper h2 {
    font-size: 21px;
}.et_pb_row.et_pb_row_10.services-main {
    padding-bottom: 0px;
}.package-plans {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}.blink-div {
        width: 85%;
    }.third-shape {
        width: 95%;
    }.full-flex p span {
    width: 100%;
}
	.ser-text h2 {
    font-size: 19px;
}
	.service-block-style1 .inner-box {
    padding: 100px 20px 21px;
 }
	.service-block-style1 .inner-box .et_pb_main_blurb_image span.et_pb_image_wrap
 {
    border-radius: 50%;
    width: 80px;
}.footer-main:before {
        top: 40px;    background-size: 33%;
    }.cont-page {
    padding: 20px;
    }.package-plans .as-prev, .package-plans .as-next {
    z-index: 99 !important;
}
	.memories-div.mem-div2 {
    padding-top: 0px;
}.memories-div .et_pb_code_inner {
    line-height: 0px !important;
}
}
@media(max-width:480px)
{.ser-text h2 {
        font-size: 17px;
    }
	.ser-text {
        justify-content: flex-start;
        padding: 10px 30px 30px 30px;
        transform: translateY(-45px);
    }
	.ser-text h2 {
    margin-bottom: 20px;
}.service-cols .et_pb_column:hover .ser-text p {
    font-size: 14px;
    line-height: 21px;
}
	.package-plans .as-prev, .package-plans .as-next {
    min-width: 32px !important;
    z-index: 99 !important;
}
.package-plans h2.et_pb_module_heading {
        width: 80% !important;
        margin: 0 auto !important;
        line-height: 24px !important;
        font-size: 18px !important;
    }
	.wedding-slider .et_pb_column.et_pb_column_4_4:after {
        right: -15px;
               width: 35%;
        height: 78%;
        top: 7px;
    }.wedding-slider .et_pb_column.et_pb_column_4_4:before {
                width: 35%;
        height: 78%;
        left: -15px;
    }.fourth-shape p.gradient-text.double-flash {
    padding-right: 50px;
    padding-left: 15px;
}
}
@media only screen and (max-width:425px) {
	.services-main .as_slide_content_wrapper {
    padding-top: 5px;
}.services-main .swiper-slide.media_top .as_slide_content_wrapper p {
    font-size: 15px;
    text-align: center !important;
    line-height: 23px;
    font-weight: 400;
}.footer-main:before {
        top: 30px;
    }.service-cols .et_pb_column:hover .ser-text h2 {
        margin-bottom: 0px;
        padding-bottom: 5px !important;
    }
	.package-plans h2.et_pb_module_heading {
        width: 80% !important;
        margin: 0 auto !important;
        line-height: 24px !important;
        font-size: 18px !important;
    }
	.wedding-slider .et_pb_column.et_pb_column_4_4:after {
        right: -15px;
        width: 30%;
       
        top: 2px;
    }.wedding-slider .et_pb_column.et_pb_column_4_4:before {
        width: 30%;
       
        left: -24px;
    }
	.team-section .et_pb_blurb_content {
    flex-wrap: wrap;
}
	.team-section .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100%;
 }
	.team-section .et_pb_blurb_content .et_pb_blurb_container {
    width: 100%;
}
.et_pb_row { width:90%;}
.woocommerce-variation-add-to-cart { width: 100%;}
.woocommerce-variation-price { padding: 31px 0 0px 0; font-size: 1.6em;}
.woocommerce-MyAccount-navigation li {width: 45%;clear: both;list-style: indianred;display: inline-block;margin-right: 10px;}
.woocommerce-MyAccount-navigation li a {padding: 9px 11px !important;border-radius: 3px;font-size: 0.9em !important;margin-bottom: 10px;}


}

@media only screen and (max-width:375px) {
	.ser-text {
        transform: translateY(-55px);
    }
.woocommerce-MyAccount-navigation li { width: 45% !important;}
.woocommerce-MyAccount-navigation li a { font-size:19px;} 
}


@media only screen and (max-width:425px) {}

@media only screen and (min-width: 481px) {}

@media only screen and (max-width: 480px)  {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:363px) {}

@media only screen and (max-width:320px) {}