@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
:root {
    --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
    --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
    --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
    --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
    --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
    --black-color: #000000;
    --white-color: #ffffff;
}

body {
    font: 17px / 1.5 Zoho_Puvi_Regular, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
ul,
li,
table {
    box-sizing: border-box;
    color: #000;
}

h1 {
    font: clamp(2rem, 9.615vw - 3.962rem, 3.25rem) / 1.2 Zoho_Puvi_ExtraBold;
}

h2 {
    font: clamp(2.125rem, 1.923vw + 0.933rem, 2.375rem) / 1.2 Zoho_Puvi_Bold;
    margin: 0px 0 30px;
}

h3 {
    font: clamp(1.75rem, 3.365vw - 0.337rem, 2.188rem) / 1.2 Zoho_Puvi_Bold;
}

h4 {
    margin-left: 0px;
}

#main-container {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

#main-container section p {
    font: calc(clamp(1rem, 1.442vw + 0.106rem, 1.188rem)) / 1.5 Zoho_Puvi_Regular, sans-serif;
    box-sizing: border-box;
}

#main-container section li {
    font: calc(clamp(1rem, 1.442vw + 0.106rem, 1.188rem)) / 1.5 Zoho_Puvi_Regular, sans-serif;
}

#main-container a {
    text-decoration: none;
}

#main-container section {
    box-sizing: border-box;
    padding: 100px 0px;
}

section img,
section source,
section picture {
    width: 100%;
}

.prd-nav li {
    width: calc( 99% / 3);
}

.text-center {
    text-align: center;
}

.sdp-container {
    padding: 0 30px;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner-top {
    background-color: #1578D4;
    overflow: hidden;
    position: relative;
    padding: 30px 0 0;
}

.banner-top .ebook-title {
    padding: 8px 15px;
    background-color: #055BAB;
    border-radius: 5px;
    color: #ffffff;
    font-family: var(--zoho_Puvi_Medium);
    font-size: 15px;
}

.banner-top h1 {
    color: #ffffff;
    font-size: 56px;
    padding-top: 25px;
    max-width: 80%;
}

#main-container section.sdp-banner-main .sdp-banner-title p {
    color: #ffffff;
    font-size: 18px;
    max-width: 80%;
    line-height: 1.7;
}


/*breadcrumb-style-start-here*/

.sdp-breadcrumb-sec {
    padding: 0 20px;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.sdp-breadcrumb-sec .sdp-breadcrumb-container {
    padding: 25px 0px;
}

#main-container section.sdp-banner-main {
    padding-top: 0px;
    padding-bottom: 40px;
}

.sdp-banner-main .sdp-breadcrumb-sec {
    padding: 20px;
}

.sd-bread-crumb .sdp-cmn-breadcrum {
    position: relative;
}

.sd-bread-crumb .sdp-cmn-breadcrum a {
    color: var(--white-color);
    position: relative;
    font: 15px/1.4 var(--zoho_Puvi_Regular);
}

.sd-bread-crumb .sdp-cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: var(--white-color);
    transition: 0.4s ease;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
    text-decoration: none;
}

.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
    width: 100%;
    transition: 0.4s ease;
}

.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
    padding: 0 3px;
    color: var(--white-color);
}

.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
    color: var(--white-color);
    position: relative;
    font: 15px/1.4 var(--zoho_Puvi_Regular);
}


/*breadcrumb-style-end-here*/


/*form style starts here*/

.form-container {
    background: #0862B6;
    padding: 40px;
    max-width: 460px;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
}

.apiform {
    width: 100%;
    font-size: inherit;
    margin: 0 auto;
}

h3.form-title {
    font: 28px/1.2 'Zoho_Puvi_Bold';
    color: #ffffff;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.formfild.input-effect {
    font-family: 'Zoho_Puvi_Medium';
    outline: none;
    position: relative;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #4D9DF3;
    height: 50px;
    background: #fff;
    border-radius: 5px !important;
    margin-top: 0px;
    color: #000 !important;
    z-index: 10;
}

