#services .container {
     max-width: 100%;
}
 .service-wrap.style1:after {
     height: 77%;
}
 .addmargin5p {
     margin-top: 3%;
}
 .service-info h3 a, .service-info h3 a:not([href]):not([class]) {
     color: #016296;
     font-size: 25px;
}
 .service-card p {
     font-size: 15px;
     line-height: 26px;
     margin-top: 10px;
     min-height: 75px;
}
 .service-card .service-info a.link.style1 {
     padding-left: 31px;
     padding-right: 31px;
     padding-top: 11px;
     padding-bottom: 11px;
     font-size: 17px;
     border-radius: 10px;
}
 .service-card.style1 .service-info, .service-card.style1:hover .service-info:hover {
     transform: none;
     animation: none;
     -webkit-animation: 0;
     -webkit-transition: 0;
     transition: 0;
}
 .pt-1p {
     padding-top:1%;
}
 .service-card.style1:hover .service-info {
     margin: -66px auto 0;
     margin-left: 5px !important;
     padding-left: 10px !important;
     padding-right: 5px !important;
}
 .service-card .service-info a.link.style1:hover {
     background: #fff;
     color: #016296;
     border: 2px solid #016296;
}
 .mark-content label {
     display: inline;
     cursor: pointer;
     text-transform: auto;
     color: #fff;
}
 .mark-content #terms_and_conditions, .mark-content #terms_and_conditions1 {
     width: 5%;
     height: 20px;
     margin-top: -2px;
     vertical-align: middle;
     display: inline;
}
 .mark-content label a {
     display: inline !important;
     color: #fff !important;
     display: inline;
     margin-left: 10px;
     margin-top: 1px;
     text-transform: inherit;
     cursor: auto;
     background: transparent;
}
 .mark-content label a:hover, .mark-content label a :focus, .mark-content label a :active {
     background: transparent;
}
 .mark-content label a.textunderline {
     text-decoration: underline;
     margin-left: 0;
     cursor: pointer;
}
 @media only screen and (min-width: 1200px) {
     .breadcrumb-title h2, .section-title h2, .content-title h2 {
         font-size: 32px;
    }
}
 @media only screen and (min-width: 1400px) {
     .service-card.style1 .service-info {
         padding: 32px 30px;
         width: calc(100% - 28px);
         margin: -66px auto 0;
         margin-left: 5px !important;
         padding-left: 10px !important;
         padding-right: 5px !important;
         border-radius: 10px;
         padding-top: 15px;
         padding-bottom: 15px;
    }
}
 .loader.js-preloader {
     display: none;
}
 section.clientm {
     padding-block: min(20vh, 2rem);
     width: calc(min(76.5rem, 90%));
     margin-inline: auto;
     color: #111;
     padding: 0;
     width: 100%;
}
 section.clientm h2 {
     text-transform: capitalize;
     letter-spacing: 0.025em;
     font-size: clamp(2rem, 2.5625rem, 2.6rem);
}
 section.clientm a {
     display: inline-block;
     text-decoration: none;
}
 section.clientm .container {
     margin-top: 0em;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
     gap: 2rem;
}
 section.clientm .container .card:nth-child(1) .box .icon .iconBox {
     background: #d3b19a;
}
 section.clientm .container .card:nth-child(2) .box .icon .iconBox {
     background: #70b3b1;
}
 section.clientm .container .card:nth-child(3) .box .icon .iconBox {
     background: #d05fa2;
}
 section.clientm .container .card ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 0.625rem;
     justify-content: center;
}
 section.clientm .container .card ul li {
     text-transform: uppercase;
     background: var(--clr-tag);
     color: #282828;
     font-weight: 700;
     font-size: 0.8rem;
     padding: 0.375rem 0.625rem;
     border-radius: 0.488rem;
     padding-left: 25px;
     padding-right: 25px;
     padding-top: 15px;
     padding-bottom: 15px;
     cursor: pointer;
     letter-spacing: 2px;
}
 section.clientm .container .card ul .branding {
     color: #fff;
}
 section.clientm .container .card ul .packaging {
     color: #1e3938;
}
 section.clientm .container .card ul .marketing {
     color: #4d1637;
}
 section.clientm .container .card .content {
     padding: 0.938rem 0.625rem;
}
 section.clientm .container .card .content h3 {
     text-transform: capitalize;
     font-size: clamp(1.5rem, 1.8273rem, 1.8rem);
}
 section.clientm .container .card .content p {
     margin: 0.625rem 0 1.25rem;
     color: #000;
     font-size: 16px;
}
 section.clientm .container .card-inner {
     position: relative;
     width: inherit;
     height: 13.75rem;
     background: var(--clr);
     border-radius: 1.25rem;
     border-bottom-right-radius: 0;
     overflow: hidden;
}
 section.clientm .container .card-inner .box {
     width: 100%;
     height: 100%;
     background: #fff;
     border-radius: 1.25rem;
     overflow: hidden;
}
 section.clientm .container .card-inner .box .imgBox {
     position: absolute;
     inset: 0;
}
 section.clientm .container .card-inner .box .imgBox img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 section.clientm .container .card-inner .box .icon {
     position: absolute;
     bottom: -0.375rem;
     right: -0.375rem;
     width: 6rem;
     height: 6rem;
     background: var(--clr);
     border-top-left-radius: 50%;
}
 section.clientm .container .card-inner .box .icon:hover .iconBox {
     transform: scale(1.1);
}
 section.clientm .container .card-inner .box .icon::before {
     position: absolute;
     content: "";
     bottom: 0.375rem;
     left: -1.25rem;
     background: transparent;
     width: 1.25rem;
     height: 1.25rem;
     border-bottom-right-radius: 1.25rem;
     box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
 section.clientm .container .card-inner .box .icon::after {
     position: absolute;
     content: "";
     top: -1.25rem;
     right: 0.375rem;
     background: transparent;
     width: 1.25rem;
     height: 1.25rem;
     border-bottom-right-radius: 1.25rem;
     box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
 section.clientm .container .card-inner .box .icon .iconBox {
     position: absolute;
     inset: 0.625rem;
     background: #282828;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: 0.3s;
}
 section.clientm .container .card-inner .box .icon .iconBox span {
     color: #fff;
     font-size: 1.5rem;
}
 section.clientm .container .card:nth-child(1) .box .icon .iconBox, section.clientm .container .card:nth-child(2) .box .icon .iconBox, section.clientm .container .card:nth-child(3) .box .icon .iconBox {
     background: #016296;
}
/* align modal starts */
 @font-face {
     font-family: "Futura PT";
     src: url("http://websitezweb.com//frontend/wedguide/css/newhome/fonts/FuturaPT-Demi.woff2") format("woff2"), url("fonts/FuturaPT-Demi.woff") format("woff");
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: "Futura PT";
     src: url("http://websitezweb.com//frontend/wedguide/css/newhome/fonts/FuturaPT-Heavy.woff2") format("woff2"), url("fonts/FuturaPT-Heavy.woff") format("woff");
     font-weight: 900;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: "Futura PT";
     src: url("http://websitezweb.com//frontend/wedguide/css/newhome/fonts/FuturaPT-Medium.woff2") format("woff2"), url("fonts/FuturaPT-Medium.woff") format("woff");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
 .gradient {
     background: rgb(253, 96, 162);
     background: -moz-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
     background: -webkit-linear-gradient(left, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
     background: linear-gradient(to right, rgba(253, 96, 162, 1) 0%, rgba(255, 150, 165, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5',GradientType=1 );
}
/* align modal ends */
 #vendorCentre .modal-content, #plannerCentre .modal-content, #getquoteCenter .modal-content, #customCentre .modal-content {
     font-family: "Muli";
     padding: 0;
}
 #vendorCentre .modal-content .modal-header, #plannerCentre .modal-content .modal-header, #getquoteCenter .modal-content .modal-header, #customCentre .modal-content .modal-header {
     display : block;
     text-align: center;
     font-family: "Futura PT";
     border: 0;
}
 #vendorCentre .modal-content .modal-header h5 , #plannerCentre .modal-content .modal-header h5, #getquoteCenter .modal-content .modal-header h5 , #customCentre .modal-content .modal-header h5 {
     font-family: "Futura PT";
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 5px;
     line-height: 30px;
}
 #vendorCentre .modal-content #smartwizard ul.alignnavtab, #plannerCentre .modal-content #smartwizard ul.alignnavtab, #getquoteCenter .modal-content #smartwizard ul.alignnavtab, #customCentre .modal-content #smartwizard ul.alignnavtab {
     list-style-type: none;
}
 .start-here-bx .form-group.formtable {
     padding-left: 5%;
     padding-right: 5%;
}
 .start-here-bx .form-group.formtable .col-md-4 {
     margin-bottom: 15px;
}
 #vendorCentre .modal-content .start-here-bx, #plannerCentre .modal-content .start-here-bx, #getquoteCenter .modal-content .start-here-bx , #customCentre .modal-content .start-here-bx {
     min-width:100%;
}
 #vendorCentre .modal-content .start-here-bx .content-part1, #plannerCentre .modal-content .start-here-bx .content-part1, #getquoteCenter .modal-content .start-here-bx .content-part1, #customCentre .modal-content .start-here-bx .content-part1 {
     padding-right: 4%;
}
/* new check popup starts */
 #vendorCentre .modal-content .start-here-bx, #plannerCentre .modal-content .start-here-bx, #getquoteCenter .modal-content .start-here-bx, #customCentre .modal-content .start-here-bx {
     margin: 0;
}
 .containers {
     position: relative;
     width: 100%;
     padding: 2rem;
     background-color: #016296;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
}
 .containers .form {
     width: 100%;
     max-width: 100%;
     background-color: #fff;
     border-radius: 10px;
     box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
     z-index: 1000;
     overflow: hidden;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
}
 .contact-form {
     background-color: #016296;
     position: relative;
     padding-top:25px;
     padding-bottom:20px;
}
 .circle {
     border-radius: 50%;
     background: linear-gradient(135deg, transparent 20%, #149279);
     position: absolute;
}
 .circle.one {
     width: 130px;
     height: 130px;
     top: 130px;
     right: -40px;
}
 .circle.two {
     width: 80px;
     height: 80px;
     top: 19px;
     right: -1px;
}
 .contact-form:before {
     content: "";
     position: absolute;
     width: 26px;
     height: 26px;
     background-color: #016296;
     transform: rotate(45deg);
     top: 50px;
     left: -13px;
}
 form {
     padding: 2.3rem 2.2rem;
     z-index: 10;
     overflow: hidden;
     position: relative;
}
 .title {
     color: #fff;
     font-weight: 500;
     font-size: 1.5rem;
     line-height: 1;
     margin-bottom: 0.7rem;
     text-align: center;
}
 .input-containers {
     position: relative;
     margin: 1rem 0;
}
 .input {
     width: 100%;
     outline: none;
     border: 2px solid #fafafa;
     background: none;
     padding: 0.6rem 1.2rem;
     color: #fff;
     font-weight: 500;
     font-size: 0.95rem;
     letter-spacing: 0.5px;
     border-radius: 5px;
     transition: 0.3s;
}
 textarea.input {
     padding: 0.8rem 1.2rem;
     min-height: 150px;
     border-radius: 5px;
     resize: none;
     overflow-y: auto;
}
 .input-containers label {
     position: absolute;
     top: 50%;
     left: 15px;
     transform: translateY(-50%);
     padding: 0 0.4rem;
     color: #fafafa;
     font-size: 0.9rem;
     font-weight: 400;
     pointer-events: none;
     z-index: 1000;
     transition: 0.5s;
}
 .input-containers.textarea label {
     top: 1rem;
     transform: translateY(0);
}
 .btn.btnpop {
     padding: 0.6rem 1.3rem;
     background-color: #fff;
     border: 2px solid #fafafa;
     font-size: 0.95rem;
     color: #016296;
     line-height: 1;
     border-radius: 5px;
     outline: none;
     cursor: pointer;
     transition: 0.3s;
     margin: 0;
     width: 100%;
     padding-top: 14px;
     padding-bottom: 14px;
     font-size: 20px;
     letter-spacing: 2px;
     font-weight: 600;
     margin-top: 15px;
}
 .btn.btnpop:hover {
     background-color: transparent;
     color: #fff;
}
 .input-containers span {
     position: absolute;
     top: 0;
     left: 25px;
     transform: translateY(-50%);
     font-size: 0.8rem;
     padding: 0 0.4rem;
     color: transparent;
     pointer-events: none;
     z-index: 500;
}
 .input-containers span:before, .input-containers span:after {
     content: "";
     position: absolute;
     width: 10%;
     opacity: 0;
     transition: 0.3s;
     height: 5px;
     background-color: #016296;
     top: 50%;
     transform: translateY(-50%);
}
 .input-containers span:before {
     left: 50%;
}
 .input-containers span:after {
     right: 50%;
}
 .input-containers.focus label {
     top: 0;
     transform: translateY(-50%);
     left: 25px;
     font-size: 0.8rem;
}
 .input-containers.focus span:before, .input-containers.focus span:after {
     width: 50%;
     opacity: 1;
}
 .contact-infos {
     padding: 2.3rem 2.2rem;
     position: relative;
     padding-top: 25px;
     padding-bottom: 5px;
}
 .contact-infos .title {
     color: #016296;
}
 .text {
     color: #333;
     margin: 1.5rem 0 2rem 0;
     margin-bottom: 10px;
     margin-top: 10px;
}
 .information {
     display: flex;
     color: #555;
     margin: 0.7rem 0;
     align-items: center;
     font-size: 0.95rem;
}
 .information i {
     color: #016296;
}
 .icon {
     width: 28px;
     margin-right: 0.7rem;
}
 .social-media {
     padding: 2rem 0 0 0;
}
 .social-media p {
     color: #333;
}
 .social-icons {
     display: flex;
     margin-top: 0.5rem;
}
 .social-icons a {
     width: 35px;
     height: 35px;
     border-radius: 5px;
     background: linear-gradient(45deg, #016296, #149279);
     color: #fff;
     text-align: center;
     line-height: 35px;
     margin-right: 0.5rem;
     transition: 0.3s;
}
 .social-icons a:hover {
     transform: scale(1.05);
}
 .contact-infos:before {
     content: "";
     position: absolute;
     width: 110px;
     height: 100px;
     border: 22px solid #016296;
     border-radius: 50%;
     bottom: -77px;
     right: 50px;
     opacity: 0.3;
}
 .big-circle {
     position: absolute;
     width: 500px;
     height: 500px;
     border-radius: 50%;
     background: linear-gradient(to bottom, #1cd4af, #159b80);
     bottom: 50%;
     right: 50%;
     transform: translate(-40%, 38%);
}
 .big-circle:after {
     content: "";
     position: absolute;
     width: 360px;
     height: 360px;
     background-color: #fafafa;
     border-radius: 50%;
     top: calc(50% - 180px);
     left: calc(50% - 180px);
}
 .square {
     position: absolute;
     height: 400px;
     top: 50%;
     left: 50%;
     transform: translate(181%, 11%);
     opacity: 0.2;
}
 .customlist {
     margin-bottom: 18px;
     list-style-type: none;
}
 .customlist:before {
    /*font-family: FontAwesome;
     content: '\f00c';
     text-align: center;
     color: #016296;
     display: inline-block;
     margin-right: 10px;
     padding: 4px;
     border: 1px solid #016296;
     border-radius: 50%;
     padding-left: 8px;
     padding-right: 8px;
    */
}
 .customlist i {
     text-align: center;
     color: #016296;
     display: inline-block;
     margin-right: 10px;
     padding: 4px;
     border: 2px solid #016296;
     border-radius: 50%;
     padding-left: 8px;
     padding-right: 8px;
     font-size: 20px;
     width: 40px;
     height: 40px;
     padding-top: 10px;
}
 li.customlist {
     color: #000;
}
 .contact-infos ul {
     margin-bottom: 8%;
}
 .containers .box{
     position: relative;
     width: 100%;
     margin: 30px 0;
     margin-bottom: 8%;
}
 .containers .box input,.containers .box textarea{
     position: relative;
     border: none;
     outline: none;
     width: 100%;
     font-size: 22px;
     padding: 8px 0;
     box-sizing: border-box;
    /*border-bottom: 1px solid rgba(0,0,0,.2);
     */
     border: 2px solid #fafafa;
     background: transparent;
     z-index: 2;
     transition: .9s;
     border-radius: 5px;
     outline: none;
     font-weight: 500;
     font-size: 0.95rem;
     letter-spacing: 0.5px;
     transition: 0.3s;
     color: #fff;
     padding-left: 13px;
     font-size: 16px;
     padding-top:10px;
     margin-bottom: 0%;
}
 .containers .box input:focus,.containers .box textarea:focus{
    /*border-color: #ff5722;
    */
     border: 3px solid #fafafa;
}
 .containers .box span{
     display: inline-block;
     position: absolute;
     left: 0;
     color: rgba(0,0,0,.5);
     z-index: 1;
     transition: .9s;
     color: #fff;
     padding-left: 1.2rem;
}
 .containers .box input + span{
    /*top: 31%;
    */
     color: #fff;
     background: #016296;
     top: -35%;
     z-index: 9;
     padding-left: 15px;
     padding-right: 15px;
     left: 20px;
     letter-spacing: 1px;
}
 .containers .box input:focus + span , .containers .box input:valid + span{
     color: #fff;
     background: #016296;
     top: -35%;
     z-index: 9;
     padding-left: 15px;
     padding-right: 15px;
     left: 20px;
     letter-spacing: 2px;
}
 .containers .box textarea + span{
     top: 13px;
}
 .containers .box textarea:focus + span , .containers .box textarea:valid + span{
     color: #fff;
     background: #016296;
     top: -11px;
     z-index: 9;
     padding-left: 15px;
     padding-right: 15px;
     left: 20px;
     letter-spacing: 2px;
}
 .containers a{
     display: inline-block;
     position: relative;
     width: 100%;
     padding: 10px 0;
     color: #fff;
     background: #ff5722;
     text-transform: uppercase;
     text-align: center;
     text-decoration: none;
}
 .containers a:hover{
     background: #d23d0e;
}
 .containers .doubledata .box {
     margin-top: 5px;
}
 .passcode-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: auto;
     margin: 0 auto;
}
 .passcode-wrapper input {
     width: 50px;
     height: 50px;
     padding: 0;
     margin-right: 5px;
     text-align: center;
     border: 1px solid gray;
     border-radius: 5px;
}
 .passcode-wrapper input:last-child {
     margin-right: 0;
}
 .passcode-wrapper input::-webkit-inner-spin-button, .passcode-wrapper input::-webkit-outer-spin-button {
     -webkit-appearance: none;
     appearance: none;
     margin: 0;
}
 .passcode-wrapper input:focus, .passcode-wrapper input.focus {
     border-color: green;
     outline: none;
     box-shadow: none;
}
 .otptexts, .otptextsa, .otptextsb, .otptextslog {
     margin-top: 22%;
     display: none;
}
 .otptextslog {
     margin-top: 15%;
     margin-bottom: 13%;
}
 .otptexts .form-group label , .otptextsa .form-group label, .otptextsb .form-group label , .otptextslog .form-group label {
     text-align: center;
     width: 100%;
     margin-bottom: 25px;
     font-size: 20px;
     font-weight: 600;
}
 .otptexts, #vendorfinal, #vendorsubmitedit, .otptextsa, #vendorfinala, #vendorsubmitedita, .otptextsb, #vendorfinalb, #vendorsubmiteditb, .otptextslog, #loginfinal, #loginsubmitedit {
     display: none;
}
 .otptexts .form-group .passcode-wrapper, .otptextsa .form-group .passcode-wrapper, .otptextsb .form-group .passcode-wrapper {
     margin-bottom: 7%;
}
 button.close, button.close1, button.closea, button.close1a, button.closeb, button.close1b, button.close2 {
     position: fixed;
     right: 0;
     width: 40px;
     height: 40px;
     background: #fff;
     opacity: 1;
     font-size: 34px;
     font-weight: 200;
     z-index: 99999;
}
 #vendorCentre button.close, #plannerCentre button.close1, #getquoteCenter button.closeb, #customCentre button.close2 {
     height: 50px;
}
 .forms .title {
     font-size: 23px;
     font-weight: 600;
}
 .selectwedding .box {
     margin-top: -9%;
}

 .selectwedding.mstp .box {
     margin-top: -1%;
}

