@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/playfair_display/PlayfairDisplay-Light.ttf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/playfair_display/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/playfair_display/PlayfairDisplay-Medium.ttf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/playfair_display/PlayfairDisplay-Semibold.ttf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/playfair_display/PlayfairDisplay-Bold.ttf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/playfair_display/PlayfairDisplay-Heavy.ttf);
}

.slideWrap{
    margin-top: 60px;
}

.carousel-control-next {
    right: 0;
    top: 175px;
    height: 320px;
}

.carousel-control-prev {
    right: 0;
    top: 175px;
    height: 320px;
}

.dashboardSlide1 {
    width: 80%;
    /*height: 400px;*/
    object-fit: fill;
}

.slidePaging {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.slideDot {
    color: #666666;
    padding: 0 10px;
    cursor: pointer;
}

.slideDot.active {
    color: white;
}

.carousel-control-next {
    right: 0;
    top: 175px;
    height: 320px;
}

.carousel-control-prev {
    right: 0;
    top: 175px;
    height: 320px;
}

.bannerLeft{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #484848;
    color: #fff;
    border: 0;
    font-size: 20px;
    padding: 10px 20px;
    opacity: 0.8;
}

.bannerRight{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #484848;
    color: #fff;
    border: 0;
    font-size: 20px;
    padding: 10px 20px;
    opacity: 0.8;
}

.carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: #051e41;
    background-clip: unset;
    border-radius: 25px;
    border-top: 0px;
    border-bottom: 0px;
    opacity: 1;
}

.carousel-indicators .active{
    background: #fd252b;
}

.hpSection02Detail{
    padding: 50px 0;
}

.hpSubTitle{
    color: #fff;
    font-size: 40px;
}

.hpSection02Txt{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
}

.hpSection04 {
    /* margin-left: 60px; */
}

.hpSection03Detail, .hpSection04Detail{
    padding: 35px 20px 10px;
}

.introTitle{
    font-size: 40px;
    color: #000;
}

.introDes{
    font-size: 18px;
    color: #000;
    font-weight: 200;
}

.blueTxt{
    color: #005faa;
    font-weight: 900;
    font-size: 22px;
}

.hpSection04Title{
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

.descTxt{
    font-weight: 200;
    color: #000;
    font-size: 16px;
}

.imgWrap{
    padding: 20px;
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
}

.card{
    align-items: center;
    background-color: #f8f8f8;
}

.card-body{
    background-color: #ffffff;
    text-align: left;
    padding: 35px;
}

.card-title{
    color: #005faa;
    font-size: 23px;
    font-weight: 700;
}

.separateLine{
    border-top: 3px solid #005faa;
}

.cardShadow{
    -webkit-box-shadow: 0px 0px 25px -11px rgba(158,155,158,1);
    -moz-box-shadow: 0px 0px 25px -11px rgba(158,155,158,1);
    box-shadow: 0px 0px 25px -11px rgba(158,155,158,1);
}

.innerShadow{
    /*border: 1px solid #202020;*/
    -webkit-box-shadow: inset -1px 8px 8px -10px rgb(158 155 158 / 76%);
    -moz-box-shadow: inset -1px 8px 8px -10px rgb(158 155 158 / 76%);
    box-shadow: inset -1px 8px 8px -10px rgb(158 155 158 / 76%);
}

.dashboardSlide6{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 425px;
    max-height: 315px;
}

.slideLeft , .slideRight{
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #005faa;
    margin: auto 5px;
}

.titleTxt{
    font-size: 24px;
    color: #000;
}

.hpSecTxt{
    font-size: 28px;
    color: #000000;
}

.hpSecTxt.boldTxt{
    font-size: 38px;
    font-weight: 900;
}

.formWrap{
    padding: 15px 100px;
    background-color: #efefef;
}

.greyBox{
    padding: 20px 150px;
}

.blackTxt{
    color: #000;
}

.slideTitle{
    font-size: 49px;
    color: #000;
    line-height: normal;
    font-weight: 400;
}

.slideTxtWrap{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-70%);
}

.slideDes{
    font-size: 25px;
    color: #000;
    font-weight: 400;
}

.bannerLeft.secondSlide ,
.bannerRight.secondSlide{
    background: transparent;
    color: #000;
}

.sectionTitle2 {
    display: flex;
    flex-flow: column;
}

.productSection01 {
    background-color: #005584;
}

.productTitle{
    padding: 30px 10px;
}

.productSection01Font01 {
    font-weight: 200;
    font-size: 45px;
    color: #fff;
    margin-top: 50px;
}

.productTitleFont {
    font-weight: 200;
    font-size: 24px;
    color: #000;
}

.homeLine {
    width: 97%;
    background-color: #d5d5d5;
    height: 1px;
    margin-left: 20px;
}

.homeLine2 {
    width: 70%;
    background-color: #D8D8D8;
    height: 2px;
    margin-left: 40px;
}

.productTitleDetailFont {
    font-weight: 200;
    font-size: 14px;
    color: #000;
    min-height: 220px;
}

.productTitleDetailFont02 {
    font-weight: 200;
    font-size: 14px;
    color: #000;
    min-height: 200px;
}

