@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Gabarito:wght@400..900&display=swap');

body{
    font-family: "Gabarito", sans-serif !important;
    font-weight: 400;

}

img.header-logo {
  height: 81px;
}
.main-header-link {
    margin: 0px 9px;
    font-size: 16px;
    font-weight: 600;

}
button.log-in-btn {
    padding: 8px 34px;
    margin-left: 18px;
    border-radius: 8px;
    background: linear-gradient(327deg, #ea5e20, #ea5e20);
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
}
button.log-in-btn:hover {
    border: 2px solid #ea5e20;
    background: white;
    color: #ea5e20;
}
.nav-item.main-header-link a.active {
    color: #067eff; /* Choose your desired active color */
  }


/* home-section */
.hero-sect-banner {
    height: 100%;
    width: 97%;
    background: linear-gradient(116deg, #ea5e20 0%, #ccff77 100%);
    box-shadow: 0px 0px 4.6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 17px;
    /* background: radial-gradient(90.83% 128.07% at 50.58% 52.36%, #caff72 0%, #ea5e20 100%); */
}
a.min-box {
    color: black;
}
.hero-content-set {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 47px 0px;
    width: 100%;
}
button.hero-btn {
    padding: 11px 0px;
    width: 26%;
    border: none;
    border-radius: 10px;
    background: white;
    font-weight: 500;
}
.hero-title {
    font-family: 'Poppins';
    color: white;
    font-size: 37px;
}
.hero-content-set p {
    padding: 9px 0px;
    color: white;
}
.hero-banner-set-img img {
    margin-top: 50px;
    margin-bottom: 0px;
}
.product-box-img img {
    width: 68%;
}
.product-box h6 {
    font-size: 13px;
    padding-top: 9px;
}
.product-box-set-cover {
    display: flex;
    justify-content: space-between;
}
.product-box {
    border: 1px solid black;
    position: relative;
    padding: 15px 23px;
    box-shadow: 0px 0px 2px 0px gray;
    border-radius: 10px;
    text-align: center;
    width: 130px;
    border-bottom: 2px solid;
    overflow: hidden;
    height: 137px;
}
.product-box-shape-img img {
    width: 51%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.hero-product-set {
    width: 94%;
    margin: 0 auto;
    margin-top: 21px;
}
.hero-product-set h4 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 13px;
}




.why-choose-us {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
    padding: 51px 0px;
    
}
.why-choose-us-content.home-about-content h5 {
    color: #ea5e20;
    font-weight: 700;
}
.why-choose-us-count-box-cover {
    margin-bottom: 42px;
}
.home-about-facility-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #FF92703D;
    border-radius: 20px;
    text-align: center;
    padding: 14px 0;
}
.home-about-facility-box-sec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #61C5C63D;
    border-radius: 20px;
}
.home-about-facility-box img {
    width: 66px;
    margin-bottom: 15px;
}
.home-about-facility-box p {
    margin: 0;
    font-size: 15px;
}
.home-about-facility-box-third {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #FACAA33D;
    border-radius: 20px;
}
button.about-btn {
    padding: 11px 0px;
    width: 26%;
    border: none;
    border-radius: 10px;
    background: rgb(234 94 32);
    font-weight: 500;
    color: white;
}


.our-service-wrapper {
    height: 100%;
    width: 100%;
    margin: 50px 0px;
    background-image: url("/premium/images/our-services bg.png");
    padding: 30px 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
}
h6.service-cov-title {
    background: aliceblue;
    width: fit-content;
    padding: 5px 13px;
    border-radius: 44px;
    background: #572a27;
    color: white;
    font-size: 13px;
}
.service-min-title {
    text-align: start;
    margin-top: 15px;
}
.service-min-title h1 span {
    color: #572a27;
}
.service-min-title h1 {
    font-weight: 700;
}
.service-box-cov {
    margin-bottom: 37px;
    box-shadow: 0px 2px 7px -1px #ffe2d7;
    border-radius: 10px;
    padding: 23px;
    background: white;
}
.service-box-icon {
    width: 70px;
    background: #ffead4;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.service-box-icon1 {
    width: 70px;
    background: #88bd2f42;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.service-box-icon img {
    width: 100%;
}
.service-box-icon1 img {
    width: 100%;
}
.service-box-cov {
    margin-bottom: 37px;
}
.service-box-cov h4 {
    color: #572a27;
}
.service-image img {
    width: 81%;
}