input[type="text"] {
    border: none !important;
}

span.errormsg {
    position: absolute;
    font-size: 11px;
    color: red;
    display: block;
    margin-bottom: 0;
    text-align: left;
    left: 0px;
    bottom: -17px;
}

.error {
    border: 1px solid red;
}

.formfild {
    position: relative;
    margin-top: 15px;
}

input#emailID {
    border: none !important;
}

select {
    border: 1.5px solid #003df8;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    background: #fff url(https://www.manageengine.com/products/service-desk/images/select-dropdown-arrow.png) right center no-repeat !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    color: #000000;
}

.ukcountry_region {
    border: 1px solid #003df8;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    background: #fff url(https://www.manageengine.com/products/service-desk/images/select-dropdown-arrow.png) right center no-repeat !important;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
    color: #000000;
}

select#country_state {
    margin-top: 15px;
}

input[type="submit"] {
    font-family: 'Zoho_Puvi_Bold';
    background: #FF1800;
    color: #fff;
    padding: 20px 30px;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.8s;
    border: none;
    width: 100%;
}

.apiform input[type="submit"]:hover {
    background: #fc4044 !important;
}

.apiform input[type="submit"]:focus {
    outline: none !important;
}

.form-container input:focus {
    outline: none !important;
}

input[type="text"]::placeholder {
    color: #000;
}

.prvcy-plicy,
#meGDPRMessage label {
    font-family: 'Zoho_Puvi_Medium';
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0px 20px 0px;
}

.prvcy-plicy a {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}


/*
.apiform input[type="radio"] {
    position: inherit;
}
*/

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #003df8;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-top: 0;
}

input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background-color: #003df8;
    border-radius: 50%;
}

.radio-button label {
    cursor: pointer;
}

.radio-button label:nth-child(2) {
    margin-right: 15px !important;
}

#main-container section .check p {
    font-family: 'Zoho_Puvi_Medium';
    text-align: left;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
    max-width: 100%;
}

.radio-button {
    font-family: 'Zoho_Puvi_Medium';
    display: flex;
    justify-content: start;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    height: 30px;
    margin: 0 0 20px 0;
}

.radio-button #yes,
.radio-button #no {
    /*    width: auto !important;*/
    margin: 0px 7px 0px 0px !important;
    padding: 0px !important;
}

#meGDPRMessage {
    font-size: 13px;
    line-height: 1.5;
    margin: 20px auto 10px;
    color: #ffffff;
    width: 100%;
}

#meGDPRMessage a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#meGDPRMessage a:hover {
    text-decoration: none;
}

.product-alternate {
    display: none;
    margin-bottom: 30px;
}

.product-alternate.show-field {
    display: block;
}


/*form style ends here*/

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3ab54a;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0px auto 20px auto;
    box-shadow: inset 0px 0px 0px #3ab54a;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3ab54a;
    }
}

.success-msg {
    display: none;
    text-align: center;
}

.success-msg h3 {
    font: 22px/1.25 Zoho_Puvi_Bold;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.success-msg p {
    color: #ffffff;
    max-width: 75%;
    margin: 0 auto 20px auto;
}

.success-msg a {
    color: #00a9f4;
    text-decoration: underline;
}

.thanks-bg {
    padding: 100px 0px;
    display: none;
}

.thanks {
    text-align: center;
}

.thanks h2 {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.thanks p {
    margin: 15px auto 30px auto;
    font: 20px/1.5 "Zoho_Puvi_Regular";
    color: #000;
    max-width: 50%;
}

.label-animation {
    border: 1px solid #ccc;
    transition: 0.4s;
    background: transparent;
    height: 45px;
    width: 100%;
}

.label-animation~.focus-border:before,
.label-animation~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4D9DF3;
    transition: 0.3s;
}

.label-animation~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.label-animation~.focus-border i:before,
.label-animation~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #4D9DF3;
    transition: 0.4s;
    border-radius: 10px;
}