.productTitleFont02 {
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

.productBox {
    margin-bottom: 50px;
}

.moreInfoBtn {
    padding: 0;
    font-weight: 900;
    font-size: 14px;
    color: #007CB2;
}

.productDetailFont01 {
    font-weight: 200;
    font-size: 16px;
    color: #000;
}

.productDetailFont03 {
    font-weight: 200;
    font-size: 15px;
    color: #000;
}

.productDetailFont02 {
    font-weight: 800;
    font-size: 26px;
    color: #000;
}

.productDetailBox {
    padding: 30px 40px;
    background-color: #e9e9e9;
    color: #000;
    border-left: 5px solid #007dc2;
}

.productFooter {
    padding: 10px 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border: 1px solid #dcdcdc;
  text-align: left;
  padding: 8px;
  font-weight: 900;
  font-size: 16px;
  color: #747474;
}

td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-weight: 200;
  font-size: 14px;
  color: #747474;
}

tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.productImg {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.productImg02 {
    width: 50px;
    height: 110px;
    margin-bottom: 5px;
}

.productImg03 {
    width: 100%;
    margin-bottom: 5px;
}

.productImg04 {
    width: 100%;
    margin-bottom: 5px;
}

.productImg05 {
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
}

.productImg06 {
    width: 100%;
    margin-right: 10px;
}

.productDetailFont04{
    font-weight: 200;
    color: #000;
    font-size: 15px;
}

.productDetailImg2 {
    width: 80%;
}

.productDetailsSection01 {
    margin-left: 70px;
}

.sidebarIcon {
    width: 20px;
    margin-right: 15px;
}

.carousel-indicators {
    bottom: 15px;
}

.homepageInfoBtn:hover {
    color: #fff;
    background-color: #005190;
}

.slideArrowLeft {
    position: absolute;
    left: -7%;
    top: 55%;
}

.slideArrowRight {
    position: absolute;
    right: 13%;
    top: 55%;
}

.form-control:focus {
    border-color: #006ec4;
}

.form-control::placeholder {
    opacity: 0.5;
}

a {
    color: #480fe8;
}

.btn-primary {
    min-width: 100px;
}

.btn-default {
    min-width: 100px;
}

.fa-check-circle {
    font-size: 24px;
}

.productTitleWidth {
    width: 200px;
}

body {
    overflow-x: hidden;
}

.productTitleDetailMargin {
    margin-top: 3rem;
}

.productBox {
    padding: 0 30px;
}

.productDetailImg {
    width: 50%;
}

.productDetailBox {
    margin-top: -35px
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* .hpSection01 {
    padding: 30px;
} */

#imgcoverEng{
    background-color: white;
    background-image: url(/images/project/header.jpg);
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
/*    background-position: 50% 75%;*/
/*    align-items: center;*/
/*    display: flex;*/
    padding-left: 7%;
    padding-right: 7%;
}
#imgcoverEng h2 a {
    text-transform: capitalize;
}
#imgcoverEng h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 6rem;
    margin-bottom: 40px;
}

.hpSection01_cointainer {
  position: relative;
  text-align: center;
}

.hpSection01_bg {
    width: 350px;
}

.hpSection01_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
}

.hpSection01_center2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
}

.hpSection01Font01 {
    font-weight: 900;
    color: #000;
    font-size: 60px;
}

.hpSection01Font02 {
    font-weight: 200;
    font-size: 16px;
    color: #767C8A;
}

.hpSection02 {
    padding: 60px 60px 100px 60px;
}

.hpSection02BoxContent1 {
    background-color: #00C3E8;
    padding: 50px 0px;
}

.hpSection02BoxContent2 {
    background-color: #F8F9F9;
    padding: 30px 50px;
}

