﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
/*font-family: 'Montserrat', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;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");
/*font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Barlow: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");
/*font-family: 'Barlow', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");
/*font-family: 'Dosis', sans-serif;*/


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes flip {
    from {
        transform: rotate3d(1, 1, 0, 0deg);
    }

    to {
        transform: rotate3d(1, 1, 0, 180deg);
    }
}

@keyframes swing {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(100px);
    }
}

@keyframes fall {
    from {
        transform: translateY(0vh);
    }

    to {
        transform: translateY(95vh);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

div.flocon {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 200px;
    animation-name: fall, fade;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

    div.flocon div {
        width: inherit;
        height: inherit;
        transform-style: preserve-3d;
        animation-name: swing;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }

        div.flocon div div {
            transform-style: preserve-3d;
            animation-name: spin;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
        }

            div.flocon div div svg {
                fill: #FFFFFF;
                filter: drop-shadow(0px 0px 2px #4cbd01);
                animation-name: flip;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }


.SMCbody div,
.SMCbody h2,
.SMCbody h3,
.SMCbody h4,
.SMCbody h5,
.SMCbody h6,
.SMCbody p,
.SMCbody label,
.SMCbody input {
    font-family: "Barlow", sans-serif !important;
}

a {
    text-decoration: none !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #4CBD01;
    background-color: #ffffff;
}

    .accordion-button:not(.collapsed)::after {
        filter: grayscale(1);
    }

.SMCbody .navbar-brand img {
    width: auto;
    height: 50px;
    moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.SMCbody .navbar-brand {
    padding: 0;
}

.SMCbody .mainHeader {
    height: auto;
    padding: 10px 0;
    border: none !important;
}

.rsmm {
    border: none !important;
}

.FixedHead {
    box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
}

.myNav,
.rsmm {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.SMCbody .SubHead_Risk,
.SMCbody .MN_Menu.navMenu {
    margin: 0;
}

    .SMCbody .MN_Menu.navMenu li a,
    .DropDownMenu1 .col-md-3 .OurProduct ul li a {
        position: relative;
        color: #000;
        line-height: 53px;
    }

.SubHead_Risk li a button.LoginBtn {
    color: #fff;
    border-color: #4CBD01;
    background: #4cbd01;
}

.SubHead_Risk li button.LoginBtn:hover {
    color: #fff !important;
    background-color: #4CBD01;
}

.SubHead_Risk li button.LoginBtn.DashboardBtn {
    background-color: #4CBD01;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    .SubHead_Risk li button.LoginBtn.DashboardBtn:hover {
        background-color: #47a706;
        color: #fff !important;
    }

.SMCbody .MN_Menu.navMenu li a img {
    width: 20px;
    margin-right: 12px;
}

.FAQ_Benefits ul li {
    list-style: disc;
}

.DropDownMenu1 {
    position: fixed;
    z-index: 0;
    box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
    display: none;
    background: #fff;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: all 0.5s ease-out;
    display: block;
    z-index: 3;
    border-top: 1px solid #eee;
    left: 0;
}

.MN_Menu.navMenu li.has-sub:hover .DropDownMenu1 {
    margin-top: .5rem;
    opacity: 1;
    visibility: visible;
}

.DropDownMenu1 .col-md-3 .OurProduct h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: 15px;
}

    .DropDownMenu1 .col-md-3 .OurProduct h3 img {
        display: block;
        width: auto;
        height: 50px;
    }

.DropDownMenu1 .col-md-3 .OurProduct ul {
    padding: 0;
}

    .DropDownMenu1 .col-md-3 .OurProduct ul li a {
        padding: 7px 0 !important;
        line-height: normal;
    }

.DropDownHover {
    top: 83px;
}

.DropDownMenu1 li:hover a {
    transition: all 300ms ease-out;
    color: #4CBD01 !important;
}

.DropDownMenu1 li a {
    padding: 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.DropDownMenu1 li {
    width: 100%;
}

.SMCbody .homeSection {
    display: block;
    background-image: url(../img/Home-page/Background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-top: 75px;
    padding-bottom: 50px;
}

    .SMCbody .homeSection .tabs .tab-content .SpaceBetweenRow002 {
        width: 100%;
    }

    .SMCbody .homeSection .tabs {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

.VehicleRegister {
    padding: 0;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
}

    .VehicleRegister label {
        margin: 0;
    }

        .VehicleRegister label span {
            font-weight: 500;
            color: #3d3d3d;
            font-size: 12px;
            margin-top: -5px;
            display: block;
        }

        .VehicleRegister label input {
            width: 100%;
            text-transform: uppercase;
            border: 1px solid #BEBEBE;
            box-shadow: 0px 0px 30px #6a6a6a29;
            height: 60px;
            border-radius: 5px;
            padding: 0 20px;
        }


            .VehicleRegister label input::placeholder,
            .VehicleRegisterHealth label select {
                color: #ccc !important;
                font-weight: 500 !important;
            }

        .VehicleRegister label:first-child {
            width: 62%;
        }

        .VehicleRegister label:last-child {
            width: 35%;
        }

.VehicleRegisterHealth label select {
    font-size: 16px;
    border: none;
    width: 100%;
}

.VehicleRegister.VehicleRegisterHealth label {
    width: 33%;
    padding: 10px 15px;
}

.VehicleRegister.VehicleRegisterHealth label {
    border-right: 1px solid #0000002e;
}


.SMCbody .homeSection .tabs .packagesMainRisk {
    height: auto;
}

.SMCbody .packagesMainHealth {
    padding: 0;
}

.SMCbody .headingBt {
    padding: 0;
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px !important;
    font-weight: 500;
    text-align: center;
}

.SMCbody .CarRegError {
    position: absolute;
    top: 70px;
    left: 15px;
    background-color: #ffc6c6;
    padding: 0px 10px;
    border-radius: 3px;
    color: #000;
    line-height: 20px;
}

.policyLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.SMCbody .heading {
    color: #20537b;
    line-height: 30px;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

    .SMCbody .heading strong {
        font-weight: 600;
        font-size: 24px;
        color: rgb(73, 80, 87);
        background-color: rgba(0, 0, 0, 0);
        font-style: normal;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }

        .SMCbody .heading strong::after {
            display: block;
            content: "";
            background: #4cbd01;
            border-style: none;
            border-radius: 145px;
            left: 50%;
            margin-left: -50px;
            top: 40px;
            z-index: 7;
            width: 100px;
            height: 5px;
            position: absolute;
        }

.SMCbody .productTabsMainCar h6 {
    margin-top: 30px;
}

.SMCbody .headingBt a {
    color: #4CBD01;
    font-weight: 600;
    text-decoration: none;
}

    .SMCbody .headingBt a i.fas {
        position: absolute;
        right: 20px;
        top: 9px;
        font-size: 10px;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }

    .SMCbody .headingBt a:hover i.fas {
        right: 5px;
    }

.SMCbody .packagesMainRisk {
    position: relative;
}

.packagesMainRisk .tab-content {
    width: 75%;
}

.SMCbody .productTabsMainRisk {
    width: 75%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0 10px 0;
    height: 130px;
}

.SMCbody .tabs .productTabsMainRisk .productTabsRisk {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: 100px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

#HealthTab, #LifeTab {
    height: 100px;
}

.InsuranceIcon {
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 10px 8px;
    border-radius: 5px;
    border: 2px solid #b5b5b500;
    box-shadow: 2px 2px 7px #d6d6d6;
}

.SMCbody .tabs .productTabsMainRisk .productTabsRisk img {
    width: auto !important;
    height: 40px;
    margin: auto;
    filter: brightness(0);
    opacity: 0.75;
}

.SMCbody .tabs .productTabsMainRisk .productTabsRisk:last-child {
    border-right: 0;
}

.SMCbody .tabs .productTabsMainRisk .productTabsRisk.active .InsuranceIcon img {
    filter: none;
    opacity: 1;
}

.SMCbody .tabs .productTabsMainRisk .productTabsRisk span {
    display: block;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk span p {
        margin: 0;
        font-size: 14px;
        line-height: normal;
    }

        .SMCbody .tabs .productTabsMainRisk .productTabsRisk span p small {
            width: 100%;
            display: block;
        }

.headContent {
    padding: 0px;
    color: #313131;
}

    .headContent h1 {
        font-size: 45px;
        color: #3d3d3d;
        font-weight: 800;
        line-height: 60px;
        margin: 40px 0 0 0;
    }

        .headContent h1 span {
            color: #4CBD01;
        }

    .headContent p {
        font-size: 18px;
    }

.SMCbody .tabs .productTabsMainRisk .productTabsRisk.active {
    background-color: #ffffff;
}

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk.active span {
        color: #4CBD01;
        border-color: #4CBD01;
        position: relative;
    }

        .SMCbody .tabs .productTabsMainRisk .productTabsRisk.active span::after {
            width: 0;
            height: 0;
            content: "";
            position: absolute;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 12px solid #4CBD01;
            left: 50%;
            bottom: -20px;
            margin-left: -7px;
        }

.SMCbody .ProductFormIn .PF0012 label input,
.SMCbody .ProductFormIn .PF0012 label select,
.SMCbody #HealthMobileNo {
    height: 50px !important;
    border: 1px solid #dee2e6 !important;
}

.SMCbody .mobileBox .PF0012 label input {
    background-color: #eee;
    border: 1px solid #ccc !important;
    color: #3d3d3d;
    font-weight: 600;
    position: relative;
}

.MuiBox-root h6,
.AboutCnt h6 {
    color: #4CBD01;
    font-weight: bold;
}

.MuiTypography-h4,
.AboutCnt h3 {
    font-size: 2.0243rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.MuiBox-root p,
.AdviceList li,
.AboutCnt p {
    font-size: 1.25rem;
    color: #2e2e2e;
    line-height: 34px;
}

.services-area {
    background: white;
    background-color: #f8f9fa;
}

.sectionSecond .MuiBox-root .MuiTypography-h4 {
    margin: 15px 0 20px 0;
}

.jss75 {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(119 119 119 / 15%);
    border-radius: 10px;
}

.MuiPaper-elevation2 {
    padding: 0px 60px;
}

.jss64 {
    width: 18px;
    height: 14px;
    margin-top: -5px;
    margin-right: 8px;
}

.MuiPaper-elevation3 {
    border-top: 1px solid #ccc;
    padding: 50px;
    position: relative;
    background-color: #4CBD01;
}

.MuiPaper-elevation3Box h3 {
    font-size: 1.4993rem;
    font-weight: 600;
    line-height: 1.334;
    color: #000;
}

.MuiPaper-elevation3Main {
    padding: 0 10px;
}

.ContactOurTeam {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(119 119 119 / 15%);
    border-radius: 5px;
    margin-top: -160px;
    padding: 0 0;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
    height: auto;
    width: 514px;
}

    .ContactOurTeam .MuiBox-root h6 {
        font-size: 1.25rem;
        color: #4CBD01;
        margin-bottom: 15px;
    }

    .ContactOurTeam .MuiBox-root img {
        margin: 20px 0;
        padding: 0 80px;
    }

.MuiButton-fullWidth {
    width: 100%;
}

.ContactOurTeamFooter {
    text-align: center;
    margin-top: 50px;
}

    .ContactOurTeamFooter .btn {
        height: 48px;
        font-size: 18px;
        font-weight: 600;
        width: 220px;
        border-radius: 10px;
        box-shadow: none;
        color: #fff;
        background-color: #3d3d3d;
    }

    .ContactOurTeamFooter .whatsApp {
        font-size: 16px;
        display: block;
        font-weight: 400;
        margin-top: 15px;
        text-decoration: none;
    }

        .ContactOurTeamFooter .whatsApp span {
            border-bottom: 1px dashed #000;
            padding: 5px 0;
            color: #4CBD01;
        }

.AdviceList {
    padding: 0;
}

    .AdviceList li {
        padding: 10px 0;
    }

.la-check:before {
    content: "\2714";
}

.AdviceList li .la-check {
    margin-right: 15px;
}

.OnLifeBox {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(119 119 119 / 15%);
    border-radius: 10px;
}

    .OnLifeBox .MuiBox-root {
        padding: 30px 20px;
    }

        .OnLifeBox .MuiBox-root h3 {
            margin-bottom: 16px;
            font-size: 1.4993rem;
            font-weight: 600;
            color: #2e2e2e;
        }

        .OnLifeBox .MuiBox-root p {
            font-size: 1.1667rem;
            color: #000;
            font-weight: 400;
        }

.comparisonsBox {
    display: flex;
    border-radius: 10px;
    padding: 30px 20px;
    align-items: flex-start;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px rgb(119 119 119 / 15%);
    width: 480px;
}

    .comparisonsBox:last-child {
        background: #f8f9fa;
    }

    .comparisonsBox .MuiBox-root {
        padding-left: 30px;
    }

    .comparisonsBox img {
        width: 60px;
    }

    .comparisonsBox .MuiBox-root h3 {
        color: #000000;
        margin-bottom: 16px;
        font-size: 1.4993rem;
        font-weight: 600;
        line-height: 1.334;
    }


.ContactOurTeamSec,
.comparisonsBox,
.bg-half-170,
.AboutWork-area,
.team-section {
    background-color: #c7ff7261 !important;
}

.ContactEmail small {
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.ContactEmail h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.ContactEmail {
    margin-top: 60px;
}

.services-areaSeven {
    background-color: #F2F2F2;
    padding: 20px 0 50px 0;
}

    .services-areaSeven .accordion > .card > .card-header {
        background: transparent;
        border-radius: 5px;
        color: #3d3d3d;
        cursor: pointer;
        display: block;
        padding: 15px 20px;
        position: relative;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        border: none;
    }

    .services-areaSeven .accordion > .card > .collapse .card-body {
        padding-top: 0;
    }

    .services-areaSeven .headingCnt img {
        width: 370px;
        margin: auto;
    }

    .services-areaSeven .accordion {
        padding: 0;
        background-color: transparent;
    }

        .services-areaSeven .accordion > .card {
            background-color: #fff;
            border-radius: 5px;
            margin-bottom: 15px;
            border: none;
        }

        .services-areaSeven .accordion:after {
            display: none;
        }

.footerBottom .footerMid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 25px 0px;
    width: 80%;
}

#pgFooter .footerBottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#pgFooter {
    display: flex;
    flex-direction: column;
    display: flex;
    background: #1a1a1a;
    position: relative;
    align-items: center;
    width: 100%;
    z-index: 99;
}

    #pgFooter .footerTop {
        display: flex;
    }

        #pgFooter .footerTop > p {
            color: #787878;
            padding: 15px 250px;
            text-align: center;
            font-size: 13px;
            line-height: 22px;
            margin: 0;
        }

            #pgFooter .footerTop > p a {
                color: #787878;
                font-weight: 600;
            }

    #pgFooter .footerBottom .footerTop ul {
        padding: 0;
        text-align: center;
    }

        #pgFooter .footerBottom .footerTop ul li {
            display: inline-block;
            padding: 0 15px;
        }

            #pgFooter .footerBottom .footerTop ul li a {
                padding: 0;
                display: block;
                color: #999;
                font-size: 20px;
            }

    #pgFooter .footerBottom {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

        #pgFooter .footerBottom .footerMid > div {
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #3c3737;
            padding: 25px;
        }

        #pgFooter .footerBottom .footerMid .footerLogo {
            border-bottom: solid 0px #3c3737;
            display: flex;
            justify-content: center;
            width: 24%;
        }

            #pgFooter .footerBottom .footerMid .footerLogo > img {
                width: 200px;
                height: 72px;
            }

        #pgFooter .footerBottom .footerMid > div > ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #pgFooter .footerBottom .footerMid > div > ul > li {
                color: #fff;
            }

                #pgFooter .footerBottom .footerMid > div > ul > li > i {
                    color: #5a5a5a;
                    padding: 0;
                    margin: 0;
                }

        #pgFooter .footerBottom .footerMid .address {
            font-size: 11px;
        }

            #pgFooter .footerBottom .footerMid .address > ul {
                display: flex;
                flex-direction: column;
            }

                #pgFooter .footerBottom .footerMid .address > ul li:nth-of-type(1) {
                    border-bottom: #5a5a5a 1px dashed;
                    padding-bottom: 10px;
                    width: 90%;
                }

                #pgFooter .footerBottom .footerMid .address > ul li:nth-of-type(2) {
                    padding-top: 10px;
                }

        #pgFooter .footerBottom .footerMid .contact > ul {
            list-style: none;
        }

            #pgFooter .footerBottom .footerMid .contact > ul > li {
                display: flex;
                flex-direction: row;
                margin: 15px 0px;
            }

                #pgFooter .footerBottom .footerMid .contact > ul > li > a {
                    font-size: 11px;
                    color: #fff;
                    text-decoration: none;
                }

                #pgFooter .footerBottom .footerMid .contact > ul > li > i::before {
                    color: #84c225;
                    font-size: 16px;
                    margin-right: 10px;
                }

        #pgFooter .footerBottom .footerMid .social > ul {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            #pgFooter .footerBottom .footerMid .social > ul > li {
                margin: 0px 5px;
            }

                #pgFooter .footerBottom .footerMid .social > ul > li > a {
                    text-decoration: none;
                }

                    #pgFooter .footerBottom .footerMid .social > ul > li > a > i {
                        color: #5a5a5a;
                    }

                        #pgFooter .footerBottom .footerMid .social > ul > li > a > i:hover {
                            color: #84c225;
                        }

        #pgFooter .footerBottom .mainLinks {
            background: #0e0e0e;
            justify-content: center;
            align-items: center;
            padding: 25px 0px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        #pgFooter .footerBottom .footerLinks {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            color: #fff;
            width: auto;
            background: #131313;
            margin: 0px 0 30px 0;
            border-radius: 10px;
            padding: 20px 0px;
        }

            #pgFooter .footerBottom .footerLinks > div {
                width: auto;
                margin: 10px 40px;
                display: flex;
                flex-direction: column;
                text-align: left;
            }

                #pgFooter .footerBottom .footerLinks > div > p, .footerAbout p {
                    text-transform: capitalize;
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 10px;
                    color: #c8c8c8;
                }

