@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");

body {
    /* padding-top: 80px; */
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    color: black;
}

.mobile-menu {
    display: none;
}

.container-custom {
    max-width: 1200px;
    /* desktop width */
    margin: 0 auto;
    /* center horizontally */
    padding: 0 16px;
    /* mobile side spacing */
}

/* @font-face {
  font-family: "mulish", serif;
  src: url("./fonts/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
} */
* {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    color: black;
    /* outline:2px solid red; */
}

a {
    text-decoration: none;
}

.logo {
    /* margin-left: 100px !important; */
    justify-content: center;
}

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

/* .main-header {
    transition: box-shadow 0.3s ease;
}

.main-header.sticky {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} */

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff url(https://www.sixthsenseinsurance.com/assets/images/sixthsense/bg-banner.svg) top no-repeat;

    /* flex-wrap: wrap; */
    /* box-shadow: 0px 2px 20px #a9a4a4; */
    cursor: pointer;
}

.custom-navbar {
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* width: 100%; */
}

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    /* flex-wrap: wrap; */
    padding-right: 40px;
    padding-top: 10px;
}

.menu li a {
    text-decoration: none;
    color: black;
}

.btn1 {
    padding: 8px 16px;
    /* color: white ; */
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-size: 14px;
}

.btn-pink {
    background-color: #e6007e;
    margin-right: 1rem;
}

.btn1 a {
    text-decoration: none;
}

.btn-pink a {
    color: white;
}

.login-btn {
    background: #2b3990;
    margin-right: 8rem;
    color: #fff;
}

.login-btn a {
    color: white;
}

.dropdown-menu1 {
    list-style: none;
    position: absolute;
    top: 55px;
    left: 600px;
    width: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 8px 25px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px 0;
    z-index: 99;
}

.dropdown-menu1 li a {
    display: block;
    padding: 10px 20px;
    /* background-color: white; */
    color: #333;
    border: 1px solid #fff;
    line-height: 5px;
    text-decoration: none;
}

.dropdown-menu1 li a:hover {
    background-color: #303e87;
    color: white;
}

.sec1 {
    align-items: center;
    /* background: #fff url(https://www.sixthsenseinsurance.com/assets/images/sixthsense/bg-banner.svg) top no-repeat; */
    /* margin-top: 85px; */
}

.info1 {
    text-align: center;
}

.title1 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    font-family: "Mulish", sans-serif;
    margin-bottom: 0;
    color: #212529;
    margin-top: 0px;
    padding-top: 10px;
}

.title1 span {
    color: #e60881;
}

.para1 {
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    color: #212529;
    /* font-style: normal ; */
}

.para2 {
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    color: #212529;
    /* font-style: normal ; */
}

.sec1img {
    margin-left: 50px;
}

.sec1img {
    width: 500px;
}

.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 350px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 10px;
}


.info2 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.outer-sec1 {
    display: flex;
}

.insurance {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 10px;
}

.sec1-motor {
    border: 1px solid black;
    border-radius: 10px;
}

.insurimg {
    width: 65px;
}

.sec1insure {
    display: flex;
    /* flex-wrap: wrap; */
    padding-bottom: 10px;
    padding-top: 15px;
    gap: 10px;
    justify-content: center;
}

.a1 {
    text-align: center;
    /* font-size: 14px; */
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.a2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.a2 small {
    font-size: .875em;
    font-weight: 400;
    color: #6c757d;
}

.insu1 {
    border-right: 1px solid #13131499;
    padding-right: 20px;
    margin-bottom: 10px;
}

.insu2 {
    padding-left: 20px;
}

.insu3 {
    padding-right: 20px;
}

.insu4 {
    border-right: 1px solid #13131499;
    padding-right: 20px;
    padding-left: 20px;
}



.sec1insure a {
    text-decoration: none;
}

.sec1insure a {
    display: inline-block;
    /* REQUIRED for transform */
    transition: transform 0.35s ease;
    /* smooth movement */
}

.sec1insure a:hover {
    transform: translateY(-6px);
}




.plans {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
    justify-content: center;
    gap: 30px;
}

.plansec {
    border: 1px solid #6c757d33;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    width: 141px;
    height: 129px;
}

.plansec img {
    width: 55px;
    margin-top: 10px;
    height: 55px;
}

.sec2 {
    align-items: center;
    /* margin-left: 176px;
    margin-right: 120px; */
    margin-top: 30px;
    /* margin-bottom: 80px; */

}

.bor {
    border-top: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
    padding-top: 20px;
    /* padding-bottom: 10px; */
}

.discount {
    font-size: 10px;
    margin-bottom: 0px;
    background: #303e8733;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.offer {
    font-size: 10px;
    margin-bottom: 0px;
    background: #e6088133;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") !important;

}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") !important;
}

