:root {
    --swiper-theme-color: #007aff;
    --primary-them-color: #ef3d3d;
    /* --primary-them-color:#e9b200; */
}
.hd-hero-title mark,
.hd-hero-title .mark {
    color: var(--primary-them-color);
    position: relative
}
.hd-hero-title mark .hd-line-shape, .hd-hero-title .mark .hd-line-shape {
    bottom: -25px;
    left: 43%;
}
.hd-hero-content .crm-special-features li a {
    color: #656565;
}
.hd-hero-content .crm-special-features li a:hover {
    color: var(--primary-them-color);
}
.risk-social {
    position: absolute;
    right: -230px;
    bottom: 40%;
}
.required-mark{
    color:var(--primary-them-color) !important;

}
@media(max-width: 1759px) {
    .risk-social {
        right: -165px
    }
}

@media(max-width: 1619px) {
    .risk-social {
        right: 0;
    }
}

@media(max-width: 1499px) {
    .risk-social {
        right: -70px
    }
}

@media(max-width: 1023px) {
    .risk-social {
        display: none !important
    }
}

.risk-social a {
    color: #222;
    font-weight: 700;
    opacity: .5;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.risk-social a:hover {
        opacity: 1
    }
.w-55 {
    max-width: 55px !important;
}
.mw-200{
    max-width:200px !important;
}
.f-50 {
    font-size: 50px;
}
.f-80 {
    font-size: 80px;
}
.f-100 {
    font-size: 100px !important;
}
.f-120 {
    font-size: 120px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10{
    margin-left:10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.b-radius {
    border-radius: 15px !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.company-logo {
    height: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}
.company-logo .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
.company-logo .logo img {
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
.company-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.company-overview ul li {
    font-size: 15px
}

@media(min-width: 320px)and (max-width: 767px) {
    .company-logo {
        height: auto;
        width: auto;
        margin-bottom: 25px;
        display: inline-block
    }

    .company-info-wrap {
        display: inline-block
    }
}
@media(min-width: 320px)and (max-width: 991px) {
    .ptb-120 {
        padding: 60px 0
    }
    .pb-120 {
        padding-bottom: 60px
    }
    .pt-120 {
        padding-top: 60px
    }
    .mt-100 {
        margin-top: 60px
    }
    .search-form.w-50 {
        width: 100% !important
    }
    .pt-60 {
        padding-top: 30px
    }
    .item-sm-center {
        text-align: center !important;
        margin-top: 25px !important;
    }
    .d-sm-none {
        display: none !important;
    }
}
.intl-tel-input,
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}
.brand-logo-container {
    /* object-fit: contain; */
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f0f0f0; */
    border-radius: 8px;
}
.brand-logo-container img {
        object-position: center;
    }
.drop_box {
    margin: 5px 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #e2e3e5;
    border-radius: 5px;
}
.drop_box h4 {
        font-size: 16px;
        font-weight: 400;
        color: #2e2e2e;
    }
.drop_box p {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #a3a3a3;
    }    
.drop_box input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}
.lbl-btn {
    position: absolute;
    left: 16px;
    bottom: 96px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    padding: 0 8px;
    z-index: 1;
}

/*****************************************
  upload button styles
******************************************/
.file-upload {
    position: relative;
    display: flow;
}
.file-upload__label {
    display: block;
    padding: 1em 2em;
    color: #a6a6a6;
    /* background: transparent; */
    border-radius: .4em;
    transition: background .3s;
    border: 1px solid #e2e3e5;
    cursor: pointer;
}
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.alert {
    background: #ffdb9b;
    padding: 20px 40px;
    min-width: 420px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 4px;
    border-left: 8px solid #ffa502;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.alert.showAlert {
        opacity: 1;
        pointer-events: auto;
    }
.alert.show {
        animation: show_slide 1s ease forwards;
    }
@keyframes show_slide {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-10%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}
.alert.hide {
    animation: hide_slide 1s ease forwards;
}
@keyframes hide_slide {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
    }
}
.alert .fa-exclamation-circle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ce8500;
    font-size: 30px;
}
.alert .msg {
    padding: 0 20px;
    font-size: 18px;
    color: #ce8500;
}
.alert .close-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd080;
    padding: 20px 18px;
    cursor: pointer;
}
.alert .close-btn:hover {
        background: #ffc766;
    }
.alert .close-btn .fas {
        color: #ce8500;
        font-size: 22px;
        line-height: 40px;
    }