.footerAbout {
    align-items: center;
    justify-content: center;
}
#pgFooter .footerBottom .footerLinks > div > ul{
    padding:0;
}
#pgFooter .footerBottom .footerLinks > div > ul li {
    display: block;
    padding: 0;
}
    #pgFooter .footerBottom .footerLinks > div > ul li a, .footerAbout a {
        text-decoration: none;
        color: #999;
        font-size: 14px;
        margin: 5px 0px;
    }

    .footerAbout h4, .footerAbout a {
        color: #fff;
        margin: 15px 30px;
    }

    .footerAbout a {
        cursor: pointer;
    }

    .footerAbout h4 {
        font-weight: 500;
    }

#pgFooter .footerBottom .footerLinks > div > a:hover {
    color: #84c225;
}

#pgFooter .footerBottom .mainLinks .footerCopy {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: solid 1px #3c3737;
    width: 80%;
    background: #0e0e0e;
    color: #787878;
    font-size: 12px;
    padding: 25px 0px;
    justify-content: space-between;
}

    #pgFooter .footerBottom .mainLinks .footerCopy > div {
        margin: 5px 0px;
        color: #787878;
    }

        #pgFooter .footerBottom .mainLinks .footerCopy > div > span {
            font-size: 10px;
        }

        #pgFooter .footerBottom .mainLinks .footerCopy > div > a {
            color: #787878;
            text-decoration: none;
            margin: 0px 10px;
        }





/*footer subscribe css*/
.subscribing {
    padding-left: 5px;
}

.footer-subscribe {
    color: #ffff;
}

.news:hover {
    background-color: none;
    color: #2f982f !important;
}

.newsletrer {
    font-size: 100%;
}

.news {
    color: #2f982f;
    border-color: #2f982f;
    height: 45px;
}

.mail-box {
    background: #bab2b2;
}

.subscribe-button {
    border: 1px solid green;
    color: green;
    padding: 10px;
}

.subscribe input[type=text] {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 5px;
    padding: 10px;
    border: 0 none;
    background: #434242;
    border-radius: 5px;
    color: white
}



.otherLinksSmc {
    border-radius: 4px;
    position: relative;
    z-index: 0;
    margin-top: 60px;
}

    .otherLinksSmc h2 {
        font-size: 30px;
        font-weight: 700;
        color: #3D3D3D;
        margin: 0 0 35px 0;
    }

        .otherLinksSmc h2 span {
            color: #4CBD01;
        }

        .otherLinksSmc h2 b {
            font-weight: 400;
            width: 560px;
            height: 5px;
            border-top-width: 4px;
            border-top-style: dotted;
            display: inline-block;
            color: #c5c5c5;
            margin-left: 3px;
        }

.st0 {
    fill: #494949;
}