.why-us-wraper {
    padding: 40px 0px;
    background-image: url('/premium/images/Why-Choose-us.png');
    background-size: cover;
    height: 100%;
    width: 100%;
}
.why-us-baner-cov {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
}
.why-us-baner-cov img {
    width: 100%;
}
.why-us-content h2 {
    font-weight: 700;
}
.why-us-points-cov {
    margin-top: 25px;
}

.why-us-point-box {
    background: white;
    border-left: 4px solid #f19166;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 0px 0px 1px 0px;
}
.why-us-point-box h4 {
    font-size: 20px;
}
.why-us-point-box h4 {
    font-size: 20px;
    color: #98b766;
    font-weight: 700;
}
.why-us-content h2 span {
    color: #ea5e20;
}
/* our-partner-section-------- */
.our-partner-set {
    height: 100%;
    width: 100%;
    padding: 2px 32px;
    /* box-shadow: 0px 0px 5px 0px lightgray; */
    border-radius: 22px;
    margin: 39px 0px;
}
h1.our-partner-head span {
    color: #ea5e20;
}
.our-partner-head {
    text-align: center;
    margin: 18px 0px;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0px;
}   
.our-partner-brand {
    box-shadow: -4px 4px 6px -4px #b5ada7;
    border-radius: 6px;
    padding: 9px;
    margin: 8px;
    height: 75px;
}
.partner-imges{
    height: 100%;
    width: 100%;
}




/* footer-section */
.footer-section-main-wrapper {
    height: 100%;
    width: 100%;
    margin: 100px 0px;
    margin-bottom: 0px;
}

