html
{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body
{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.row
{
    margin-left: 0px;
    margin-right: 0px;
}
.commonul
{
    padding-left: 0px;
}
.commonli 
{
    list-style-type: none;
}
.commonCarouselLink
{
    text-decoration: none;
}
.commonTable
{
    border: 0px;
    border: 1px solid #dddddd;
}
.commonTr
{
    background-color: #f4f4f4;
}
.commonTh
{
    border-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 8px !important;
}
.commonTable .commonTr .commanTd
{
    padding: 8px 8px;
}
.commonTableResponsiveText
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.commonDateField
{
    width: 100px;
}
.commonIconRSpacing
{
    padding: 8px;
}
.commonLabelDescriptionHead
{
    position: relative;
}
.commonLabelDescription 
{
    font-size: 9px !important;
    position: absolute;
    top: 29px;
    left: 60px;
    font-weight: 600 !important;
}
.commonLabelDescriptionInput
{
    position: absolute;
    top: 24px;
}
.commonActionLink
{
    text-decoration: none;
    color: initial;
}
.commonActionLink:hover
{
    color: initial;
}
.commonInputLabelPhone
{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 12px;
}
.commonInputLabelPhoneActive
{
    border-bottom: 1px solid #ef3d29;
}
/* .commonTd 
{
    border-bottom: 1px solid #dddddd;
    padding: 16px !important;
} */
.cursor-pointer
{
    cursor: pointer;
}
.padLR0
{
    padding-left: 0px;
    padding-right: 0px;
}
.whiteColor
{
    color: #ffffff;
}
.grayColor
{
    color: #757575;
}
.commonImage
{
    width: 100%;
    height: 100%;
}
.commonLinkText
{
    color: #212121;
    padding-right: 12px;
}
.commonRadioBtn .form-check-input:checked
{
    background-color: #e4412f;
    border-color: #e34231;
}
.grayBg
{
    background-color: #FDFDFD;
}
.contentVCenter
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.primaryCard
{
    background-color: #ef3d2912;
}
.primaryBg
{
    background-color: #ef3d29;
}
.primaryBtn
{
    background-color: #ef3d29;
    border: 0px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    float: left;
}
.primaryBtn i
{
    padding-left: 8px;
}
.primaryIconBtn 
{
    background-color: #ef3d29;
    border: 0px;
    color: #ffffff;
    border-radius: 42px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.getQuoteBtn
{
    padding: 14px 24px;
    font-weight: 500;
    font-size: 18px;
}
.btnLinkText
{
    background-color: transparent;
    border: 0px;
    color: #ef3d29;
    font-weight: 500;
    text-decoration: underline;
}
.secondaryBtn
{   
    border: 1px solid #ef3d29 !important;
    background-color: transparent !important;
    color: #ef3d29 !important;
    text-transform: capitalize;
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    float: left;
}
.commonBackBtn
{
    margin-right: 12px;
    margin-top: 10px;
    padding: 3px 12px;
}
.secondaryBtn i
{
    padding-left: 8px;
}
.secondaryBtn:hover,
.secondaryBtn:focus
{
    border: 1px solid #ef3d29;
    background-color: #ef3d29;
    color: #ffffff;
    box-shadow: none;
}
.primaryColor
{
    color: #ef3d29;
}
.fw-600
{
    font-weight: 600;
}
.linkBtn
{
    padding: 0px;
    border: 0px;
    background-color: transparent;
    font-size: 12px;
    color: #06f;
    text-decoration: underline;
}
.videoBtn
{
    background-color: #ffffff75;
    border: 0px;
    padding: 10px 16px;
    border-radius: 44px;
    margin-left: 20px;
    margin-top: 38px;
    display: none;
}
.videoBtn i
{
    color: #ffffff;
}
.primaryTitle
{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    float: left;
    border-bottom: 1px dashed #212121;
    margin-bottom: 42px;
}
.primaryTitle::before 
{
    content: "";
    position: absolute;
    /* background-image: url(../assets/images/commonImage/logoIcon.png); */
    background-image: url(../images/commonImage/logoIcon.png);
    width: 18px;
    height: 18px;
    right: -18px;
    bottom: -10px;
}
.primaryTitleText
{
    color: #EF3D29;
}
.secondaryTitleText
{
    color: #212121;
}
.secondaryTitle
{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
}
.commonContent
{
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    line-height: 28px;
}
.padR16
{
    padding-right: 16px;
}
.padL16
{
    padding-left: 16px;
}
.borderRight
{
    border-right: 1px solid #ffffff;
}
.textEclipse
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sectionSpacingTop
{
    padding-top: 80px;
}
.sectionSpacingBottom
{
    padding-bottom: 80px;
}
.clearBoth
{
    clear: both;
}
.commonInput label
{
    font-size: 13px;
    color: #757575;
    font-weight: 600;
}
.commonInput input
{
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    background-color: transparent;
    color: #212121;
    font-weight: 500;
    font-size: 14px;
}
.commonInputValue label
{
    font-size: 13px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 2px
}
.commonInputValue .commonValue
{
    color: #212121;
    font-weight: 600;
    font-size: 14px;
}
.commonInput textarea
{
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    resize: none;
    outline: 0;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    resize: auto;
    overflow-y: hidden;
}
.commonInput .commonCheckBox
{
    border: 1px solid #757575;
    border-radius: 2px;
}
.commonInput select
{
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    background-color: transparent;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}
.commonInput input:focus,
.commonInput select:focus,
.commonInput textarea:focus
{
    box-shadow: none;
    border-color: #ef3d29;
}
.commonInput .form-check-input:checked
{
    background-color: #ef3d29;
    border-color: #ef3d29 !important;
}
.commonCheckBox .form-check-input:checked 
{
    background-color: #ef3d29;
    border-color: #ef3d29;
}
.commonCheckBox .form-check-input[type=checkbox]
{
    border-radius: 2px;
}
.commonCheckBox .form-check-label
{
    font-size: 13px;
    color: #757575;
}
.commonInput .form-control[readonly]
{
    border: 0px;
}
.commonbtn-link
{
    font-size: 11px;
    font-weight: 500;
}
.commonTab
{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    margin-bottom: 8px;
}
.errorMessage
{
    font-size: 12px;
    font-weight: 500;
}
.required
{
    color: #ef3d29;
    left: 2px;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 2px;
}
.pageCommonTitle
{
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0px;
}
.width100
{
    width: 100% !important;
}
.width100px
{
    width: 100px;
}
.cursorPointer
{
    cursor: pointer;
}
.iconCenter
{
    margin: 24px auto;
}
.floatR
{
    float: right;
}
/*Common Carousel Css Starts Here*/
.owl-dots
{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.owl-dot
{
    width:8px;
    height: 8px;
    background-color: #D8D8D8;
    border-radius: 8px;
    float: left;
    margin-right: 8px;
}
.owl-dot.active 
{
    width: 24px;
    height: 8px;
    background-color: #ee3823;
}
.carousel-indicators .active
{
    width: 24px !important;
    height: 8px;
    background-color: #ee3823 !important;
}
.carousel-indicators
{
    bottom: 24px;
}
.carousel-indicators [data-bs-target]
{
    width: 8px;
    height: 8px;
    background-color: #D8D8D8;
    border-radius: 8px;
    float: left;
    margin-right: 8px;
}
.carousel-caption
{
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    text-align: left;
    display: flex !important;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.carousel-inner::after
{
    content: "";
    position: absolute;
    background-image: url(../images/commonImage/Shape.png);
    z-index: 99999;
    height: 100px;
    right: -60px;
    top: 50%;
    margin-top: -75px;
}
.d-block
{
    display: block !important;
}
.padT40
{
    padding-top: 40px;
}
.pagePatternCircles::after
{
    content: "";
    position: absolute;
    width: 90px;
    height: 110px;
    background-image: url(../images/products/patternproduct2.png);
    right: 0px;
    top: 20%;
}
.pagePatternCircles::before
{
    content: "";
    position: absolute;
    width: 100px;
    height: 110px;
    background-image: url(../images/products/patternproduct1.png);
    bottom: 0px;
}
/*Common Carousel Css Ends Here*/
/*animation Css Starts Here*/
.rotate 
{
  animation: rotation 2s infinite linear;
}
@keyframes rotation
{
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
/*animation Css Ends Here*/
/*Common Modal, Box, Card Css Starts Here*/
.commonModal .modal-dialog
{
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: auto;
}
.commonModal .modal-body
{
    padding: 0px;
}
.commonModal .modal-header
{
    border-bottom: 0px;
    padding: 0px;
}
.commonModal .modal-title
{
    font-size: 20px;
    font-weight: 600;
}
.commonModal .btn-close
{
    font-size: 12px;
    color: #757575;
}
.commonModal .modal-inner
{
    padding: 16px 0px;
}
.commonModal .modal-footer
{
    padding: 0px;
    border: 0px;
}
.accountLeft
{
    background-color: #ef3d2912;
    /* background-color: transparent; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accountLeft img
{
    width: 100%;
}
.accountLeft::after
{
    content: "";
    
}
.accountRight
{
    padding: 24px;
}
/*Common Modal Popup Css Ends Here*/
.commonBox
{
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border: 1px solid #dddddd;
    border-radius: 12px;
}
.accountCard
{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.customCard
{
    border: 0px;
}
.customCard .card-header
{
    background-color: transparent;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    color: #ee3823;
    padding-bottom: 12px;
}
.customCard .card-body
{
    padding: 0px;
}
.cardSubTitle
{
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
/*Common Modal, Box, Card Css Ends Here*/
/* topSocialNav Nav Css Starts Here*/
.topSocialNav
{
    background-color: #EF3D29;
    color: #ffffff;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.topSocialNav .contactInfo
{
    font-size: 14px;
    line-height: 22px;
}
.topSocialNav .socialInfo
{
    float: right;
}
.topSocialNav .socialInfo .commonli
{
    float: left;
    margin-right: 16px;
}
.topSocialNav .contactInfo a:hover
{
    color: #ffffff;
}
/* topSocialNav Nav Css Ends Here*/
/* Top Nav Css Starts Here*/
.navbar-brand
{
    width: 160px;
    padding: 0px;
    float: left;
}
.oneSourceLogo
{
    width: 110px;
}
.nav-item
{
    text-transform: uppercase;
    font-weight: 500;
}
.nav-item .nav-link
{
    color: #212121;
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.nav-link.active
{
    color: #EF3D29 !important;
    position: relative;
}
.nav-link.active::after
{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ef3d29;
    border-radius: 8px;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}
.navbar-collapse
{
    flex-grow: 0;
}
.navbar .secondaryBtn 
{
    padding: 6px 12px;
}
.navbar .secondaryBtn i
{
    padding-left: 6px;
}
/* Top Nav Css Ends Here*/
/* Top Nav Social Part Fix Css Starts Here*/
.topSocialNav
{
    position: fixed;
    height: 30px;
    top: 0;
    width: 100%;
    z-index: 9;
}
.topNavBar
{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    height: 64px;
    top: 30px;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
}
.topNavBar .secondaryBtn
{
    text-transform: uppercase;
    margin-top: 2px;
}
.topNavBarCustomise
{
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    /* -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%); */
    top: 0px;
}
.bannerSpace
{
    padding-top: 94px;
}
/* Top Nav Social Part Fix Css Ends Here*/
/*Carousel Slider Css Starts Here*/
.carouselTitle 
{
    font-size: 60px;
    font-weight: 700;
}
/*Carousel Slider Css Ends Here*/
/*Hero Slider Css Starts Here*/
.bannerSlides .primaryBtn
{
    margin-top: 40px;
}
/*Hero Slider Css Ends Here*/
/*Other Products Css Starts Here*/
.otherProducts
{
    position: relative;
}
.otherProducts::before
{
    content: "";
    position: absolute;
    width: 100px;
    height: 110px;
    background-image: url('../images/products/patternproduct1.png');
    bottom: 0px;
}
.otherProducts::after
{
    content: "";
    position: absolute;
    width: 90px;
    height: 110px;
    background-image: url('../images/products/patternproduct2.png');
    right: 0px;
    top: 20%;
}
.otherProducts .card
{
    padding: 24px;
    margin-bottom: 28px;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border: 0px;
    height: 165px;
    cursor: pointer;
}
.otherProducts .cardHead
{
    display: flex;
    justify-content: space-between;
}
.otherProducts .lineEffect 
{
    position: absolute;
    right: 0px;
    bottom: 28px;
}
.cardIcon img
{
    width: 42px;
    height: 42px;
}
.cardCount 
{
    font-size: 32px;
    color: #ECECEC;
    font-weight: 700;
}
.setmeupTxt
{
    font-size: 12px;
    color: #444444;
    font-weight: 600;
}
.setmeupType
{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/*Other Products Css Ends Here*/

/*Common Left Right Content Css Starts Here*/
.contentLeftRight
{
    background-image: url(../images/commonImage/clrBg.png);
    min-height: 730px;
    background-repeat: no-repeat;
    background-position: center center;
}
.clrBanner
{
    max-width: 450px;
    position: relative;
    width: 100%;
}
.clrBanner img
{
    width: 100%;
    height: 100%;
}
.clrBanner img
{
    width: 100%;
    height: 100%;
}
.clrBannerRight img
{
    border-top-left-radius: 72px;
}
.clrBannerRight::after,
.clrBannerLeft::after
{
    content: "";
    position: absolute;
    background-color: #ef3d2912;
    width: 410px;
    height: 20px;
    right: 20px;
    bottom: -20px;
    border-bottom-left-radius: 24px;
}
.clrBannerLeft img
{
    border-top-right-radius: 72px;
}
.clrBannerLeft::after
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 24px;
}
/*Common Left Right Content Css Ends Here*/

/*Our Partners Css Starts Here*/
.partnerCount
{
    font-size: 72px;
    font-weight: 700;
}
.partnerCount i
{
    font-size: 42px;
    padding-left: 12px;
    color: #EF3D29;
}
.partnerCountLabel
{
    font-size: 24px;
    color: #212121;
    font-weight: 700;
}
.partnersWorldWide
{
    background-image: url(../images/partners/world.png);
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
}
.partnerLogo
{
    padding: 24px;
}
.partnersList .borderRight
{
    border-right: 1px solid #DBDBDB;
}
.partnersList .borderBottom
{
    border-bottom: 1px solid #DBDBDB;
}
.partnersList .partnerText
{
    font-size: 13px;
}
.partnersList .partnerText .secondaryBtn
{
    font-size: 10px;
    margin-top: 6px;
    padding: 4px 6px;
}
.partnersList .primaryCard
{
    padding: 16px 20px;
}
/*Our Partners Css Ends Here*/

/*Client Reviews Css Starts Here*/
.clientReviews_item .card
{
    padding: 50px 30px;
}
.reviewerMessage .messageText
{   
    font-size: 17px;
    color: #444444;
    line-height: 28px;
}
.reviewerPhoto
{
    width: 60px;
    height: 60px;   
    float: left;
    margin-right: 12px;
}
.reviewerPhoto img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
    border: 2px solid #ef3d29;
}
.reviewerLocation 
{
    margin-bottom: 0px;
    font-size: 12px;
    color: #444444;
    font-weight: 600;
}
.reviewerName 
{
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    padding-top: 4px;
}
.clientReviews_item .lineEffect 
{
    position: absolute;
    right: 14px;
    bottom: 56px;
}
.clientReviews
{
    position: relative;
}
.clientReviews .nav-btn
{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #EF3D29;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientReviews .owl-nav
{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -12px;
    display: none;
}
.clientReviews .owl-nav .owl-prev
{
    float: left;
    margin-left: -12px;
}
.clientReviews .owl-nav .owl-next
{
    float: right;
    margin-right: -12px;
}
/*Client Reviews Css Ends Here*/
/*Footer Section Css Starts Here*/
.footer
{
    background-image: url(../images/footer/footerBg.png);
    height: 520px;
    width: 100%;
    padding: 116px 0px 50px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}
.footerTop
{
    padding-bottom: 32px;
}
.footerLogo
{
    width: 150px;
}
.footerTitle
{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footerTitle::after
{
    content: "";
    width: 10px;
}
.footerListItem .commonli a
{
    color: #757575;
    font-weight: 500;
    text-decoration: none;
    line-height: 36px;
}
.footerTitle::after 
{
    content: "";
    width: 15px;
    position: absolute;
    background-color: #ee3823;
    height: 5px;
    left: -24px;
    top: 10px;
}
.footerList 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerList.followUs
{
    align-items: start;
}
.followUs .contactInfo .commonli i
{
    padding-right: 6px;
}
.footerListItem .commonul
{
    padding-left: 8px;
}
.footerList.followUs .socialMedia .commonli
{
    float: left;
    padding-right: 18px;
}
.followUs .contactInfo .commonul
{
    padding-left: 0px;
}
.footerAbout
{
    padding-top: 24px;
}
.footerText
{
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
}
.footerListItem .fa-brands:hover
{
    font-size: 19px;;
}
.footerListItem .fa-facebook-f:hover
{
    color: #3b5998;
}
.footerListItem .fa-twitter:hover
{
    color: #00acee;
}
.footerListItem .fa-square-instagram:hover
{
    color: #d62976;
}
.footerListItem .fa-linkedin-in:hover
{
    color: #0077b5;
}
.footerListItem .fa-youtube:hover
{
    color: #FF0000;
}
.footerBottom
{
    padding: 40px 0px;
    border-top: 1px solid #D2D2D2;
}
/*Footer Section Css Ends Here*/
/*Modal Popup Script Css Starts Here*/
.forgotPasswordBody
{
    display: none;
}
/*Modal Popup Script Css Ends Here*/
/*Responsive Css Starts Here*/
@media only screen and (max-width: 767px) and (min-width: 280px)
{
    .sectionSpacingTop 
    {
        padding-top: 140px;
    }    
    .carouselTitle
    {
        font-size: 20px;
    }
    .primaryBtn,
    .secondaryBtn
    {
        padding: 5px 10px;
        margin-top: 16px;
        font-size: 12px;
    }
    .carousel-inner::after
    {
        display: none;
    }
    .carousel-indicators {
        bottom: -62px;
    }
    .navbar-brand
    {
        width: 80px;   
    }
    .topSocialNav
    {
        height: 100px;
    }
    .topSocialNav .padL16
    {
        padding-left: 0px;
    }
    .topSocialNav .borderRight
    {
        border: 0px;
    }
    .topSocialNav .socialInfo
    {
        float: left;
        padding-top: 12px;
    }
    .topNavBar
    {
        top: 100px;
    }
    .topNavBarCustomise
    {
        top: 0px;
        z-index:99
    }
    .bannerSpace
    {
        padding-top: 164px;
    }
    .partnersList .borderRight
    {
        background-origin: 0px;
    }
    .footerList
    {
        align-items: flex-start;
        padding-left: 24px;
        padding-top: 24px;
    }
    .footerBottom .footerText
    {
        text-align: center;
    }
    .videoBtn
    {
        display: none;
    }
    .navbar-light .navbar-toggler
    {
        border: 0px;
        box-shadow: none;
    }
    .clientReviews .owl-nav
    {
        display: block;
    }
    .partnersList .borderRight
    {
        border: 0px;
    }
    .commonLabelDescriptionInput
    {
        position: initial;
    }
    .commonLabelDescription
    {
        font-size: 8px !important;
        top: 24px;
    }
}

@media only screen and (max-width: 820px) and (min-width: 767px)
{
    .carouselTitle 
    {
        font-size: 30px;
    }
    .clrBanner
    {
        width: 220px;
    }
    .partnersWorldWide
    {
       background-image: none;
       justify-content: flex-start;
       height: auto;
    }
    .carouselTitle
    {
        font-size:42px;
    }
    .footerTitle::after
    {
        display:none;
    }
    .footerList 
    {
        align-items: flex-start;
    }
    .footerListItem .commonul
    {
        padding-left:0px;
    }        
    .carousel-indicators
    {
        bottom: 0px;
    }
    .planInfo
    {
        width: 100% !important;
    }
    .planInfoIcon
    {
        display: none;
    }
    .add-gray.commonLabelDescriptionInput
    {
        width: 100%;
    }
}
/*Mobile and Tab Responsive Css Starts Here*/
@media only screen and (max-width: 820px) and (min-width: 280px)
{
    .carousel-caption
    {
        top: 50px;
        left: 35%;
    }    
    .clrBanner
    {
        display: none;
    }
    .footer
    {
        padding-top: 32px;
        height: auto;
        background-image: none;
        background-color: #fdf5f4;
    }
}
/*Mobile and Tab Responsive Css Ends Here*/
/*Mobile Landscape View Css Starts Here*/
@media only screen and (max-width: 900px) and (min-width: 280px)
{
    .topNavBar .navbar-nav
    {
        background-color: #ffffff;
        padding: 8px;
        max-width: 300px;
        float: right;
        box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
        padding: 16px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .nav-link.active::after 
    {
        display: none;
    }
    .footer
    {
        background-color: #fdf5f4;
        height: auto;
        background-image: none;
        padding-top: 36px;
    }
    .footerList
    {
        align-items: flex-start;
    }
    .stepperBtns
    {
        padding-right:24px;
    } 
    .width100px
    {
        width: auto;
    }
    .nav-item-responsiveBtn
    {
        margin-left: 12px;
        margin-bottom: 12px;
    } 
}
/*Mobile Landscape View Css Ends Here*/
/*Responsive Css Ends Here*/
/*Chat Box Css Starts Here*/
.chatBox
{
    display: none;
    width: 350px;
    max-width: 350px;
    position: fixed;
    right: 30px;
    z-index: 999;
    bottom: 30px;
    transition: all 5s ease-in-out;   
    box-shadow: rgb(238, 56, 35) 0px 1px 10px 0px; 
}
.chatBox .card-header
{
    background-color: #ef3d290f;
    font-weight: 500;
    border: 0px;
}
.chatBox .card-body
{
    padding: 0px;
    background-color: #ef3d290f;
    padding: 0px 12px 12px;
}
.chatClose
{
    cursor: pointer;
}
.chatBodyImage
{
    height: 150px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.chatBodyImage img
{
    height: 100%;
    margin: 0 auto;
}
.chatBodyContent
{
    background-color: #ffffff;
    position: relative;
    border: 1px solid #d7d7d7;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    padding: 24px;
}
.chatBodyContent .commonInput label
{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}
#chatBtn 
{
    position: fixed;
    bottom: 12%;
    right: 0px;
    z-index: 99999;
    border: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background-color: #f4f4f4;
    color: #ef3d29;
    box-shadow: rgb(238, 56, 35) 0px 1px 10px 0px;
    font-weight: 700;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
.popupTitle
{
    font-size: 16px;
    text-transform: uppercase;
}
.chatFooter .primaryBtn
{
    margin-top: 10px;
}
#feedback-recaptcha
{
    margin-left: -24px;
}
/*Chat Box Css Ends Here*/
/*Scroll To Top Button Css Starts Here*/
#scrollToTopBtn 
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: rgb(238, 56, 35) 0px 1px 10px 0px;
    padding:0px;    
  }
  #scrollToTopBtn img
  {
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
  /*Scroll To Top Button Css Ends Here*/

  /*Stepper Css Starts Here*/   
  .getQuote .nav-tabs
  {
    border-bottom: 0px;
  }
  .getQuote .nav
  {
    justify-content: space-around;
  }
  .stepperNavIcon 
  {
    font-size: 28px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    margin-bottom: 12px;
    border-radius: 70px;
    color: #cccccc;
    position: relative;
}
/* .stepperNavIcon::after
{
    content: "";
    position: absolute;

} */
.nav-link.active .stepperNavIcon,
.nav-link.active .stepperNavTitle
{
    color: #ef3d29;
}
.stepperCount 
{
    font-size: 12px;
    font-weight: 500;
    color: #757575;
}
.stepperNavTitle 
{
    margin-bottom: 2px;
    color: #cccccc;
    font-size: 13px;
}
.stepperDescription 
{
    text-align: center;
}
.getQuote .nav-link.active::after
{
    width: 32px;
    height: 6px;
    border-radius: 8px;
    bottom: 0px;
    left: 50%;
    margin-left: -16px;
    z-index: 9;
}
.getQuote .tab-content
{
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 8px;
    padding: 42px 28px;
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}
.getQuote .nav-tabs .nav-item.show .nav-link,
.getQuote .nav-tabs .nav-link.active
/* .getQuote .nav-tabs .nav-link:focus, 
.getQuote .nav-tabs .nav-link:hover */
{
  /* border: 0px; */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.getQuote .accordion-button:not(.collapsed)
{
    background-color: #e7412e1a;
    color: #e4412f;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.getQuote .accordion-button.collapsed
{
    background-color: #f4f4f4;
    color: #212121;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.getQuote .accordianIcon
{
    padding-right: 12px;
}
.showPropertyNotFound
{
    background-color: #F4F4F4;
    border-radius: 8px;
}
.showPropertyNotFound label
{
    color: #212121;
}
.propertyFilter
{
    background-color: #f9f9f9;
    padding: 12px 12px 18px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.stepperFormTitle
{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 2px;
    padding-left: 12px;
}
.stepperFormSubTitle
{
    font-size: 13px;
    padding-left: 12px;
    margin-bottom: 20px;
    color: #757575;
}
.stepperBtns
{
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
.stepperBtns .btnPrevious
{
    margin-right: 12px;
}
.jewelleryValuePart,
.propertyNotFound,
.propertyList,
.planPayment
{
    display: none;
}
.sectionTitle
{
    color: #212121;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 16px;
    display: none;
}
/*Payment Section Starts Here*/
.planCard
{
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 6px 12px;
    cursor: pointer;
    height: 220px;
    margin-bottom:24px;
}
.planCard:hover
{
    background-color: #ef3d2912;;
}
.planInfo
{
    width: 80%;
}
.planInfoIcon
{
    height: 75px;
}
.planInfoIcon img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.planName
{
    font-size: 18px;
    font-weight: 700;
    color: #ef3d29;
    padding-bottom: 12px;
}
.planDescription
{
    font-size: 13px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 8px;
}
.planPrice
{
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}
.secondaryPlanPrice
{
    display: block;
    font-size: 10px;
}
.planNext
{
  width: 70px;
  height: 28px;
  border-radius: 28px;
  font-weight: 500;
}
.finalPlanPrice
{
    margin-bottom: 0px;
    font-size: 22px;
    color: #e5412f;
    font-weight: 700;
    padding-left: 2px;
}
.finalPlanName
{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 36px;
}
/*Payment Section Ends Here*/
/*Temp Css*/
.getQuote .nav
{
    display: table;
    table-layout: fixed;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.getQuote .nav-item
{
    display: table-cell;
    width: auto;
    padding-right: 1px;
    height: auto;
    vertical-align: bottom;
    border-bottom: 1px solid #cccccc;
}
.getQuote .stepperNavIcon::after
{
    content: "";
    position: absolute;
    left: 70px;
    /* border: 1px solid #cccccc;
    width: calc(100% - -50px); */
}
.getQuote .stepperNavIcon:last-child::after
{
    border: 0px !important;
}
.getQuote .internalTabs .nav-item
{
    width: auto;
    float: left;    
}
.stepperCount
{
    display: none;
}
.policyEstimate
{
    background-color: #ef3d2912;
    padding: 0px;
    border-radius: 12px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
}
.finalPolicyEstimate
{
    background-color: #ef3d2929;
    border-radius: 0px;
    margin: 12px 0px 0px;
    padding: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.quoteID
{
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding: 12px;
}
.quoteID label
{
    color: #757575;
    font-weight: 600;
    font-size: 12px;
}
.estimateValue
{
    text-align: right;
}
.quoteID .estimateValue
{
    color: #ef3d29;
    font-weight: 600;
    text-align: left;
}
.quoteEstimate
{
    padding: 7px 14px;
}
.quoteEstimate label
{
    font-size: 11px;
    font-weight: 500;
    color: #757575;
    padding-bottom: 4px;
}
.quoteEstimate .estimateValue
{
    font-size: 12px;
    font-weight: 600; 
}
/*Stepper Css Ends Here*/

/*User Defiend Css Starts Here*/
.loader .loader_one {
    display: none;
    text-align: center;    
    /* Add desired styles for the loader container */
}
/*User Defiend Css Ends Here*/

/*Manage Properties Css Starts Here*/
.customPopup .modal-title
{
    font-size: 18px;
    font-weight: 600;
    color: #ef3d29;
}
.customPopup .btn-close
{
    font-size: 12px;
    padding: 0px;
    margin-right: 16px;
    color: #757575;
}
.createQuestionPopup .modal-dialog
{
    max-width: 800px;
}
.customPopup.CCAccDetailsEditModel .modal-dialog
{
    max-width: 700px;
}
.boxHighlight
{
    background-color: #f4f4f4;
    border-radius: 12px;
    padding: 16px 8px;
}
.commonInput .form-select[multiple]
{
    padding: 0px;
    border: 0px;
}
.commonInput textarea
{
    background-color: transparent;
}
.commonInput input:focus, 
.commonInput select:focus, 
.commonInput textarea:focus
{
    background-color: transparent;
}
.commonInput input::-webkit-outer-spin-button,
.commonInput input::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}
.commonInput input[type=number]
{
  -moz-appearance: textfield;
}
.commonMultiSelect .vscomp-toggle-button
{
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #333;
}
.commonMultiSelect .vscomp-wrapper.focused .vscomp-toggle-button,
.commonMultiSelect .vscomp-wrapper:focus .vscomp-toggle-button
{
    box-shadow: none;
    border-color: #ef3d29;
}
.commonMultiSelect .vscomp-value
{
    line-height: 20px;
    font-size: 14px;
}
.commonMultiSelect .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after
{
    border-color: #EF3D29;
    border-left-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
}
.commonMultiSelect .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button
{
    display: none;
}
.commonMultiSelect .vscomp-toggle-button
{
    border: 0px;
    padding: 0px;
}
.commonSelect .vscomp-ele
{
    max-width: 100%;
}
.commonSelect .vscomp-toggle-button
{
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
}
.commonSelect .vscomp-wrapper.focused .vscomp-toggle-button, 
.commonSelect .vscomp-wrapper:focus .vscomp-toggle-button
{
    box-shadow: none;
}
.commonSelect .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after
{   
    border-color: #ef3d29;
    border-left-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
}
.commonSelect .vscomp-wrapper.has-clear-button .vscomp-toggle-button
{
    padding-right: 24px;
}
.commonSelect .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button
{
    display: none;
}
/*Manage Properties Css Ends Here*/
/*Import Card Css Starts Here*/
.displayCards
{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border: 1px solid #dddddd;
    border-radius: 12px;
}
.displayCards .card-header
{
    padding: 16px 24px 0px !important;
    background-color: transparent;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #ee3823;
    padding-bottom: 12px;
    text-align: left;
}
/*Import Card Css Ends Here*/
/*Upload or Download File Card Css Starts Here*/
.uploadFileCard
{
    padding: 32px;
    border: 2px dashed #cccccc;
    border-radius: 8px;
    background-color: #fbfbff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.downloadFileCard
{

}
.uploadFileCard i
{
    font-size: 32px;
    color: #ccc;
    padding-bottom: 24px;
}
.uploadFileCard input
{
    width: 250px;
}
/*Upload or Download File Card Css Ends Here*/
/*Admin Page Css Starts Here*/
.adminMain
{
    background-color: #fbfcfe;
}
.tileCard 
{
    background-color: #ffffff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    padding: 24px;
    cursor: pointer;
    margin-bottom: 24px;
}
.tileIcon 
{
    font-size: 20px;
    margin-bottom: 16px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef3d291a;
    border-radius: 24px;
    color: #ef3d29;
}
.tileName 
{
    font-size: 16px;
    padding-bottom: 6px;
    font-weight: 600;
}
.tileCount 
{
    font-size: 13px;
    font-weight: 500;
    color: #2c3e50;
    display: none;
}
.policyDocuments.displayCards
{
    max-width: 600px;
    padding: 24px;
}
.policyDocuments .commonInput
{
    margin-bottom: 16px;
}
/*Admin Page Css Ends Here*/
/*Responsive Css for Get A Quote Starts Here*/
@media only screen and (max-width: 767px) and (min-width: 280px)
{
    .stepperDescription
    {
        display: none;
    }
    .stepperNavIcon
    {
        font-size: 16px;
        width: 36px;
        height: 36px;
        box-shadow: none;
        border: 1px solid #F2F2F2;
        background-color: #FBF9F9;
    } 
    .getQuote .nav-tabs
    {
        margin-top: 0px;
        margin-right: 12px;
        background-color: #ffffff;
        border-radius: 6px;
    }
    .getQuote .internalTabs .nav-tabs
    {
        display: block;
        width: 100%;
        float: initial;
    }
    .getQuote .internalTabs .nav-link.active::after
    {
        top: 28px;
    }
    .getQuote .tab-content
    {
        display: flex;
        padding: 12px 0px;
        border-radius: 12px;
        border: 0px;
    }
    .getQuote .nav-tabs .nav-item.show .nav-link,
    .getQuote .nav-tabs .nav-link.active
    {
        border: 0px;
    }
    .getQuote .nav-link.active::after
    {
        bottom: initial;
        top: 42px;
        width: 12px;
        height: 4px;
        margin-left: -2px;
    }
    .getQuote .accordianIcon
    {
        display: none;
    }
    .getQuote .accordion-button.collapsed,
    .getQuote .accordion-button:not(.collapsed)
    {
        font-size: 13px;
        padding: 8px;
    }
    /*Code Check*/
    .getQuote.sectionSpacingTop
    {
        padding-top: 160px;
    }
    .sectionTitle
    {
        display: block;
        margin-top: 16px;
    }
    .showPropertyNotFound label
    {
        font-size: 11px;
    }
    .searchproperty .primaryIconBtn
    {
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .searchproperty .primaryIconBtn i
    {
        font-size: 12px;
    }
    .propertyFilter
    {
        background-color: transparent;
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .paymentRight
    {
        margin-bottom: 16px;
    }
    /*CommonCss Starts Here*/
    .responsivePadLR0
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header
    {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .commonInput label
    {
        margin-bottom: 2px;
    }
    .commonInput label,
    .commonInput span
    {
        font-size: 10px;
        font-weight: 500;
    }
    .commonInput select,
    .commonInput input
    {
        font-size: 12px;
        font-weight: 600;
    }
    .commonInput .form-control[readonly]
    {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .internalTabs .nav-item .nav-link
    {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 12px;
    }  
    .paymentCard
    {
        margin:0 24px;
    }
    .getQuote .nav-item
    {
        border-bottom:0px;
    }
    .internalTabsContent
    {
        box-shadow: none !important;
        border: 0px !important;
        background-color: transparent !important;
        padding: 0px !important;
    }
    .planInfoIcon
    {
        display:none;
    }
    .planInfo
    {
        width:100%;
    }
    .planCard .card-body
    {
        padding:4px !important;
    }
    .internalTabs
    {
        padding-left:12px;
    }
    .nav-tabs.internalTabs .nav-link.active
    {
        border: 0px;
        box-shadow: none;
        border-bottom: 1px solid;
    }
    /*CommonCss Ends Here*/
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{
    .stepperDescription
    {
        display: none;
    }
    .commonInput label
    {
        margin-bottom: 2px;
    }
    .commonInput label,
    .commonInput span
    {
        font-size: 10px;
        font-weight: 500;
    }
    .commonInput select,
    .commonInput input
    {
        font-size: 12px;
        font-weight: 600;
    }
    .commonInput .form-control[readonly]
    {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .responsivePadLR0 
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }    
    .tabResponsive
    {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .policyEstimate
    {
        padding: 0px;
    }
    .quoteEstimate .estimateValue
    {
        font-size: 10px;
    }
    .finalPolicyEstimate
    {
        font-size: 10px;
    }
    .estimateValue
    {
        font-weight: 600;
    }
    .AckStmtDiv
    {
        padding-right: 16px;
    }    
    .navbar-brand
    {
        width: 100px;
    }
}
/*Responsive Css for Get A Quote Ends Here*/

/* Payment Pages Css Starts Here*/
.paymentCard
{
    max-width:800px;
    margin: 0 auto;
}
.paymentCard .tileCard
{
    cursor:default;
}
.paymentLeft
{
    max-width:320px;
    margin: 0 auto;
}
.paymentLeft img
{
    width: 100%;
    height: 100%;
}
.paymentRight
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 16px;
    text-align: center;
}
.paymentIcon
{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paymentIcon i
{
    font-size: 32px;
}
.paymentSuccess .paymentIcon
{
    border: 3px solid #1abc9c;
    margin: 0 auto;
}
.paymentSuccess .paymentIcon i
{
    color: #1abc9c;
}
.paymentFailure .paymentIcon
{
    border: 3px solid #e74c3c;
}
.paymentFailure .paymentIcon i
{
    color: #e74c3c;
}
/* Payment Pages Css Ends Here*/

/* Custom Field Css Starts Here*/
.datepicker .datepicker-switch
{
    font-size: 11px;
    background-color: #ef3d29;
    color: #fff;
    padding: 0px;
    width: 160px;
}
.datepicker .prev
{
    color: #757575;
    width: 42px;
}
.datepicker .next
{
    color: #757575;
    width: 42px;
}
.datepicker .dow
{
    font-size: 11px;
}
.datepicker .day
{
    font-size: 12px;
}
.datepicker td, 
.datepicker th
{
    height: 32px !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover
{
    background-image: linear-gradient(to bottom,#ef3d29,#ef3d29) !important;
}
.datepicker-dropdown
{
    margin-top: 30px;
}
.datepicker table tr td span
{
    height: 42px !important;
    line-height: 42px !important;
    font-size: 12px;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover
{
    background-image: linear-gradient(to bottom,#ef3d29,#ef3d29) !important; 
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover
{
    background: #ef3d29 !important;
}
/* Custom Field Css Ends Here*/
/*Loader Css Starts Here*/
.commonLoader
{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2121219c;
    z-index: 99;
}
.commonLoader img
{
    /* position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -43px;
    margin-top: -43px; */

    /* For new loader */
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
}
.commonLoaderText
{
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    top: 60%;
    left: 0;
    right: 0;
    font-size: 18px;
    flex-direction: column;
    font-weight: 600;
}
.commonLoaderText p
{
    margin-bottom: 0px;
}
/*Loader Css Ends Here*/

/* commonLegend Css Starts Here */
.commonLegend
{
    border: 2px solid #cccccc;
    border-radius: 4px;
    margin-bottom:24px;
}
.commonLegend legend
{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0pc;
    padding: 8px 12px;
}
/* commonLegend Css Ends Here */

/*Responsive DataTable Css Starts Here*/
.tableFixHead table 
{
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
.tableFixHead table tr 
{
    border: 0px solid #ddd;
    padding: 5px;
}
.tableFixHead table td 
{
    padding: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
}
.tableFixHead thead th 
{ 
    position: sticky; 
    top: 0; 
    z-index: 1; 
}
/* Just common table stuff. Really. */
.tableFixHead
{
    /* padding: 28px; */
    background-color: #ffffff;
    border-radius: 8px;
    /* box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%); */
    /* border: 1px solid #f4f4f4; */
}
.tableFixHead table  
{ 
    border-collapse: collapse;
    width: 100%; 
}
.tableFixHead th, 
.tableFixHead td 
{ 
    padding: 8px 16px; 
}
.tableFixHead th     
{ 
    background:#eee; 
}
.tableFixHead .commonTh
{   
    border-bottom: 0px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-weight: 600;
    height: 40px;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
}
.tableFixHead .commanTd
{
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
}
.tableFixHead .dataTables_wrapper .dataTables_length,
.tableFixHead .dataTables_wrapper .dataTables_filter
{
    padding-bottom: 20px;
    font-size: 13px;
}
.tableFixHead .dataTables_length select
{
    width: 70px;
    min-width: 70px;
}
.tableFixHead .dataTables_wrapper .dataTables_filter input,
.tableFixHead .dataTables_wrapper .dataTables_length select
{
    border: 1px solid #ccc !important;
    border-radius: 30px !important;
    font-size: 13px;
    padding: 6px 12px;
}
.tableFixHead .dataTables_wrapper .dataTables_filter input:focus-visible
{
    outline: none;
}
.tableFixHead .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background: transparent !important;
    color: #111111 !important;
    border: 0px;
}
.tableFixHead .dataTables_info
{
    padding-top: 28px !important;
    font-size: 13px;
}
.tableFixHead .dataTables_paginate
{
    margin-top: 16px;
}
.tableFixHead .commonTable dl
{
    width: 100%;
    max-width: 100%;
    word-break: break-all;
}
.tableFixHead .commonTable dl dt,
.tableFixHead .commonTable dl dd
{
    font-size: 14px;
}
.tableActionBtns
{
    display: flex;
    justify-content: end;
    line-height: 16px;
}
.tableActionBtns button
{
    margin-bottom: 0px !important;
    margin-left: 8px;
    text-transform: capitalize;  
}
.tableInternalTitleTr
{
    margin-bottom: 8px !important;
    border: 0px !important;
}
.tableInternalTitle
{
    padding: 0px !important;
}
.tableInternalTitle h5
{
    margin: 0px;
    font-weight: 600;
    color: #ef3d29;
}
/*Support Css Starts Here*/
.tableInternalTitle h5
{
    padding: 12px;
    border-top: 1px solid #212121;
    margin-top: 8px;
}
/*Support Css Ends Here*/
.commonTdActionIcon
{
    width: 100px !important;
}
.commonTdActionIcon i
{
    padding: 2px 8px 2px 0px;
}
.commonTdActionIcon i
{
    background-image: none !important;
    background-color: transparent !important;
}
.paginate_button.current
{
    border: 0px !important;
    background: #ef3d2945 !important;
    box-shadow: none;
    width: 36px;
    height: 36px;
    padding: 0px !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 36px !important;
    line-height: 36px !important;
}  
.checkBoxLabelTC
{
    font-size: 11px;
}
@media screen and (max-width: 1024px) 
{
    .tableFixHead table
    {
      border: 0;
    }
    .tableFixHead table thead 
    {
      display: none;
    }
    .tableFixHead table tr 
    {
        margin-bottom: 15px;
        width: 100%;
        /* display: block; */
        display: table;
        border: 1px solid #D8D8D8;
        /* height: 128px; */
        border-radius: 6px;
        padding: 0px;
        border-collapse: separate;
    }
    .responsiveWidth20
    {
        width: 20% !important;
        float: left !important;
    }
    .tableFixHead table td.responsiveWidth100
    {
        width: 100% !important;
    }
    .tableFixHead table td 
    {
        display: block;
        text-align: left;
        font-size: 12px;
        width: 50% !important;
        float: left;
        border-bottom: 0px;
        color: #212121;
        font-weight: 600;
        border: 0px; 
        box-sizing: border-box !important;        
    }   
    .tableFixHead table td.responsiveInternalWidth100
    {
        width: 100% !important;
    }    
    table.tblPropertyList td
    {
        line-height: 16px !important;
    }
    .tableFixHead table td:last-child
    {
      border-bottom: 0;
    }
    .tableFixHead table td:before 
    {
        content: attr(data-label);
        float: left;
        width: 100%;
        font-size: 10px;
        font-weight: 500;
        color: #757575;
        text-transform: capitalize;
        padding-bottom: 4px;
    }
    .responsiveIconBtn
    {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
    .responsiveIconBtn span
    {
        display: none;
    }
    .responsiveIconBtn i
    {
        padding-left: 0px;
    }
    .responsiveWidth80
    {
        width: 80% !important;
        float: left !important;
    }    
    .commonTdActionIcon
    {
        display: flex !important;
    }
    .internalPrepopulatedDataTD
    {
        padding: 0px !important;
    }       
    .tableInternalTitle h5
    {
        padding: 0px;
        border-top: 0px solid #212121;
        margin-top: 0px;
    }
}
/*Responsive DataTable Css Ends Here*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
     border-color: #cccccc #cccccc #fff;
}
.policyDetails
{
    border-top: 1px solid #eee;
    padding-top: 16px;
}
.prepopulatedData .label
{
    font-size:13px;
    color:#757575;
    font-weight:500;
    line-height: 16px;
}
.prepopulatedData .value
{
    font-size:14px;
    color:#212121;
    font-weight:600;
    line-height: 28px;
}
.prepopulatedData
{
    margin-bottom: 16px;
    margin-top: 16px;
}
.internalPrepopulatedDataTD
{
    border-radius: 12px;
    padding: 12px;
    border-collapse: separate !important;
}
.internalPrepopulatedDataTD .prepopulatedData
{
    width:calc(99.9% * 1/4 - 11px);
    float:left;
    margin:0px 10px 0px 0px;
    border: 0px;
    height: 60px;
}
.actionLinks
{
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
}
.cardTitles
{
    font-weight: bold;
    text-decoration: underline;
    padding-top: 16px;
}
.internalTabTitle
{
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.accordionBtns
{
    padding-right:24px;
}
.accordionBtns a
{
    width: 50px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0px;
}
.accordionBtns a i
{
    padding-left: 0px;
}
/*Tab Responsive Css Starts Here*/
@media only screen and (max-width: 1024px) and (min-width:768px)
{
    .getQuote .tab-content
    {
        padding:18px 0px;
    }
    .topSocialNav .socialInfo .commonli
    {
        float: left;
        margin-right: 12px;
    }    
    .internalPrepopulatedDataTD .prepopulatedData
    {
        width: calc(99.9% * 1/2 - 11px) !important;
    }
    .carouselTitle
    {
        font-size: 40px;
    }
}
/*Tab Responsive Css Ends Here*/

/*Quote & Resume Quote page CSS starts here..*/
.error-message {
    color: red;
    font-size: 12px;
}

.add-gray {
    opacity: 1;
    background-color: #f4f4f4 !important;
    border-bottom: 0px solid #cccccc !important;
    width: 47%;
    padding: 2px !important;
}

.remove-gray {
    background-color: initial !important;
    opacity: 1;
    border-bottom: 1px solid #cccccc !important;
}

/* .form-input {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    border-bottom: 1px solid #cccccc !important;
} */

.header {
    background-color: #e7412e1a;
    color: #e4412f;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.showPropertyNotFound {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordionBtns {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordionBtns .btnAccordionPrev {
  margin-right: 12px;
}
/*Quote & Resume Quote page CSS ends here..*/
/*Profile Page Css Starts Here*/
.profileCard
{
    display: flex;
    justify-content: center;
    padding: 12px;
}
.profileCard .customCard
{
    padding: 12px;
}
/*Profile Page Css Ends Here*/
/*Admin Page Css Starts Here*/
.adminPage
{
    display: flex;
    height: 100%;
}
.adminPageLeft
{
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    margin-top: -12px;
    border: 1px solid #f4f4f4;
    background-color: #ee3d2917;
    padding: 8px;
    width: 210px;
    min-width: 210px;
}
.adminPageLeft ul
{
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
}
.adminPageLeft li
{
    list-style-type: none;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 8px;
}
.leftNavActive
{
    background-color: #ef3d29;
    border-radius: 18px;
}
.leftNavActive a
{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    padding: 2px 16px;
}
.adminPageRight
{
    padding: 0px 12px;
    flex-grow: 1;
}
.adminPageRight .tab button.active
{
    background-color: transparent;
    border-bottom: 3px solid #ef3d29;
    color: #ef3d29;
    font-weight: 600;
}
.adminPageRight .tab button:hover
{
    background-color: transparent;
}
.leftNavLink i
{
    padding-right: 8px;
    color: #3f3f3f;
}
.viewIcon
{
    color: #757575;
}
.editIcon
{
    color: #e67e22;
}
.deleteIcon
{
    color: #ff1800;
}
.adminPageLeft .dropdown-item i
{
    padding-right: 8px;
}
.adminTableTitle
{
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}
@media only screen and (max-width: 767px) and (min-width: 280px)
{
    .adminPageLeft
    {
        width: 70px;
        min-width: 70px;
    }
    .adminPageLeft .dropdown-item span
    {
        display: none;
    }
    .tableFixHead
    {
        padding: 12px;
    }
    .adminPageRight
    {
        padding: 0px;
    }
    .adminPageLeft .dropdown-item i
    {
        padding-right: 0px;
    }
    .tableActionBtns span
    {
        display: none;
    }
    .tableActionBtns button
    {
        width: 20px;
        height: 20px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8px;
    }
    .tableActionBtns .secondaryBtn i
    {
        padding-left: 0px;
    }
    .internalPrepopulatedDataTD .prepopulatedData
    {
        width: calc(99.9% * 1 - 11px) !important;
    }
    .adminPageRight .tab
    {
        margin-top: 0%;
    }
    .add-gray
    {
        width: 100%;
    }
    /*Data Table Responsive Css Starts Here*/
    .tableFixHead .dataTables_length, 
    .tableFixHead .dataTables_filter
    {
        text-align: left !important;
    }   
    /*Data Table Responsive Css Ends Here*/
    /*Dummy Code Have to Check Starts Here*/
    /* .adminPage
    {
        padding-top: 38%;
    }
    .adminMain
    {
        padding-top: 33%;
    } */
    /* .responsivePaddingTop */
    /* {
        padding-top: 100px;
    } */
    /*Dummy Code Have to Check Ends Here*/
}
/*Admin Page Css Ends Here*/
/*Hided Fields and View Changes in Mobile Responsive*/
@media only screen and (max-width: 767px) and (min-width: 280px)
{
    #scrollToTopBtn
    {
        display: none !important;
    }
    #chatBtn
    {
        border-radius: 32px;
        right: 24px;
        bottom: 24px;
    }
}
/*Hided Fields and View Changes in Mobile Responsive*/

/* Client Dashboard Styles */
.clientCountCircle
 {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef3d29;
    font-size: 20px;
    font-weight: 700;
}
/* Client Dashboard Styles */
/*Notification Pages Css Starts Here*/
.notificationPages .tileCard
{
    max-width: 600px;
    margin: 0 auto;
}
/*Notification Pages Css Ends Here*/
/*Sweet Alert Popup Css Starts Here*/
.sweet-alert
{
    max-width: 500px;
    position: fixed;
    top: 20%;
    margin-left: -250px;
    right: 0px;
}
.sweet-alert h2
{
    color: #212121 !important;
    font-size: 20px !important;
    margin-bottom: 8px !important;
    margin-top: 10px !important;
}
.sweet-alert p
{
    color: #212121 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.sweet-alert .cancel
{
    border: 1px solid #ef3d29 !important;
    background-color: transparent !important;
    color: #ef3d29 !important;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    float: left;
}
.sweet-alert .confirm
{
    background-color: #ef3d29 !important;
    border: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    float: left;
}
.sweet-alert .sa-button-container
{
    justify-content: center;
    display: flex;
}
.sweet-alert .sa-icon
{
    margin: 10px auto 0px !important;
    width: 70px !important;
    height: 70px !important;
    border: 2px solid #ef3d29 !important;
    display: none !important;
}
.sweet-alert .sa-icon.sa-error .sa-line
{
    height: 3px !important;
    width: 38px !important;
    background-color: #ef3d29 !important;
    top: 34px !important;
    border-radius: 2px;
    background-color: #ef3d29 !important;
}
/*Sweet Alert Popup Css Ends Here*/
/*Disabled Prepopulated Css Starts Here*/
.form-control:disabled
{
    background-color: transparent;
    border: 0px;
}
/*Disabled Prepopulated Css Ends Here*/
/*My Policy Css Starts Here*/
.policyAction
{
    width: 150px;
}
/*My Policy Css Ends Here*/
#policyPaymentDetails .internalPrepopulatedDataTD
{
    height: 100px;
}  
/*Help Text Css Starts Here*/
.helpTextIcon
{
    width: 20px;
    height: 20px;
    float: left;
}
.helpTextIcon img
{
    width: 16px;
    margin-left: 4px;
    cursor: pointer;
    float: left;
}
.helpTextContent
{
    display: none;
    font-size: 12px;
    color: #212121;
    font-weight: 500;
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border: 1px solid #fe342e57;
    padding: 16px;
    position: absolute;
    z-index: 9;
    width: 450px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: justify;
    margin-top: 18px;
}
.helpTextLabel
{
    float: left;
}
.helpTextIcon:hover .helpTextContent
{
    display: block;
}
/*Help Text Css Ends Here*/
/* Back Button for checkout */
.stepperBtns .btnPreviousCheckout
{
    margin-right: 12px;
}
/*Alert Css Starts Here*/
.alert
{
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
}
/*Alert Css Ends Here*/
/* Billing Address CSS Starts Here */
.billingAddress
{
    margin-top: 10px;
}

.prepopulatedInput
{
    width: 100%;
    background-color: #f4f4f4 !important;
    padding: 2px !important;
}
/* Billing Address CSS ends here */
/* Referral Image Logo css starts here */
.referralImage
{
    width: 120px;
    padding: 0px;
}
/* Referral Image Logo css ends here */