/* Minification failed. Returning unminified contents.
(6,28): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(7,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(17,17): run-time error CSS1039: Token not allowed after unary operator: '-color-navy-blue'
(42,28): run-time error CSS1039: Token not allowed after unary operator: '-color-darkest-blue'
(48,17): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(69,54): run-time error CSS1039: Token not allowed after unary operator: '-color-red'
(69,71): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow'
(89,21): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(93,28): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(94,17): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(225,17): run-time error CSS1039: Token not allowed after unary operator: '-baseColor'
(231,55): run-time error CSS1039: Token not allowed after unary operator: '-color-red'
(231,73): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow'
(253,17): run-time error CSS1039: Token not allowed after unary operator: '-baseColor'
 */
.section-title {
    font-weight: bold;
}

.section-top-title-background {
    background-color: var(--color-orange) !important;
    color: var(--color-white);
    padding: 0px 20px;
    border-radius: 6px;
    margin-bottom: 45px;
}
.box-dark-shadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
}

.top-section-contact-page > p:first-of-type {
    color: var(--color-navy-blue);
    font-weight: 700;
}

.top-section-contact-page > p {
    text-align: center;
}

.p-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-l-10 {
    padding-left: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}

.side-content-contact-page {
    background-color: var(--color-darkest-blue);
    min-height: 170px;
    padding: 0 10px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: var(--color-white);
    font-size: 16px;
    padding-top: 15px;
    border-radius: 5px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
}

    .side-content-contact-page p:not(:last-child) {
        margin-bottom: 30px !important;
    }

.m-l-r-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

#SendMessage {
    background: linear-gradient(to bottom right,var(--color-red),var(--color-yellow));
    border: none;
    outline: none;
    border-radius: 35px;
    padding: 10px 45px;
    font-weight: bold !important;
}


.side-content-contact-page p svg {
    position: relative;
    top: 3px;
}

.btn-page {
    padding: 15px;
    display: inline-block;
}

    .btn-page a {
        color: var(--color-white);
    }

.active-btn-page {
    background-color: var(--color-white);
    color: var(--color-orange);
    border-radius: 5px;
}

.submit-section > input:first-of-type {
    margin-right: 5px;
}
/* #region ZOHO CODE INTEGRATION START*/
#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

    #crmWebToEntityForm.zcwf_lblLeft * {
        box-sizing: border-box;
    }

#crmWebToEntityForm {
    text-align: left;
}

    #crmWebToEntityForm * {
        direction: ltr;
    }

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold
}

.zcwf_lblLeft.cpT_primaryBtn:hover {
    background: linear-gradient(#02acff 0,#006be4 100%) no-repeat padding-box !important;
    box-shadow: 0 -2px 0 0 #0159b9 inset !important;
    border: 0 !important;
    color: #fff !important;
    outline: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 60%;
    border: 1px solid #c0c6cc !important;
    resize: vertical;
    border-radius: 2px;
    float: left;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: 30%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    min-height: 1px;
}

.zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 68%;
    padding: 0px 6px 0px;
    position: relative;
    margin-top: 5px;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 60%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    float: left;
    resize: vertical;
    padding: 2px 5px;
}

.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    color: #c1c1c1;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
    margin: 15px 0px;
}


.zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: var(--baseColor);
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    background: linear-gradient(to bottom right, var(--color-red), var(--color-yellow)) !important;
    border: none !important;
    outline: none !important;
    border-radius: 35px !important;
    padding: 10px 45px !important;
    font-weight: bold !important;
    color: white !important;
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: var(--baseColor);
    z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

.zcwf_lblLeft .reset-button {
    background: gray !important;
}
/* #endregion ZOHO CODE INTEGRATION END*/
/* #region MEDIA QUERIES*/
/* #region ZOHO COD INTEGRATION*/
@media all and (max-width: 600px) {
    .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
    }
}
/* #endregion ZOHO COD INTEGRATION*/


@media (max-width: 520px) {
    .top-section-contact-page > p:first-of-type {
        font-size: 20px;
    }

    .top-section-contact-page > p {
        font-size: 12px;
    }

    .custom-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .side-content-contact-page {
        padding-left: 15px !important;
        font-size: 12px !important;
        padding-right: 15px !important;
    }

    .p-l-10 {
        padding-left: 5px !important;
    }

    .zcwf_lblLeft .zcwf_button {
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .side-content-contact-page {
        margin-bottom: 25px;
    }
}

@media (min-width: 520px) and (max-width: 768px){
    .top-section-contact-page > p:first-of-type{
        font-size: 25px;
    }
    .top-section-contact-page > p {
        font-size: 13px;
    }
}
@media (min-width: 768px){
    .top-section-contact-page > p:first-of-type {
        font-size: 40px;
    }

    .top-section-contact-page > p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .technical-support-form .form-group, .contact-us-form .form-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
}
@media only screen and (min-width: 992px) {
    .custom-padding {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .zcwf_lblLeft .zcwf_button {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
/*#endregion*/