.label-animation~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.label-animation:focus~.focus-border:before,
.label-animation:focus~.focus-border:after,
.has-content.label-animation~.focus-border:before,
.has-content.label-animation~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.label-animation:focus~.focus-border i:before,
.label-animation:focus~.focus-border i:after,
.has-content.label-animation~.focus-border i:before,
.has-content.label-animation~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

.label-animation~label {
    font-family: 'Zoho_Puvi_Regular';
    position: absolute;
    left: 20px;
    width: 100%;
    top: 12px;
    color: #000;
    transition: 0.3s;
    z-index: -1;
}

.label-animation:focus~label,
.has-content.label-animation~label {
    top: -22px;
    left: 0;
    font-size: 13px;
    color: #ffffff;
    transition: 0.3s;
}

.formfild.input-effect.sdp-others {
    margin: 25px 0;
}


/*animation style ends here*/

.sdp-banner-main {
    background: url("../images/iso-itsm-banner.jpg");
    background-size: cover;
    padding-top: 0;
}

.sdp-two-col-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sdp-two-col-main .sdp-two-col-item:first-child {
    padding-right: 50px;
}

.sdp-two-col-main .sdp-two-col-item:nth-child(2) {
    padding-left: 50px;
}

.sdp-two-col-main .sdp-two-col-item {
    flex: 1 0;
}

.sdp-banner-main .sdp-two-col-main {
    align-items: flex-start;
}

.sdp-banner-main h1 {
    margin-top: 30px;
}

.sdp-banner-title p {
    font-size: 20px;
}

.sdp-banner-main h1,
.sdp-banner-main p {
    color: #ffffff;
}

.sdp-banner-main .ebook-title {
    background: #163C99;
    padding: 8px 15px;
    border-radius: 100px;
    font-size: 17px;
    color: #FFD300;
    font-family: 'Zoho_Puvi_Medium';
}

.sdp-banner-main .form-container {
    box-shadow: 0px 0px 10px 2px #0000001A;
    background: #ffffff94;
    padding: 15px;
}

.sdp-banner-main h3.form-title,
.sdp-banner-main .radio-button,
.sdp-banner-main .prvcy-plicy,
.sdp-banner-main #meGDPRMessage label,
.sdp-banner-main .check p {
    color: #000000;
}

.sdp-banner-main .check p {
    font-family: 'Zoho_Puvi_Medium';
}

.sdp-banner-main .radio-button label {
    font-family: 'Zoho_Puvi_Medium';
}

a.sdp-internal-links {
    color: #0167ff !important;
    border-bottom: 1px solid #0167ff;
}

.sdp-banner-main .apiform {
    padding: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 10px #c0c0c0;
}

.sdp-banner-main .success-msg h3,
.sdp-banner-main .success-msg p {
    color: #000000;
}

.sdp-banner-main .prvcy-plicy a,
.sdp-banner-main #meGDPRMessage a {
    color: #0067ff;
    border-bottom: 1px solid #0067ff;
}

.sdp-banner-main .sdp-two-col-main {
    padding: 40px 0 70px;
}

.formfild.input-effect,
select {
    border: 1.5px solid #003df8;
}

select.error {
    border-color: red;
}

.sdp-banner-main #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
    border: 1px solid #003df8;
    border-width: 0 2px 2px 0;
}

.sdp-banner-main #meGDPRMessage .checkmarkgdpr {
    border: 1px solid #003df8;
}

.sdp-banner-main .label-animation~.focus-border i:before,
.sdp-banner-main .label-animation~.focus-border i:after {
    background-color: #003df8;
    width: 1.5px;
}

.sdp-banner-main .label-animation~.focus-border:before,
.sdp-banner-main .label-animation~.focus-border:after {
    background-color: #003df8;
    height: 1.5px;
}

.sdp-banner-main .sdp-arrow:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 19px;
    margin-top: -3px;
    z-index: 999;
    cursor: pointer;
    pointer-events: none;
    border: solid #0732C7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    background: none;
}

