*{margin:0;padding:0;}
ul{padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, a, p{font-family: "Poppins", serif;}
h3.mobileOnly{display:none}
p.mobileOnly { display: none;}
.contents1 strong {margin-top: 10px;display: block;}
.topHeader {border-bottom: 1px solid #f3edff;}
.topHeader ul li {display: inline-block;border-right: 1px solid #ede4ff;}
.topHeader ul { justify-content: right;display: flex;align-items: center;}
.topHeader p {margin: 0;margin-top: 10px;color: #00447a;}
.topHeader ul li a {padding: 10px 15px; display: block;color: #00447a;}
div#navbarSupportedContent {justify-content: right;}
nav.navbar.navbar-expand-lg.navbar-light a.nav-link {padding: 10px 15px;color: #000;}
body .navbar.navbar-expand-lg.navbar-light ul li a.nav-link:hover{color: #00447a !important;}
.btn.signIn {background: #152795;border-radius: 25px;color: #fff;font-weight: 600;padding: 10px 20px;font-family: 'Poppins';letter-spacing: 1.5px;margin-left: 20px;}
button#btnBodyClick:hover, a.readMore.btn:hover, .productText a.btn.watchBtn:hover, button.btn.downloadBtn:hover, .btn.signIn:hover {color: #FFFFFF; background: #ff7222;}
.ConsultDetails .servicesBox img {
    max-width: 100%;
}
.ConsultDetails .servicesBox {
    background: #fff;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 0px;
    box-shadow: 0px 5px 50px rgba(50, 112, 252, .08);
    border-radius: 5px;
    transition: all 
ease .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
nav.navbar.navbar-expand-lg.navbar-light img {
    max-width: 250px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 6px 0;
}
.bannerSection .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ConsultDetails .servicesText {
    margin-top: 20px;
}
.ConsultDetails .servicesBox h4 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #1b2336;
}
.services {
    padding: 70px 0 60px 0;
}
.services h2 {
    font-size: 36px;
    color: #00447a;
    font-family: 'Poppins';
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 15px;
}
.services h2 strong {
    color: #00447a;
    font-weight: 600;
}
.services .row {
    max-width: 1100px;
    margin: auto;
}



.servicesImg img {
    max-width: 60%;
    margin: auto;
    border-radius: 10px;
}

.services h2 + p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #415674;
}
.col-md-6.pr {
    padding-right: 0;
}

.col-md-6.pl {
    padding-left: 0;
}

.ConsultDetails .servicesText p {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #415674;
    line-height: 1.7;
}

.ConsultDetails {
    padding: 60px 0;
    background: #f8fafb;
}
.bannerText h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    position: relative;
    z-index: 1;
    padding-right: 0px;
    margin-top: 20px;
}
.bannerText h2 {
    color: #FFEB3B;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    font-family: poppins;
    font-size: 22px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.8px;
}
.bannerText h2 img {
    max-width: 30px;
}
.bannerText h2 {
    border: 1px solid #fff903;
    padding: 10px;
    border-style: dashed;
    border-radius: 125px;
    max-width: 510px;
    text-align: center;
}
.ConsultDetails h2 {
    color: #2279fc;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.ConsultDetails h3 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1b2336;
}
.ConsultDetails .servicesBox::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #2279fc;
    border-radius: 5px 5px 0 0;
    z-index: -1;
    transition: all 
ease .5s;
}
.ConsultDetails .servicesBox::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #2279fc;
    border-radius: 0 0 5px 5px;
    z-index: -1;
    transition: all 
ease .5s;
}
.ConsultDetails .servicesBox:hover::after {
    bottom: 0;
}
.ConsultDetails .servicesBox:hover h4, .ConsultDetails .servicesBox:hover p {
    color: #fff;
}
.ConsultDetails .servicesBox:hover::before {
    top: 0;
}

.bannerSection:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    background: #4f005b;
    }
.bannerSection {
    padding: 100px 0;
    background: url(../images/bggg.png);
    position: relative;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.bannerText p + p {
    margin-bottom: 30px;
}
.bannerText p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    line-height: 34px;
    padding-right: 25px;
}
.bannerText {
    position: relative;
    padding-top: 0px;
}

.bannerText img.banner-img-shape-3 {
    position: absolute;
    top: -100px;
    left: -150px;
}
.imageBox img {
    max-width: 100%;
    border-radius: 25px;
}
a.btn:hover {
    color: #2279fc;
    background: #fff;
}
a.btn {
    padding: 13px 20px 10px 20px;
    background: #fff;
    color: #02568b;
    position: relative;
    z-index: 1;
    /* border: 2px solid #02568b; */
}
a.openModalBtn.btn {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    text-transform: uppercase;
}

a.openModalBtn.btn:hover {
    background: #ffe187;
    color: #000;
}

.servicesDescription h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #00447a;
    font-weight: 600;
    font-family: poppins;
    line-height: 30px;
}
.moreServices {
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px -3px 0px 0px rgba(234, 76, 137, 0.004), 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
    min-height: 530px;
}

.servicesImg {
    text-align: center;
    padding: 20px;
}

.servicesDescription {
    padding: 30px;
    border-top: 1px solid #a1a1a17d;
    margin-top: 20px;
}
.servicesDescription p {
    color: #415674;
    margin-bottom: 10px;
    font-size: 16px;
}
.services .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copywright {text-align: center;padding: 10px;
background: #000;}
.copywright p {
    margin: 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
}

/* ===Modal=== */

/* Modal Overlay */
.customModalContent input{
	    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #c9c9c9;
}
.customModalContent .btn {
    padding: 10px 20px;
    background: #2279fc;
    color: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #2279fc;
    width: 100%;
}
.customModalContent span.closeModal {
    position: absolute;
    top: -10px;
    background: red;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    color: #fff;
    right: -16px;
    border-radius: 100%;
}

.customModal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Modal Box */
.customModalContent {
    background: #fff;
    width: 100%;
    max-width: 380px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: popup 0.35s ease;
    position: relative;
}

/* Close Button */
.closeModal {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

/* Animation */
@keyframes popup {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}




/* ====Ripple Btn===== */
/* Ripple Button */

.allBtn {
    display: flex;
}
div#openModal {
    margin-left: 40px;
}
div#openModal .fa {
    color: #ffffff!important;
    margin-left: 3px;
}
.pulse {
    width: 50px;
    height: 50px;
    background: yellow;
    border-radius: 50%;
    display: grid;
    place-content: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.pulse::before,
.pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:#ff6b31;
    animation: pulse 1.8s linear infinite;
}
.desktop p strong {
    color: yellow;
    font-weight: 600;
}
.pulse::after { animation-delay: .9s; }

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2.6); opacity: 0; }
}