.hpSection02BoxContent3 {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.hpSection02Font01 {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
}

.hpSection02Font02 {
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    font-style: italic;
}

.hpSection02Font03 {
    font-weight: 800;
    font-size: 24px;
    color: #000     ;
}

.hpSection02Font04 {
    font-weight: 200;
    font-size: 14px;
    color: #767C8A;
}

.hpSection02Font05 {
    font-weight: 200;
    font-size: 15px;
    color: #000;
}

.section2_icon {
    width: 55px;
}

.hpSection02Font06 {
    font-weight: 800;
    font-size: 24px;
    color: #000;
}

.hpSection02Font07 {
    font-weight: 200;
    font-size: 14px;
    color: #646464;
}

.hpSection03Box1 {
    padding: 20px 0 0 120px;
    background-color: #F3F6F8;
}

.hpSection03Box2 {
    padding: 50px;
    background-color: #E7EDEE;
}

.productIcon {
    width: 20px;
}

.hpSection02Font04 {
    /* padding: 25px; */
    font-weight: 200;
    /* font-size: 20px; */
    font-size: 15px;
    color: #767C8A;
}

.contentIcon {
    width: 40px;
    background-color: #00C3E8;
    padding: 30px 5px 20px 10px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.hpSection03Font01 {
    font-weight: 200;
    font-size: 14px;
    color: #000;
}

.hpSection04 {
    padding: 50px;
}

.hpSection05 {
    padding: 50px 80px;
    background-image: url(../images/project/section05-bg.jpg); 
    background-size: cover; 
    background-repeat: no-repeat;
}

.hpSection06 {
    padding: 60px 100px;
}

.hpSection04Content {
    margin-right: 50px;
}

.hpSection04Icon {
    width: 50px;
    height: 50px;
}

.hpSection04ContentMargin {
    margin-left: 50px;
}

.hpSection04Font01 {
    font-weight: 200;
    font-size: 15px;
    color: #000;
}

.hpSection05Box {
    padding: 20px 30px;
    border: 1px solid #E8E8E8;

}

.readMoreBtn {
    padding: 0;
    color: #00B2CE;
    font-weight: 600;
}

.hpSection06Content {
    /* padding-right: 220px; */
}

.hpSection06Font02 {
    font-weight: 200;
    font-size: 16px;
    color: #767C8A;
}

.contactUsInput {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #E8E8E8;
    border-radius: unset;
}

.contactUsInput:focus {
    background-color: transparent;
}

.submitBtn {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #00C3E8;
    border-radius: 20px;
}

.footerIcon {
    width: 15px;
}

.socialMediaIcon {
    width: 50px;
}

.infoTxt {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.footerTitle {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.footerDetailTxt {
    font-weight: 300;
    font-size: 14px;
    color: #E8E8E8;
}

.footerDetailTxt:hover {
    color: #fff;
}

.footerSocialIcon {
    width: 15px;
}

.hpSection04BoxMobile {
    display: none;
}

.hpSection04BoxWeb {
    display: flex;
}

.productSection.active {
    background-color: #E7EDEE;
}

.hpSection03Mobile {
    display: none;
}

/* Login Modal */
.loginModal {
    max-width: 50% !important;
    margin-top: 5rem;
}

.loginLogoBG {
    background-color: #ebfafe;
    padding: 20% 5%;
}

.loginTitleFont {
    font-weight: 700;
    text-align: center;
    color: black;
    font-size: 24px;
}

.loginInput {
    width: 75%;
    margin: 5% auto;
}

.loginInput:last-child {
    margin-bottom: 2.5%;
}

.editProfileInput {
    /* width: 75%; */
    margin: 5% auto;
}

.contactUsError {
    width: 95%;
    margin: 5% auto;
}

.buttonText {
    color: #4fd5ef;
    cursor: pointer;
}

.buttonText.forgotPwd {
    margin-left: 40%;
}

.modalLoginBtn {
    padding: 10px !important;
    width: 75% !important;
    max-width: 445px;
    cursor: pointer;
    font-weight: 700 !important;
    font-size: 14px;
    color: #fff !important;
    background-color: #00C3E8;
    border-radius: 20px;
    text-align: center !important;
}

.modalLoginBtn.sendOTP {
    width: 50% !important;
    padding: 6px 5px 0 5px!important;
    margin: auto;
    height: 40px;
    border-radius: 0 5px 5px 0px;
    align-items: center;
    display: flex;
}

.modalRegisterBtn {
    text-decoration: underline;
    font-weight: 700;
}

.otpInput {
    padding: 0;
    outline: 0;
    border: 0;
    height: unset;
}

/* Buy Vehicle Insurance Page(getQuotation.php) */
.quotationSection {
    padding: 5%;
    color: black;
    background-color: white;
}

.quotationBox, .whiteLabelBox {
    margin-top: 3%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    padding: 4%;
    background-color: white;
}

.getQuoteBtn {
    padding: 10px !important;
    width: 25% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    text-align: center !important;
}

/* Loading (loadQuotation.php) */
.countdownText {
    color: #00c3e8; 
}

.loadingIcon {
    width: 35%;
    padding: 50px;
}

/* Get Quotes (checkout.php) */
.progressBarDesc {
    padding: 3em 0 0 0;
    align-content: center;
    align-items: center;
    vertical-align: top;
    counter-reset: stepCount;
    display: flex;
    justify-content: center;
}

.progressBarDesc li {
    text-align: center;
    vertical-align: top;
    height: 2em;
    line-height: 3em;
    width: 13%;
    color: black;
    margin: 0 1em;
    display: inline-block;
    position: relative;
    /* font-size: 13px;
    font-weight: 200; */
    font-size: 15px;
    font-weight: 600;
}

.progressBarDesc li::before {
    background: #00c3e8;
    content: '';
    position: absolute;
    top: -75%;
    right: 60%;
    width: 100%;
    height: 1px;
}

.progressBarDesc li:first-child::before {
    display: none;
}

.progressBarDesc li::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    counter-increment: stepCount;
    content: counter(stepCount);
    border-radius: 100%;
    color: #fff;
    background: #00c3e8;
    margin: auto;
    padding: auto;
    display: block;
    position: absolute;
    top: -150%;
    right: 0;
    left: 0;
}

.progressBarDesc .active {
    color: black;
}

.progressBarDesc .active ~ li {
    color: #A9AEBE;
}

.progressBarDesc .active ~ li::before {
    color: #ebebeb;
    background: #ebebeb;
}

.progressBarDesc .active ~ li::after {
    color: #A9AEBE;
    background: #fff;
    border: 1px solid #ebebeb;
}

.originalPrice {
    color: #A9AEBE;
    text-decoration: line-through;
    font-size: 17px;
}

.currentPrice {
    font-family: auto;
    font-weight: 900;
    font-size: 22px;
}

.quotationList {
    list-style: none;
    font-size: 16px;
}

.quotationList li:before {
    background-image: url("../images/project/greenTick.png");
    margin: 0;
    content: "";
    padding: 15px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.quotationEmptyList p:before {
    margin: 0;
    content: "";
    padding: 15px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.sumBox {
    background-color: #ebfafe;
    padding: 5%;
    font-weight: bold;
    text-align: center;
    width: 80%;
    font-size: 20px;
    margin: 0 auto 5% auto;
}

.getQuoteBtn2 {
    padding: 10px !important;
    width: 40% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    text-align: center !important;
}

.getQuoteBtnNextnBack {
    padding: 10px !important;
    width: 25% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    text-align: center !important;
}

.getQuoteBtnNextnBackSummary {
    padding: 10px !important;
    width: 40% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    text-align: center !important;
}

.searchSearchQuotation {
    padding: 8px !important;
    width: 100% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 5px;
    text-align: center !important;
}

.carDetailsPopUpBTN {
    padding: 10px !important;
    width: 40% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    text-align: center !important;
}

.borderLine {
    border-bottom: 2px solid #f1f1f1;
    margin: 0 -3% 3% -3%;
}

.quotationComp {
    font-size: 23px;
}

.carMarketValue {
    background-color: #ebfafe;
    padding: 1% 2%;
    border-radius: 15px;
    border: 1px solid #ebfafe;
    vertical-align: super;
    margin-left: 3%;
}

.cursorPointer {
    cursor: pointer;
}

.quotationText {
    color: black;
    font-size: 19px;
}

.quotationText2 {
    color: black;
    font-size: 15px;
}

.quotationText3 {
    color: black;
    font-size: 30px;
}

.benefitBox {
    background-color: #ebfafe;
    padding: 3%;
}

.formInput {
    width: 75%;
}

.aquaText {
    color:#00c3e8;
}

.info_icon {
    width: 25px;
    vertical-align: unset;
}

.providerLogo {
    width: 80%;
}

.coverageTypeDiv {
    text-align: center;
}

.coverageTypeDiv div {
    padding: 10px 5px;
    background-color: #f8f9f9;
    border: 1px solid #fff;
    border-radius: 20px;
}

.coverageTypeDiv.active div {
    background-color: #00c3e8;
    color: white;
}

.info_icon2 {
    width: 15px;
    vertical-align: top;
}

.modalLoginBtn.payment {
    padding: 0px !important;
    width: 40% !important;
}

.sufficientText {
    color: #6cc300;
}

.insufficientText {
    color: red;
}

/* Forgot Password */
.blueCircle {
    position: absolute;
    left: 22.75%;
    top: 18%;
    width: 50px;
}

.btnDecoration {
    color: #4fd5ef !important;
    text-decoration: underline !important;
}

.forgotPasswordPage {
    background-image: url('../images/project/loginBG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.forgotPwdBg {
    width: 100%;
    height: 110vh;
    background-color: #f3f6f8;
}

/* #fullName::placeholder {
    color: red;
} */
/* 
#fullName:after {
    content:" *";
    color: red;
  } */

.forgotPwdPage {
    background-color: #fff;
    height: 100%;
}

.forgotPwdTitle {
    font-weight: 900;
    font-size: 60px;
    color: #000;
    letter-spacing: unset;
    width: 50%;
    line-height: 60px;
    position: absolute;
    top: 38%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.forgotPwdDesc {
    font-weight: 200;
    font-size: 14px;
    color: #000;
    letter-spacing: unset;
    width: 50%;
    position: absolute;
    top: 58%;
    left: 58%;
    transform: translate(-50%, -50%);
}

.forgotPasswordDiv {
    /* position: absolute; */
    /* margin-top: 25%; */
    margin: auto;
    right: 0;
    text-align: center;
}

.forgotPwdText {
    font-size: 30px;
    color: black;
}

.forgotPwdText2 {
    color: #989da7;
    font-size: 13px;
    font-weight: 100;
}

.forgotPwdText3 {
    font-size: 13px;
    color: black;
    font-weight: 200;
}

/* Tooltip */
.tooltip {
    position: unset;
    display: inline-block;
    opacity: 1;
}

.tooltipCI {
    position: unset;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #394c60;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 30px;
    position: absolute;
    z-index: 1;
    top: -225px;
    left: 5%;
}

.tooltipCI .tooltiptextCI {
    visibility: hidden;
    width: 300px;
    background-color: #394c60;
    font-weight: 200;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 30px 30px 30px 0px;
    position: absolute;
    z-index: 1;
    top: 50px;
    /* left: 5%; */
    left: -995%;
}

/* Triangle Arrow at the bottom*/
.tooltiptextCI:after {
    left: 64%;
    top: -29.5px;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #394c60;
    border-width: 15px;
    margin-left: -15px;
    transform: rotate(0deg);
}

.tooltipCI:hover .tooltiptextCI {
    visibility: visible;
}

/* Customized Radio Button */
.radioStyle {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #E6E6E6;
    border-radius:50%;
    outline:none;
    position: relative;
    vertical-align: bottom;
}

.radioStyle:before {
    content:'';
    display:block;
    width:50%;
    height:50%;
    border-radius:50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radioStyle:checked {
    box-shadow:0 0 10px 10px #00c3e8 inset;
}

/* Customized Checkbox */
.customCheckbox {
    -webkit-appearance: none; /*hides the default checkbox*/
    height: 20px;
    width: 20px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    font-weight: 900;
    color: white;
    border-radius: 3px;
    outline: none;
    border: 2px solid #e2e5ec;
    vertical-align: sub;
}

.customCheckbox:checked {
    background-color: #6cc300;
}

.customCheckbox:before {
    content: "";
}
.customCheckbox:checked:before {
    content: '\2713';
    position: absolute;
    left: 5px;
}

.customCheckbox:hover {
    cursor: pointer; 
    opacity: 0.8;
    border: 1px solid #e2e5ec;
}

/* Customized Dropdown (<select>)*/
.dropbtn {
    word-break: break-word;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    font-size: 15px;
    padding: 0.65rem 1rem;
    cursor: pointer;
    width: 100%;
}

.dropbtnStyle {
    word-break: break-word;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #e2e5ec; */
    border-radius: 4px;
    font-size: 15px;
    /* padding: 0.65rem 1rem; */
    cursor: pointer;
    width: 100%;
}


.dropbtn:focus {
    border-color: #006ec4;
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    text-decoration: none;
}

.dropdownPointer {
    cursor: pointer;
}

.dropdown a:hover {
    background-color: #ddd;
}

.modal-open {
    overflow: hidden!important;
}


body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
  
body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.hpSection03_bg {
    background-image: url('../images/project/hpSection03_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 170px;
}

.hpSection03_font01 {
    font-weight: 900;
    font-size: 60px;
    color: #000;
}

.hpSection04_font01 {
    font-weight: 600;
    font-size: 140px;
    color: #000;
}

.hpSection04_font02 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.hpSection04_font03 {
    font-weight: 900;
    font-size: 24px;
    color: #000;
}

.homepageLine {
    width: 7%;
    background-color: #00B2CE;
    height: 2px;
}

.hpSection04_font04 {
    font-weight: 300;
    font-size: 15px;
    color: #767C8A;
    line-height: 1.8;
}

#welcome1 , #welcome2 , #welcome3{
    box-shadow: 10px 10px 16px 0 rgb(0 0 0 / 5%);
}

#search-head:not(.collapsed) .rotate-iconFilter {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-iconFilter{
    color: black;
    font-size: 1.5em;
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .carousel-control-next {
        top: 65px;
        height: 200px;
    }

    .carousel-control-prev {
        top: 65px;
        height: 200px;
    }

    .footerTitle{
        margin-right: 10px;
    }

    #footerInner03:not(.collapsed) .rotate-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .hpSection05 {
        /* padding: 50px 80px; */
        padding: 10% 12% 10% 12% !important;
    }

    #footerInner02:not(.collapsed) .rotate-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #footerInner04:not(.collapsed) .rotate-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #search-head:not(.collapsed) .rotate-iconFilter {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .rotate-iconFilter{
        color: black;
        font-size: 1.5em;
    }

    .rotate-icon{
        color: white;
        font-size: 1.5em;
    }
    

    /* #productDropdown.show ~ .rotate-icon  {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    } */

    #footerContent02 , #footerContent03 , #footerContent04{
        margin-bottom: 10px !important;
    }
    
    #footerInner02 , #footerInner03 , #footerInner04{
        display: flex;
        align-items: center;
    }

    #welcome1 , #welcome2 , #welcome3{
        box-shadow: 1px 3px 16px 0 rgb(0 0 0 / 13%);
        margin: 10% 12% 0% 12% !important;
    }

    #homeFirstName , #homeLastName , #homePhoneNo , #homeEmail , #homeMessage{
        padding: 0.65rem 0rem !important;
    }

    #messageDIV{
        padding: 0px;
    }

    .hpSection04_font01 {
        font-weight: 600;
        font-size: 30px;
        color: #000;
        margin-right: 10px;
    }

    .hpSection04_font02 {
        font-weight: 600;
        font-size: 20px;
        color: #000;
        align-self: flex-end;
    }

    .slideTxtWrap {
        left: 42px;
        transform: translateY(-50%);
    }

    .slideTitle {
        font-size: 13px;
    }

    .slideDes {
        font-size: 9px;
    }

    .hpSection02{
        min-width: 0px;
    }

    .hpSection02Detail {
        padding: 23px 10px;
    }

    .hpSubTitle {
        font-size: 30px;
    }

    .hpSection03Detail, .hpSection04Detail{
        padding: 0 20px 10px;
    }

    .sectionAlign {
        margin-top: -40px;
    }

    .formWrap{
        padding: 0px;
    }

    .softwareSlide{
        width: calc(100% - 70px);
        margin-left: auto;
        margin-right: auto;
    }

    .bannerLeft.secondSlide ,
    .bannerRight.secondSlide{
        padding: 5px;
    }

    .titleTxt{
        font-size: 18px;
    }

    .sectionTitle2 {
        flex-flow: row;
        align-items: flex-end;
        margin-bottom: 20px;
        justify-content: center;
        width: 100%;
    }

    .hpSecTxt.boldTxt {
        line-height: 33px;
        margin-right: 8px;
    }

    .hpSecTxt {
        line-height: 28px;
    }

    .slideWrap{
        margin-top: 0;
    }

    .productDetailImg2 {
        width: 100%;
    }

    .productDetailsSection01 {
        margin-left: 0;
    }

    .hpSection04 {
        margin-left: unset;
        padding: 30px !important;
    }

    .carousel-indicators {
        bottom: -5px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .introTitle {
        font-size: 30px;
    }

    .cardShadow {
        margin-top: 25px;
    }

    .greyBox {
        padding: 20px 20px;
    }

    .form-control textarea {
        height: 1500px;
    }

    .slideArrowLeft {
        left: 5px;
    }

    .slideArrowRight {
        right: 65px;
    }

    .productTitleFont02 {
        font-size: 15px;
    }

    .productImg {
        margin-top: 30px;
    }

    .productImg05 {
        width: 100%;
        margin-top: 53px;
        height: unset;
    }

    .productDetailImg {
        width: 100%;
    }

    .productDetailBox {
        margin-top: unset;
    }

    .hpSection01_bg {
        width: 200px;
    }

    .hpSection01Font01 {
        font-size: 25px !important;
    }

    .hpSection01_center2 {
        width: 100%;
    }

    .hpSection01Font02 {
        font-size: 14px;
    }

    .hpSection02 {
        /* padding: 50px 10px; */
        padding: 20px 0px 50px 0px;
    }

    .hpSection02BoxContent1 {
        padding: 20px 15px;
    }

    .hpSection02BoxContent2 {
        padding: 30px 40px 40px 40px;
    }

    #healthCareDIV{
        display: flex;
    }

    .hpSection02Font01 {
        font-size: 18px;
    }

    .hpSection02Font03 {
        font-size: 18px;
    }

    .hpSection02Font04 {
        font-size: 14px;
    }

    .hpSection04BoxMobile {
        display: block;
    }

    .hpSection04BoxWeb {
        display: none;
    }

    .hpSection04ContentMargin {
        margin-left: unset;
    }

    .hpSection04Content {
        margin-right: unset;
    }

    .hpSection06 {
        padding: 10% 12% 10% 12% !important;
    }

    .hpSection06Content {
        padding-right: unset;
    }

    .hpSection06Font01 {
        font-size: 24px;
    }

    .hpSection03Web {
        display: none;
    }

    .hpSection03Mobile {
        display: block;
    }

    .hpSection03Mobile {
        padding: 20px 0;
        background-color: #F3F6F8;
    }

    .hpSection02Font04 {
        /* padding: 15px; */
    }

    .modalLoginBtn, .loginInput {
        width: 90% !important;
    }

    .loginModal {
        max-width: 97% !important;
    }

    .progressBarDesc {
        padding: 0;
        margin-bottom: 0;
    }

    .progressBarDesc li {
        width: 25%;
    }

    .progressBarDesc li span {
        display: none;
    }

    .progressBarDesc li::before {
        top: -50%;
    }

    .progressBarDesc li::after {
        bottom: 1em;
    }

    .progressBarDesc li {
        margin: 0em;
    }

    .getQuoteBtn2 {
        width: 80% !important;
    }

    .carDetailsPopUpBTN{
        width: 80% !important;
    }

    .originalPrice {
        font-size: 13px;
    }

    .currentPrice {
        font-size: 15px;
    }

    .quotationComp {
        font-size: 18px;
    }

    .loadingIcon {
        width: 50%;
        padding: 20px;
    }

    .formInput {
        width: 100%;
    }

    .tooltiptext:after {
        margin-left: 150px;
    }

    /* .tooltiptextCI:after {
        margin-left: 150px;
    } */

    .quotationText3 {
        font-size: 22px;
    }

    .info_icon {
        vertical-align: sub;
    }

    .providerLogo {
        width: 80%;
    }

    .forgotPasswordDiv {
        padding: 50px;
        position: unset;
    }

    .forgotPwdBg {
        height: 50vh;
    }

    .getQuoteBtn {
        width: 50% !important;
    }

    .blueCircle {
        left: 20%;
        top: 10%;
    }

    .forgotPwdTitle {
        top: 35%;
        left: 49%;
        font-size: 22px;
        line-height: 30px;
    }

    .forgotPwdDesc{
        top: 60%;
    }

    .hpSection03_font01 {
        font-size: 24px;
        padding: 10%;
    }

    .hpSection03_bg {
        padding: unset;
    }

    .hpSection04_font03 {
        font-size: 16px;
    }

}

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .sectionTitle2 {
        flex-flow: wrap;
        align-items: unset;
        justify-content: start;
    }

    .slideTitle {
        font-size: 31px;
    }

    .slideDes {
        font-size: 23px;
    }

    .productFooter {
        width: 100%;
        margin-left: unset;
    }

    .sectionAlign {
        margin-top: 110px;
    }

    .productTitleDetailMargin {
        margin-top: 0;
    }

    .productTitleDetailMargin2 {
        margin-top: 3rem;
    }

    .productTitleWidth {
        width: 155px;
    }

    .productImg03 {
        width: 100%;
    }

    .productTitleFont02 {
        font-size: 14px;
    }

    .productImg {
        margin-top: 50px;
    }

    .productImg04 {
        width: 100%;
        margin-top: 50px;
    }

    .productImg05 {
        width: 100%;
        margin-top: 53px;
        height: unset;
    }

    .productImg06 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .productDetailImg {
        width: 100%;
    }

    .productDetailBox {
        margin-top: unset;
    }

    .hpSection04BoxMobile {
        display: none;
    }

    .loginModal {
        max-width: 80% !important;
    }

    .progressBarDesc li {
        width: 25%;
    }

    .getQuoteBtn2 {
        width: 70% !important;
    }

    .carDetailsPopUpBTN{
        width: 70% !important;
    }

    .quotationComp {
        font-size: 17px;
    }

    .tooltip .tooltiptext {
        left: 71%;
    }

    .tooltipCI .tooltiptextCI {
        left: -110%;
    }

    .tooltiptext:after {
        left: 18%;
    }

    .tooltiptextCI:after {
        left: 80%;
    }

    .quotationText3 {
        font-size: 22px;
    }

    .blueCircle {
        left: 20%;
        top: 20%;
    }

    .forgotPwdDesc{
        top: 55%;
    }

    .forgotPasswordDiv {
        top: 30%; 
    }

}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    .slideTitle{
        font-size: 41px;
    }

    .slideDes{
        font-size: 25px;
    }

    .slideTxtWrap {
        transform: translateY(-50%);
    }

    .hpSection02Txt{
        font-size: 15px;
    }

    .productFooter {
        width: 100%;
        margin-left: unset;
    }

    .sectionAlign {
        margin-top: 110px;
    }

    .productDetailImg {
        width: 100%;
    }

    .productDetailBox {
        margin-top: unset;
    }

    .hpSection04BoxMobile {
        display: none;
    }

    .loginModal {
        max-width: 80% !important;
    }

    .progressBarDesc li {
        width: 16%;
    }

    .getQuoteBtn2 {
        width: 60% !important;
    }

    .carDetailsPopUpBTN{
        width: 60% !important;
    }

    .tooltip .tooltiptext{
        left: 62%;
    }

    .tooltipCI .tooltiptextCI{
        left: -62%;

    }

    .blueCircle {
        left: 22%;
        top: 20%;
    }

    .forgotPwdDesc{
        top: 55%;
    }

    .forgotPasswordDiv {
        top: 30%; 
    }
}