select#MECountryListing,
.sdp-banner-main select#designation,
.sdp-banner-main select#country_state,
.sdp-banner-main select#alternatproduct {
    background: none !important;
    height: 45px;
    padding: 0 33px;
}

.sdp-banner-main h3.form-title {
    font: 26px/1.3 'Zoho_Puvi_SemiBold';
}

.sdp-banner-main .label-animation~label {
    width: auto;
    top: 10px;
}

.sdp-banner-main .label-animation:focus~label,
.sdp-banner-main .has-content.label-animation~label {
    top: -10px;
    left: 14px;
    color: #787878;
    background: #ffffff;
    z-index: 1;
    padding: 0;
    font-size: 13px;
}

.fomr-lable-val {
    top: 10px;
    position: absolute;
    left: 30px;
    font-size: 15px;
    transition: 0.2s ease-in;
    pointer-events: none;
    background: #fff;
}

.sdp-banner-main .zc-Country:focus,
.sdp-banner-main .zc-Country:not([value=""]):valid {
    padding: 12px;
    outline: none;
}

.zc-Country:focus~.fomr-lable-val,
.zc-Country:not([value=""]):valid~.fomr-lable-val,
#alternatproduct:focus~.fomr-lable-val,
#alternatproduct:not([value=""]):valid~.fomr-lable-val,
#designation:focus~.fomr-lable-val,
#designation:not([value=""]):valid~.fomr-lable-val {
    top: -7px;
    background-color: #fff;
    left: 14px;
    padding: 0 5px;
    font-size: 13px;
    opacity: 1;
    color: #787878;
}

.sdp-banner-main select#MECountryListing,
.sdp-banner-main select#designation,
.sdp-banner-main select#country_state,
.sdp-banner-main select#alternatproduct {
    font-size: 15px;
}

.sdp-banner-main input[type="text"]:focus,
.sdp-banner-main input[type="text"]:not([value=""]):valid {
    padding: 0;
    outline: none;
}

#alternatproduct~.fomr-lable-val {
    opacity: 0;
}

.sdp-banner-main .label-animation~label {
    left: 33px;
}

.sdp-banner-main .sdp-form-icon {
    height: 22px;
    width: 22px;
    top: 13px;
    position: absolute;
    left: 5px;
    display: inline-block;
    background: url(https://cdn.manageengine.com/products/service-desk/help-desk-software/images/form-icons.svg) no-repeat;
    background-size: 60px;
    background-position: 4px 1px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7441%) hue-rotate(230deg) brightness(95%) contrast(103%);
}

.sdp-form-icon.sdp-it-country {
    background-position: -41px 1px;
}

.sdp-banner-main .sdp-form-icon.sdp-business {
    background-position: -20px 1px;
}

input[type="text"]:focus~.sdp-form-icon,
input[type="text"]:not([value=""]):valid~.sdp-form-icon,
.zc-Country:focus~.sdp-form-icon,
.zc-Country:not([value=""]):valid~.sdp-form-icon {
    display: none;
}

#designation:valid:not([value=""])~.sdp-form-icon,
#alternatproduct:valid:not([value=""])~.sdp-form-icon,
#MECountryListing:valid:not([value=""])~.sdp-form-icon {
    display: none;
}

#alternatproduct:not([value=""]):valid~.fomr-lable-val {
    top: -10px;
}

#designation:valid:not([value=""]),
#alternatproduct:valid:not([value=""]),
select#country_state:valid:not([value=""]),
#MECountryListing:valid:not([value=""]) {
    padding: 0 14px;
}


/*
#email_err_msg {
    position: absolute;
    left: 0;
    color: red;
    font-size: 12px;
}
*/

.sdp-banner-main .formfild {
    margin-top: 20px;
}


/*
.sdp-banner-main input[type="submit"] {
    width: 100%;
    font-size: 17px;
}
*/

.sdp-banner-main .fomr-lable-val {
    left: 33px;
}


/*certificate-compliane-section-start-here*/

.gradient-parent {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF3FF 100%);
}

.certificate-compliane-section .top-cont-wrap h2 {
    margin-bottom: 50px;
}