.otherLinksSmc .StepsRow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffbd;
}


    .otherLinksSmc .StepsRow .StepsColm {
        width: 16.66%;
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 10px;
    }




        .otherLinksSmc .StepsRow .StepsColm:hover small, .otherLinksSmc .StepsRow .StepsColm:hover p {
            color: #3d3d3d;
        }

        .otherLinksSmc .StepsRow .StepsColm:hover img {
            opacity: 1 !important;
            filter: brightness(0);
        }

        .otherLinksSmc .StepsRow .StepsColm:nth-child(4):hover img {
            filter: brightness(1);
        }

    .otherLinksSmc .StepsRow .StepsColm01:hover img, .otherLinksSmc .StepsRow .StepsColm02:hover img {
        opacity: 1 !important;
        filter: brightness(1) !important;
    }

    .otherLinksSmc .StepsRow .StepsColm div small {
        font-size: 14px;
        font-weight: 400;
        color: #777;
        line-height: normal;
        display: block;
    }

        .otherLinksSmc .StepsRow .StepsColm div small b {
            font-size: 16px;
        }

        .otherLinksSmc .StepsRow .StepsColm div small a, .AboutSec1 p a {
            color: inherit;
        }

            .otherLinksSmc .StepsRow .StepsColm div small a:hover, .AboutSec1 p a:hover {
                color: #4cbd01;
            }

    .otherLinksSmc .StepsRow .StepsColm::after {
        content: "";
        width: 2px;
        height: 70px;
        background: #ccc;
        position: absolute;
        right: 11%;
    }

    .otherLinksSmc .StepsRow .StepsColm.StepsColm01::after, .otherLinksSmc .StepsRow .StepsColm.StepsColm02::after {
        display: none;
    }

    .otherLinksSmc .StepsRow .StepsColm.StepsColm01 {
        width: 20% !important;
        display: block;
    }

        .otherLinksSmc .StepsRow .StepsColm.StepsColm01 span, .otherLinksSmc .StepsRow .StepsColm.StepsColm02 span {
            font-size: 10px;
            display: block;
            margin-bottom: 5px;
            color: #777;
        }

        .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox, .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn,
        .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn .reviewStar {
            display: flex;
        }

            .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn {
                margin-right: 15px;
            }

                .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn img {
                    width: auto;
                    height: 25px;
                    opacity: 0.5;
                }

            .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn {
                align-items: center;
            }

                .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn div span {
                    margin: 0;
                }

                .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn div .reviewStar span svg {
                    color: #fbbc04;
                    font-size: 12px;
                }

                .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn div .reviewStar span {
                    font-size: 14px;
                    font-weight: 500;
                }

                    .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn div .reviewStar span:first-child {
                        margin-right: 5px;
                    }

.WhySMCWorkINCnt {
    display: none;
}

.HowItWorkSec .WhySMCWork .nav-link.active .WhySMCWorkINCnt {
    display: block;
}

    .HowItWorkSec .WhySMCWork .nav-link.active .WhySMCWorkINCnt p {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 400;
        color: #999;
    }

.otherLinksSmc .StepsRow .StepsColm.StepsColm02 {
    display: flex;
    flex-flow: column;
    width: 140px;
    height: 130px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
}

    .otherLinksSmc .StepsRow .StepsColm.StepsColm02 img {
        margin: 0;
        width: auto;
        height: 20px;
        opacity: 0.9;
    }

.eBookPDF_BG {
    border-radius: 4px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 0 25px #00000061;
}

    .eBookPDF_BG img {
        width: 100%;
        height: auto;
    }

    .eBookPDF_BG:hover::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000b5;
        background-image: url(../img/Home-page/DownloadPDF.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50px;
    }

.eBookPDF a p {
    font-size: 12px;
    font-weight: 500;
}

.eBookPDF a {
    color: #3d3d3d;
}

.eBookPDF {
    text-align: center;
    border-radius: 5px;
    height: auto;
    padding: initial;
    width: 280px;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 10px;
}

.otherLinksSmc .StepsRow .StepsColm img {
    width: auto;
    height: 35px;
    margin-right: 10px;
    filter: brightness(0);
    opacity: 0.7;
}

.otherLinksSmc .StepsRow .StepsColm div p {
    margin: 0;
    color: #777;
    font-size: 20px;
    font-weight: 500;
}

.otherLinksSmc .StepsRow .StepsColm .StepsDevider {
    position: absolute;
    right: 20px;
    top: 0;
    color: #4CBD01;
    font-size: 25px;
    height: 70px;
}

    .otherLinksSmc .StepsRow .StepsColm .StepsDevider svg {
        z-index: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #4CBD01;
        border-radius: 50px;
        font-size: 15px;
        padding: 3px;
        text-align: center;
        background-color: #fff;
        position: relative;
        top: 15px;
    }

    .otherLinksSmc .StepsRow .StepsColm .StepsDevider::before {
        width: 1px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 12px;
        background-color: #4CBD01;
        content: "";
    }




/*About Us*/
.bg-half-170 {
    padding: 130px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
    background: url(../img/SMC/images/page.webp) top center;
}

.about-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.section-heading .section-title {
    font-size: 45px;
    font-weight: 600;
}

.AboutWork-area .points ul li {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
    margin-bottom: 20px;
    padding-left: 30px;
}

.AboutWork-area .points li i {
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    text-align: left;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    background: #4CBD01;
    box-shadow: 0px 5px 24px rgb(54 207 118 / 15%);
}

.btn.theme-btn,
.contact-section-btn .btn-bg {
    box-shadow: 0px 17px 43px 1px rgb(64 104 2 / 16%);
    background-color: #4CBD01;
    padding: 0px 55px;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    line-height: 60px;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pre-card {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 10px 80px 0px rgb(215 215 215 / 40%);
    box-shadow: 0px 10px 80px 0px rgb(215 215 215 / 40%);
}

    .pre-card img {
        width: 40px;
    }

.media-body.content h5,
.team-box h5 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #3d3d3d;
}