.plans a {
    transform: scale(1);
    transition: transform 0.35s ease;
    text-decoration: none;
    display: inline-block;

}

.plans a:hover {
    transform: scale(0.95);
}

.bg11 {
    background: #fff url(https://www.sixthsenseinsurance.com/assets/images/sixthsense/bg-banner.svg) top no-repeat;
}

.comments {
    display: flex;
    align-items: center;

}

.comments h3 {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 20px;
    color: white;
}

.ourservice h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: white;
}

.comments1 img {
    width: 32px;
    height: 32px;
}

.comments1 {
    border: 2px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    background: #e60881e6;
}

.service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.ourservice {
    padding: 17px 35px;
    background: #303e87e6;
    border-radius: 45px;
}

.box-icon {
    background-color: #F9F8F7;
    width: 23%;
    height: 7%;
    border-radius: 100px;
    /* top: 170px; */
    transform: rotate(360deg);
    opacity: 0.5;
    position: absolute;
}

/* @media only screen and (min-width: 1400px) {
    .dropdown-menu1 {
        left: 715px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .dropdown-menu1 {
        left: 1245px !important;
        top: 59px !important;
    }
} */

/* Dropdown parent */
.dropdown1 {
    position: relative;
}

.dropdown-menu1 {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 8px 0;
    z-index: 9999;
}

.dropdown-menu1 li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-menu1 li a:hover {
    background: #303e87;
    color: #fff;
}

/* ACTIVE STATE (click based) */
.dropdown1:hover .dropdown-menu1 {
    display: block;
}



.dropdown1 {
    position: relative;
}

.dropdown-menu1 {
    display: none;
}

/* .dropdown1.active .dropdown-menu1 {
    display: block;
} */

.sec4 {
    display: flex;
    margin-top: 65px;
}

.aboutinfo {
    width: 50%;
    padding-top: 100px;
}

.aboutinfo h3 {
    font-size: 25px;
    font-family: "mulish", sans-serif;
}

.aboutinfo p {
    font-size: 13px;
    font-family: "mulish", sans-serif;
}

.aboutinfo ul li {
    font-size: 13px;
    font-family: "mulish", sans-serif;
    width: 457px;
}

.aboutimg {
    width: 45%;
}

.aboutimg img {
    max-width: 100%;
}

/* 
.circle::before{
    content: "\f270";
} */
.aboutinfo ul li::before {
    content: "✓";
    color: #e60881;
    font-size: 15px;
}

.aboutinfo ul li span {
    margin-left: 5px;
    /* display: inline-block; */
}

.c4 {
    background-color: #303e8708;
    /* padding-bottom: 50px; */
    padding-top: 50px;
}

/* .c2{
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid black;
} */

.sec3 {
    padding-top: 50px;
    /* padding-bottom: 50px; */
    border-top: 1px solid black;
    /* border-bottom: 1px solid black; */
}

.sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid black;
    /* border-bottom: 1px solid black; */
}

.sec5 {
    display: flex;
    padding-top: 71px;
}

.mobileinfo {
    width: 50%;
    padding-top: 80px;
}

.mobileimg img {
    max-width: 47%;
    height: auto;
}

.mobileimg {
    width: 50%;
    text-align: center;
}

.mobileinfo h2 {
    font-size: 25px;
    font-family: "mulish", sans-serif;
}

.mobileinfo h2 span {
    color: #e60881;
}

.mobileinfo ul {
    list-style: none;
    padding-left: 0px;
}

.mobileinfo ul li::before {
    content: "✓";
    color: #e60881;
    font-size: 15px;
}

.mobileinfo p {
    font-size: 13px;
    font-family: "mulish", sans-serif;
}

.mobileinfo ul li {
    font-size: 13px;
    font-family: "mulish", sans-serif;
    /* margin-left: 10px; */
    line-height: 30px;
}

.mobileinfo ul li span {
    margin-left: 5px;
}

.mobileinfo h4 {
    font-size: 16px;
    font-family: "mulish", sans-serif;
}