.footer-section {
    /* background:linear-gradient(187deg, snow, #00c0ff); */
    /* background-image: url("image/minimalist-blue-white-wave-background.jpg"); */
    height: 100%;
    width: 100%;
    padding: 20px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-logo img {
    background: white;
    height: 108px;
    padding: 9px;
    border-radius: 10px;
}
.footer-section {
    background: linear-gradient(2deg, #ea5e20, rgb(255 183 151)) center center / cover no-repeat;
    height: 100%;
    width: 100%;
    padding: 20px 0px;
    position: relative;
    margin-top: 40px;
}
.footer-explore-heading, .footer-contact-heading, .footer-service-heading {
    color:#fdfdfd;
    font-weight: 700;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.explore-list {
    list-style: none;
    padding: 15px 0px;
    color: black;
    line-height: 35px;
    font-size: 17px;
}
.explore-link, .footer-service-link {
    color: #ffffff;
}
.footer-contact-repo {
    padding-top: 0px;
    color: white;
    display: flex;
}
.call-icon{
    font-size: 23px;
    padding: 1px 10px;
}
.service-set ul {
    padding: 16px 2px;
    line-height: 40px;
    list-style: none;
    padding-top: 0px;
}

.footer-mail-set h3 {
    color:#ffffff;
    font-weight: 700;
}
.mail-sect {
    padding-top: 28px;
}
.mail-text {
    padding: 16px 21px;
    border-radius: 4px;
    border: none;
    width: 254px;
}
.send-logo {
    color: #f2fffb;
    background-color: #7fa3ff;
    padding: 11px 18px;
    margin-left: -56px;
    border-radius: 2px;
}

.contact-repo {
    color: #fafafa;
    margin-top: 31px;
}
hr.line2 {

    width: 100%;
    height: 100%;
    background:#ffffff;
}
p.footer-bottom-para {
    text-align: center;
    font-size: 17px;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    font-weight: 500;
}
.twit-social-link{
    margin-right: 17px;
    font-size: 25px;
    color:#ffffff;
}

.linked-social-link{
    margin-right: 17px;
    font-size: 25px;
    color:#ffffff;
}


.socila-link-list {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top: 18px;
}
.fb-social-link {
    margin-right: 17px;
    font-size: 25px;
    color:#ffffff;
}
.mail-social-link {
    margin-right: 17px;
    font-size: 25px;
    color:#ffffff;
}

/* home-section-responsive-start */
@media only screen and (min-width: 320px) and (max-width : 479px){

    img.header-logo {
        height: 60px;
    }
    button.log-in-btn {
        padding: 8px 23px;
        margin-left: 7px;
        border-radius: 8px;
        background: linear-gradient(327deg, #ea5e20, #ea5e20);
        color: white;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
    }
    .home-banner-set {
        margin: 24px 0px;
    }
    .home-about-facility-box-third {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #FACAA33D;
        border-radius: 20px;
        margin-top: 24px;
    }
    .home-content h1 {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 23px;
        margin-bottom: 16px;
    }
    button.explo-btn {
        padding: 7px 25px;
        border: none;
        border-radius: 10px;
        font-size: 13px;
        text-transform: math-auto;
        font-weight: 600;
        background: #88bd2f;
        color: white;
        padding-bottom: 11px;
    }

    .home-section-banner {
        background-image: url("image/home-bg-image.png");
        height: 265px;
        width: 100%;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 17px 10px 0px 0px;
        background-position: center;
    }

    h1.home-section-title {
        color: white;
        font-size: 30px;
        margin-left: 21px;
        font-weight: 300;
    }
    .insurance-div {
        display: flex;
        gap: 14px;
        margin-left: 7px;
        flex-direction: column;
    }


    .hero-title {
        font-family: 'Poppins';
        color: white;
        font-size: 20px;
        color: #572a27;
        font-weight: 700;
    }
    .hero-banner-set-img img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    button.hero-btn {
        padding: 9px 0px;
        width: 31%;
        border: none;
        border-radius: 10px;
        background: white;
        font-weight: 500;
        font-size: 13px;
    }
    .hero-content-set {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 47px 0px;
        width: 100%;
        padding-bottom: 11px;
    }
    .product-box-set-cover {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product-box {
        border: 1px solid black;
        position: relative;
        padding: 15px 23px;
        box-shadow: 0px 0px 2px 0px gray;
        border-radius: 10px;
        text-align: center;
        width: 130px;
        border-bottom: 2px solid;
        overflow: hidden;
        margin: 10px 0px;
    }
    .product-box-img img {
        width: 44%;
    }


    h2.Insurance.Service-title {
        text-align: center;
        padding-bottom: 8px;
        font-weight: 700;
        font-size: 20px;
    }
    .insurance-box1, .insurance-box2, .insurance-box3, .insurance-box4, .insurance-box5, .insurance-box6, .insurance-box7 {
        box-shadow: 0px 0px 11px -4px #c3c3c3;
        height: auto;
        width: 100%;
        padding: 15px;
        border-radius: 14px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .bike-insurance-box-logo img, .Goods-insurance-box-logo img, .home-insurance-box-logo img, .Passenger-insurance-box-logo img, .Car-insurance-box-logo img, .health-insurance-box-logo img, .travel-insurance-box-logo img {
        height: 33px;
        margin-top: 7px;
        margin-left: 0px;
    }
    h6.insurance-box-title {
        font-size: 12px;
        text-align: center;
        font-weight: 700;
    }
    .why-choose-us {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("/assets/images/frontend-images/home-about.png") !important;
        padding: 51px 0px;
        height: 100%;
    }
    .home-product-details-details h4 {
        font-weight: 600;
        color: #98b766;
        font-size: 17px;
    }
    .home-product-details-icon {
        text-align: start;
        margin-bottom: 9px;
    }
    .why-us-wraper {
        background: aliceblue;
        padding: 40px 0px;
        height: 100%;
        width: 100%;
    }
    button.about-btn {
        padding: 8px 0px;
        width: 36%;
        border: none;
        border-radius: 10px;
        background: rgb(234 94 32);
        font-weight: 500;
        color: white;
    }
    .home-product-details-box {
        width: 140px;
        height: 76px;
        background: #ccff77;
        border-radius: 11px;
        text-align: center;
        padding-top: 18px;
        font-size: 14px;
        margin: auto;
        margin-top: 0px;
        position: relative;
        font-weight: bold;
        display: none;
    }
    .why-us-point-box {
        background: white;
        border-left: 4px solid #f19166;
        border-radius: 20px;
        padding: 20px 20px;
        margin-bottom: 23px;
    }
    .why-us-content h2 {
        font-weight: 700;
        font-size: 22px;
    }
    .why-us-point-box h4 {
        font-size: 16px;
        color: #98b766;
        font-weight: 700;
    }
    .why-us-point-box p {
        font-size: 11px;
    }
    .why-us-point-box {
        background: white;
        border-left: 4px solid #f19166;
        border-radius: 20px;
        padding: 14px 20px;
        margin-bottom: 20px;
    }
    .why-us-content h2 {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
    }

    .service-min-title h1 {
        font-weight: 700;
        font-size: 21px;
    }
    h6.service-cov-title {
        background: aliceblue;
        width: fit-content;
        padding: 4px 10px;
        border-radius: 44px;
        background: #572a27;
        color: white;
        font-size: 8px;
    }
    .service-box-icon {
        width: 45px;
        background: #ffead4;
        padding: 7px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .service-box-icon1 {
        width: 45px;
        background: #88bd2f42;
        padding: 7px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .service-box-cov h4 {
        color: #572a27;
        font-size: 16px;
    }
    .service-box-cov p {
        font-size: 13px;
    }
    .our-partner-head {
        text-align: center;
        margin: 15px 0px;
        font-weight: 700;
        font-size: 19px;
    }
    .our-partner-brand {
        box-shadow: -4px 4px 6px -4px #b5ada7;
        border-radius: 6px;
        padding: 9px;
        margin: 8px;
        height: 65px;
    }
    .our-partner-set {
        height: 100%;
        width: 100%;
        padding: 10px 0px;
    }
  
    .why-choose-us-count-box-cover h2 {
        font-size: 21px;
    }
    .why-choose-us-content.home-about-content h5 {
        color: #ea5e20;
        font-weight: 700;
        font-size: 14px;
    }
    .home-about-facility-box img {
        width: 49px;
        margin-bottom: 15px;
    }
    .home-about-facility-box p {
        margin: 0;
        font-size: 11px;
    }
    h1.our-partner-head span {
        color: #ea5e20;
    }

    .home-product-details-wrapper {
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        background-image: url("/assets/images/frontend-images/home-about1.png") !important;
        padding: 53px 0px;
        margin: 32px 0px;
        margin-bottom: 0px;
        height: 100%;
        padding-top: 30px;
    }
    .home-product-details-single {
        padding: 22px;
        margin-bottom: 21px;
        box-shadow: 0px 3px 6px #FACAA33D;
        border: 1px solid #ea5e20;
        background: #fff;
        margin-top: 28px;
    }
    .home-product-details-first {
        border-radius: 0px 41px;
    }
    .home-product-details-icon img {
        width: 51px;
    }
    .home-product-details-details h4 {
        font-weight: 600;
        color: #98b766;
        font-size: 17px;
    }

    .our-partner-head {
        text-align: center;
        margin: 15px 0px;
        font-weight: 700;
        font-size: 29px;
    }
    h1.our-partner-head span {
        color: #2196f3;
    }
    .our-partner-set {
        height: 100%;
        width: 100%;
        padding: 48px 0px;
    }
   
    .footer-explore-heading, .footer-contact-heading, .footer-service-heading {
        color: #fdfdfd;
        font-weight: 700;
        font-size: 21px;
    }
    .contact-repo {
        color: #fafafa;
        margin-top: 31px;
        font-size: 13px;
    }
    .explore-list {
        list-style: none;
        padding: 15px 0px;
        color: black;
        line-height: 25px;
        font-size: 13px;
    }
    .explore-link, .footer-service-link {
        color: #ffffff;
        font-size: 13px;
    }
    .footer-mail-set h3 {
        color: #ffffff;
        font-weight: 700;
        font-size: 21px;
    }
    p.footer-bottom-para {
        text-align: center;
        font-size: 13px;
        color: rgb(255, 255, 255);
        padding: 0px;
        margin: 0px;
        font-weight: 500;
    }
}



.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #2c3157;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.about-details-wraper {
    margin-top: 0px;
    padding: 65px 37px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/premium/images/about-background.png');
    padding-bottom: 26px;
}

.vission-box {
    background: transparent linear-gradient(146deg, #ffffff 0%, #FFF7F0 100%) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 10px #FFCEA7A3; */
    border: 2px solid #572a27;
    border-radius: 0px 90px;
    padding: 41px;
    text-align: center;
}

  .vission-box img {
    width: 90px;
    border-radius: 50%;
    margin-bottom: 16px;
  }
  .vission-wrapper h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    color: #88bd2f;
}

  .vission-box h4 {
    font-weight: bold;
  }

  .vission-wrapper {
    margin-top: 0px;
    padding: 65px 37px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/mission-back.png) !important; */
    padding-bottom: 78px;
}

.about-sec-con-wrapper {
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    background-image:url('/premium/images/about-sec-con-back.png');
    background-image: none;
    padding: 71px 0;
    margin-top: 50px;
  }

.about-details-content-para {
    line-height: 28px;
  }

  .about-details-content-title h1 {
    margin-bottom: 18px;
    color: #572a27;
    font-size: 31px;
    line-height: 47px;
    font-weight: 800 !important;
    /* font-family: initial; */
    font-family: "Poppins", sans-serif;
}

.header-contact-cover .btn-primary {
    padding: 7px 33px;
    font-size: 14px;
  }

.about-chose-wrap .about-details-content-title {
    text-align: center;
}

.about-chose-wrap {
    margin-top: 100px;
}

.about-choose-point-title h3 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
}

.about-choose-point-box {
    margin-top: 41px;
}

.about-choose-point-icon img {
    width: 85%;
}

.about-choose-point-icon {
    text-align: center;
}

.team-boxes-wraper {
    padding: 0px 90px;
    margin-top: 41px;
    margin-bottom: 100px;
}

.about-choose-point-cover {
    padding: 0px 15px;
}

.about-team-designation {
    margin-top: 15px;
    font-size: 14px;
}

.about-team-designation p {
    font-weight: bold;
}

.about-choose-point-title p {
    font-size: 15px;
}

.about-faq-accordian .card-header {
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    margin-bottom: 1px;
    position: relative;
    background: #2c3157;
}

.about-faq-accordian .card {
    margin-top: 5px;
}

.about-faq-accordian .btn.btn-link {
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.about-faq-accordian {
    margin-top: 55px;
    margin-bottom: 100px;
}

.contact-page-map-wrap {
    margin-top: 75px;
}

.contact-details-box-icon.contact-mail-icon {
    padding-top: 4px;
}

.contact-details-box-icon.contact-address-icon {
    padding-top: 4px;
}

.about-team-box {
    padding: 0 23px;
}

.about-team-designation span {
    display: flex;
    justify-content: right;
    margin-top: -73px;
}

.about-linkedun-icon a {
    font-size: 41px;
    color: #0a66c2;
}

.about-details-extra-title {
    margin: 15px 0;
    font-weight: bold;
    font-size: 24px;
}

.about-details-title-box strong {
    font-family: poppins;
}

/* about-page-end */

.contact-top-header-wraper {
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bfe1ff;
}


/* pos section start */

.pos-main-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/about-background.png) !important; */
    background-image: url('/premium/images/about-background.png');
    padding: 50px 0;
}

.pos-form-image {
    text-align: center;
    margin-top: 50px;
  }

  .pos-form-wraper .form-control {
    padding: 12px 14px;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    height: 45px;
    font-size: 16px !important;
    border-radius: 10px;
    box-shadow: 0px 1px 10px -3px lightgray;
}

.pos-form-wraper label {
    font-family: poppins;
    margin-top: 10px;
    color: #000;
    font-weight: 400;
}
.main-navbar{
    justify-content: flex-end !important;
}
.pos-form-wraper .border-btn {
    margin-top: 33px;
    width: 100%;
}

.pos-form-wraper {
    padding: 25px;
    box-shadow: rgb(242, 127, 33) 0px 1px 4px;
    border-radius: 16px;
    background: #fff;
}

.pos-corner-details-content h2 {
    font-family: poppins;
    font-size: 24px;
    font-weight: bold;
    color: #88bd2f;
    text-align: center;
}

.pos-corner-details-content p {
    font-size: 20px;
    margin: 0px;
}

.pos-corner-details-content {
    padding: 15px 19px;
    background: #fbfcff;
    box-shadow: rgb(242, 127, 33) 0px 1px 4px;
    border-radius: 10px;
}
.pos-form-wraper h3 {
    font-family: poppins;
    font-weight: bold;
    font-size: 25px;
    color: #5f3532;
}

.pos-corner-feature-point-box img {
    width: 29% !important;
}

.pos-corner-feature-point-box p {
    margin: 0;
}

.claim-form-image {
    text-align: center;
    margin-top: 50px;
  }

.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
    /* box-shadow: rgb(242, 127, 33) 0px 1px 4px; */
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f27f21b5;
}

.pos-corner-desc-content {
    color: #fff;
}

.pos-corner-feature-points-wraper {
    margin-top: 17px;
}

.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 6px;
}

.pos-corner-desc-content {
    margin-top: 27px;
}

/* make a claim page sectoin start */

.make-claim-feature-select-wrap label {
    font-family: poppins;
    margin-top: 23px;
    color: #2c3157;
    font-weight: 400;
}

.make-claim-feature-select-wrap .form-control {
    padding: 14px 14px;
    height: 54px;
    font-size: 16px !important;
    border-radius: 10px;
    box-shadow: 0px 1px 10px -3px lightgray;
}
.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/home-service.png) !important; */
    background-image: url('/premium/images/home-service.png');
    padding: 50px 0;
}
button.sub-box {
    padding: 14px 9px;
    border: none;
    border-radius: 10px;
    background: #572a27;
    color: white;
    width: 100%;
}