.certificate-compliane-section .top-cont-wrap>* {
    margin-bottom: 32px;
}

.certificate-compliane-section .top-cont-wrap,
.certificate-compliane-section .bottom-cont-wrap {
    max-width: 980px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.certificate-compliane-section .bottom-cont-wrap {
    margin: 100px auto 0px;
}


/*certificate-compliane-section-end-here*/


/*book-answer-section-start-here*/

.book-answer-section .img-wrap,
.book-answer-section .img-wrap img,
.book-answer-section .img-morror {
    position: relative;
}

.book-answer-section .img-wrap {
    max-width: 300px;
    margin: 0px auto;
}

.book-answer-section .img-morror::after,
.book-answer-section .img-morror::before,
.primary-img::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: 1.2s ease;
}

.book-answer-section .img-morror::after {
    background-image: url(../images/book-surround-vector-b.png);
    height: 30px;
    width: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    transform: rotate(25deg);
    right: 102px;
}

.book-answer-section.parent-active .img-morror::after {
    bottom: -30px;
    opacity: 1;
}

.book-answer-section .img-morror::before {
    background-image: url(../images/book-surround-vector-c.png);
    height: 70px;
    width: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -45px;
    transform: rotate(25deg);
    left: 50px;
}

.book-answer-section.parent-active .img-morror::before {
    left: 10px;
    opacity: 1;
}

.primary-img::after {
    background-image: url(../images/book-surround-vector-a.png);
    height: 150px;
    width: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    right: 15px;
}

.book-answer-section.parent-active .primary-img::after {
    right: -5px;
    opacity: 1;
}

.book-answer-section .img-wrap img {
    z-index: 2;
}

.book-answer-section .img-wrap .img-morror {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/iso-27001-requirements.png);
    background-size: cover;
    top: 0;
    z-index: 1;
    transition: .7s ease;
}

.book-answer-section.parent-active .img-wrap .img-morror {
    transform: rotate(-25deg);
}


/*book-answer-section-end-here*/


/*footer-cta-section-start-here*/

.sdp-btm-cont h2,
.sdp-btm-cont p {
    color: #fff;
}

.sdp-btm-cont h2 {
    font-family: 'Zoho_Puvi_ExtraBold';
    font-size: 42px;
    margin-bottom: 12px;
}

.sdp-btm-cont p {
    font-size: 20px;
}

.sdp-btm-cont {
    padding: 70px;
    border-radius: 50px;
    background: url("../images/iso-itsm-banner.jpg") no-repeat;
    position: relative;
}

.sdp-btm-cont a {
    padding: 13px 40px;
    border-radius: 10px;
    background: #FFDA07;
    color: #000000;
    display: inline-block;
    font: 21px / 1.5 "Zoho_Puvi_SemiBold";
    text-decoration: none;
    margin-top: 15px;
}

.sdp-tac {
    text-align: center;
}


/*book-section-start-here*/

.sdp-list-style li {
    font-size: 19px;
    margin-bottom: 15px;
    list-style-type: none;
    padding: 0px 0 0 30px;
    position: relative;
}

.sdp-list-style li::before {
    content: " ";
    display: block;
    border: solid 8px #00A656;
    border-radius: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 6px;
}