/* Iphone 5 View */
@media (max-width: 320px) {
    .loginModal {
        max-width: 100% !important;
    }

    .tooltip .tooltiptext {
        left: -2%;
    }

    .tooltiptext:after {
        margin-left: -58px;
    }

    .tooltipCI .tooltiptextCI {
        left: -1110%;
    }

    /* .tooltiptextCI:after {
        margin-left: 150px;
    } */

    .getQuoteBtn {
        width: 30% !important;
    }

    .blueCircle {
        left: 18%;
        top: 5%;
    }

    .forgotPwdTitle {
        top: 33%;
        left: 49%;
        font-size: 20px;
        line-height: 20px;
    }

    .forgotPwdDesc {
        font-size: 11px;
    }

    .forgotPwdText {
        font-size: 15px;
    }

    .getQuoteBtn {
        width: 60% !important;
    }

    .ip5Pad {
        padding-left: 0px;
    }
}

/* Menu */
/* .site-menu-exit{
    cursor: pointer;
    display: none;
    text-align: right;
    margin-top: 30px;
    position: absolute;
    right: 5%;
} */

/* .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  } */

.site-menu-exit{
    cursor: pointer;
    display: block;
    text-align: right;
    margin-right: 15px;
    text-align: right;
}

.homepage-mobile-profile-bg{
    /* padding-top: 80px; */
    /* background-image: url("/images/homepageMenuIcon/bg-img.png"); */
}

