body{
    font-family: "Open Sans", sans-serif;
}

/* Reset Css */
img{
    max-width:100%;
}
ul,
ol{
    padding:0;
}
ul li,
ol li{
    list-style-type:none;
}

/* Global Designing */
h1{
    font-size:48px;
    line-height:60px;
    font-weight:700;
}
h2{
    font-size:38px;
    line-height:44px;
    font-weight:600;
}
h3{
    font-size:28px;
    line-height:38px;
    font-weight:700;
}
h4{
    font-size:24px;
    line-height:30px;
    font-weight:600;
}
h5{
    font-size:22px;
    line-height:28px;
    font-weight:600;
}
h6{
    font-size:20px;
    line-height:26px;
    font-weight:400;
}
p{
    font-size:16px;
    line-height:26px;
    font-weight:400;
}
.font18{
    font-size:18px;
    line-height:24px;
}

.text-black{
    color:#25036A;
}
.btn.gradient-border {
    display: inline-block;
    padding: 15px 37px 15px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    transition: 0.5s ease-out;
    background: linear-gradient(90deg, #260268 0%, #260268 100%) padding-box, linear-gradient(to right, #03B3EE, #D103BE) border-box;
}

.line-border {
    position: relative;
    padding-bottom: 8px;
}
.line-border:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 4px;
    background-color: #7E54FE;
    translate: -50% 0;
}
.line-border.line-left:before{
    translate:0% 0;
    left:0;
}
.sec3 .s-title-wrapper p{
    font-size:28px;
    line-height:34px;
    font-weight:400;
}
.bg-white{
    background-color:#ffffff !important;
}
.sec3-col-inner.bg-white{
    background-image:none;
}
.btn{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    background: linear-gradient( to right, #4B1ADE, #710CD6);
    color:#ffffff !important;
    padding: 12px 36px;
    border-radius: 50px;
    position: relative;
    transition:all .3s;
}
.banner-form .b-form .mktoForm button.mktoButton {
    min-width: 192px;
}
.btn:hover{
    color: #ffffff;
    letter-spacing:0.5px;
}
.btn:hover,
.btn-visited,
.btn:active{
    color: #ffffff;
}
/* Common Custom Classes */
.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}
.pt-30{
    padding-top:30px;
}
.pb-30{
    padding-bottom:30px;
}
.s-title-wrapper{
    margin-bottom:40px;
}

/* Header and banner */
.main {
    min-height:530px;
}
.vectorBg {
    position: relative;
    z-index: 1;
}
.vectorBg:before {
    display: inline-block;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/adobe24-title-vector.png);
    background-size: cover;
    content: "";
    position: absolute;
    left: 50%;
    top:-4px;
    width: 265px;
    height: 49px;
    transform: translateX(-50%);
    z-index: -1;
}
.bannerFormCover{
    position:relative;
}
.header{
    padding:20px 0;
}
.hero{
    padding:60px 0;
}
.sec1 .s-title-wrapper {
    margin-bottom: 0;
}
.hero-content h1,
.hero-content ul li,
.hero-content h2{
    color:#ffffff;
}
.hero-content ul li{
    display:flex;
    align-items:center;
    margin-right: 40px;
    position: relative;
    margin-top:8px;
}
.hero-content h2{
    margin-bottom:0;
    font-weight:800;
}
.header-logo img {
    max-width: 296px;
}
.adobe-pic-cover {
    padding:10px 0 25px;
}
.hero-content ul li img {
    max-width: 20px;
}
.hero-content ul li h4 {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
}
.hero-content ul li:not(:last-child):after {
    content: "|";
    position: absolute;
    left: 100%;
    top: 50%;
    translate:14px -54%;
}

/* Banner Form */
.banner-form{
    padding:25px 0;
}
.adobe-pic-cover img {
    max-width: 235px;
    margin-right: 10px;
}