.pos-form {
    box-shadow: none;
    background: white;
}

.pos-insur-name,
.pos-mail,
.pos-ph-no,
.pos-pin,
.pos-city,
.pos-password {
    height: 39px;
    border-radius: 11px;
    box-shadow: 0px 0px 13px -8px gray;
    font-size: 12px;
    padding: 7px 12px;
    font-weight: 500;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 47px;
  background: black;
  border-radius: 14px;
  font-weight: 600;
  color: white;
  margin-top: 12px;
  width: fit-content;
}

button#pills-profile-tab:active {
    color: #572a27  !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #572a27 !important;
}
.pos-insur-box,
.pos-mail-box,
.pos-ph-no-box,
.pos-pin-box,
.pos-city-box,
.pos-password-box {
    width: 100%;
    padding-bottom: 0px;
}

.pos-insur-box label,
.pos-mail-box label,
.pos-ph-no-box label,
.pos-pin-box label,
.pos-city-box label,
.pos-password-box label {
    font-weight: 600;
    font-size: 12px;
    padding-left: 11px;
    padding-bottom: 0px;
    font-family: 'Poppins';
}

.pos-signup-btn {
    background: #efa563 !important;
    padding: 10px 40px;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-left: 0px;
    border-radius: 12px;
    cursor: pointer;
}