.homepage-profile-picture{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #999696b3;
    box-shadow: 0 0 0 3px #fff, 0 0 0 3px #fff;
    -webkit-filter: drop-shadow(5px 5px 5px #666666);
    filter: drop-shadow(5px 5px 5px #e5e5e5);
}

#homepageSubmitTitleWeb{
    font-size:65px;
}

/* homepage contactus title */
@media (min-width: 768px) and (max-width: 955px) {
    #homepageSubmitTitle ,#homepageSubmitTitleWeb{
        font-size:48px;
    }
}

@media (min-width: 956px) and (max-width: 1012px) {
    #homepageSubmitTitle ,#homepageSubmitTitleWeb{
        font-size:55px;
    }
}

@media (min-width: 1013px) and (max-width: 1050px) {
    #homepageSubmitTitle ,#homepageSubmitTitleWeb{
        font-size:65px;
    }
}

.fontPlayfairDisplay{
    font-family: 'Playfair Display' !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .getQuoteBtnNextnBackSummary{
        width: 70% !important;
    }
}


/* homepage top image responsive */
@media (min-width: 320px) and (max-width: 375px) {
    #imgcoverEng{
        height: 450px;
        background-image: url(/images/mobile-view-top-new.png);
        background-position: 50% 100% !important;
    }
    #imgInsideButton{
        margin-top: -40%;
        width: 50%;
        left:25%;
    }
}
@media (min-width: 376px) and (max-width: 450px) {
    #imgcoverEng{
        height: 550px;
        background-image: url(/images/mobile-view-top-new.png);
        background-position: 50% 100% !important;
    }
    #imgInsideButton{
        margin-top: -40%;
        width: 40%;
        left:30%;
    }
}
@media (min-width: 451px) and (max-width: 551px) {
    #imgcoverEng{
        height: 650px;
        background-image: url(/images/mobile-view-top-new.png);
        background-position: 50% 100% !important;
    }
    #imgInsideButton{