/* Section 1 */
.sec1 .s-title-wrapper h2{
    font-size:36px;
    line-height:42px;
    font-weight:600;
}
.sec1 .s-title-wrapper p{
    font-size:25px;
    line-height:31px;
    font-weight:400;
}
.sec1-pic {
    padding:10px 30px 10px 30px;
    max-width:320px;
    border-radius:15px;
    height: 100%;
}
.hover-box p {
    font-size: 14px;
    line-height: 25px;
}
.sec3-col .hover-box h5 {
    color: #25036A;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}
.sec1-pic img{
    max-width:240px;
}

/* Section 3 */
.sec3-row{
    display:flex;
    flex-wrap:wrap;
    row-gap: 80px;
    margin: 0 -30px;
}
.sec3-col{
    flex: 0 0 33.33%;
    padding: 0 30px;
    margin: 0 auto;
}
.mktoGen.mktoImg {
    display: block !important;
}
.se2-collage-pic img{
    width:100%;
}
.sec3-col-inner{
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    padding:28px 30px 50px;
    min-height: 322px;
    text-align:center;
    position:relative;
}
.hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px 30px;
    background-color: #ffffff;
    border-radius: 25px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}
.image img {
    width: 100%;
}
.hover-box p {
    color: #25036A !important;
}
.sec3-col-inner:hover .hover-box{
    visibility: visible;
    opacity: 1;   
}
.sec3-col .sec3-cta {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% -50%;
    width:85%;
    z-index: 1;
}
.sec3-col h5 {
    color: #ffffff;
    margin: 20px 0 0;
}
.sec3 .s-title-wrapper {
    margin-bottom: 20px;
}
.sec3-col .btn {
    font-size: 17px;
    line-height: 24px;
    display: block;
}