.pre-card:hover.pre-primary {
    background-color: #1add97 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}

.media-body.content p {
    line-height: 30px;
    font-size: 16px;
}

.team-box {
    background: #ffffff;
    -webkit-box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
    box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
}

    .team-box .team-social i {
        width: 38px;
        height: 38px;
        display: inline-block;
        line-height: 38px;
        background-color: #f6f7fb;
        border-radius: 50%;
        color: #555;
        text-align: center;
        font-size: 14px;
    }

        .team-box .team-social i:hover {
            color: #ffffff;
            background-color: #1add97;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

.PartnerLogo {
    margin: 20px 0;
    padding: 0 25px;
}

    .PartnerLogo img {
        filter: grayscale(1);
        opacity: 0.5;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .PartnerLogo:hover img {
        filter: initial;
        opacity: 1;
    }

.contact-form-area .contact-form input,
.contact-form-area .contact-form form textarea {
    border: 1px solid #9096a7;
    width: 100%;
    padding: 14px 30px;
    border-radius: 5px;
}

.contact-form-area .contact-form {
    background: #fff;
    padding: 40px 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 10px rgba(99, 114, 130, 0.1);
    box-shadow: 0 10px 10px rgba(99, 114, 130, 0.1);
}

.single-box {
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: 0.5s;
    background-color: #fff;
    padding: 50px 33px 35px;
}

    .single-box:hover {
        box-shadow: 0px 5px 10px 0px #eee;
    }

.single-box-icon {
    margin-bottom: 30px;
}

.contact-box-icon i {
    background-color: #4CBD01;
    color: #fff;
    font-size: 28px;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0;
}

.single-box-content p,
.single-box-content h3 {
    margin: 0;
    line-height: 35px;
}

.CareerMain02 {
    padding: 30px 0 60px 0;
    margin-top: 80px;
}

    .CareerMain02 .careerBoxCnt {
        text-align: left;
    }

.careerBoxCnt p {
    font-size: 14px;
    font-weight: normal;
    color: #555;
    line-height: 30px;
}

.careerBoxCnt ul li {
    list-style-type: disc;
    font-size: 14px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-70 {
    padding-bottom: 70px;
}

.bg-red,
.bg-blue {
    float: right;
    height: 28px;
    width: 28px;
    padding: 4px 0px;
    text-align: center;
    color: #000;
    border-radius: 3px;
}

.SMCProTabs {
    display: flex;
    height: 100px;
}

.productSilder,
.HowItWorkSec,
.services-area {
    padding: 50px 0;
}

.CustomerSays {
    padding: 70px 0;
}

    .CustomerSays .quote-item {
        position: relative;
        border-radius: 20px 0px;
        padding: 15px;
        transition: all ease 0.4s;
        width: 100% !important;
        text-align: center;
        box-shadow: 0px 0px 33px 0px #00000029;
        height: 380px;
        background-color: #fff;
    }

        .CustomerSays .quote-item p .readMore {
            position: absolute;
            bottom: 50px;
            width: 150px;
            left: 50%;
            margin-left: -75px;
            color: #4cbd01;
        }
        .CustomerSays .quote-item ul {
            padding: 0;
            position: absolute;
            width: 150px;
            left: 50%;
            margin: 0;
            margin-left: -75px;
            bottom: 20px;
        }
.CustomerSays .quote-item ul li a{
    color: #3d3d3d;
    padding:0 5px;
}
        .CustomerSays .quote-item .quote-icon {
            padding: 10px 0;
            text-align: center;
        }

            .CustomerSays .quote-item .quote-icon img {
                height: 100px;
                width: auto;
                display: inline-block;
                border-radius: 100px;
                border: 1px solid #ccc;
                filter: grayscale();
            }

        .CustomerSays .quote-item:hover img {
            filter: initial;
        }

.slick-initialized .slick-slide {
    padding: 30px;
    height: auto;
}

.ProductPagesMain ul {
    padding: 0;
}

.CustomerSays .quote-item .test-index {
    font-size: 21px;
    font-weight: 800;
    text-transform: inherit;
    padding: 0;
    line-height: 30px;
    color: #201d1d;
    margin-bottom: 17px;
}

.CustomerSays .quote-item p {
    color: #4e5661;
    max-height: 100px;
    overflow-y: hidden;
}
.CustomerSays .quote-item ul li{
    display:inline-block;
}

.CustomerSays .quote-item p.active {
    overflow-y: scroll;
    max-height: 120px;
}

    .CustomerSays .quote-item p::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Handle */
    .CustomerSays .quote-item p::-webkit-scrollbar-thumb {
        background: #4cbd01;
    }

        /* Handle on hover */
        .CustomerSays .quote-item p::-webkit-scrollbar-thumb:hover {
            background: #419f02;
        }

.CustomerSays .quote-item .btn {
    background: transparent;
    color: #4CBD01;
    font-size: 14px;
    text-transform: inherit;
    padding: 0;
    position: relative;
    line-height: 26px;
    font-weight: 700;
    border: none;
}

    .CustomerSays .quote-item .btn:before {
        content: "";
        font-family: "Font Awesome 5 free";
        font-size: 15px;
        position: absolute;
        left: -19px;
        top: 1px;
    }

.quote-item .btn:after {
    content: "";
    height: 1.5px;
    width: 100px;
    background: #c7ff7261;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
    }

        .slick-dots li, .slick-dots li button {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                padding: 5px;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

.slick-slider .slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots li button {
    border: 1px solid #A3A3A3;
    border-radius: 50px;
    height: 13px;
    width: 13px;
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #4CBD01;
    border-color: #4CBD01;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
}

/*.quote-item:before {
    content: "";
    border: 4px solid transparent;
    border-top: 8px solid #99be60ad;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.4s;
}*/

.HowItWorkSec .MuiBox-rootImg {
    padding: 0 70px;
}

.elementskit-infobox {
    padding: 20px 20px 10px 100px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e6ecf2;
    border-radius: 0 0 0 0;
    position: relative;
}

    .elementskit-infobox:last-child {
        border: none;
    }

.elementor-background-overlay {
    background-image: url(../img/SMC/images/cta_bg.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.elementskit-infobox .box-body {
    position: relative;
    z-index: 2;
}

.elementskit-infobox .elementskit-info-box-title {
    margin: 0 0 0px 0;
    padding: 0 0 0 0;
    color: #201d1d;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.2px;
    transition: all 0.4s ease;
}

.elementskit-infobox .box-body > p {
    color: #4e5661;
    font-size: 18px;
    line-height: 28px;
}

.elementskit-infobox:before {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 90px;
    color: #4e56610f;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 0.9375rem;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.OneBox:before {
    content: "1";
}

.TwoBox:before {
    content: "2";
}

.ThreeBox:before {
    content: "3";
}

.box-bodyOuter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.MuiPaper-elevation3 .box-bodyOuter h1 {
    text-align: left;
    color: #000;
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -0.3px;
}

.box-bodyOuter .box-body {
    color: #000;
    display: flex;
    align-items: center;
}

    .box-bodyOuter .box-body .elementskit-info-box-title {
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        line-height: 22px;
        letter-spacing: -0.15px;
    }

    .box-bodyOuter .box-body p {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin: 0;
    }

    .box-bodyOuter .box-body i.fas {
        margin-right: 20px;
        width: 55px;
        height: 55px;
        background: #d40000;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 24px;
        padding: 15px 0;
        transform: rotate(90deg);
    }


.bell {
    font-size: 20px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.ListView, .GridView {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.CarSideDetails {
    margin-top: 80px;
    border: 1px solid #ccc;
    padding: 0 15px;
    border-radius: 10px;
}

.ClaimCall {
    width: 65%;
    box-shadow: 0px 0px 20px -7px #00000054;
    border-radius: 30px;
    padding: 15px;
}

.ClaimCallOne {
    display: flex;
    align-items: center;
}

    .ClaimCallOne img {
        width: 120px;
        margin-right: 20px;
    }

    .ClaimCallOne p {
        margin: 0;
        font-size: 14px;
    }

    .ClaimCallOne h1 {
        font-size: 18px;
        color: #f1501a;
        position: relative;
        display: block;
        width: 100%;
    }

        .ClaimCallOne h1 span {
            position: absolute;
            display: block;
            right: 0;
            top: 6px;
            width: 85px;
            height: 40px;
            background: #009688;
            text-align: center;
            color: #fff;
            font-weight: 700;
            padding: 10px 0;
            font-size: 18px;
            border-radius: 50px 50px 50px 0px;
        }

.ClaimCallBoxTwo {
    background: #ecf1f7;
    padding: 15px;
    margin-top: 15px;
    border-radius: 20px;
}

    .ClaimCallBoxTwo p {
        margin: 0;
        font-weight: 500;
        font-size: 14px;
        color: #607d8b;
    }

.ClaimCallNumb i.fa {
    font-size: 22px;
    transform: rotate( 100deg );
    margin-right: 15px;
}

.ClaimCallNumb span {
    font-size: 28px;
    color: #272727;
    font-weight: 600;
    letter-spacing: 0px;
}

.ClaimsForm {
    box-shadow: 0px 0px 20px -7px #00000054;
    border-radius: 10px;
    padding: 15px;
}

.ClaimsFormBox {
    position: relative;
}

    .ClaimsFormBox .txtError {
        position: absolute;
        top: 30px;
        right: 7px;
        background: #ffe8e8;
        line-height: 34px;
        width: 210px;
        padding: 0px 15px;
        border-radius: 5px;
    }

    .ClaimsFormBox span {
        font-size: 12px;
        font-weight: 500;
        color: #607d8b;
    }

    .ClaimsFormBox .form-control {
        height: 46px;
        border: 1px solid #607d8b;
        font-size: 14px;
    }

    .ClaimsFormBox textarea.form-control {
        height: 100px;
    }


.POS_ProfileCardOne.ClaimCallOne h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-black);
    position: relative;
    display: block;
    width: 100%;
}

.POS_ProfileCardOne.ClaimCallOne p {
    font-size: 14px;
    font-weight: 500;
    color: #607d8b;
    line-height: 30px;
}

    .POS_ProfileCardOne.ClaimCallOne p i.fas {
        width: 20px;
        text-align: center;
        margin-right: 10px;
    }

.AboutWraper {
    margin-top: 75px;
}

.AboutSec1 {
    padding: 50px 0;
    text-align: center;
}



    .AboutSec1 h1 span, .ContactSec1 h1 span, .POS_WrapSec1 h1 span, .POS_WrapSec3 h1 span {
        color: #4CBD01;
    }

    .AboutSec1 p {
        margin: 20px 0 0 0;
        font-weight: 400;
    }

    .AboutSec1 a {
        color: inherit;
    }

.AboutSec6Box p span {
    font-weight: 600;
}

.AboutSec1IMG {
    padding: 70px 0;
    background-image: url(../img/About/building-bg.webp);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .AboutSec1IMG img {
        width: 888px;
        margin: auto;
        display: block;
    }

.CurveImg {
    width: 700px;
    height: auto;
    margin: 50px auto 50px auto;
    padding: 0;
    position: relative;
}

    .CurveImg h3 {
        font-size: 26px;
        color: #3D3D3D;
        text-align: center;
        line-height: 39px;
        font-weight: 700;
        position: absolute;
        top: 90px;
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }

.AboutSec3Box {
    text-align: center;
    margin-top: 70px;
}

.AboutSec3BoxImg {
    background: #F2F2F2;
    border-radius: 100%;
    width: 170px;
    margin: auto;
    padding: 40px;
}

.AboutSec4 .AboutSec3BoxImg {
    background-color: transparent;
}

.AboutSec3Box002 {
    background-color: #F9F9F9;
    padding: 40px 0;
}

    .AboutSec3Box002 .AboutSec3BoxImg {
        margin-bottom: 30px;
    }

        .AboutSec3Box002 .AboutSec3BoxImg img {
            width: auto;
            height: 50px;
            filter: brightness(0);
        }

.AboutSec3Box h3 {
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    color: #4CBD01;
    text-transform: uppercase;
    margin-top: 20px;
}

.AboutSec4 .AboutSec3BoxImg {
    padding: 0px 50px;
}

.AboutSec1.AboutSec4 {
    position: relative;
}

.AboutSec5Insurer {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 60px;
}

    .AboutSec5Insurer .PartnerLogo {
        margin: 5px;
        padding: 0;
        width: 11.11%;
        flex-flow: wrap;
        background: #e9ecef;
        border: 1px solid #e9ecef;
    }

        .AboutSec5Insurer .PartnerLogo img {
            filter: grayscale(1);
            opacity: 0.8;
            transition: all 0.5s;
        }

        .AboutSec5Insurer .PartnerLogo:hover img {
            opacity: 1;
            filter: initial;
        }

.AboutSec6 {
    padding: 50px 0;
    background: #f2f2f2;
}

.AboutSec6Box {
    display: flex;
    align-items: baseline;
    margin-top: 25px;
}

    .AboutSec6Box img {
        width: 26px;
        height: 100% !important;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

    .AboutSec6Box p {
        margin: 0;
    }

.Disclaimer, .ContactUsWrap, .POS_Wrap, .TermRenwalBox {
    margin-top: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.DisclaimerCNT h1 {
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    color: #4CBD01;
    margin-bottom: 15px;
    line-height: normal;
}

    .DisclaimerCNT h1 span {
        color: #3d3d3d;
    }

.DisclaimerCNT p, .ContactSec1 p .POS_WrapSec1 p {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 15px;
}

.ContactSec1 p {
    text-align: center;
}

.Disclaimer img {
    padding: 80px 30px 0px 30px;
}

.CareerPG img {
    padding-top: 0;
}

.DisclaimerCNT p a {
    color: #4CBD01;
}

.ContactTypeBox {
    display: flex;
    align-items: center;
}

.ContactSec2 {
    margin-top: 100px;
}

.ContactTypeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ededed;
    height: 80px;
    background: #fff;
    padding: 0 60px;
    font-size: 20px;
    border-radius: 3px;
    font-weight: 600;
    color: #3D3D3D;
    cursor: pointer;
    position: relative;
}

    .ContactTypeBox img {
        width: 20px !important;
        height: auto !important;
        display: inline-block;
    }

    .ContactTypeBox:hover {
        color: #4CBD01;
    }

    .ContactTypeBox p {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        line-height: 80px;
        padding-left: 100px;
    }

.ContactSec2 img {
    /*height: 320px;*/
    width: 420px;
}

.ContactSec3 {
    padding-top: 90px;
    padding-bottom: 60px;
}

    .ContactSec3 h1 {
        margin-bottom: 30px;
    }

    .ContactSec3 p {
        padding: 0px 90px;
        margin: 0 0 20px 0;
    }

.ContactSec3Box {
    display: flex;
    /*height: 200px;*/
    height: 180px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 0px 20px -5px #ccc;
    border-radius: 25px;
    padding-left: 60px;
}

.ContactSec3Box02 {
    padding-left: 0px;
    padding-right: 60px;
}

.ContactSec3Box img {
    width: auto;
    /*height: 200px*/
    height: 180px;
}

.ContactSec3Box p img {
    width: auto;
    height: 20px;
}

.support-text h3 {
    font-weight: 700;
}

.support-text a {
    color: #4bcd01;
}

.support-text3 a p {
    color: #4bcd01 !important;
}

.ContactSec3Box h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #4CBD01;
}

.ContactSec3Box p {
    margin: 10px 0 0 0;
    font-weight: 500;
    font-size: 22px;
    padding: 0;
    text-align: left;
}
.ContactSec3Box p img{
    position:inherit;
}

    .ContactSec3Box p svg {
        margin-right: 15px;
    }

.ContactSec3Details {
    padding: 0 150px;
}

.ContactGetTouch {
    background-color: #4CBD01;
    height: 50px;
    line-height: normal;
    border-radius: 5px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

    .ContactGetTouch:hover {
        background-color: #45a307;
        border-color: #45a307;
        color: #fff;
    }

    .ContactGetTouch p {
        margin: 0;
    }

.ContactSec4 {
    padding: 50px 0 60px 0;
    background-color: #EBEBEB;
}

.AddressBoxList {
    padding: 0 80px;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.AddressBox img {
    width: 20px;
    margin: 5px 16px 0 0;
}

.AddressBox .d-flex {
    align-items: flex-start;
    margin: 20px 0;
}

    .AddressBox .d-flex p {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        line-height: 22px;
        color: #3d3d3d;
    }

        .AddressBox .d-flex p span {
            display: block;
            font-weight: 700;
        }

.AddressBox {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -5px #ccc;
    width: 480px;
    padding: 20px 48px;
}

    .AddressBox .d-flex.align-items-center p {
        font-size: 20px;
        font-weight: 600;
    }

    .AddressBox .d-flex p a {
        color: #4CBD01;
    }

.ContactSec5 {
    padding: 50px 0 0px 0;
}

.posmob-img {
    display: none;
}

.ContactSec5 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
}

    .ContactSec5 ul li {
        margin: 0 10px;
        display: inline-block;
    }

        .ContactSec5 ul li a {
            display: block;
            color: #3d3d3d;
            font-size: 30px;
        }

            .ContactSec5 ul li a img {
                width: 40px;
                padding: 0;
            }

            .ContactSec5 ul li a svg {
                width: 40px;
                height: 40px;
                color: #3d3d3d;
            }

.PrivacyCNT h2 {
    font-size: 22px;
    font-weight: 600;
    color: #4CBD01;
    margin: 0;
}

.PrivacyCNT ul li, .POS_WrapSec4 ul li {
    position: relative;
    padding-left: 20px;
    display: block;
}


    .PrivacyCNT ul li::before, .POS_WrapSec4 ul li::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #4CBD01;
        left: 2px;
        top: 0;
        margin-top: 7px;
    }

/*Our Product*/
.OruProductList {
    display: flex;
    align-items: center;
}

    .OruProductList .headingCnt {
        width: 380px;
        padding-right: 30px;
    }

.AboutSec1 h1, .AboutSec1 h2, .AboutSec1 h4, .ContactSec1 h1, .ContactSec1 h2, .ContactSec1 h4,
.POS_WrapSec1 h1, .POS_WrapSec1 h2, .POS_WrapSec1 h4, .POS_WrapSec3 h1, .POS_WrapSec3 h2, .POS_WrapSec3 h4 {
    text-align: center;
}

.headingCnt h1, .headingCnt .box-no, .headingCnt .customer-index h2, .headingCnt .main-quotes, .AboutSec1 h1, .AboutSec1 h2, .AboutSec1 h4, .ContactSec1 h1, .ContactSec1 h2, .ContactSec1 h4,
.POS_WrapSec1 h1, .POS_WrapSec1 h2, .POS_WrapSec1 h4, .POS_WrapSec3 h1, .POS_WrapSec3 h2, .POS_WrapSec3 h4, .TermRenwalBox h1 {
    font-weight: 700 !important;
    color: #3d3d3d;
    font-size: 44px !important;
    margin-bottom: 20px;
}

    .headingCnt h1 span, .headingCnt .box-no span, .headingCnt .customer-index h2 span, .headingCnt .main-quotes span, .AboutSec1 h1 span, .AboutSec1 h2 span, .AboutSec1 h4 span, .ContactSec1 h1 span,
    .ContactSec1 h2 span, .ContactSec1 h4 span, .POS_WrapSec1 h1 span, .POS_WrapSec1 h2 span, .POS_WrapSec1 h4 span,
    .POS_WrapSec3 h1 span, .POS_WrapSec3 h2 span, .POS_WrapSec3 h4 span, .TermRenwalBox h1 span {
        color: #4CBD01;
    }

.AboutSec6Box p {
    text-align: left;
}

.headingCnt p {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #3d3d3d;
}

    .headingCnt p a {
        color: #4CBD01 !important;
    }

.OruProductBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    margin: 0 0 15px 0;
    padding: 15px;
}

.services-areaeight002 .headingCnt .main-quotes {
    font-size: 24px !important;
}

.OruProductBoxMini {
    display: flex;
    align-items: center;
}

    .OruProductBoxMini img {
        width: auto;
        margin-right: 15px;
        height: 50px;
    }

    .OruProductBoxMini h5 {
        margin: 0;
        flex-basis: min-content;
        font-size: 18px;
        font-weight: 600;
        color: #3d3d3d;
    }

.OruProductBox svg {
    font-size: 30px;
    color: #4CBD01;
}

.HowItWorkSec .WhySMCWork {
    padding-right: 50px;
    margin-top: 30px;
}

    .HowItWorkSec .WhySMCWork .nav-link {
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        margin: 0 0 15px 0;
        padding: 15px;
        color: #3d3d3d;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        cursor: auto;
    }

        .HowItWorkSec .WhySMCWork .nav-link.active {
            border-color: #ccc;
            background-color: transparent;
            color: #3d3d3d;
            font-weight: 700;
        }


.HowItWorkSec .tab-content .tab-pane img {
    width: auto;
    height: 400px;
    margin: auto;
    position: initial !important;
    right: -610px;
    top: 40px;
}

.OfferTagSlider, .PuzzlingSection {
    padding: 60px 0px;
}

    .OfferTagSlider .OfferTagBox {
        border-radius: 30px;
        box-shadow: 0px 0px 5px 0px #ccc;
        height: auto;
        position: relative;
        overflow: hidden;
    }

.OfferTagBox_item {
    padding: 30px;
    border-radius: 0 0 30px 30px;
    background-color: #3d3d3d;
}

    .OfferTagBox_item ul {
        margin: 0;
        padding: 0;
    }

        .OfferTagBox_item ul li {
            font-size: 14px;
            color: #fff;
            margin: 5px 0;
            display: flex;
            align-items: center;
        }

            .OfferTagBox_item ul li svg {
                margin-right: 10px;
                width: 20px;
            }

.OfferTagSlider .slick-initialized .slick-slide {
    display: block;
    padding: 10px 50px;
    margin-left: -60px;
}

.OfferTagSlider .quote-item {
    background-color: #fff;
    padding: 20px 30px;
}

    .OfferTagSlider .quote-item content {
        border-radius: 50px;
        font-size: 24px;
        color: #3d3d3d;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .OfferTagSlider .quote-item span, .OfferTagSlider .quote-item p {
        color: #3d3d3d;
        font-size: 22px;
        display: block;
        font-weight: 500;
        margin: 0;
        line-height: 40px;
    }

    .OfferTagSlider .quote-item p {
        font-size: 40px;
        font-weight: 800;
        color: #4CBD01;
    }

    .OfferTagSlider .quote-item .OfferQtLink {
        text-decoration: none;
        color: #3d3d3d;
        font-size: 18px;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-top: 20px;
    }

        .OfferTagSlider .quote-item .OfferQtLink svg {
            margin-right: 15px;
            color: #4CBD01;
        }

.OfferTagSlider .slick-arrow, .CustomerSays .slick-arrow {
    display: none !important;
}

.PuzzlingSection {
    position: relative;
}

    .PuzzlingSection::before {
        content: "";
        position: absolute;
        height: 1380px;
        width: 100%;
        background-image: url('../img/Home page/curved-bg.webp');
        background-size: cover;
        top: -240px;
        z-index: -1;
    }

.HumanWmobile {
    position: absolute;
    width: 350px;
    top: 0px;
}

.HumanWmobileBox {
    width: 250px;
    margin-left: 280px;
    display: block;
}

.services-areaeight002 p.headingBt a img {
    width: 15px;
    display: inline-block;
}

.services-areaeight002 small {
    font-size: 10px;
    display: block;
    margin-top: 20px;
}

.SMC_APP_Dnld {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

    .SMC_APP_Dnld img.ScannerApp {
        width: 200px;
        height: 200px;
    }

    .SMC_APP_Dnld .SMC_APP_Store img {
        width: auto;
        height: 60px;
        margin: 20px;
    }

.HumanTouch {
    padding: 70px 0;
}

.HumanTouchBTN {
    color: #3d3d3d;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #4CBD01;
    height: 55px;
    width: 250px;
    font-size: 18px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 55px;
    border-radius: 5px;
    padding: 0;
    font-weight: 500;
    position: relative;
}

    .HumanTouchBTN p {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding-left: 40px;
        line-height: 55px;
    }

    .HumanTouchBTN:hover {
        background-color: #4CBD01;
        color: #fff;
        text-decoration: none;
    }

        .HumanTouchBTN:hover svg {
            color: #fff;
        }

        .HumanTouchBTN:hover img {
            filter: brightness(0) invert(1);
        }

    .HumanTouchBTN svg {
        color: #4CBD01;
        margin-right: 10px;
        font-size: 28px;
    }

    .HumanTouchBTN:hover svg.fab {
        color: #fff !important;
    }

    .HumanTouchBTN img {
        width: 25px;
        margin-right: 15px;
        display: inline-block;
    }

.HumanTouchBTNCall .ContactTypeBox svg {
    font-size: 24px;
}

.ThanksPOS_Wrap .POS_WrapSec1 img {
    margin: 30px auto;
    width: 350px;
}

.ThanksPOS_Wrap .POS_WrapSec1 p {
    color: #3d3d3d;
    font-weight: 500;
    font-size: 16px;
}

.ThanksPOS_Wrap .POS_WrapSec1 a {
    height: 50px;
    display: inline-block;
    width: auto;
    line-height: 50px;
    margin-top: 30px;
}

.ePartner_ProfileCard {
    width: 65%;
    box-shadow: 0 0 14px #00000024;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 20px;
}

.ePartnerPic {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 20px;
    width: 30%;
    height: 150px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px 5px;
}

    .ePartnerPic img {
        border-radius: 10px;
    }

.EditVahan {
    position: relative;
}

    .EditVahan .EditVehicleDet {
        position: absolute;
        top: 10px;
        right: 15px;
        margin: 0;
    }

.Grievance .DisclaimerCNT ul li {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}

    .Grievance .DisclaimerCNT ul li img {
        width: 20px;
        padding: 0;
        margin: 8px 10px 0 0px;
    }

    .Grievance .DisclaimerCNT ul li p {
        margin: 0;
    }

        .Grievance .DisclaimerCNT ul li p strong {
            display: block;
        }

            .Grievance .DisclaimerCNT ul li p strong a, .Grievance .DisclaimerCNT.NotHappy ul li p a {
                color: #3d3d3d;
            }

                .Grievance .DisclaimerCNT ul li p strong a:first-child {
                    text-decoration-color: #4CBD01 !important;
                }

.timePreiod {
    display: flex;
    align-items: center;
}

    .timePreiod img {
        width: 100px;
        padding: 0;
        height: auto;
        margin-right: 15px;
    }

    .timePreiod p {
        margin: 0;
        font-weight: 600;
    }

.NotHappy h3 {
    color: #3d3d3d;
}

    .NotHappy h3 span {
        color: #4CBD01;
    }

.Grievance .DisclaimerCNT ul li p span {
    color: #4CBD01;
}

.NotHappy.DisclaimerCNT ul li p strong {
    display: inline-block;
}

.GrievanceFooter, .GrievanceFooter p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GrievanceFooter {
    background-color: #494949;
    padding: 10px 0;
}

    .GrievanceFooter p i.fas {
        margin-right: 5px;
    }

    .GrievanceFooter p {
        margin: 0;
        color: #eee;
        margin-right: 30px;
    }

        .GrievanceFooter p img {
            width: auto;
            margin-right: 15px;
            height: 30px;
            padding: 0;
        }

.OpenPositionBox {
    text-align: center;
    border: 1px solid #CECECE;
    padding: 20px;
    border-top: 4px solid #4CBD01;
    background-color: #fff;
    margin-bottom: 30px;
}

    .OpenPositionBox h5 {
        font-size: 24px;
        font-weight: 700;
        color: #3d3d3d;
        margin: 0;
    }

    .OpenPositionBox span {
        color: #3d3d3d;
        font-size: 16px;
        display: block;
        margin: 15px 0;
        font-weight: 700;
    }

    .OpenPositionBox a svg {
        font-size: 24px;
        color: #4CBD01;
    }

.OpenPosition {
    text-align: center;
    margin-top: 50px;
}

    .OpenPosition h4 {
        margin: 0 0 15px 0;
        font-size: 32px;
        font-weight: 700;
        color: #4cbd01;
    }

        .OpenPosition h4 span {
            color: #3d3d3d;
        }

    .OpenPosition p {
        margin-bottom: 25px;
    }

.WorkCulture {
    width: 600px;
    margin: auto;
}

.WorkingCultureBox {
    text-align: left;
    padding-right: 30px;
    margin-top: 40px;
}

    .WorkingCultureBox h6 {
        font-size: 20px;
        font-weight: 600;
    }
/*Career form Css*/
.CareerPGform {
    font-size: 100%;
}

    .CareerPGform h1 {
        color: limegreen
    }

    .CareerPGform h2 {
        font-size: 20px;
    }

    .CareerPGform li::before {
        content: "\2022";
        color: limegreen;
        display: inline-block;
        width: -1em;
        font-size: 20px;
    }

.HR_TeamForm label .form-control {
    padding: 9px 15px;
    height: 50px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
}

    .HR_TeamForm label .form-control::placeholder {
        color: #C8C8C8 !important;
    }

.HR_TeamForm label p {
    color: #3d3d3d;
    font-weight: 500;
    margin: 0;
}

.HR_TeamForm h3 {
    font-size: 20px;
    margin: 0;
    color: #3d3d3d;
}

.ConnectHrBtn {
    background-color: transparent;
    color: #3d3d3d;
    border: 1px solid #4cbd01;
}

    .ConnectHrBtn:hover {
        background-color: #4cbd01;
    }

.HR_TeamForm img {
    padding: 60px 100px;
}

.SMC_APP_DnldMobile {
    display: none;
}

.subscribe-box .form-control, .subscribe-box .btn {
    height: 40px;
}

.subscribe-box p, .author-name {
    font-size: 14px;
}

.NewsLatterBoxBtm {
    background-color: #f5f5f5;
    padding: 50px 0;
}

    .NewsLatterBoxBtm h2 {
        color: #000;
    }

.NewsLatterBoxBtm002 {
    margin-top: 20px;
}

    .NewsLatterBoxBtm002 .form-control, .NewsLatterBoxBtm002 .btn {
        height: 50px !important;
    }

.services-areaSeven .accordion .accordion-item {
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    overflow: hidden;
}

    .services-areaSeven .accordion .accordion-item .card-body {
        padding: 20px;
    }

        .services-areaSeven .accordion .accordion-item .card-body p {
            margin: 0;
        }

    .services-areaSeven .accordion .accordion-item .accordion-header button {
        font-weight: 600;
    }

@keyframes PosErrorMSG {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes PosErrorMSG01 {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.PosErrorMSG {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: PosErrorMSG;
    animation-name: PosErrorMSG;
}

.POS_F_StepsStatusList p embed {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: PosErrorMSG01;
    animation-name: PosErrorMSG01;
}

.PosErrorMSG {
    top: 240px;
    position: absolute;
    text-align: center;
    z-index: 99;
    height: auto;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    border-radius: 5px;
    box-shadow: 0px 0px 90px 40px #00000030;
    padding: 15px 15px 25px 15px;
    background: #ffffff;
}

    .PosErrorMSG p {
        margin: 0;
        color: #ff4000;
        font-size: 30px;
    }

.CallExperts_wrap {
    margin-bottom: 20px;
}

    .CallExperts_wrap button {
        background: transparent;
        border: 2px solid #4cbd0140;
        color: #4CBD01;
        height: 40px;
        width: 40px;
        font-size: 20px;
        border-radius: 100%;
        animation: ripple 1.5s linear infinite;
        transition: all 0.7s ease;
        text-align: center;
        padding: 0;
    }

.CallExperts_Succeessfully h3 {
    font-size: 14px !important;
    color: #3d3d3d;
    margin: 0;
    line-height: normal !important;
}

.CallExperts_Succeessfully small {
    padding: 0;
    margin: 0;
}

.CallExperts_wrap button:hover {
    transform: scale(1.1);
}

.CallExperts_wrap button:focus {
    outline: none;
}

.TollFreeNumber {
    color: #777;
    font-size: 14px;
    margin-top: 10px !important;
}

.MobilDigitBox label input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 0 50px 0 60px;
    color: #444;
    font-size: 20px;
}

.MobilDigitBox .mobilDigit {
    padding: 0 10px;
    position: absolute;
    top: 10px;
    border-right: 2px solid #ccc;
    font-size: 20px;
    color: #999;
}

.MobilDigitBox .mobilDigitIcon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    width: 20px;
}

.DisclaimerCNT ul {
    padding: 0;
}

.closeToContinue.close {
    right: -7px;
    top: -7px;
    position: absolute;
    width: 22px;
    font-size: 13px;
    height: 22px;
    border-radius: 50px;
    z-index: 101;
    background: #ffffff !important;
    border: 1px solid #808080;
    padding: 0;
}

.services-areaeight {
    background-color: #F2F2F2;
    padding: 90px 0;
}

.services-areaeight002 {
    background-color: #fff;
}

.services-areaeight .imageflow {
    width: 400px;
}

.services-areaeight .imflow {
    width: auto;
    height: 200px;
}

.services-areaeight002 .btnrenewl {
    margin-right: 15px;
}

.services-areaeight .rcorners {
    border-radius: 25px;
}

.services-areaeight.services-areaeight002 .rcorners {
    height: 300px;
}

.services-areaeight002 p.headingBt {
    text-align: left;
}

    .services-areaeight002 p.headingBt a {
        display: block;
    }

.services-areaeight002 .headingCnt h1 {
    font-size: 30px !important;
}

.services-areaeight .box-shadow {
    box-shadow: #cbcbcb 0px 4px 8px 0px;
}

.TermRenwalBox table.table tr td img {
    height: auto;
    width: 120px;
    margin: auto;
}

.TermRenwalBox table.table tr td, .TermRenwalBox table.table tr th {
    vertical-align: middle;
    padding: 20px 50px;
}

.TermRenwalBox table.table .thead-light {
    background-color: #EBEBEB;
}

.TermRenwalBox table.table tr td:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TermRenwalBox table.table tr td a.SMCLargTT {
    width: 200px;
}

.DiwaliEffect {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}

    .DiwaliEffect img {
        width: auto;
        filter: brightness(0);
    }

/*title change effect*/
.word {
    margin-left: 10px;
    display: inline-block;
    position: absolute;
}

    .word .letter:nth-child(5) {
        margin-left: 0px;
        display: inline-block;
        width: 10px;
        height: 5px;
    }

.letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

    .letter.out {
        transform: rotateX(90deg);
        transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .letter.behind {
        transform: rotateX(-90deg);
    }

    .letter.in {
        transform: rotateX(0deg);
        transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

.career-sale {
    justify-content: center !important;
}

.ContactSec1 .career-find {
    font-size: 32px !important;
}

.CareerPG .career-form a {
    color: #000;
}

    .CareerPG .career-form a span {
        border-bottom: 1px solid #000;
        padding-bottom: 2px;
        font-weight: 600;
    }

.CareerPG .career-form h4 {
    margin-bottom: 0px;
}

.CareerPG .career-form i {
    padding-right: 10px;
}

.CareerPG .Responsibility-career {
    line-height: 30px;
}

.CareerPG .cv-mail a {
    color: #4CBD01 !important;
}

.GetBox {
    background-color: #F9F9F9;
}

.GetBoxStep {
    background-color: #fff;
    padding: 10px 40px 20px 40px;
    position: relative;
}

    .GetBoxStep span {
        height: 30px;
        width: 30px;
        position: absolute;
        background-color: #4cbd01;
        border-radius: 100%;
        display: inline-block;
        top: -15px;
        left: 50%;
        margin-left: -15px;
        color: #fff;
        padding: 2px 0;
    }

.LinkColor {
    color: #4cbd01;
}

.are_different ul li p strong {
    display: flex;
    align-items: center;
    margin-left: -30px;
}

.are_different ul li {
    display: block;
}

    .are_different ul li p strong img {
        width: auto;
        height: 20px;
        margin-right: 8px;
    }
.CustomerSays div.headingCnt img {
    width: 40px;
    margin-left:30%;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #4cbd0121, 0 0 0 1px #4cbd0121, 0 0 0 3px #4cbd0121, 0 0 0 5px #4cbd0121;
    }

    100% {
        box-shadow: 0 0 0 0 #4cbd0121, 0 0 0 4px #4cbd0121, 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}






@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    #pgFooter .footerBottom .mainLinks .footerCopy {
        flex-direction: column-reverse;
    }

        #pgFooter .footerBottom .mainLinks .footerCopy > div {
            text-align: center;
        }

            #pgFooter .footerBottom .mainLinks .footerCopy > div > a {
                margin: 0px 5px;
            }

    .CustomerSays div.headingCnt img {
        width: 40px !important;
        margin:auto;
    }

    .services-areaSeven .headingCnt img {
        width: 100%;
    }

    .AboutSec1IMG img {
        width: 100%;
    }

    .AboutSec3Box {
        margin-top: 20px;
    }

    .GetBoxStep {
        margin-bottom: 30px;
    }

    .otherLinksSmc .StepsRow .StepsColm div small b {
        font-size: 12px;
    }

    .services-areaeight .imageflow {
        width: 80%;
        margin: auto;
        display: block;
        height: auto;
    }

    .services-areaeight .imflow {
        width: auto;
        height: 140px;
    }

    .services-areaeight.services-areaeight002 .rcorners {
        display: block !important;
        height: auto;
        padding: 15px !important;
    }

    .TermRenwalBox table.table tbody tr td:nth-child(2) {
        display: none;
    }

    .TermRenwalBox table.table tr td:nth-child(3) {
        display: block;
    }

    .TermRenwalBox table.table tr td, .TermRenwalBox table.table tr th {
        vertical-align: middle;
        padding: 15px;
        text-align: center;
    }

        .TermRenwalBox table.table tr td img {
            width: 100px;
        }

        .TermRenwalBox table.table tr td a.SMCLargTT {
            height: 40px;
            line-height: 40px;
            color: #4cbd01;
            background-color: #fff;
            margin-top: 10px;
            border: 1px solid #4cbd01;
        }

    .TermPlansBox {
        height: 400px;
        overflow: auto;
    }

    .TermRenwalBox table.table .thead-light {
        position: sticky;
        top: -5px;
        vertical-align: middle !important;
        z-index: 99;
    }

    .InsuranceIcon {
        border-radius: 10px;
    }

    .HR_TeamForm img {
        padding: 0;
    }

    .headContent {
        padding: 10px 0 0 0px;
    }

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk {
        margin: 7px 15px 7px 0;
    }

    .headContent h1, .headingCnt h1, .headingCnt h4 {
        font-size: 18px !important;
        text-align: left;
        line-height: normal;
        margin: 0 0 8px 0;
    }

    .headContent p {
        font-size: 14px;
        margin: 0;
    }

    .SMC_APP_DnldMobile {
        display: block;
    }

        .SMC_APP_DnldMobile a {
            border-radius: 50px;
            text-align: center;
        }

    .ClaimsHeading h1 {
        font-size: 24px;
    }

    .POS_ProfileCardOne.ClaimCallOne h1 {
        font-size: 20px;
    }

    .POS_ProfileCardOne.ClaimCallOne p {
        font-size: 12px;
        line-height: 24px;
    }

    .ePartnerPic {
        width: 45%;
        height: 130px;
    }

    .claims {
        padding: 80px 0;
    }

    .ClaimCall, .ePartner_ProfileCard {
        width: 100%;
    }

    .ClaimCallNumb span {
        font-size: 22px;
    }

    .ClaimCall, .ePartner_ProfileCard {
        margin-bottom: 15px;
    }

    .SMCbody .homeSection .tabs .packagesMainRisk {
        height: auto;
    }

    .SMCbody .productTabsMainCar h6 {
        margin: 0;
    }

    .HIW_Box {
        margin-bottom: 15px;
    }

    .HIW_MainBox,
    .SectionSevenMainBox,
    .SectionEaightMainBox {
        padding: 0px 0px;
    }

    .howitworkCNT,
    .HIW_Box {
        width: 100%;
    }

    .SMCbody .productTabsMainRisk {
        width: 100%;
        margin: 10px 0;
        height: auto;
        overflow: auto;
        flex-wrap: nowrap;
    }

        .SMCbody .productTabsMainRisk::-webkit-scrollbar {
            display: none;
        }

    .SectionThirdBG,
    .SectionSeven .howitworkCNT,
    #pgFooter .footerBottom .footerMid .footerLogo {
        width: 100% !important;
    }

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk.active span::after, .CallRequest {
        display: none;
    }

    #pgFooter .footerTop > p {
        padding: 25px 15px;
    }

    .footerBottom .footerMid {
        display: block;
        padding: 25px 0px;
        width: 100%;
    }

    .comparisonsBox,
    .ContactOurTeam,
    .packagesMainRisk .tab-content,
    .VehicleRegister label,
    .CoronaVirus {
        width: 100% !important;
    }

    .VehicleRegister label,
    .VehicleRegister {
        border: none !important;
    }


        .SMCbody .homeSection .tabs,
        .VehicleRegister label:last-child,
        .CoronaVirus {
            padding: 0;
            margin: 0;
        }

    .SMCbody .homeSection {
        padding: 0;
    }

    .VehicleRegister label:last-child {
        margin-top: 10px;
        height: auto;
    }

    .CoronaVirus,
    .otherLinksSmc {
        margin-top: 40px;
    }

        .SMCProTabs,
        .VehicleRegister,
        .policyLinks,
        .otherLinksSmc ul {
            display: block !important;
        }

    .otherLinksSmc {
        padding: 10px;
        margin-bottom: 20px;
    }

        .otherLinksSmc ul li a {
            padding: 10px 0;
            border-bottom: 1px solid #999;
        }

            .otherLinksSmc ul li a::after {
                content: "";
                display: block;
                box-sizing: border-box;
                position: absolute;
                background-color: transparent;
                width: 10px;
                height: 10px;
                border-bottom: 2px solid;
                border-right: 2px solid;
                transform: rotate(-45deg);
                right: 6px;
                top: 18px;
            }



    .slick-arrow.slick-prev,
    .slick-arrow.slick-next {
        display: none !important;
    }

    .footerAbout {
        flex-direction: column;
        width: 100%;
        align-items: normal;
        background-color: #0e0e0e;
        margin-bottom: 15px;
        border-radius: 0px;
        padding: 5px 15px;
    }

        .footerAbout a {
            margin: 5px 30px;
            margin-left: 0;
        }

    #pgFooter .footerBottom .footerLinks {
        justify-content: left;
        padding: 15px;
    }

        #pgFooter .footerBottom .footerLinks > div {
            margin: 0 0 20px 0;
            width: 100%;
        }

            #pgFooter .footerBottom .footerLinks > div > h4, #pgFooter .footerBottom .footerLinks > div > a {
                margin: 0;
            }

    #pgFooter {
        padding: 15px;
    }

    .SMCbody .mainHeader {
        padding: 5px 0;
        height: 60px;
    }

    .MuiPaper-elevation2 {
        padding: 0px 20px;
    }

    .elementskit-infobox:before {
        font-size: 50px;
        color: #4e56611a;
    }

    .elementskit-infobox {
        padding: 10px 20px 10px 40px;
    }

    .box-bodyOuter {
        flex-direction: column;
        align-items: baseline;
    }

    .MuiPaper-elevation3 {
        padding: 15px;
    }

        .MuiPaper-elevation3 .box-bodyOuter h1 {
            font-size: 22px;
        }

    .MuiTypography-h4, .AboutCnt h3 {
        font-size: 1.4rem;
    }

    .MuiBox-root p, .AdviceList li, .AboutCnt p {
        font-size: 1rem;
    }

    .AboutSec1 h1 {
        font-size: 30px;
    }

    .CurveImg {
        width: 100%;
    }

        .CurveImg h2 {
            font-size: 20px;
            line-height: normal;
            margin: 0;
            width: 100%;
            left: 0;
            top: 30%;
            padding: 0 20px;
        }

    .CurveImg {
        height: auto;
    }

    .AboutSec3BoxImg {
        width: 120px;
        padding: 30px;
    }

    .AboutSec3Box h3 {
        font-size: 22px;
    }

    .AboutSec1 p {
        font-size: 16px;
        line-height: normal;
        margin: 10px 0 0 0;
    }

    .AboutSec4 .AboutSec3BoxImg {
        padding: 0px 35px;
    }

    .AboutSec5Insurer .PartnerLogo {
        width: 13.33%;
    }

    .AboutSec1 {
        padding: 30px 0;
    }

    .AboutSec1IMG {
        padding: 20px 0 60px 0;
    }

    .AboutSec1.AboutSec4::after, .AboutSec1.AboutSec4::before {
        display: none;
    }

    .backBorder1, .backBorder2, .backBorder3, .backBorder4, .backBorder5, .backBorder6, .backBorder7, .backBorder8 {
        display: none;
    }

    .Disclaimer::before {
        width: 100%;
        right: 0;
    }

    .Disclaimer {
        padding-top: 20px;
    }

    .DisclaimerCNT h1 {
        font-size: 30px;
    }

    .DisclaimerCNT p {
        font-size: 16px;
        line-height: 22px;
    }

    .ContactTypeBox {
        height: 60px;
        padding: 0px 40px;
        font-size: 16px;
    }

    .ContactSec2 .row {
        flex-wrap: wrap-reverse;
    }

    .ContactSec1 h1 {
        font-size: 30px;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .ContactSec2 {
        margin-top: 20px;
    }

        .ContactSec2 img {
            width: 300px;
        }

    .ContactType {
        margin-top: 25px;
    }

    .ContactTypeBox p {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        line-height: 82px;
        padding-left: 100px;
    }



    .ContactUsWrap {
        overflow: hidden;
    }

    .ContactSec3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .ContactSec3 p, .ContactSec3Details {
            padding: 0;
        }

    .ContactSec3Box {
        padding-left: 10px;
    }

    .ContactSec1 p {
        font-size: 18px;
        line-height: 24px;
    }

    .ContactUsWrap::before {
    }

    .ContactSec3Box img {
        width: auto;
        /*height: 80px;*/
        height: 180px;
        position: absolute;
        right: 157px;
    }

    .ContactSec3Box02 img {
        right: initial;
        left: 157px;
    }

    .ContactSec3Box h2 {
        margin: 30px 0 20px 0;
        width: 100px;
        font-size: 24px;
        font-weight: 700;
        color: #4CBD01;
    }

    .ContactSec3Box02 {
        display: flex;
        /* height: 200px; */
        height: 180px;
        align-items: center;
        justify-content: flex-end;
        background: #fff;
        box-shadow: 0px 0px 20px -5px #ccc;
        border-radius: 25px;
        padding-left: 60px;
    }

        .ContactSec3Box02 h2 {
            margin-left: 429px;
        }

    .ContactSec3Box02 {
        padding-right: 10px;
    }

    .ContactSec3Box {
        align-items: baseline;
        border-radius: 10px;
    }

    .support-text {
        margin: 35px 10px;
        text-align: right;
    }

    .AddressBoxList {
        padding: 0 0;
        position: relative;
        margin-top: 30px;
    }

    .AddressBox {
        width: 315px;
        padding: 15px;
    }

        .AddressBox.AddressBox02 {
            top: 230px;
            right: 0;
        }

    .ContactSec4 {
        padding: 30px 0 50px 0;
    }

    .ContactSec5 ul li a img {
        width: 30px;
    }

    .ContactSec5 ul li a svg {
        width: 30px;
        height: 30px;
    }

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk.productTabsRisk--active span img {
        width: 53px !important;
    }

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk span {
        width: 100px;
    }

    .SMCbody .tabs .productTabsMainRisk .productTabsRisk.productTabsRisk--active span::after {
        display: none;
    }

    .otherLinksSmc h2 {
        font-size: 26px;
        margin: 0;
    }

    .otherLinksSmc .StepsRow .StepsColm {
        padding: 15px 0;
        height: auto;
        width: 32%;
        display: inline-flex;
    }

        .otherLinksSmc .StepsRow .StepsColm div small, .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn div .reviewStar span {
            font-size: 10px;
            text-align: left;
        }

        .otherLinksSmc .StepsRow .StepsColm::after {
            display: none;
        }

    .otherLinksSmc .StepsRow {
        display: block;
        text-align: center;
    }

        .otherLinksSmc .StepsRow .StepsColm div p {
            font-size: 12px;
            line-height: normal;
            text-align: left;
        }

        .otherLinksSmc .StepsRow .StepsColm.StepsColm01 {
            width: 60% !important;
            display: inline-table;
            text-align: left;
        }

        .otherLinksSmc .StepsRow .StepsColm.StepsColm02 {
            border-radius: 10px;
            height: auto;
            margin: auto;
        }

        .otherLinksSmc .StepsRow .StepsColm div h2 {
            font-size: 15px;
        }

        .otherLinksSmc .StepsRow .StepsColm img, .otherLinksSmc .StepsRow .StepsColm.StepsColm01 .StepsColmBox .StepsColmInn img {
            height: 20px;
            margin-right: 5px;
        }

        .otherLinksSmc .StepsRow .StepsColm div h2 br, .OruProductList {
            display: block !important;
        }

        .otherLinksSmc .StepsRow .StepsColm .StepsDevider {
            right: -12px;
            top: 100px;
            height: 1px;
            width: 100%;
            color: #ccc;
        }

            .otherLinksSmc .StepsRow .StepsColm .StepsDevider::before {
                height: 1px;
                background-color: #4CBD01;
                width: 100%;
            }

            .otherLinksSmc .StepsRow .StepsColm .StepsDevider svg {
                width: 18px;
                height: 18px;
                border: 1px solid #4CBD01;
                padding: 2px;
                top: -20px;
                right: initial;
                left: 50%;
                margin-left: -20px;
                transform: rotate(90deg);
                color: #4CBD01;
            }

    .OruProductList .headingCnt {
        width: 100%;
        padding: 0;
    }

    .headingCnt {
        text-align: center;
        margin-bottom: 15px;
        padding: 0px 15px !important;
    }

    .HowItWorkSec .WhySMCWork {
        padding: 0;
        margin-top: 0;
    }

    .services-areaeight {
        padding: 40px 0;
    }

        .services-areaeight002 .headingCnt h1, .services-areaeight .text-mdd, .headingCnt h4 {
            text-align: center;
        }

    .services-areaeight002 .headingCnt h1 {
        font-size: 20px !important;
    }

    .HowItWorkSec .tab-content .tab-pane img {
        height: auto;
        position: inherit;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

    .HowItWorkSec .tab-content .tab-pane img {
        height: 250px;
    }

    .OfferTagSlider, .PuzzlingSection, .CustomerSays {
        padding: 30px 0px;
    }

    .headingCnt p {
        font-size: 14px;
    }

    .PuzzlingSection .container:nth-child(2) {
        margin-top: 50px !important;
    }

    .PuzzlingSection .MuiBox-root {
        padding-top: 0 !important;
    }

    .SMC_APP_Dnld img {
        display: none;
    }

    .SMC_APP_Dnld {
        margin-top: 20px;
    }

    .HumanWmobile {
        width: 180px;
        top: 20px;
    }

    .HumanWmobileBox {
        width: 150px;
        margin-left: 130px;
        display: block;
    }

    .CustomerSays .quote-item h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .CustomerSays .quote-item p {
        font-size: 14px;
    }

    .services-areaSeven .accordion > .card > .card-header {
        background-color: transparent;
        display: flex;
        font-size: 14px;
        padding: 10px 20px;
        align-items: center;
        justify-content: space-between;
    }

        .services-areaSeven .accordion > .card > .card-header span {
            margin-left: 20px;
        }

    .HumanTouch {
        text-align: center;
    }

    .HumanTouchBTN {
        width: 240px;
        display: inline-block;
        margin: 0 5px 15px 5px;
        padding: 0 15px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

        .HumanTouchBTN p {
            line-height: 50px;
        }

    .services-areaSeven .accordion > .card {
        border-radius: 50px;
    }

    .HumanTouchBTN svg {
        font-size: 18px;
    }

    .OfferTagSlider .OfferTagBox {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .OfferTagSlider .quote-item, .OfferTagBox_item {
        padding: 15px;
    }

        .OfferTagBox_item ul {
            padding: 0;
        }

            .OfferTagBox_item ul li {
                font-size: 10px;
            }

        .OfferTagSlider .quote-item h3 {
            font-size: 14px;
            margin-bottom: 0;
        }

        .OfferTagSlider .quote-item span, .OfferTagSlider .quote-item p {
            font-size: 12px;
            margin: 0;
            line-height: normal;
        }

        .OfferTagSlider .quote-item .OfferQtLink {
            margin-top: 10px;
        }

        .OfferTagSlider .quote-item p {
            font-size: 30px !important;
        }

    .productSilder .OruProductList .row.w-100 {
        width: auto !important;
    }

    .otherLinksSmc h2 b {
        width: 15%;
    }

    .GrievanceFooter {
        padding: 15px;
        display: block;
    }

        .GrievanceFooter p {
            font-size: 14px;
            text-align: left;
        }

        .GrievanceFooter .ContactGetTouch {
            font-size: 14px;
            padding: 0;
            width: 170px;
            margin-top: 10px;
        }

    .Grievance .container .row:first-child {
        flex-flow: wrap-reverse;
    }

    .Grievance.Disclaimer img {
        padding-top: 0;
    }

    .SMCProTabs {
        height: auto;
    }

    .headingCnt h1, .headingCnt h4, .AboutSec1 h1, .AboutSec1 h2, .AboutSec1 h4, .ContactSec1 h1,
    .ContactSec1 h2, .ContactSec1 h4, .POS_WrapSec1 h1, .POS_WrapSec1 h2,
    .POS_WrapSec1 h4, .POS_WrapSec3 h1, .POS_WrapSec3 h2, .POS_WrapSec3 h4,
    .TermRenwalBox h1 {
        font-size: 26px !important;
    }

    .productSilder, .HowItWorkSec, .services-area {
        padding: 15px 0;
    }

    .OfferTagSlider .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

        .OfferTagSlider .row .col-md-4 {
            width: 75%;
        }

    .services-areaeight .text-mdd .services-areaeight .text-mdd {
        font-size: 12px !important;
        width: 100% !important;
        line-height: normal;
    }

    .pos-support {
        text-align: right !important;
    }

    .call {
        margin-top: -14px !important;
    }

    .call-ima {
        margin-top: 9px !important;
    }

    .eBookPDF {
        height: auto;
        margin: 10px;
    }

    .eBookPDFBox {
        justify-content: center;
    }

    .services-areaeight002 p.headingBt a {
        text-align: center;
    }

    .CareerPG .careersale1 {
        width: 50%;
    }

    .headingCnt h1, .headingCnt h4, .headingCnt h2, .AboutSec1 h1, .AboutSec1 h2, .AboutSec1 h4, .ContactSec1 h1, .ContactSec1 h2, .ContactSec1 h4, .POS_WrapSec1 h1, .POS_WrapSec1 h2, .POS_WrapSec1 h4, .POS_WrapSec3 h1, .POS_WrapSec3 h2, .POS_WrapSec3 h4, .TermRenwalBox h1 {
        font-size: 24px !important;
    }

    .new-banner, .homeSection {
        margin-top: 60px !important;
    }
    .WorkCulture{
        width:100%;
    }
}


@media (max-width: 480px) {
    .AboutSec5Insurer .PartnerLogo {
        width: 20.33%;
    }

    .CurveImg h2 {
        font-size: 14px;
    }

    .services-areaeight .text-mdd.services-areaeight .text-mdd {
        font-size: 12px !important;
        width: 100% !important;
        line-height: normal;
    }

    .AddressBox.AddressBox03 {
        position: absolute;
        top: 275px;
        right: 0;
        left: 27px;
    }

    .corporate-box {
        justify-content: center;
    }

    .about-content {
        margin-top: -50px;
        font-size: 13px !important;
        width: 100% !important;
        margin-left: -175px !important;
        line-height: 24px !important;
    }

    .call {
        margin-top: -11px !important;
    }

    .call-ima {
        margin-top: 10px !important;
    }

    .ContactSec3Box02 img {
        right: initial;
        left: 13px;
    }

    .ContactSec2 img {
        margin: 20px auto;
    }

    ContactSec1 p {
        font-size: 15px;
        line-height: 24px;
    }

    .ContactSec3Box img {
        width: 130px;
        height: auto;
        position: absolute;
        right: 13px;
    }

    .ContactSec3Box {
        height: 160px;
    }

    .ContactSec1 p {
        font-size: 16px;
        line-height: 24px;
    }

    .ContactSec3Box02 h2 {
        margin-left: 215px;
    }

    .contact-marg {
        margin-top: 50px;
    }

    .ContactSec3 {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .ContactUsWrap {
        margin-top: 75px;
        padding-top: 30px;
        padding-bottom: 50px;
        position: relative;
    }

    .pos-support {
        text-align: right !important;
    }

    .ContactSec4 {
        padding: 30px 0 280px 0;
    }

    .DiwaliEffect {
        top: -18px;
    }

        .DiwaliEffect img {
            margin: 0 -100px;
        }

    .word {
        margin-left: 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        width: 180px;
        text-align: center;
        margin: 0;
        top: 35px;
        left: 50%;
        margin-left: -80px;
    }

    .homeSection .headContent h1 {
        margin-bottom: 40px;
    }

    .CareerPG .careersale1 {
        width: 100%;
    }

    .customer-img {
        display: none;
    }

    .posmob-img {
        display: block;
    }

    .support-text {
        text-align: left;
        margin: 35px 0px;
    }

    .support-text2 {
        text-align: right;
        margin: 42px 0px 15px 10px;
    }

    .headContent h1, .headingCnt h1, .headingCnt h4 {
        font-size: 16px !important;
        text-align: center;
        line-height: normal;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 380px) {
    .CurveImg {
        height: auto;
        padding: 0;
    }

    .word {
        margin-left: 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        width: 180px;
        text-align: center;
        margin: 0;
        top: 35px;
        left: 50%;
        margin-left: -80px;
    }

    .homeSection .headContent h1 {
        margin-bottom: 40px;
    }

    .CurveImg h2 {
        font-size: 13px;
        line-height: normal;
        margin: 0;
        width: 100%;
        left: 0;
        top: 40px;
        padding: 0 20px;
    }

    .AboutSec5Insurer .PartnerLogo {
        width: 29.33%;
    }
}