/*        margin-top: -40%;*/
        width: 170px;
/*        left:30%;*/
    }
}
@media (min-width: 550px) and (max-width: 599px) {
    #imgcoverEng{
        height: 750px;
        background-image: url(/images/mobile-view-top-new.png);
        background-position: 50% 100% !important;
    }
    #imgInsideButton{
/*        margin-top: -40%;*/
        width: 170px;
/*        left:30% ;*/
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #imgInsideButton{
/*        margin-top: -25% !important;*/
/*        width: 26% !important;*/
        width: 170px !important;
/*        left: 36% !important;*/
    }
}
@media (min-width: 600px) and (max-width: 900px) {
    #imgcoverEng{
        height: 500px;
    }
    #imgInsideButton{
/*        margin-top: -20%;*/
/*        width: 26%;*/
        width: 170px;
/*        left: 37% ;*/
    }
}
@media (min-width: 901px) and (max-width: 1224px) {
    #imgcoverEng{
        height: 600px;
    }
    #imgInsideButton{
/*        margin-top: -20%;*/
/*        width: 26% ;*/
        width: 170px ;
/*        left:36% ;*/
    }
}
@media (min-width: 1225px) {
    #imgcoverEng{
        background-size: 100% 640px;
        height: 640px;
        margin-top: 5%;
    }

    #imgInsideButton{