.sdp-list-style li::after {
    content: " ";
    display: block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    position: absolute;
    left: 5px;
    top: 8px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*book-section-end-here*/


/*cards-tab-section-start-here*/

.cards-tab-section .sdp-container {
    position: relative;
}

.cards-parent {
    overflow-y: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
}

.cards-tab-section h2 {
    text-align: center;
    margin-bottom: 100px;
}

.cards-wrap {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    position: absolute;
    left: 0;
}

.cards-wrap .sprite-icon {
    background-image: url(../images/iso-cards-sprites.svg);
    height: 70px;
    width: 70px;
    display: block;
    background-size: 370px;
}

.cards-wrap h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.cards-wrap.red .sprite-icon {
    background-position: -305px 0px;
}

.cards-wrap.red .sdp-list-style li::before {
    border: solid 8px #FF6D65;
}

.cards-wrap.yellow .sprite-icon {
    background-position: -230px 0px;
}

.cards-wrap.yellow .sdp-list-style li::before {
    border: solid 8px #EDAC31;
}

.cards-wrap.green .sprite-icon {
    background-position: 0px 0px;
}

.cards-wrap.green .sdp-list-style li::before {
    border: solid 8px #40D550;
}

.cards-wrap.violet .sprite-icon {
    background-position: -74px 0px;
}

.cards-wrap.violet .sdp-list-style li::before {
    border: solid 8px #6565EF;
}

.cards-wrap.blue .sprite-icon {
    background-position: -155px 0px;
}

.cards-wrap.blue .sdp-list-style li::before {
    border: solid 8px #50B0EE;
}

.red,
.cards-wrap.red {
    background: #FFEEED;
    border: 1px solid #FFB9B5;
}

.cards-wrap.red {
    z-index: 5;
}

.cards-wrap.yellow {
    background: #FFF7E8;
    border: 1px solid #FFE5B6;
    z-index: 4;
}

.cards-wrap.green {
    background: #EDFFEF;
    border: 1px solid #B5FFBD;
    z-index: 3;
}

.cards-wrap.violet {
    background: #EFEFFF;
    border: 1px solid #B5B5FF;
    z-index: 2;
}

.cards-wrap.blue {
    background: #E8F6FF;
    border: 1px solid #B6E2FF;
    z-index: 1;
}

.parent-active .cards-wrap.red,
.parent-active .cards-wrap.yellow,
.parent-active .cards-wrap.green,
.parent-active .cards-wrap.violet,
.parent-active .cards-wrap.blue {
    top: 0 !important;
    transition: 1s ease;
}

.parent-active .cards-wrap.red.active,
.parent-active .cards-wrap.yellow.active,
.parent-active .cards-wrap.green.active,
.parent-active .cards-wrap.violet.active,
.parent-active .cards-wrap.blue.active {
    transition: .7s ease;
}

.parent-active .cards-wrap.red {
    transition-delay: 3s;
}

.parent-active .cards-wrap.yellow {
    transition-delay: 2.4s;
}

.parent-active .cards-wrap.green {
    transition-delay: 1.8s;
}

.parent-active .cards-wrap.violet {
    transition-delay: 1.2s;
}

.parent-active .cards-wrap.blue {
    transition-delay: .6s;
}

.parent-active .cards-wrap.yellow.active {
    top: -20px !important;
    transform: scale(.97);
    transition-delay: .4s !important;
}

.parent-active .cards-wrap.green.active {
    top: -40px !important;
    transform: scale(.93);
    transition-delay: .8s !important;
}

.parent-active .cards-wrap.violet.active {
    top: -55px !important;
    transform: scale(.90);
    transition-delay: 1.2s !important;
}

.parent-active .cards-wrap.blue.active {
    top: -75px !important;
    transform: scale(0.86);
    transition-delay: 1.6s !important;
}

#main-container .parent-active .cards-wrap.scale {
    transition: .7s ease !important;
}

#main-container .parent-active .cards-wrap.scale:nth-child(1) {
    transform: scale(1);
    top: 0 !important;
}

#main-container .parent-active .cards-wrap.scale:nth-child(2) {
    transform: scale(.97);
    top: -20px !important;
}

#main-container .parent-active .cards-wrap.scale:nth-child(3) {
    transform: scale(.93);
    top: -40px !important;
}

#main-container .parent-active .cards-wrap.scale:nth-child(4) {
    transform: scale(.90);
    top: -55px !important;
}

#main-container .parent-active .cards-wrap.scale:nth-child(5) {
    transform: scale(0.86);
    top: -75px !important;
}

.cards-button-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, 50%);
    opacity: 0;
    transition: 1s ease;
}

.cards-button-wrap span {
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin-bottom: 7px;
    cursor: pointer;
    transition: 1s ease;
}

