@font-face {
    font-family: 'Epilouge-Regular';
    src: url('../fonts/Epilogue-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Epilouge-Bold';
    src: url('../fonts/Epilogue-Bold.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Epilouge-semibold';
    src: url('../fonts/Epilogue-SemiBold.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-bold';
    src: url('../fonts/Oswald-Bold.ttf');
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    /* Colors: */
    --whte-color: #ffffff;
    --black-color: #000000;
    --dim-black-color: #363535;
    --light-blue: #f1f6fc;
    --light-grey: rgb(128, 127, 127);
    --dark-blue-color: #415771;
    --dark-blue-color2: #33465d;
    --blue-color: #0074f9;
    --card-pink-color: #fff8ef;
    --card-grey-color: #f1f1f1;
    --msg-pink-color: #ff589b;
    --btn-color: #ee2f4e;
    --btn-hover-color: #ca2b46f5;
    --input-color: #eeeeee;
    --input-avatar-color: #ebf0f5;
    --footer-color: #0b1119;
    --on-green-color: #62d678;
    --off-grey-color: #ccd2d9;
    /* color added by rishabh */
    --modal-inpur-color: #eeeeee;
    --thumb-grey-color: #a1abb7;
    --facebook-blue-color: #0074f9;
    --instagram-gradient-color: linear-gradient(to right, #ffc94a, 39%, #ea446b);
    --thumb-grey-color: #A1ABB7;
    --facebook-blue-color: #0074F9;
    --facebook-hover-color: #003af9;
    --instagram-gradient-color: linear-gradient(to right, #FFC94A, 39%, #EA446B);
    --instagram-hover-color: linear-gradient(to right, #FFC94A, 60%, #EA446B);
}

/* navbar start */

/* epilogue */

p {
    margin-bottom: 0% !important;
}

.zzz {
    width: 100%;
    height: 100px;
    background-color: #003af9;
}

.navbar {
    width: 100%;
    padding: 30px 60px;
    /* height: 100px; */
    position: fixed !important;
    /* z-index: 1; */
    border-bottom: 1px solid var(--border-bottom-color);
}

.navbar .navbar-toggler {
    margin-left: auto;
}

.navbar .navbar-toggler:focus {
    outline: none !important;
}

.navbar .navbar-brand {
    background-image: url(../assets/white-logo.svg);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
}

.sticky .navbar-brand {
    background-image: url(../assets/blue-logo.png);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 0px !important;
}

.aboutnavbar .navbar .navbar-brand {
    background-image: url(../assets/white-logo.svg);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.aboutnavbar .sticky .navbar-brand {
    background-image: url(../assets/white-logo.svg);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 0px !important;
}

/* .navbar .navbar-collapse {
    background-color: red;
} */

/* .navbar .navbar-collapse .navbar-nav {
    margin-right: 0px !important;
    margin-left: auto !important;
} */

.navbar .navbar-collapse .navbar-nav li {
    opacity: .8;
    margin-left: 30px;
}

.navbar .navbar-collapse .navbar-nav .registerBtn {
    padding: 10px 55px;
}

.navbar .navbar-collapse .navbar-nav li a {
    transition: 0.3s;
    position: relative;
}

/* .navbar .navbar-collapse .navbar-nav li.active a:hover::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 15%;
    transform: translate(-0%, -15%);
    width: 80%;
    height: 3px;
    background-color: var(--btn-color);
} */

.navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: white;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.sticky .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: black;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

/* .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active > a:before , */

.navbar .navbar-nav .nav-item .active a:before, .navbar .navbar-nav .nav-item:hover a:before, .navbar .navbar-nav .nav-item a:hover:before {
    visibility: visible !important;
    width: 100% !important;
}

.navbar .navbar-collapse .navbar-nav li a {
    color: var(--whte-color);
    font-size: 16px !important;
    font-weight: 700;
}

.navbar .navbar-collapse .navbar-nav li a:hover {
    color: var(--dark-blue-color);
}

.sticky .navbar-collapse .navbar-nav li a {
    color: black;
}

.sticky .navbar .navbar-collapse .navbar-nav li a:hover {
    color: gray;
}

/* navbar end */

section::-webkit-scrollbar, .skills .skills_center::-webkit-scrollbar, .counts .cardContainer::-webkit-scrollbar {
    display: none;
}

section {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.featured-services {
    width: 100%;
    height: 88vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/Group\ 931.png);
    background-position: inherit;
}

.main-left {
    padding-top: 200px;
    padding-bottom: 50px !important;
    width: 60%;
}

.main-left>svg {
    height: 800px !important;
}

.main-right {
    /* z-index: 99999999; */
    width: 35%;
    padding-top: 100px;
    height: 100%;
    z-index: 1;
}

.main-right .form {
    width: 90%;
    border-radius: 40px;
    box-shadow: 3px -6px 35px #0045CB29;
}

.main-right .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

.main-right .nav li {
    min-width: 30%;
    background-color: #FFFFFF;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.main-right .nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    width: 100%;
    color: black;
    /* height: 100%; */
}

.main-right .package-sender {
    /* width: 68% !important; */
}

.main-right .nav li .active {
    width: 300px !important;
    /* background-color: #003af9; */
}

.main-right .nav .package-sender:hover {
    cursor: pointer !important;
}

.main-right .package-sender a {
    text-decoration: none;
}

.main-right .package-sender a span {
    font-size: 10px;
}

.main-right .tab-content {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -1px;
}

.tab-content .tab-pane {
    width: 100%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 0px 0px 70px 30px;
}

.content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
}

.z-index_cls {
    z-index: 9999999;
}

.input-box {
    border-radius: 30px;
    outline: none;
    border: none;
    width: 80% !important;
    padding: 13px 30px 10px 30px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.tab-content .submitbutton {
    display: flex;
    justify-content: flex-end;
    /* wid;     */
}

.tab-content .submitbutton button {
    outline: none;
    border: none;
    color: white !important;
    width: 60%;
    padding: 20px;
    background-color: #00CB14;
    text-decoration: none !important;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 32px !important;
    letter-spacing: -0.2px;
    text-align: center;
}

.main-right .storesparent {
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.main-right .stores {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.about {
    overflow: hidden;
    height: 120vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========================== */

.corner-img {}

.corner-bluebubble-left {
    width: 170px;
    background-image: url(../assets/header_bubble.png);
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.corner-bluebubble-right {
    position: absolute;
    right: 0%;
    margin-top: -400px !important;
    background-image: url(../assets/Group\ -3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 200px;
    height: 150px;
}

.clients .corner-bluebubble-right {
    background-image: url(../assets/Group\ 816.svg);
    top: 55%;
}

.plan_bubble_mr {
    position: absolute;
    left: 0%;
    top: 15%;
}

.testimonial_bubble {
    position: absolute;
}

/* .skills .corner-bluebubble-right {
    width: 14%;
}

.counts .corner-bluebubble-left {
    width: 500px;
    height: 200px;
    margin-top: -300px !important;
}

.corner-bluebubble-left p {
    margin-left: -30px;
}

.counts .corner-bluebubble-left p {
    margin-left: -150px;
}

.aboutSectiontwo .corner-bluebubble-right {
    width: 13% !important;
}

.clients .corner-bluebubble-right {
    position: absolute;
    right: 0px;
    top: 60%;
    background-image: url(../assets/Group\ 816.svg);
    color: #2E5282;
    width: 14%;
}

.services .corner-bluebubble-left {
    width: 16%;
    height: 200px;
    margin-top: 600px !important;
}

.aboutSectiontwo .corner-bluebubble-right {
    position: absolute;
    right: 0;
    top: 72%;
    background-image: url(../assets/Group\ -4.svg);
    color: rgb(53, 52, 52);
} */

.info_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.floating_bubble {
    position: absolute;
}

/* ============================== */

.about .center_div .center_div_container {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .center-img {
    width: 100%;
    height: 33%;
    border-radius: 30px;
    padding: 0px 30px 30px 30px;
    background-color: #EFF6FF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.about .center-img img {
    width: 100%;
}

.abouts .blue-dots-left {
    /* margin-right: -25px; */
    width: 10%;
    margin-top: -250px;
}

.about .center_div {
    margin-top: 200px;
    width: 70%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutSectionone p {
    text-align: justify !important;
}

.skills {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/Path\ 1383.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.skills .skills_center {
    white-space: nowrap;
    overflow: auto;
    width: 85%;
    height: 60%;
    /* background-color: red; */
}

.skills .skills_center .skills_top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 60%;
    height: 45%;
}

.skills .skills_center .skills_bottom {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    height: 50%;
    width: 80%;
}

.skills .skills_center .skillsTopBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    /* padding: 0px 15px !important; */
    border-radius: 30px;
    width: 200px;
    height: 100px;
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}

.skills .skills_center .skillsTopBox .fs-12 {
    font-size: 14px !important;
}

.skills .skills_center .skillsTopBox .imgcontainer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -35%;
    left: 15%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* padding: 10px; */
    background: transparent linear-gradient(136deg, #388EFF 0%, #0045CB 100%)
}

.skills .skills_center .skillsTopBox img {
    width: 40px;
    height: 40px;
}

.blue-dots-right {
    width: 10%;
    margin-top: -250px;
}

.skills .blue-dots-right {
    width: 7%;
    margin-right: 50px;
    margin-top: 250px;
}

.counts {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    height: 100vh;
    position: relative;
    /* background-color: red; */
}

.counts .cardContainer {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.counts .card {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between;     */
    width: 31%;
    max-width: 400px;
    height: 500px;
    border-radius: 40px;
    box-shadow: 3px -6px 35px #0045CB29;
    background-color: white;
    padding: 40px 40px 30px 40px;
}

.counts .card .card-body-top {
    width: 100%;
    height: 20%;
    /* background-color: yellow !important; */
    align-items: center;
}

/* .counts .corner-bluebubble-left{
    width: 20%;
    height: 200px;
    margin-top: -400px !important;
} */

.clients {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/Group\ -6.png);
    margin-top: 100px;
}

.blankdiv {
    width: 1px !important;
    height: 100px !important;
}

/* .clients .img-container{
    margin-left: -150px;
    width: 75%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.clients .img-container img{

    width: 22%;
}

.clients .imgText-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 25%;
    height: 80%;
}
.imgText-container img{
    width: 35%;
    height: 80%;
} */

.testimonialSliderWrapper {
    width: 100%;
    margin: 0px 0px 0px auto;
    /* margin-bottom: 110px !important; */
    display: flex;
    flex-direction: column;
    margin-left: -95px;
}

.testimonialSliderWrapper .testSliderWrapper {
    display: flex;
    justify-content: space-between;
    height: 84vh;
    /* background-color: red; */
}

.divider {
    margin-top: 40px;
    margin-bottom: 55px;
    width: 100%;
    height: 1px;
    background-color: #0045CB29;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderLeft {
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 92%;
    /* height: 20vh;
    background-color: red; */
    margin-top: 95px;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderLeft .slideImg {
    width: 250px;
    /* height: auto; */
    /* height: 100%; */
    /* border-radius: 40px; */
}

.testimonialSliderWrapper .testSliderWrapper .testSliderLeft .slideImg img {
    width: 100%;
    /* height: 80%; */
    object-fit: cover;
    /* border-radius: 40px; */
}

.testimonialSliderWrapper .testSliderWrapper .testSliderLeft .slideContent {
    width: 40%;
    height: 80%;
    padding: 0px 0px 0px 80px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    /* background-color: blueviolet; */
}

.testimonialSliderWrapper .testSliderWrapper .testSliderLeft .slideContent p {
    color: white;
    opacity: .9;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderRight {
    width: 50%;
    /* padding: 0px 0px 0px 80px; */
    height: 100%;
    /* margin-left: -100px; */
    /* display: flex; */
    align-items: center;
    /* background-color: blue; */
    margin-top: 75px;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderRight .bslickSlider {
    width: 100%;
    height: 44vh;
}

/* .testimonialSliderWrapper .testSliderWrapper .testSliderRight .slickSlider .swiper-wrapper {
    width: 100%;
    height: 100%;
} */

.testimonialSliderWrapper .testSliderWrapper .testSliderRight .bslickSlider .slick-arrow img {
    display: none;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderRight .bslickSlider .slick-slide {
    cursor: pointer;
    width: 220px;
    /* height: 44vh !important; */
    /* background-color: red; */
    outline: none;
    margin-left: 40px;
    /* border-radius: 40px; */
    /* background-color: red; */
}

.testTwoSliderWrapper {
    margin-bottom: 50px;
    height: auto !important;
}

.testimonialSliderWrapper .testSliderWrapper .testSliderRight .slickSlider .slick-slide img {
    width: 100%;
    height: 100%;
    /* border-radius: 40px; */
    object-fit: cover;
}

.clients .corner-bluebubble-right {
    position: absolute;
    right: 0px;
    top: 60%;
    background-image: url(../assets/Group\ 816.svg);
    color: #2E5282;
    width: 14%;
}

.white_bubble_about{
    background-image: url(../assets/Group\ 816.svg) !important;
}

.carousel {
    width: 100%;
}

.carousel .carousel-item {
    display: block !important;
    width: 200px !important;
}

.services {
    margin-top: -150px !important;
    width: 100%;
    height: 102vh;
    /* background-color: red; */
}

.services-center {
    width: 70%;
}

.services-center .servicesCard {
    padding: 25px;
    flex-direction: column;
    width: 250px;
    height: 250px;
    background: transparent linear-gradient(180deg, #388EFF 0%, #0045CB 100%);
    border-radius: 40px;
}

.services-center .servicesCard .card_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.servicesCard p {
    margin-bottom: 0px !important;
    color: white;
    opacity: .9;
}

.services-center .servicesCard img {
    width: 80px;
}

.services .blue-dots-left {
    right: 0;
    /* margin-right: -50px; */
    width: 16%;
    margin-top: -500px;
}

.slider_card {
    position: relative;
    width: 100% !important;
    /* height: 300px; */
    background-color: #FFFFFF;
    box-shadow: 3px -6px 35px #0045CB29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    padding: 10px;
    overflow: visible;
}

.slider_card .slider-card-profile {
    position: absolute;
    top: -22%;
    /* margin-top: -50px; */
    width: 120px;
    height: 120px;
    /* background-color: #fff; */
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #0045CB;
}

.slider_card .slider-card-profile img {
    width: 100%;
    height: 100%;
}

.slider_card .slider-card-text {
    width: 90%;
    padding-top: 100px;
}

.slider-card-text .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-card-text .intro p {
    margin-bottom: 0px;
}

.testimonials .slider_card {
    padding-bottom: 25px;
    width: 100%;
    margin-bottom: 5%;
}

.testimonials .testSliderRight {
    /* overflow-y: hidden; */
    overflow-x: hidden;
    width: 80% !important;
    padding-left: 20px;
}

.testimonials .sliderleft {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    /* height: 70% !important; */
}

.testimonials .sliderleft .slideContent {
    width: 100% !important;
    height: 50% !important;
}

.testimonials .sliderleft .slideContent .slideBtns {
    width: 100% !important;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .slick-slide {
    margin-right: 60px !important;
    margin-top: 60px !important;
    width: 280px !important;
    /* overflow: visible; */
    /* background-color: red; */
}

.testimonials .slick-list {
    overflow: visible;
}

/* footer */

footer {
    width: 100%;
    height: 65.6vh;
    padding-top: 150px !important;
    padding: 60px 100px;
    background-image: url(../assets/landing07.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: var(--black-color);
}

footer .footerLeft {
    width: 50%;
    /* background-color: red; */
}

footer .footerLeft .heading {
    width: 35%;
}

footer .footerRight {
    margin-top: 100px;
    width: 50%;
    /* background-color: yellow; */
}

footer .footerRight .footRSubDiv {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer .footerRight .footRSubDiv a {
    color: var(--black-color);
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Epilogue", sans-serif;
    font-weight: 500 !important;
}

footer .footerRight .footRSubDiv:nth-child(1) a:hover {
    transition: 0.5s ease-in-out;
    color: var(--light-grey);
}

/* footer end */

.copyright {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #D2E0F2;
}

/* about page css */

.aboutnavbar {
    display: flex;
    align-items: center;
}

.aboutnavbar .navbar {
    padding: 10px 60px !important;
    background-color: #0074f9;
    position: relative;
}

.aboutnavbar .navbar li a {
    text-transform: uppercase;
    color: white !important;
}

.aboutnavbar .storesparent {
    /* left: 80%; */
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* padding-top: 100px; */
    position: absolute;
    /* top: 90% !important; */
    padding-right: 80px;
    z-index: 9999999999999 !important;
}

.aboutnavbar .storesparent .stores {
    display: flex;
    position: fixed;
}

.aboutnavbar .storesparent .mr-t-50, .aboutnavbar .storesparent .mr-t-25 {
    margin-top: 0px !important;
}

.aboutSectionone {
    width: 100%;
    /* height: 80vh; */
    /* background-color: red; */
    padding: 150px 0px 100px 0px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.aboutSectionone .abouttext {
    width: 100%;
    padding: 200px 200px 0px 100px;
}

.aboutbubble {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 250px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/Group\ 816.png);
}

.aboutSectiontwo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/Group\ -6.png);
}

.aboutSectiontwo .cardsparent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 53%;
    /* background-color: red; */
}

.aboutSectiontwo .card {
    background-color: transparent;
    border: none;
    text-align: center;
}

.aboutSectiontwo .card p {
    color: white;
    opacity: .8;
    /* margin-top: 10px; */
    margin-bottom: 0px !important;
}

.aboutSectiontwo .cardimg {
    width: 230px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    background-repeat: no-repeat;
    /* background-image: url(../assets/ashwani.jpg); */
}

.aboutSectiontwo .mr-ashwini {
    background-image: url(../assets/ashwani.jpg);
}

.aboutSectiontwo .mr-mandhatya {
    background-image: url(../assets/mandhatya.jpg);
}

.aboutSectiontwo .mr-marghoob {
    background-image: url(../assets/marghoob.jpg);
}

.aboutSectiontwo .cardimg img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
}

.aletrcontainer {
    padding-left: 30px;
}

.aboutSectionThree {
    padding: 50px 410px;
}

.blue_logo {
    width: 15%;
}
.d-none{
    display: none !important;
}

.social_icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.line {
    width: 200px;
    height: 2px;
    background-color: #D2E0F2;
}

/* modal css */

.modal {
    z-index: 99999999999999999999;
}

.modal .modal-header {
    border: none;
}

.modal .modal-footer {
    border: none;
}

.modal .mapdiv {
    width: 250px;
    height: 150px;
}

.modal .modal-body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
}

.modal .modal-body .buttonsdiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFF6FF;
    border-radius: 20px;
    padding: 10px;
}

.modal .modal-body .buttonsdiv p span {
    color: var(--light-grey);
    font-size: 12px;
}

.modal .modal-body .buttonsdiv p {
    padding: 5px 25px;
    margin-bottom: 0px !important;
}

.modal .modal-body .buttonsdiv .border-right {
    border-right: 1px solid black !important;
}

.modal .modal-content {
    border-radius: 40px;
    padding: 30px 40px !important;
}

.modal .header-title {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addreviewbtn button {
    outline: none;
    border-radius: 20px;
    border: 2px solid black;
    background-color: transparent;
    padding: 6px 25px;
    opacity: .8;
}

.addreviewbtn button:hover {
    background-color: #0074f9;
    color: white;
    border-color: #0074f9;
    transition: 1s;
}

.reviewmodalinput {
    padding: 10px 20px;
    background-color: #d4e2f5;
    border-radius: 20px;
    border: none;
    outline: none;
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.reviewmodalinput input #file-upload-button {
    border: none !important;
    background-color: red !important;
}

.alertbox {
    z-index: 999999999;
    width: 50%;
    height: 80px;
    position: absolute;
    bottom: 0%;
    background-color: #ffe9b5;
    border-radius: 8px;
}

#hidediv {
    display: none;
}

.dropdownMenu {
    width: 380px;
    height: 250px;
    overflow-x: scroll;
}

.dropdownMenu::-webkit-scrollbar {
    display: none;
}

.dropdown-item {
    display: flex !important;
    flex-direction: column !important;
}

.pd-inputBox {
    padding: 20px 30px!important;
}

.texthiddenClass {
    display: none;
}

.active .texthiddenClass {
    display: block;
}

/* .travelerTab {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

/* .tab-pane {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px -6px 35px #0045CB29;
    opacity: 1;
} */

.terms_and_about {
    margin-top: 5%;
    padding: 100px !important;
    height: auto;
    padding-bottom: 200px !important;
}

.about_privacy_bubble {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 356px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/Group\ 816.png);
}

.about_privacy_bubble p {
    margin-left: -150px;
}

.input-box {
    -webkit-appearance: none;
}

/*  ===========loader Css========= */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(34, 34, 34, 0.486);
    z-index: 9999999999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}