.pulse a { 
    color: #fff; 
    text-decoration: none; 
    z-index: 2; 
    position: relative; 
}
@keyframes pulse {
    0% { 
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    100% { 
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

	
/* -------------------------
   MODAL (Hidden By Default)
---------------------------- */
.video-modal {
    display: none; /* IMPORTANT FIX */
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

div#videoModal .modal-content {
    width: 70%;
    max-width: 700px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}
div#videoModal .modal-content iframe#youtubeVideo {
    border-radius: 10px;
}
div#videoModal  .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: red;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}
img.banner-img-shape-3 {
    position: absolute;
    left: -100px;
    top: 0;
}


.ConsultDetails .container {
    position: relative;
}
.howWork:before {
    position: absolute;
    background: #f5f5f5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.howWork {
    background: url(../images/bg.png);
    position: relative;
    background-size: cover;
    width: 100%;
    padding: 50px 0 50px 0;
}
.step-content {
    margin-top: 25px;
}
.howWork h2 {
    font-family: poppins;
    font-weight: 600;
    color: #00447a;
    font-size: 36px;
    text-align: center;
}
.howWork p {
    color: #415674;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}



.steps-wrapper {
    font-family: 'Poppins', sans-serif;
}


.workBox p {
    text-align: left;
    font-size: 16px;
}

.imageBox.mobilesImages {
    display: none;
}
.mobiles{
    display: none;
}




.importantNotes p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.importantNotes {
    padding: 20px;
    background: #222222;
    text-align: center;
}








/* ===========Only Animated========== */
.allShapes img {
    position: absolute;
    animation: floatUpDown 4s ease-in-out infinite;
}

/* Different delays so each shape moves differently */
img.shape-img-1 {
    right: 20%;
    top: 30px;
}

img.shape-img-2 {
    bottom: 70px;
    left: 25%;
}

img.shape-img-4 {
    right: 45%;
    bottom: 20%;
}

img.shape-img-3 {
    top: 50px;
    left: 20%;
}
.shape-img-1 { animation-delay: 0s; }
.shape-img-2 { animation-delay: 1s; }
.shape-img-3 { animation-delay: 2s; }
.shape-img-4 { animation-delay: 3s; }

@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); } /* Move up smoothly */
    100% { transform: translateY(0); }   /* Come back smoothly */
}




h3.heads {
    font-weight: 500;
    color: #003762;
    font-size: 26px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.steps-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.step-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    align-items: flex-start;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    width: 100%;
}

.step-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #00447a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}	

.step-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00579d;
}

.step-content p {
    margin: 0;
    font-size: 15px;
    color: #555;
}
.servicesDescription ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.servicesDescription ul li {
    list-style: none;
    margin-right: 15px;
}
a.btn.wathVideo:hover {
    background: #009688;
}
a.btn.readMore {
    background: #fff;
    padding: 6px 12px;
    font-size: 14px;
    color: #00447a;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    border: 1px solid #00447a;
}
a.btn.wathVideo:hover {
    background: #fff;
    color: #00447a;
    border: 1px solid #00447a;
}
a.btn.wathVideo {
    background: #00447a;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #fff;
    border: 1px solid #00447a;
}
.servicesDescription a.readMore.btn:hover {
    background: #00447a;
    color: #fff;
}
.moreServices {
			min-height: 570px;
		}
.allModals .modal {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.5);
  justify-content:center;
  align-items:center;
  z-index:999;
}

.allModals .modal-content {
    background: #fff;
    padding: 5px 10px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    animation: fadeIn 0.3s ease;
    max-width: 625px;
}
.allModals .close {
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 26px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: red;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 34px;
}
form#mbFormData li {
    list-style: none;
}

form#mbFormData button {
    width: 100%;
    padding: 10px 10px 12px 10px;
    border: 0;
    color: #fff;
    background: #099;
    border-radius: 4px;
}

form#mbFormData button:hover {
    background: #005151;
}
h3#bookdemodsk {
    text-align: center;
    color: #005050;
    margin-bottom: 20px;
}
@keyframes fadeIn {
  from { opacity:0; transform:scale(0.9); }
  to { opacity:1; transform:scale(1); }
}
/* ===========Only Animated End Here...========== */

/* Mobile responsive */
@media (max-width: 600px) {
	video {
    width: 100%;
    height: auto;
}

.allModals .modal-content {
    max-width: 95%;
    padding: 5px;
}
    .step-box {
        flex-direction: column;
        text-align: center;
    }

    .step-icon {
        margin: 0 auto 10px;
    }
}