.cards-button-wrap span.active {
    height: 22px;
    border-radius: 10px;
}

.cards-button-wrap span#red {
    background: #FF9892;
}

.cards-button-wrap span#yellow {
    background: #FFDC99;
}

.cards-button-wrap span#green {
    background: #7FF08B;
}

.cards-button-wrap span#violet {
    background: #9393FF;
}

.cards-button-wrap span#blue {
    background: #92D4FF;
}


/*cards-tab-section-end-here*/


/*footer-cta-section-end-here*/

.modal-overlay {
    background: #ffffff69;
}

.close-btn {
    background-image: url(../../images/popup-close-img-black.png);
}

.modal-wrapper {
    max-width: 1000px;
}

@media screen and (max-width: 1024px) {
    .sdp-banner-main .sdp-breadcrumb-sec {
        padding: 50px 10px 30px;
    }
    .banner-top {
        margin-top: 20px;
    }
    .sdp-banner-twohalf {
        padding-top: 30px;
    }
    .sdp-banner-twohalf .sdp-two-col-item:first-child {
        text-align: center;
    }
    .sdp-two-col-main {
        flex-wrap: wrap;
    }
    .sdp-two-col-main .sdp-two-col-item {
        width: 100%;
        flex: 100%;
        padding: 20px 0;
    }
    .sdp-two-col-main .sdp-two-col-item:first-child {
        padding-right: 0;
    }
    .sdp-two-col-main .sdp-two-col-item:last-child {
        padding-left: 0;
    }
    .banner-top br {
        display: none;
    }
    .banner-top .check p {
        text-align: left;
    }
    .banner-top p {
        max-width: 100%;
        text-align: center;
    }
    .banner-top h1 {
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .sdp-banner-twohalf::before {
        display: none;
    }
    .two-col-parent {
        background: linear-gradient(180deg, #368fe4 53%, #fed946 51%, #fed946 100%);
        margin: 50px auto;
    }
    .two-col-parent .sdp-two-col-item:last-child {
        padding: 40px 0 0;
    }
    .sdp-banner-main .sdp-two-col-main {
        padding: 0px 0 70px;
    }
    .sdp-banner-title h1 br,
    .sdp-banner-title p br {
        display: none;
    }
    .sdp-second-half.sdp-col-main {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .book-answer-section .img-wrap {
        max-width: 260px;
    }
    br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #main-container section.sdp-banner-main .sdp-banner-title p {
        max-width: 100%;
    }
    .sdp-two-col-main .sdp-two-col-item.sdp-banner-title {
        text-align: center;
    }
    .cards-parent {
        width: 90%;
    }
    .cards-button-wrap {
        right: 18px;
    }
    .book-answer-section .img-wrap {
        margin-top: 80px;
    }
}

@media screen and (max-width: 414px) {
    input[type="submit"] {
        padding: 10px 15px;
        font-size: 13px;
    }
    .sdp-two-col-main .sdp-two-col-item.sdp-banner-title {
        max-width: 100%;
    }
    .sdp-banner-main .apiform {
        padding: 15px;
    }
    .sdp-banner-main .form-container {
        padding: 10px;
    }
    .book-answer-section .img-wrap {
        max-width: 200px;
        margin-top: 0px;
    }
    .left-wrap {
        padding-bottom: 50px;
    }
    .sdp-btm-cont {
        padding: 50px 20px;
        border-radius: 20px;
    }
    .sdp-btm-cont h2 {
        font-size: 20px;
    }
    .sdp-btm-cont a {
        padding: 10px 20px;
        font-size: 15px;
    }
    #main-container section.cards-tab-section {
        padding-bottom: 0;
    }
    .cards-parent {
        height: auto !important;
        overflow-y: visible;
        width: 100%;
    }
    .cards-wrap {
        position: relative;
        height: auto !important;
        top: 0 !important;
        padding: 25px;
        margin-bottom: 40px;
    }
    .cards-wrap:nth-last-child(1) {
        margin-bottom: 0px;
    }
    .cards-button-wrap {
        display: none;
    }
}