.pad1 {
    margin-top: 30px;
    margin-bottom: 16px;
}

.mobilebtn button {
    padding: 7px 20px;
    border-radius: 10px;
    color: white;
    border: 1px solid transparent;
}

.mobilebtn .play {
    background-color: #e60881;
    transition: color 0.3s ease;
    border-radius: 10px;
}

.mobilebtn .play i {
    transition: all 0.3s ease;
}

.mobilebtn .app {
    background-color: #303e87;
}

.mobilebtn button i {
    color: white;
    padding-right: 6px;
    font-size: 20px;
}

.mobilebtn .play:hover {
    background-color: white;
    color: #e60881;
    border: 1px solid #e60881;

    box-shadow: 0 8px 20px rgba(230, 8, 129, 0.25);
}

.mobilebtn .play:hover i {
    color: #e60881;
}

.mobilebtn .app:hover {
    background-color: white;
    border: 1px solid #2b3990;
    color: #303e87;
    box-shadow: 0 8px 20px #2b335c;
}

.mobilebtn .app:hover i {
    color: #303e87;
}

.c6 {
    background-color: #303e8708;
    padding-bottom: 50px;
    margin-top: 50px;
}

.sec6 h3 {
    text-align: center;
    font-size: 25px;
    font-family: "mulish", sans-serif;
    font-weight: 800;
    padding-top: 20px;
}

.sec6 p {
    text-align: center;
    font-size: 15px;
    font-family: "mulish", sans-serif;
}

.adv {
    display: flex;
    justify-content: center;
    gap: 70px;
    text-align: center;
}

/* .adv img{
    max-width: 100%;
} */