.selectwedding.sttp .box
{
    margin-top: 0%;
}

.col-md-6.mstb #dateyesdivsa
{
        margin-top: -2px;
}
 .selectstate .box,
 .selectcity .box {
     margin-top: -3px;
}


.emailpart .box
{
     margin-top: 2%;
}
.selectstate .box,
.selectcity .box
{
        margin-top: -8%;
}
.col-md-6 #dateyesdivs
{
    margin-top: -9%;
    margin-bottom: 15%;
}
 .selectcity .box label, .selectwedding .box label, #datenodivs .box label, #datenodivsa .box label, #datenodivsb .box label,
 .selectstate .box label
 {
     color: #fff;
     font-size: 17px;
     margin-bottom: 6px;
     font-weight: 600;
}
 .selectcity .box select,
 .selectstate .box select
 {
     background: #fff;
}
 .singlecolumn .col-md-6.mb3p {
     margin-bottom: 3%;
}
 .selectwedding .box select, #datenodivs .box select, #datenodivsa .box select, #datenodivsb .box select {
     height: 45px;
     background: #fff;
     color: #000;
     font-size: 17px;
}
 #datenodivs,#datenodivsa,#datenodivsb {
     margin-top: -14%;
     display: none;
}
#datenodivs .box
{
     margin-top: 9px;
}
 .otptexts .text-right, .otptextsa .text-right, .otptextsb .text-right, .otptextslog .text-right {
     text-align: right;
}
 .otptexts .text-left, .otptextsa .text-left, .otptextsb .text-left, .otptextslog .text-left {
     text-align: left;
}
 .otptexts div.whitetext, .otptextsa div.whitetext, .otptextsb div.whitetext, .otptextslog div.whitetext {
     color: #fff;
}
 .otptexts div.whitetext span, .otptextsa div.whitetext span, .otptextsb div.whitetext span, .otptextslog div.whitetext span {
     cursor: pointer;
}
 .otptextslog div.whitetext {
     margin-top: 5%;
}
 .firstloader, .firstloadera, .firstloaderb, .firstloaderlogin {
     display: none;
}
 .firstloader .Loader, .firstloadera .Loadera, .firstloaderb .Loaderb, .firstloaderlogin .Loader {
     width: 100%;
    /*height: 100vh;
    */
     margin-top: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
     font-size: 30px;
     overflow: visible;
}
 .firstloaderlogin .Loader {
     font-size: 22px;
     margin-top: 13%;
     margin-bottom: 13%;
}
 .firstloader .Loader .text, .firstloadera .Loadera .text, .firstloaderb .Loaderb .text, .firstloaderlogin .Loader .text {
     text-transform: capitalize;
     color: #fff;
}
 .firstloader .Loader .dots, .firstloadera .Loadera .dots, .firstloaderb .Loaderb .dots, .firstloaderlogin .Loader .dots {
     display: flex;
     position: relative;
     top: 5px;
     left: -10px;
     width: 100px;
     animation: dots 2s ease infinite 1s;
}
 .firstloader .Loader .dots div, .firstloadera .Loadera .dots div, .firstloaderb .Loaderb .dots div, .firstloaderlogin .Loader .dots div {
     position: relative;
     width: 10px;
     height: 10px;
     border-radius: 50%;
     margin-right: 10px;
     background-color: #fff;
}
 .firstloader .Loader .dots div:nth-child(1), .firstloadera .Loadera .dots div:nth-child(1), .firstloaderb .Loaderb .dots div:nth-child(1), .firstloaderlogin .Loader .dots div:nth-child(1) {
     width: 0px;
     height: 0px;
     margin: 5px;
     margin-right: 15px;
     animation: show_dot 4s ease-in-out infinite 1s;
}
 .firstloader .Loader .dots div:nth-child(4), .firstloadera .Loadera .dots div:nth-child(4), .firstloaderb .Loaderb .dots div:nth-child(4), .firstloaderlogin .Loader .dots div:nth-child(4) {
     background-color: transparent;
     animation: dot_fall_left 4s linear infinite 1s;
}
 .firstloader .Loader .dots div:nth-child(4):before, .firstloadera .Loadera .dots div:nth-child(4):before, .firstloaderb .Loaderb .dots div:nth-child(4):before, .firstloaderlogin .Loader .dots div:nth-child(4):before {
     position: absolute;
     width: 10px;
     height: 10px;
     margin-right: 10px;
     border-radius:50%;
     background-color: #fff;
     content: "";
     animation: dot_fall_top 4s cubic-bezier(0.46, 0.02, 0.94, 0.54)infinite 1s;
}
 @keyframes dots{
     0%{
         left: -10px;
    }
     20%, 100%{
         left: 10px;
    }
}
 @keyframes sho-dots{
     0%,20%{
         width: 0px;
         height: 0px;
         margin: 5px;
         margin-right: 15px;
    }
     30%,100%{
         width: 10px;
         height: 10px;
         margin: 0px;
         margin-right: 10px;
    }
}
 @keyframes dot_fall_left{
     0%,5%{
         left: 0;
    }
     100%{
         left: 200px;
    }
}
 @keyframes dot_fall_top{
     0%,5%{
         top: 0;
    }
     30%,100%{
         top: 50vh;
    }
}
/* new check popup ends */
 .containers .forms .firstform a {
     color: #016296;
     padding: 0;
     background: transparent;
}
 .containers .forms .firstform a:hover {
     background: transparent;
}
 .visible-xs {
     display: none;
}
 #customCentre .modal-dialog .start-here-bx .containers .form {
     display: block;
}
 .mark-content {
     display: flex;
}
 .mark-content label {
     display: contents;
}
 .mark-content #terms_and_conditions, .mark-content #terms_and_conditions1 {
     margin-top: 2px;
}
 .wa-widget-send-button {
     bottom: 50px !important;
}

