.page-banner {
    padding: 60px 0px;
    background-color: #f0f9ff;
}

.page-banner .heading h1 {
    font-size: 45px;
}

.page-section {
    padding: 30px 0 !important;
}

.page-box .page-desc {
    /* padding: 15px 15px; */
    /* min-height: 96px; */
    font-weight: 500;
}

.page-box {
    padding-right: 10px;
    padding-left: 10px;
}

.page-box .case-study {
    padding: 15px 15px;
    background-color: #f0f9ff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 357px;
}

.page-box .case-study:hover {
    background-color: #ffffff;
}

.page-box .case-study .btn-rounded {
    text-transform: capitalize;
    height: 35px;
    line-height: 45px;
    padding: 0 30px;
}

.page-box a {
    color: #414a53;
}

.page-section .page-2,
.page-section .page-3 {
    display: none;
}

.page-box .case-study:hover .btn-rounded {
    background-color: #fff;
    color: #106d9f;
    border: 2px solid #106d9f;
}

.btn-squired {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: #106d9f;
    height: 46px;
    line-height: 46px;
    min-width: auto;
    text-align: left;
    border: 2px solid #fff;
    padding: 0 45px;
    /* background: #106d9f; */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.page-detial-banner.banner-privacy {
    background: url('/resources-new/img/general-page/banner-privacy.png');
    background-size: cover
}

.page-detial-banner .heading {
    position: relative;
    padding: 60px 0px;
}

.page-detial-banner .heading h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
}

.page-detial-banner .heading p {
    font-size: 24px;
    color: #009ae4;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.page-detial-section {
    background-color: #f9f9f9;
    padding: 20px 0px;
}


.page-detial-section h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.page-detial-section .page-content {
    background-color: #ffffff;
    padding: 20px 45px;
    border-radius: 10px;
}

.page-detial-section .page-content p {
    margin-bottom: 10px;
}

.banner-thanks {
    background: url(/resources-new/img/general-page/thanks/banner-thanks.png);
    background-size: cover;
}


.thanks-page .page-detial-banner .heading h1 {
    color: #022d42;
    margin: 0px;
}

.thanks-page .page-detial-banner .heading p {
    font-size: 20px;
    color: #022d42 !important;
}

.thanks-page .btn-rounded{
    font-size: 18px;
    text-transform:none
}

.challenge-section,
.solution-section,
.result-section {
    padding: 20px 30px;
    border-radius: 10px;
    margin: 15px 0px;
}

.related-resources {
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
}

.related-resources a {
    color: #414a53;
}

.related-resources p {
    font-size: 11px !important;
    line-height: 15px !important;
}

.related-resources h3 {
    font-size: 20px;
}

.resource-thumb {
    padding: 0 10px;
}

.slider-top-seperator {
    border: none !important;
}

.shortcuts-section {
    background-image: linear-gradient(#126f9c, #08364d);
}

.shortcut-info {
    background-color: #ffffff;
    padding: 20px 10px;
    min-height: 150px;
}
.shortcut-info .icon-div{
    padding-top: 12px !important;
}

.shortcut-desc{
    /* padding-right: 30px !important; */
    line-height: 18px !important;
    font-size: 14px !important;
}

.shortcut-desc::after {
    content: "";
    display: block;
    width: 69px;
    height: 69px;
    margin-top: 15px;
    background-image: url(/resources-new/img/email-support/before.png);
    position: absolute;
    right: -35px;
    top: 10px;
    background-size: 90% 90%;
    background-repeat: no-repeat;
}

/* .shortcut-info:hover::after{
    content: "";
    display: block;
    width: 69px;
    height: 69px;
    margin-top: 15px;
    background-image: url(/resources-new/img/email-support/after.png);
    position: absolute;
    right: -30px;
    top: 10px;
} */
.shortcut-info h3 {
    font-size: 18px;
}

.challenge-section {
    background-color: #ebf6fe;
}

.solution-section {
    background-color: #f2f5fe;
}

.result-section {
    background-color: #fff7f8;
}

.list-points {
    list-style: none;
    padding: 0px;
}

.list-points li {
    list-style: none;
    padding-left: 35px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}

.page-separator {
    border: 1px dashed #bcbcbc;
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-points li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24.8px;
    margin-top: 8px;
    background-image: url(/resources-new/img/general-page/icon-tick.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 90% 90%;
    background-repeat: no-repeat;
}

.list-checklist {
    list-style: none;
    padding: 0px;
    margin: 0 35px;
}

.list-checklist li {
    list-style: none;
    padding-left: 35px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}


.list-checklist li::before {
    content: "";
    display: block;
    width: 19px;
    height: 17.8px;
    margin-top: 10px;
    background-image: url(/resources-new/img/general-page/icon-blue-tick.png);
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-form {
    color: #858b90;
    font-size: 14px;
    background: #034e83;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.sidebar-form .form__field {
    height: 35px;
}


.sidebar-form .fieldset {
    padding: 27px 15px 0 15px
}

@media only screen and (min-width:576px) {
    .sidebar-form .fieldset {
        padding: 15px 20px 0 20px;
    }
}

.sidebar-form label {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.sidebar-form label .icon {
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 16px
}

.sidebar-form label .form__field {}

.sidebar-form__title {
    /* color: #414a53 */
    color: #787b7f;
    font-size: 18px !important;
    letter-spacing: 0;
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;

}

.sidebar-form__subtitle {
    margin-bottom: 45px
}

.sidebar-form .form__field {
    margin-bottom: 6px
}

.sidebar-form .form__submit {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    background: #009ae4;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
}

@media only screen and (min-width:576px) {
    .sidebar-form .form__submit {
        /*width: calc(100% - 3px)*/
    }
}

.sidebar-form .form__submit:hover {
    background: #106d9f
}

.sidebar-form .nice-select {
    /*margin-bottom: 50px*/
}

.sidebar-form--f5 .button {
    min-width: 100%;
    margin-bottom: 20px
}

.sidebar-form--f5 .button--green span {
    min-width: 70px
}

.sidebar-form--f5 .form__field {
    margin-bottom: 20px
}

.sidebar-form--f5 label .form__field {
    padding: 0 40px 0 20px
}

.sidebar-form--f5 .nice-select {
    margin-bottom: 20px
}

.sidebar-form--f5 label .icon {
    left: auto;
    right: 15px
}

@media only screen and (max-width:767px) {
    .sidebar-form {
        display: none;
    }
    .shortcut-info {
        text-align: center;
        margin-bottom: 20px;
    }
    .shortcut-desc {
        padding: 10px !important;
    }
    .shortcut-desc::after {
        display: none;
    }
}