.advimg {
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
.advimg1 {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.adv1 {
    border: 1px solid #6c757d33;
    width: 18%;
}

.adv1 h5 {
    font-size: 16px;
    font-family: "mulish", sans-serif;
    margin: 0px;
    font-weight: 500;
}

.adv1 p {
    font-size: 13px;
    font-family: "mulish", sans-serif;
}

.adv a {
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.adv a:hover {
    transform: scale(0.95);
}

.c7 {
    padding-bottom: 50px;
    padding-top: 30px;
}

.sec7 h3 {
    font-size: 26px;
    text-align: center;
    font-family: "mulish", sans-serif;
    font-weight: 800;
    margin-top: 15px;
}

.sec7 p {
    text-align: center;
    font-size: 15px;
    font-family: "mulish", sans-serif;
}

.partners {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.partnerimg {
    width: 140px;
    height: 60px;
    object-fit: contain;
}

.partner-container {
    border: 1px solid #6c757d33;
    padding: 20px;
    border-radius: 10px;
}

.partners a {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.partners a:hover {
    transform: scale(0.95);
}

.footer-container {
    background-color: grey;
    padding: 40px 18px 30px 18px;
}

.footer-top {
    padding: 35px 25px 15px 25px;
    background-color: #000000cc;
    border-radius: 10px;

}

.footer-upper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    border-bottom: 1px solid #6c757d;
    padding-bottom: 20px;
}

.footer-upper h3 {
    color: #ffffffb3;
    font-size: 20px;
    font-family: "mulish", sans-serif;
}

.footer-upper ul {
    list-style: none;
    color: white !important;
    margin: 0px;
    padding: 0px;
}

.footer-upper ul li {
    color: #ffffffb3;
    font-size: 17px;
    font-family: "mulish", sans-serif;
    padding: 3px 0;
}


.footer-upper ul li span {
    color: #ffffffb3;
    font-size: 14px;
    font-family: "mulish", sans-serif;
}

.footer-upper ul li a {
    text-decoration: none;
    color: #ffffffb3;
}

.footer-info {
    text-align: center;
    padding: 10px;
}

.footer-info p {
    color: #ffffffb3;
    font-size: 13px;
    margin-bottom: 3px;
    font-family: "mulish", sans-serif;
}

.footer-down {
    padding: 10px 0;
    background-color: #000000e6;
}

.personal-info {
    text-align: center;
    padding: 10px;
}

.personal-info p {
    color: #ffffffb3;
    font-size: 13px;
    margin-bottom: 3px;
    font-family: "mulish", sans-serif;
}

.socialmedia-icon {
    text-align: center;
    padding-bottom: 30px;
}

.socialmedia-icon a i {
    color: white;
}

.socialmedia-icon a {
    background: gray;
    padding: 10px;
    margin-right: 3px;
    border-radius: 50%;

}

.footerborder {
    border-top: 1px solid #6c757d;
    /* width: 100%; */
    margin-right: 250px;
    margin-left: 250px;
}

.footer-menu ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.footer-menu a {
    text-decoration: none;
    color: #01a4e5;
    font-size: 14px;
    font-family: "mulish", sans-serif;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.footer-menu ul li:last-child {
    border-right: none;
}

.footer-menu p {
    text-align: center;
    font-size: 16px;
    font-family: "mulish", sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.footer-menu p a {
    text-decoration: none;
    color: #01a4e5;
    font-size: 16px;
    font-family: "mulish", sans-serif;
}

.per1 h3 {
    text-align: center;
    font-size: 26px;
    font-family: "mulish", sans-serif;
    font-weight: 800;
    margin-top: 40px;

}

.per1 {
    text-align: center;
}

.per2{
    text-align: inherit;
}

.underline {
    background-color: #e6007e !important;
    width: 10%;
    height: 5px;
    margin: 5px auto auto;
    margin-bottom: 30px;
}

.underline1 {
    background-color: #e6007e !important;
    width: 20%;
    height: 5px;
    margin: 5px auto auto;
    margin-bottom: 30px;
}

.personal-loan {
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.pe1 {
    width: 50%;
    order: 2;
    /* margin-left: 95px; */
}

.pe1 img {
    max-width: 100%;
    /* height: auto; */
    height: 322px;
    padding: .25rem;
    border: 1px solid #dee2e6;
}

.pe2 {
    width: 40%;
    order: 1;
    text-align: justify;
}

.pe2 p {
    font-size: 16px;
    font-family: "mulish", sans-serif;
    color: #212529;
    padding-top: 15px;

}

.pe2 h4 {
    font-size: 22px;
    font-family: "mulish", sans-serif;
    font-weight: 700;
}

.pe2 h4 span {
    font-size: 22px;
    font-family: "mulish", sans-serif;
    font-weight: 700;
    color: #005ca5;
}

.pe3 {
    width: 50%;
    order: 1;
    margin-right: 40px;
    margin-top: 17px;
}

.pe3 img {
    max-width: 100%;
    height: auto;
    padding-top: 5px;
    padding: .25rem;
    border: 1px solid #dee2e6;
}

.pe4 {
    width: 40%;
    order: 2;
    text-align: justify;
    margin-right: 32px;

}

.pe4 p {
    font-size: 16px;
    font-family: "mulish", sans-serif;
    color: #212529;
    /* padding-top: 15px; */
}

.pe4 h4 {
    font-size: 20px;
    font-family: "mulish", sans-serif;
    font-weight: 800;
}

.pe4 h4 span {
    font-size: 20px;
    font-family: "mulish", sans-serif;
    font-weight: 800;
    color: #005ca5;
}

.pe4 ul li {
    font-size: 15px;
    font-family: "mulish", sans-serif;
}

.personal-sec1 h3 {
    font-size: 23px;
    text-align: center;
    font-family: "mulish", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    color: #212529;
}

.personal-sec1 h4 {
    font-size: 20px;
    font-family: "mulish", sans-serif;
    font-weight: 700;
    color: #005ca5;
    margin-bottom: 10px;
}

.personal-sec1 p {
    font-size: 17px;
    font-family: "mulish", sans-serif;
    text-align: justify;
}

.personal-sec2 p {
    font-size: 16px;
    font-family: "mulish", sans-serif;
    text-align: justify;
    color: #212529;
}
.personal-sec1 ul li {
    font-size: 17px;
    font-family: "mulish", sans-serif;
}

.career1 {
    font-size: 17px;
    font-family: "mulish", sans-serif;
    font-weight: 600;
    color: #212529;
    text-align: center !important;
}

.career p {
    font-size: 16px;
    font-family: "mulish", sans-serif;
    color: #212529;
    text-align: left;
}

.career-job {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 50px;
}

.career-box {
    padding: 35px 35px;
    border-radius: 20px;
    height: 100%;
}

.career-job img {
    width: 75px;
    height: 75px;
}

.careerimg {
    text-align: start;
}

.career-job ul li {
    text-align: start;
    font-size: 16px;
    font-family: "mulish", sans-serif;
    color: #212529;
    margin-bottom: .5rem;
}

.career-job ul {
    padding-left: 20px;
}

.careerimg h6 {
    font-size: 17px;
    font-family: "mulish", sans-serif;
    color: #e60881;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.space-bottom {
    padding-bottom: 120px;
}

.form-container {
    padding: 50px;
    border-radius: 40px;
    background-color: #e9f7fe;
    border-radius: 40px;
}
.form-title{
    margin-bottom: 40px;
}

.form-title h3{
    font-size: 24px;
    font-family: "mulish",sans-serif;
    font-weight: 700;
    color: #005ca5;
}

.form-title p{
    font-size: 20px;
    margin-top: 20px;
    font-family: "mulish",sans-serif;
}
.form-half {
    width: 50%;
}
.forms1 label{
    font-size: 18px;
    font-family: "mulish",sans-serif;
}
.formcontrol {
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    padding: 15px;
    font-size: 24px;
    font-family: "mulish",sans-serif;
    outline: none;
    font-weight: 600;
    background-color: #e9f7fe;
}

.formcontrol::placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 300;
}

.forms{
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

/* .forms1 button{
    font-size: 20px !important;
} */

.form-btn{
    padding: 8px 16px;
    border-radius: 3px;
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    margin-top: 10px;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.form-btn:hover{
    transform: scale(0.95);
}

.contact1{
    width: 41%;
    padding: 40px 30px;
    background: #e9f7fe;
    box-shadow: 0 8px 16px #00000026;
}
.contact1 h2{
    font-size: 28px;
    font-family: "mulish",sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact2{
    width: 50%;
    margin-left: 95px;
}
.contact2 h2{
    font-size: 28px;
    font-family: "mulish",sans-serif;
    font-weight: 800;
    padding-bottom: 24px;
}

.contact2 h5{
    font-size: 23px;
    font-family: "mulish",sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact2 p{
    font-size: 16px;
    font-family: "mulish",sans-serif;
    color: #212529;
    margin-bottom: 16px;
}
.contact-form{
    display: flex;
}

.contactimg{
    text-align: center;
}

.contactimg img{
    width: 325px;
    height: auto;
}

.contact-input{
    border: none;
    outline: none;
    border-bottom: 1px solid #999;
    font-size: 20px;
    background: #e9f7fe !important;
    width: 100%;
}

.contactinfo label{
    margin-bottom: 10px;
    font-family: "mulish",sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.contactinfo{
    margin-bottom: 15px;
}

.contact1 button{
    padding: 8px 12px;
    background-color: #e6007e;
    color: white;
    border:1px solid #e6007e;
    border-radius: 3px;
    transition: color 0.3s ease;
    font-size: 15px;
}

.contact1 button:hover{
    background-color: white;
    color: #e6007e;
    border-color: #e6007e !important;
}

.map{
    margin-top: 70px;
    margin-bottom: 70px;
}

.number{
    color: #ffffffb3; 
    text-decoration:none;
    font-size: 13px;
}

.pad {
    padding:50px 50px 0 50px;
    text-align: center;
}

.success {
    height: 100px;
    width: 100px;
}

.video-collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.video video {
  width: 100%;
  /* height: 420px; */
  object-fit: cover;
  border-radius: 16px;
}

/* Highlight center video */
/* .video.center video {
  height: 460px;
} */

/* Mobile */
@media (max-width: 768px) {
  .video-collage {
    grid-template-columns: 1fr;
  }

  /* .video video,
  .video.center video {
    height: 260px;
  } */
}
.collage-video {
  cursor: pointer;
}
.collage-video::-webkit-media-controls {
  display: none;
}
.collage-video:hover::-webkit-media-controls {
  display: flex;
}
.video-box {
  position: relative;
  border-radius: 16px;
  /* overflow: hidden; */
}

.video-box video {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.toggle-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #fff;
  /* background: rgba(0,0,0,0.35); */
  cursor: pointer;
  transition: all 0.25s ease;
}

.video-box.playing .toggle-btn {
  font-size: 48px;
  /* background: rgba(0,0,0,0.15); */
}

/* .video-box {
  background: #f2f2f2;
}
.video-box {
  background: linear-gradient(135deg, #eee, #ddd);
} */
.video-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* background: #eaeaea; */
}

.video-box video {
  width: 100%;
  display: block;
  object-fit: cover;
}