.wa-chat-bubble
{
    display: none !important;
}

.fixmargins .style1 span.visible-xs
{
    display: none;
}


.service-card .service-info a.link.style1.redirectlink.buttondisable
{
    background: #8e8e8e;
    cursor: none;
}
.toolbar-icon a.redirectlink.buttondisable
{
    background: #8e8e8e;
        cursor: not-allowed;
}



 @media only screen and (min-width: 1440px) {
     body .ui-widget.ui-widget-content {
         z-index: 999999 !important;
    }
}
 @media only screen and (min-width: 1400px) {
     .hero-wrap.style1 .hero-slide-item {
         padding-top: 14%;
    }
     .hero-wrap.style1 .hero-slide-item .hero-content h1 {
         font-size: 36px;
         line-height: 45px;
         margin-top: -1%;
         margin-bottom: 1%;
    }
}
 @media only screen and (min-width: 1440px) and (orientation: landscape) {
     section.clientm .container .card .content p {
         font-size: 14px;
         min-height: 65px;
         max-height: 65px;
         overflow: hidden;
    }
    /* section.clientm .container .card .content p.addline {
         margin-bottom:4%;
    }
    */
}
 @media (max-width: 480px) {
     .containers {
         padding: 1.5rem;
    }
     .contact-infos:before {
         display: none;
    }
     .square, .big-circle {
         display: none;
    }
     form, .contact-infos {
         padding: 1.7rem 1.6rem;
    }
     .text, .information, .social-media p {
         font-size: 0.8rem;
    }
     .title {
         font-size: 1.15rem;
    }
     .social-icons a {
         width: 30px;
         height: 30px;
         line-height: 30px;
    }
     .icon {
         width: 23px;
    }
     .input {
         padding: 0.45rem 1.2rem;
    }
     .btn.btnpop {
         padding: 0.45rem 1.2rem;
    }
     .containers .form {
         display: block;
    }
}
 @media (max-width: 870px) {
     .form {
         grid-template-columns: 1fr;
    }
     .contact-infos:before {
         bottom: initial;
         top: -75px;
         right: 65px;
         transform: scale(0.95);
    }
     .contact-form:before {
         top: -13px;
         left: initial;
         right: 70px;
    }
     .square {
         transform: translate(140%, 43%);
         height: 350px;
    }
     .big-circle {
         bottom: 75%;
         transform: scale(0.9) translate(-40%, 30%);
         right: 50%;
    }
     .text {
         margin: 1rem 0 1.5rem 0;
    }
     .social-media {
         padding: 1.5rem 0 0 0;
    }
     .containers .form {
         display: block;
    }
     .modal-fullscreen-sm-down .modal-content {
         overflow-y: auto;
    }
     form, .contact-infos {
         padding-left: 5px;
         padding-right: 5px;
    }
     .title {
         font-size: 18px;
         margin-bottom: 10px;
    }
     .text {
         font-size: 12px;
         line-height: 20px;
    }
     .contact-infos ul {
         padding-left: 0;
    }
     li.customlist {
         margin-bottom: 13px;
         font-size: 14px;
    }
     li.customlist i {
         font-size: 12px;
         width: 30px;
         height: 30px;
         padding-top: 7px;
    }
     .forms .title {
         font-size: 16px;
         line-height: 23px;
    }
     .containers .box {
         margin: 15px 0;
         margin-bottom: 0%;
    }
     .hidden-xs {
         display: none;
    }
     .visible-xs {
         display: block;
    }
     .row.addmargin5p.mobview {
         display: flex;
    }
     .mobview .col-md-3 {
         width: 49%;
    }
     .service-card.style1 .service-info {
         width: 100%;
         margin: -41px auto 0;
    }
     .service-card.style1 .service-info {
         padding-left: 5px;
         padding-right: 0;
         padding-bottom: 2px;
         padding-top: 2px;
    }
     .service-info h3 a, .service-info h3 a:not([href]):not([class]) {
         font-size: 12px;
    }
     .service-card .service-info a.link.style1 {
         color: #016296;
         padding-left: 11px;
         padding-right: 14px;
         padding-top: 1px;
         padding-bottom: 1px;
         font-size: 11px;
         margin-top: 3px;
         background: transparent;
         display: none;
    }
     .section-title span.hidden-xs {
         display: none;
    }
     .section-title h2, .content-title h2 {
         font-size: 18px;
    }
     .service-card.style1 .service-info i {
         position: relative;
         opacity: 1;
         bottom: 0;
         right: 10px;
         font-size: 17px;
         top: 2px;
         display: none;
    }
     .service-card.style1 .service-info i.nextarrow {
         right: 18px;
    }
     .service-card h3 {
         line-height: normal;
         font-size: inherit;
         margin-top: 5px;
    }
     .service-card.style1:hover .service-info {
         margin: -41px auto 0;
         margin-left: 5px !important;
         padding-left: 4px !important;
         padding-right: 0px !important;
    }
     .thicard .col-xxl-3 {
         width: 50%;
    }
     .thicard .promo-card.style1 {
         padding: 0;
    }
     .row.mobfooter {
         margin: 0;
    }
     .mobfooter .nav {
         position: fixed;
         width: 100%;
         display: flex;
         justify-content: space-between;
         padding: 0 20px;
         background-color: #016296;
         border: 1px solid #016296;
         border-radius: 0;
         overflow: hidden;
         bottom: 0;
         z-index: 9;
         padding: 0;
         margin: 0;
    }
     .mobfooter .nav-item {
         position: relative;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         gap: 5px;
         width: 30.3%;
         margin: 0 5px;
         padding: 10px;
         color: rgba(255, 255, 255, 0.2);
         color: #fff;
         text-decoration: none;
         transition: .3s;
    }
     .mobfooter .nav-item.is-active {
         color: #fff;
    }
     .mobfooter .nav-item.is-active::before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 120%;
         height: 120%;
         transform: translate(-10%, -10%);
         background: radial-gradient(#6ba7a8, transparent);
         filter: blur(10px);
         opacity: .2;
    }
     .mobfooter .nav-item i {
         font-size: 18px;
    }
     .mobfooter .nav-item span {
         font-size: 10px;
         font-weight: 600;
    }
     .mobfooter .nav-indicator-wrapper {
         position: absolute;
         top: 0;
         left: 0;
         transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.175);
         display: flex;
         justify-content: center;
    }
     .mobfooter .nav-indicator {
         width: 30px;
         height: 5px;
         background-color: #6ba7a8;
         border-radius: 10px;
         display: none;
    }
     .header-wrap.style1 .header-bottom, .header-wrap.style1 .header-bottom nav.navbar, nav .navbar-brand {
         padding: 0px;
    }
     .header-wrap.style1 .header-bottom nav.navbar {
         margin-left: 5%;
    }
     .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img {
         width: 220px;
    }
     .mobile-bar-wrap {
         right: -7%;
    }
     .header-wrap.style1 .header-bottom {
         justify-content: center;
    }
     .service-wrap.style1 {
         margin-top: -1%;
    }
     .promo-card p {
         font-size: 12px;
         line-height: 17px;
         padding-bottom: 10px;
    }
     .forms .firstform .row .col-md-6, .forms .firstforma .row .col-md-6, .forms .firstformquote .row .col-md-6 {
         width: 50%;
         padding: 0;
         padding-left: 5px;
         padding-right: 5px;
         margin-bottom: 15px;
    }
     li.customlist i {
         font-size: 10px;
         width: 23px;
         height: 23px;
         padding-top: 5px;
         padding-left: 5px;
         padding-right: 5px;
         margin-right: 0;
    }
     li.customlist {
        /* margin-bottom: 6px;
         font-size: 8px;
         width: 48%;
         float: left;
         */
         margin-bottom: 16px;
         font-size: 12px;
    }
     li.customlist:last-child {
         width: 100%;
    }
     .form p.text {
         margin-top: 15px;
         margin-bottom: 10px;
         font-size: 11px;
         line-height: 13px;
    }
     form, .contact-infos {
         padding-top: 2px;
         padding-bottom: 2px;
    }
     .forms .title {
         font-size: 13px;
         margin-bottom: 20px;
    }
     .selectwedding .box label, #datenodivs .box label, #datenodivsa .box label, #datenodivsb .box label {
         font-size: 12px;
    }
     .containers .box input + span {
         font-size: 13px;
         top: -34%;
    }
     .start-here-bx .form-control {
         margin-bottom: 15px !important;
    }
     .forms .firstform .row .col-md-6.selectwedding, .forms .firstforma .row .col-md-6.selectwedding, .forms .firstformquote .row .col-md-6.selectwedding {
         margin-top: -8%;
    }
     .forms .firstform .row .col-md-6 #datenodivs, .forms .firstforma .row .col-md-6 #datenodivsa, .forms .firstformquote .row .col-md-6 #datenodivsb {
         margin-top: -18%;
    }
     .containers .forms .firstform a, .containers .forms .firstforma a, .containers .forms .firstformquote a {
         font-size: 12px;
    }
     .col-md-12 .mark-content {
         margin-top: -6%;
    }
     .contact-infos ul {
         display: flow-root;
    }
     .ui-widget.ui-widget-content {
         z-index: 999999 !important;
    }
     .contact-form {
         margin-bottom: 0px;
         border-radius: 0px;
         background: #016296;
         border: 1px solid #016296;
         padding-left: 15px;
         padding-right: 15px;
    }
     .mark-content .visible-xs {
         display: contents;
    }
     .containers .form {
         border: 1px solid #197a67;
         box-shadow: none;
    }
     #vendorCentre button.close, #plannerCentre button.close1, #getquoteCenter button.closeb, #customCentre button.close2, button.close, button.close1, button.closea, button.close1a, button.closeb, button.close1b, button.close2 {
         height: 32px;
         width: 32px;
         font-size: 20px;
    }
     #customCentre .modal-dialog {
         height: auto;
    }
     #customCentre .modal-dialog .modal-content {
         background: transparent;
    }
     .otptexts .text-left, .otptextsa .text-left, .otptextsb .text-left, .otptextslog .text-left, .otptexts .text-right, .otptextsa .text-right, .otptextsb .text-right, .otptextslog .text-right {
         display: inline;
         width: 50%;
    }
     .selectcity .box,
     .selectstate .box 
     {
         margin-top: -12% !important;
    }
     .mark-content {
         display: block;
    }
     .containers .forms .firstform a.term, .containers .forms .firstforma a.term, .containers .forms .firstformquote a.term {
         display: none !important;
    }
     .service-info h3 a, .service-info h3 a:not([href]):not([class]) {
         color: #fff;
    }
     .service-card h3 {
         font-size: 12px;
         color: #016296;
         text-align: center;
         color: #fff;
    }
     .service-card.style1 .service-info {
         margin-top: -7%;
         padding-left: 0;
         padding-right: 0;
         background: #01679a;
    }
    
    
    
    .mobview .col-md-3
    {
                margin-bottom: 20px;
    }
     .mobileicon .card {
         border-radius: 40px;
         overflow: hidden;
         border: 0;
         box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
         transition: all 0.15s ease;
    }
     .mobileicon .card:hover {
         box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.015);
    }
     .mobileicon .card-body .card-title {
         font-family: 'Lato', sans-serif;
         font-weight: 700;
         letter-spacing: 0.3px;
         font-size: 24px;
         color: #121212;
         
         font-size: 14px;
         color: #01689a;
         margin-top: 15px;
         text-align: center;
         margin-left: 0 !important;
    }
     .mobileicon .card-text {
         font-family: 'Lato', sans-serif;
         font-weight: 400;
         font-size: 15px;
         letter-spacing: 0.3px;
         color: #4E4E4E;
    }
     .mobileicon .card .container {
         width: 88%;
         background: #F0EEF8;
         border-radius: 30px;
         height: 140px;
         display: flex;
         align-items: center;
         justify-content: center;
         margin-top: 0px !important;
         width: 100%;
         
         
         padding: 0;
         height: auto;
         margin: 0;
    }
     .mobileicon .container:hover > img {
         transform: scale(1.2);
    }
     .mobileicon .container img {
         padding: 0px;
         margin-top: -40px;
         margin-bottom: -40px;
         transition: 0.4s ease;
         cursor: pointer;
         
          margin: 0;
    }
     .mobileicon .btn {
        background: #01679a;
        border: 0;
        color: #fff;
        width: 98%;
        font-weight: bold;
        border-radius: 20px;
        height: 50px;
        transition: all 0.2s ease;
        margin-bottom: 20px !important;
        font-size: 18px;
    }
     .mobileicon .btn:hover {
         background: #fff;
         color: #01679a;
    }
     .mobileicon .btn:focus {
         background: #fff;
         outline: 0;
         color: #01679a;
         border: 1px solid;
    }
    
    
    .mobileicon .card-body
    {
        padding: 0;
        padding-right: 10px;
        padding-left: 10px;
        background: #00689c12;
    }
    
    .mobileicon .card-body p.card-text
    {
        margin-bottom: 10px !important;
        letter-spacing: 0;
        line-height: 21px;
        font-size: 12px;
        text-align: left;
        min-height: 108px;
    }
    .fixmargins .style1 span.visible-xs
    {
        display: block;
    }
    
    .selectcity .box, .selectstate .box {
        margin-top: 9% !important;
    }
    .col-md-6 #dateyesdivs
    {
            margin-top: 13%;
    }
    .selectwedding.mstp .box {
        margin-top: 6%;
    }
    
    .selectwedding.sttp .box
    {
        margin-top: 10%;
    }
    
    .mobileicon .card-body .imgiconchk
    {
        text-align: right;
        width: 100%;
    }
    .mobileicon .card-body .imgiconchk img
    {
        width: 45%; 
        margin-bottom: 10px;
        margin-right: 10%;
    }
    .mobileicon .card
    {
        border-radius: 10px;
    }
    .mobileicon .card-body
    {
        padding: 0; 
    }
    .mobileicon .card-body h5.card-title
    {
        text-align: left;
        padding-left: 5px;
        width: 75%;
        line-height: 20px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .mobileicon .card-body .btn
    {
        display: none;
    }
    .mobileicon .card
    {
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.17);
    }
    
    /*
        .service-wrap.style1:after,
        .hero-wrap.style1
        {
            background-color: #fff;
        }
    */
    
    .mobileicon .card-body
    {
        background: #fff;
    }
}


@media (max-width: 700px) {
    .hero-wrap.style1 .hero-slide-item {
        padding-top: 47%;
    }
}


@media (max-width: 400px) {
    .hero-wrap.style1 .hero-slide-item {
        padding-top: 53%;
    }
    .mobileicon .card-body .card-title
    {
        font-size: 12px;
    }
}




 @media (max-width: 400px) {
     .containers .box input + span {
         font-size: 11px;
         top: -21%;
    }
    
    
    .mobileicon .card-body h5.card-title
    { 
        width: 78%; 
        font-size: 14px;
    }
    
    
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
     .hero-wrap.style1 .hero-slide-item {
         padding: 5%;
    }
     .service-card.style1 .service-info {
         width: calc(100% - 3px);
    }
     .service-card p {
         font-size: 14px;
         line-height: 22px;
         margin-top: 10px;
         min-height: 67px;
    } 
}
 