/* Tabs */
.sec2-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.sec2-tabs .nav-tabs {
    width:330px;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sec2-tabs .nav-link {
    background: #230360;
    border-radius: 10px;
    padding:16px 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600 !important;
    line-height: 1.3;
    text-align: left;
    border: 0;
    margin: 0px 0px 20px !important;
    color: #A8AECE !important;
}
.sec2-tabs .nav-tabs li.nav-item{
    width:100%;
}
.sec2-tabs .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec2-tabs .nav-link span:first-child {
    flex: 0 0 80%;
    text-align:left;
}
.sec2-tabs .nav-link.active {
    border-radius: 10px;
    color: #ffffff !important;
    background:linear-gradient(90deg, #4b1ade 0%, #8a0dd6 100%) padding-box, linear-gradient(to right, #02B4EE, #C80AC0) border-box;
    border-color: transparent;
    border: 1px solid rgba(255,255,255,0);
}
.sec2-tabs .tab-content {
    width: 75%;
    padding:50px 40px 50px 100px;
    background: linear-gradient( 313deg , #23036e 0%, #23036e 100%) padding-box, linear-gradient(to right, #00B6EFCC, #FF00D6CC) border-box;
    border-color: transparent;
    border: 1px solid rgba(255,255,255,0);
    position: relative;
    z-index:1;
    border-radius: 10px;
}
.termsCondition {
    text-align: right;
}
.termsCondition p {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 4px;
}
.tab-content:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/adobe24-solution-bg.png);
    background-size: cover;
    opacity: 0.3;
    background-position: bottom;
}
.sec2-tabs .nav-link span:last-child {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    padding-left: 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    padding-left:10px;
    background: -webkit-linear-gradient(rgb(7 176 237 / 61%), rgb(200 10 192 / 57%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec2-tabs .nav-link.active span:last-child {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab-content h3,
.sec3-col-inner p{
    color: #ffffff;
}
.tab-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.sec2-tabs .nav-tabs li:last-child a {
    margin-bottom: 0 !important;
}

.gift-row{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.gift-col{
    flex:0 0 49%;
}
.sec3-col-inner > img {
    max-width: 153px;
}
.gift-body {
    padding:30px 190px 30px 30px;
    border-radius: 25px;
    position: relative;
    height: 100%;
}
.gift-body > img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 186px;
    translate: 0 -50%;
}
.tab-content h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
}
.s-title-wrapper  h2 {
    color:#020202;
}
.sec1 .s-title-wrapper  h2 {
    color:#19161C;
}
.tab-content .btn {
    margin-top: 15px;
}
.gift-body h3,
.gift-body ul li{
    color:#ffffff;
}
.gift-body h3 {
    margin-bottom: 20px;
}
.gift-body ul {
    margin-bottom: 0;
}
.gift-body ul li{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    padding-bottom: 17px;
    position: relative;
    padding-left: 25px;
}
.gift-body ul li:last-child {
    padding-bottom: 0;
}
.gift-body ul li img{
    position:absolute;
    top:7px;
    max-width:195px;
    left:0;
}
.video-body{
    display:none;
}
video {
    width: 100%;
    border-radius: 50px;
    position: relative;
}
.video-cover {
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 6%;
    background-size:contain;            
    aspect-ratio:20/9;
}



/* Architects */
.architects-slider{
    background: linear-gradient( 313deg , #23036e 0%, #23036e 100%) padding-box, linear-gradient(to right, #00B6EFCC, #FF00D6CC) border-box;
    border-color: transparent;
    border: 1px solid rgba(255,255,255,0);
    padding: 60px 60px;
    border-radius: 20px;
}
.client-details {
    display: flex;
}
.client-pic {
    flex:0 0 236px;
}
.client-pic img {
    max-width: 236px;
    border-radius: 20px;
}
body .mktoForm input:-webkit-autofill,
body .mktoForm input:-webkit-autofill:hover,
body .mktoForm input:-webkit-autofill:focus,
body .mktoForm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #ffffff inset !important;
    -webkit-text-fill-color: #707070 !important;
}
.sec3-col img {
    max-width: 153px;
}
.social-icons a img {
    width: 47px;
    border-radius: 50%;
    height: 47px;
}
.slide-cont{
    padding-left:40px;
    position:relative;
}
.slide-cont:before {
    content: "";
    position: absolute;
    left: 18px;
    top: -1px;
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/adobe-24-quote-icon.png);
    width: 35px;
    height: 25px;
    z-index: -1;
}
.client-feedback p {
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 8px;
}
.client-feedback h3 {
    color: #C098F1;
    font-weight: 600;
}
.client-feedback p.font18{
    color:#F2E9FD;
    font-weight:600;
}
.owl-nav {
    display: none;
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -27px;
    left: 50%;
    translate: -50% 0;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #D9D9D9;
    background:#D9D9D9 !important;
    border-radius: 50%;
    margin:0 7px;
}
.owl-dot.active{
    background: linear-gradient( 313deg , #FF2DF7 0%, #5200FF 100%) padding-box, linear-gradient(to right, #00F0FF, #FF2DF7) border-box !important;
    border-color: transparent !important;
}



/* Customer */
.customer-row {
    margin: 0 -15px;
    row-gap: 30px;
}
.customer-col {
    flex: 0 0 33.33%;
    padding: 0 15px;
    min-height: 257px;
}
.box{
    position:relative;
}
.sec8 .box-content{
    margin: 0;
    color: #FFFFFF;
    font-size: 15px;
    padding:20px 20px;
    border-radius: 0 0 0 8px;
    line-height: initial;
}
.image{
    position:relative;
}
.customer-col .image{
    min-height: 258px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 99;
    background-size: cover;
    background-position: center center;
}
.image:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px -113px 78px -1px black;
    z-index: -1;
}
.box-content h3 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.customer-col .tex-btn a img {
    width: 9px;
    margin-left: 5px;
}
.box-content p {
    font-weight: 700;
    margin-bottom: 10px;
}
.box-content .tex-btn a {
    color: #1483C6;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}


/* Footer */
.footer{
    padding:15px 0 20px;
}
.footer-content h5{
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.social-icons a{
    display: inline-block;
    margin: 0 3px;
}


/* Form Css */
form.mktoForm {
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    font-family: "Open Sans", sans-serif !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter,
.mktoForm .mktoClear,
.mktoForm .mktoAsterix{
    display:none !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol{
    width:100% !important;
}

.mktoForm label {
    margin: 0 !important;
    display: block;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 16px;
    padding: 0 !important;
    color: #000000 !important;
    font-family: "Open Sans", sans-serif !important;
    padding-left: 25px !important;
}

.mktoForm input[type=url], 
.mktoForm input[type=text], 
.mktoForm input[type=date], 
.mktoForm input[type=tel], 
.mktoForm input[type=email], 
.mktoForm input[type=number], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField{
    background-color:#ffffff !important;
    border:1px solid #ABABAB !important;
    color:#707070 !important;
    min-height:52px !important;
    width:100% !important;
    box-shadow:none !important;
    outline:none !important;
    font-size:18px !important;
    font-weight:400 !important;
    line-height:21px !important;
    padding:7px 13px !important;
    box-sizing: border-box !important;
    font-family: "Open Sans", sans-serif !important;
    border-radius:5px !important;
}

.mktoForm .mktoError {
    left: 0 !important;
    right: auto !important;
    font-size:13px !important;
}

/* .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField{
    color:#8F8E8E !important;
} */

.mktoForm .mktoFormRow {
    display:flex !important;
    flex-wrap:wrap !important;
}

.mktoForm .mktoFormCol{
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol{
    margin-bottom:24px !important;
    flex:1;
}

.mktoForm .mktoFormRow> :nth-of-type(2){
    margin-left:24px !important;
}

form.mktoForm .mktoFormRow .mktoPlaceholder {
    margin-left:0 !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoRadioList, 
.mktoForm .mktoCheckboxList{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

form.mktoForm .mktoFieldWrap .mktoCheckboxList label a {
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color:#DF7515 !important;
}

.mktoButtonWrap {
    margin: 0 !important;
    display: inline-block !important;
    text-align: center !important;
}

.mktoButtonRow {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
    font-size:14px !important;
    line-height:18px !important;
    font-weight:400 !important;
}
.modal.form .mktoForm .mktoRadioList > label, 
.modal.form .mktoForm .mktoCheckboxList > label{
    font-size: 12px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
}
.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
    background:linear-gradient(90deg,#4B1ADE 0%, #BF02D0 100%) !important;
    border-radius:50px !important;
    border:unset !important;
    display: block;
    box-shadow: none !important;
    outline: none !important;
    font-weight:600 !important;
    font-size:18px !important;
    line-height:21px !important;
    color: #ffffff !important;
    padding:17px 30px !important;
    font-family: "Open Sans", sans-serif !important;
}
.banner-form .b-form .mktoForm button.mktoButton,
.sec3 .form .mktoForm button.mktoButton{
    background: linear-gradient(90deg,#700CD6 0%, #700CD6 100%) !important;
    border-radius:5px  !important;
    padding:15px 45px !important;
}
.custom_checkbox .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}

.custom_checkbox .mktoFieldWrap label {
    width: 100% !important;
}

.custom_checkbox .mktoFieldWrap .mktoCheckboxList {
    width: 24px !important;
    margin-top: 3px !important;
}

.mktoForm .mktoCheckboxList + .mktoError {
    top: 17px !important;
    left: -4px !important;
}
span.space {
    color:#FFC217 !important;
}
.consult-form-body span.space{
    color:#FF0000 !important;
}
.b-form form.mktoForm .mktoFieldWrap .mktoCheckboxList label a{
    color:#ffffff !important;
}
.mktoForm .mktoLabel a {
    padding:0 !important;
    margin:0 !important;
}

/* Banner Form */
.b-form .mktoForm .mktoFormRow {
    justify-content: space-between;
}
.b-form form.mktoForm .mktoFormRow .mktoFormCol {
    flex: 1 0 33.33%;
    padding-right: 20px;
}
.b-form .mktoForm .mktoFormRow> :nth-of-type(2) {
    margin-left:0 !important;
}
.b-form form.mktoForm .mktoFormRow >:nth-last-child(2):first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.b-form form.mktoForm .mktoFieldWrap label {
    color: #ffffff !important;
}
.b-form .mktoFormRow:first-of-type{
    margin-right:192px !important;
}
.b-form,
.video-body{
    position: relative;
}
.b-form .mktoButtonRow {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
}
.social-icons a {
    text-decoration: none;
}
.play-icon img{
    max-width:120px;
}
.cross_icon {
    position: absolute;
    right: 30px;
    top: 20px;
    background: transparent;
    border: 0px;
    color: #ffffff;
    border-radius: 100%;
    margin: auto;
    display: table;
    justify-content: center;
    font-size: 35px;
    line-height: 19px;
    z-index: 1;
}
.form .modal-content {
    background:linear-gradient( to bottom , #402282 50%, #402282 100%, #402282 100%) padding-box !important;
    border-radius:20px !important;
}
.modal-header .btn-close {
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 0px;
    opacity: 1;
}
.modal-title {
    color: #ffffff;
}
.modal-header {
    padding-top:35px;
    display: block;
    text-align: center;
}
.modal-dialog {
    max-width: 570px;
}
.header_inner {
    max-width:320px;
    margin: 0 auto;
    text-align: center;
}
.form_offer {
    margin: 0;
    font-size: 14px;
    line-height:17px !important;
}
.modal-header .btn-close img {
    width: 37px;
    object-fit: contain;
}
.modal-body {
    padding:25px !important;
}
.form .mktoForm label,
.form form.mktoForm .mktoFieldWrap .mktoCheckboxList label a{
    color: #ffffff !important;
}
.bgFixed{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

#banner_form_thankYouMessage,
#sec9_thankYouMessage,
#gift_form_thankYouMessage{
    display: none;
}
.form-title-thank {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}
#banner_form_thankYouMessage p,
#sec9_thankYouMessage p,
#gift_form_thankYouMessage p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
}

#sec9_thankYouMessage p,
#sec9_thankYouMessage .form-title-thank{
    color: #000000 !important;
    text-align:center;
}
#gift_form_thankYouMessage,
#gift_form_thankYouMessage p{
    text-align:center;
}

body form.mktoForm select.mktoField {
    cursor: pointer;
    background: #ffffff url(https://pages.grazitti.com/rs/690-NGB-767/images/devlearn-down-angle.png)no-repeat !important;
    appearance: none;
    background-size: 14px !important;
    background-position: right 14px center !important;
    min-height: 52px !important;
    padding-right: 38px !important;
}


.modal-body .mktoForm input[type=url], 
.modal-body .mktoForm input[type=text], 
.modal-body .mktoForm input[type=date], 
.modal-body .mktoForm input[type=tel], 
.modal-body .mktoForm input[type=email], 
.modal-body .mktoForm input[type=number], 
.modal-body .mktoForm textarea.mktoField, 
.modal-body .mktoForm select.mktoField {
    min-height:45px !important;
    font-size: 14px !important;
}


/* Checkbox */
.mktoForm .mktoRadioList input, .mktoForm .mktoCheckboxList input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    left: 0px;
    text-align: right;
    appearance: none !important;
    -webkit-appearance: none !important;
    width: auto !important;
}
.mktoForm .mktoCheckboxList > input:before {
    content: '';
    -webkit-appearance: none;
    border:1px solid #BCB9B9;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius:4px !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    position: relative;
    cursor: pointer;
}
.mktoForm .mktoCheckboxList > input:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #DF7515;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-body{
    padding-bottom:0 !important;
}
.modal-body .termsCondition {
    margin-top: 25px;
}
/* Checkbox end */


.b-form .mktoForm .mktoCheckboxList > input:before {
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 0px !important;
}
.hover-box p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 8px;
}
p.hoverOffer {
    font-weight: bold;
}
.banner-form .form-title-cover h5 {
    color: #19161C !important;
}
.b-form form.mktoForm .mktoFieldWrap label,
.b-form form.mktoForm .mktoFieldWrap .mktoCheckboxList label a,
#banner_form_thankYouMessage h4,
#banner_form_thankYouMessage p{
    color: #19161C !important;
}
.b-form .mktoForm input[type=url], 
.b-form .mktoForm input[type=text], 
.b-form .mktoForm input[type=date], 
.b-form .mktoForm input[type=tel], 
.b-form .mktoForm input[type=email], 
.b-form .mktoForm input[type=number], 
.b-form .mktoForm textarea.mktoField, 
.b-form .mktoForm select.mktoField{
    border: 1px solid #ffffff !important;
}

@media screen and (min-width:1440px){
    .sec2-tabs .nav-tabs {
        width: 420px;
    }
    .sec2-tabs .tab-content {
        width: 935px;
    }
}

@media screen and (max-width:1199px){
    .sec2-tabs .nav-tabs {
        width: 300px;
    }
    .hero-content ul li h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .sec2-tabs .nav-link {
        font-size: 20px;
        line-height: 1.3;
    }
    .sec3-col {
        flex: 0 0 31.33%;
        padding: 0 10px;
    }
    .sec3-row {
        column-gap:28px;
    }
    .sec3-col h5 {
        font-size: 20px;
    }
    .sec1-pic img {
        max-width: 175px;
    }
}

@media screen and (max-width:991px){
    .sec3-col {
        flex: 0 0 48%;
    }
    .gift-col {
        flex: 0 0 100%;
        max-width: 620px;
        margin: 0 auto;
    }
    .sec2-tabs .nav-tabs {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        justify-content: center;
    }
    .sec2-tabs {
        flex-direction: column;
    }
    .sec2-tabs .nav-tabs li.nav-item {
        width: auto;
        margin: 0 15px;
    }
    .sec2-tabs .tab-content {
        width: 100%;
        padding: 40px;
        margin-top:30px;
    }
    .sec2-tabs .nav-link {
        font-size: 16px;
        line-height: 1.3;
    }
    .sec2-tabs .nav-link{
        text-align:center;
        margin-bottom:0 !important;
    }
    .client-pic {
        flex: 0 0 150px;
    }
    .customer-col {
        flex: 0 0 50%;
    }
    .gift-col:not(:last-child) {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .client-pic img {
        max-width: 150px;
    }
    .architects-slider {
        padding: 40px 25px;
    }
    .se2-collage-pic img{
        width:100%;
    }
    .line-border.line-left:before {
        translate: -50% 0;
        left: 50%;
    }
    .btn {
        font-size: 18px;
        line-height: 24px;
    }
    .tab-cnt-box {
        text-align: center;
    }
    .play-icon img {
        max-width: 90px;
    }
    .sec2-tabs .nav-tabs li.nav-item {
        width: 100%;
        margin: 9px 15px;
    }
    .sec1-logo-row > div{
        margin-top: 20px;
    }
    .owl-dots {
        bottom: -18px;
    } 
}

@media screen and (max-width:767px){
    form.mktoForm .mktoFormRow .mktoFormCol {
        flex:0 0 100% !important;
        max-width:100% !important;
    }
    .mktoForm .mktoFormRow .mktoFormCol + .mktoFormCol {
        margin-left:0 !important;
    }
    .sec3-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customer-col {
        flex: 0 0 100%;
    }
    .customer-col .image img {
        width: 100%;
    }
    .client-details {
        flex-direction: column;
        align-items: center;
    }
    .slide-cont {
        padding-left: 0;
        margin-top: 25px;
    }
    .client-feedback {
        text-align: center;
    }
    .b-form .mktoButtonRow {
        position: relative;
        text-align: left !important;
    }
    .b-form form.mktoForm .mktoFormRow .mktoFormCol {
        padding-right: 0;
    }
    .b-form .mktoFormRow:first-of-type {
        margin-right: 0px !important;
    }
    .mktoForm .mktoFieldDescriptor.mktoFormCol {
        margin-bottom: 15px !important;
    }
    .sec1-pic img {
        max-width: 140px;
        margin: 0 auto;
        display: block;
    }
    .adobe-pic-cover img {
        max-width: 200px;
    }
    h1 {
        font-size: 34px;
        line-height: 44px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .btn {
        font-size:16px;
        line-height:22px;
    }
    .header-logo img {
        max-width: 240px;
    }
    .hero-content ul {
        flex-direction: column;
    }
    .hero-content ul li:not(:last-child){
        margin-bottom: 10px;
    }    
    .tab-content p {
        font-size: 16px;
    }
    .slide-cont:before {
        left: 0;
    }
    
}

@media screen and (max-width:576px){
    .sec1-logo-row > div{
        width:100%;
    }
    .sec1-pic {
        margin: 0 auto;
    }   
    .gift-body {
        padding:20px;
    }    
    h1 {
        font-size: 28px;
        line-height: 38px;
    }    
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .hero-content ul li {
        margin-right: 0;
    }
    .customer-row,
    .sec3-row{
        margin: 0;
    }
    .customer-col,
    .sec3-col{
        padding: 0 0px;
    }
    .hero-content ul li:not(:last-child):after,
    .gift-body > img{
        display:none;
    }
    .header-logo {
        text-align: center;
    }
    .sec2-tabs .tab-content {
        padding: 25px;
    }
    .gift-body ul li {
        font-size: 16px;
        line-height: 22px;    
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .footer-content h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec3-row {
        row-gap: 50px;
    }
    .btn.gradient-border {
        padding: 13px 25px 13px;
        font-size: 14px;
        line-height: 1.25;
    }
    .owl-dot {
        margin: 0 4px;
    }
    .main{
        background-image:none !important;
    }
}