/*        margin-top: -16%; */
        width: 170px;
/*        left:36% ;*/
    }
}

@media (min-width: 2560px) {
    #imgInsideButton{
/*        margin-top: -10%; */
        width: 170px ;
/*        left:36% ;*/
    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .footer-mb{
        margin-bottom: 0px !important;
    }

    #imgPage2{
        width: 100%;
    }

    #vehicleNum{
        margin-bottom: 0px;
    }

    #page2TopDIV{
        padding: 6%;
    }
    
    #plan_feature{
        padding: 8%;
    }

    #totalAmountBtmDIV{
        padding: 6% !important;
    }

    #carOwnerDetailForm{
        padding: 6% !important;
    }

    #summaryDIVsection{
        padding: 6% !important;   
    }

    .fontSIZE15{
        font-size: 15px;
    }

    .fontSIZE12{
        font-size: 12px;
    }

    .benefitBox {
        padding: 3% 8%;
    }

    #checkoutSizeBox{
        padding: 1% 5% 5% 5% !important;
    }

}

@media (min-width: 320px) and (max-width: 450px){

    #vehicleDIV{
        flex-direction: column !important;
    }

    #carMarketValueID{
        margin-left: 0%;
    } 
}

@media (min-width: 1200px){
    .tooltip .tooltiptext {
        left: 64%;
    }
}