.pos-login-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #572a27;
    padding: 10px 40px;
    width: 100%;
    color: #572a27;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

.pos-signup-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #572a27;
    padding: 10px 40px;
    width: 100%;
    color: #572a27;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

.pos-login-btn-box {
    margin-right: 44px;
}

.pos-sub-btn-box {
    padding-top: 0px;
}



.pos-card-deatils-cover {
    background: #ffba7e;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.form-top-set {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}

.contact-map-main-wrapper-cov {
    background: rgb(243, 245, 248);
    padding: 69px 0px;
}
.contact-us-links p a {
    color: black;
}
.contact-us-mail-links p a {
    color: black;
}
.contact-us-social-links-cov {
    display: flex;
    justify-content: start;
}
.contact-us-social-link1 {
    margin: 0px 15px;
    font-size: 16px;
    color: black;
    background: #572a27;
    padding: 5px 10px;
    border-radius: 50%;
}
.contact-us-social-link {
    font-size: 16px;
    color: black;
    background: #572a27;
    padding: 5px 10px;
    border-radius: 50%;
}
.contact-us-social-link1 a{ 
    color: #ea5e20;
}
.contact-us-social-link a{ 
    color: #ea5e20;
}
.contact-detail-cover h4 {
    color: #572a27;
}
.contact-detatis-main-wrapper {
    background: linear-gradient(60deg, #f2ffdc, #fafff1);
    padding: 69px 0px;
}
h1.contact-min-title {
    color: #ea5e20;
    margin-bottom: 26px;
}
.contact-form-cov input {
    height: 48px !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 0px 17px;
}
.contact-form-cov textarea {
    border-radius: 20px;
    font-size: 14px;
    padding: 20px;
}
.contact-form-cov label {
    margin-left: 11px;
}
.contact-us-form-wraper {
    background: #fbfef6;
    padding: 25px;
    border-radius: 22px;
}
.row.mt-lg-4.contact-form-cov .form-group {
    margin-bottom: 10px;
}
.sub-btn-cov1 {
    padding: 10px 39px;
    border: none;
    background: #572a27;
    color: white;
    border-radius: 9px;
    margin: 10px auto;
    display: flex;
}

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


    .about-details-wraper {
        margin-top: 0px;
        padding: 39px 16px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/premium/images/about-background.png');
        padding-bottom: 78px;
    }
    .about-details-content-title h1 {
        margin-bottom: 2px;
        color: #572a27;
        font-size: 21px;
        line-height: 35px;
        font-weight: 800 !important;
        /* font-family: initial; */
        font-family: "Poppins", sans-serif;
        margin-top: 26px;
    }
    .about-details-wraper {
        margin-top: 0px;
        padding: 39px 16px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/premium/images/about-background.png');
        padding-bottom: 4px;
    }
    .vission-wrapper {
        margin-top: 0px;
        padding: 65px 7px;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-image: url(../images/mission-back.png) !important; */
        padding-bottom: 78px;
    }
    .vission-wrapper h3 {
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        color: #88bd2f;
        font-size: 21px;
    }
    .vission-box {
        background: transparent linear-gradient(146deg, #ffffff 0%, #FFF7F0 100%) 0% 0% no-repeat padding-box;
        /* box-shadow: 0px 3px 10px #FFCEA7A3; */
        border: 2px solid #572a27;
        border-radius: 0px 11px;
        padding: 9px 30px;
        text-align: center;
        margin-bottom: 29px;
    }
    .vission-box img {
        width: 66px;
        border-radius: 50%;
        margin-bottom: 3px;
    }
    .vission-box h4 {
        font-weight: 600;
        font-size: 19px;
    }

}

@media only screen and (min-width: 320px) and (max-width : 479px){
    .pos-corner-feature-point-box {
        text-align: center;
        padding: 13px;
        /* box-shadow: rgb(242, 127, 33) 0px 1px 4px; */
        border-radius: 6px;
        background: #fff;
        border: 1px solid #f27f21b5;
        margin-bottom: 20px;
    }
    .pos-corner-details-content h2 {
        font-family: poppins;
        font-size: 16px;
        font-weight: bold;
        color: #88bd2f;
        text-align: center;
    }
    .pos-corner-details-content {
        padding: 9px 19px;
        background: #fbfcff;
        box-shadow: rgb(242, 127, 33) 0px 1px 4px;
        border-radius: 10px;
    }
    .pos-form-wraper h3 {
        font-family: poppins;
        font-weight: bold;
        font-size: 16px;
        color: #5f3532;
    }
    .make-claim-feature-select-wrap .form-control {
        padding: 8px 12px;
        height: 45px;
        font-size: 14px !important;
        border-radius: 10px;
        box-shadow: 0px 1px 10px -3px lightgray;
    }
    .pos-form-wraper .form-control {
        padding: 8px 12px;
        /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
        height: 45px;
        font-size: 12px !important;
        border-radius: 10px;
        box-shadow: 0px 1px 10px -3px lightgray;
    }
    .pos-form-wraper {
        padding: 38px 25px;
        box-shadow: rgb(242, 127, 33) 0px 1px 4px;
        border-radius: 16px;
        background: #fff;
    }
    .pos-form-wraper label {
        font-family: poppins;
        margin-top: 10px;
        color: #000;
        font-weight: 400;
        font-size: 12px;
        margin-left: 4px;
    }
    .pos-form-wraper .border-btn {
        margin-top: 13px;
        width: 100%;
    }
    .pos-corner-feature-point-box h4 {
        margin: 15px 0px;
        font-weight: bold;
        font-family: poppins;
        font-size: 12px;
        margin-bottom: 1px;
    }
    .pos-corner-feature-point-box p {
        margin: 0;
        font-size: 12px;
    }
    .pos-signup-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px #572a27;
        padding: 7px 28px;
        width: 100%;
        color: #572a27;
        font-weight: 700;
        font-size: 12px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 2px;
        background-color: white !important;
    }
    .pos-login-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px #572a27;
        padding: 7px 28px;
        width: 100%;
        color: #572a27;
        font-weight: 700;
        font-size: 12px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 9px;
        background-color: white !important;
    }
    .pos-sub-btn {
        margin-top: 16px;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        height: 78%;
        width: 48%;
        background: black;
        border-radius: 10px;
        font-weight: 600;
        color: white;
        margin-top: 12px;
        font-size: 13px;
    }
}

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

    .contact-detatis-main-wrapper {
        background: linear-gradient(60deg, #f2ffdc, #fafff1);
        padding: 43px 0px;
    }
    h1.contact-min-title {
        color: #ea5e20;
        margin-bottom: 26px;
        font-size: 23px;
    }
    .contact-detail-cover h4 {
        color: #572a27;
        font-size: 15px;
    }
    .contact-us-address p {
        font-size: 11px;
    }
    .contact-us-mail-cov {
        margin-left: 20px !important;
    }
    .contact-us-links p a {
        color: black;
        font-size: 11px;
    }
    .contact-us-mail-links p a {
        color: black;
        font-size: 11px;
    }
    .contact-illustrator {
        margin-top: 21px;
    }
    .contact-us-form-wraper {
        background: #fbfef6;
        padding: 25px 20px;
        border-radius: 22px;
    }
    .contact-form-cov label {
        margin-left: 11px;
        font-size: 11px;
    }
    .contact-form-cov input {
        height: 40px !important;
        border-radius: 26px;
        font-size: 12px;
        padding: 0px 17px;
    }
    .sub-btn-cov1 {
        padding: 10px 39px;
        border: none;
        background: #572a27;
        color: white;
        border-radius: 9px;
        margin: 10px auto;
        display: flex;
        font-size: 13px;
    }
    .contact-us-social-link {
        font-size: 14px;
        color: black;
        background: #572a27;
        padding: 6px 10px;
        border-radius: 50%;
    }
    .contact-us-social-link1 {
        margin: 0px 15px;
        font-size: 14px;
        color: black;
        background: #572a27;
        padding: 5px 10px;
        border-radius: 50%;
    }
}

.compare-blade-loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(250, 243, 243, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999999 !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
    width: 220px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.compare-blade-loader .health-tip {
    font-size: 17px;
    color: darkslateblue;
    font-weight: 600;
    background: white;
    padding: 15px 32px;
    width: 28%;
    text-align: center;
    border-radius: 30px;
    position: absolute;
}
.about-image-cov img {
    width: 73%;
}
.about-image-cov {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-sec-con {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
p.footer-service-link {
    margin-bottom: 0px;
}