@media (min-width: 1200px){
    .tooltipCI .tooltiptextCI {
        left: -64%;
    }
}

@media (min-width: 768px){
    #footerLine1{
        margin-top: 1rem!important;
    }
}

@media (min-width: 375px) and (max-width: 485px){

    .tooltipCI .tooltiptextCI {
        left: -919%;
    }

    .tooltiptextCI:after {
        margin-left: 55px;
    }
}

@media (min-width: 486px) and (max-width: 599px){

    .tooltipCI .tooltiptextCI {
        left: -600%;
    }

    .tooltiptextCI:after {
        margin-left: 55px;
    }
}

@media (min-width: 600px) and (max-width: 767px){

    .tooltipCI .tooltiptextCI {
        left: -500%;
    }

    .tooltiptextCI:after {
        margin-left: 55px;
    }
}

.options2{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    text-decoration: none;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.dropdown-content{
    max-height: 280px;
    overflow-y: auto;
}

@media (min-width: 1024px){
    .getQuoteBtnNextnBack{
        width: 35% !important;
    }
}

@media (max-width: 450px){
    #basicPremiumDIV{
        text-align: left ;
        padding: 0px;
    }
}

@media (min-width: 451px){
    #basicPremiumDIV{
        text-align: right;
        padding: 0px;
    }
}


/*********** NEW ver  ***********/
.blue-round-div i { 
    margin-right: 5px;
}
.blue-round-div p {
    font-size: 15px;
}
.blue-round-div .title {
    width: 100px;
    background-color: #008fa4;
    padding: 2px;
    border-radius: 17px;
    margin-left: auto;
    margin-right: auto;
    color: #00dcff;
    font-size: 15px;
}
.blue-round-div {
    background-color: #00b2ce;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin-left: auto;
    display: grid;
    align-items: center;
    padding: 60px 30px;
    position: absolute;
    bottom: 0;
    border: solid 2px #008fa4;
}
.round-button-header {
    width: 40px;
    height: 40px;
    background-color: #304254;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 30%;
    align-items: center;
    display: flex;
    padding: 15px;
}
.hpSection05 p {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hpSection05 h1 {
    font-size: 5rem;
    font-weight: 600;
}
.hpSection05 .joinNowBtnHomePage {
    background-color: #00C3E8;
    color: #fff;
    border-radius: 20px;
    width: 180px;
}
.grey-border-div p {
    color: #aaa;
    margin-bottom: 25px;
    font-weight: bold;
}
.grey-border-div h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}
.grey-border-div a i {
    font-size: 13px;
    margin-left: 10px;
}
.grey-border-div i {
    color: #00c3e8;
    font-size: 25px;
}
.grey-border-div a {
    color: #00C3E8;
    font-weight: bold;
}
.grey-border-div {
    border: solid 2px #e9e9e9;
    padding: 15px 25px;
    border-radius: 3px;
}




