/*.brand .text-area h2,
.product-section .text-area h2,
.event-section .text-area h2,
.accessories-section .text-area h2,
.story-section .text-area h2,
.trust-section .text-area h2,
.location-section .text-area h2,
.form-section .text-area h2,
.faq-section .text-area h2 {
    font-family: "Inter" !important;
}*/
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Inter" !important;
}
.color-blue {
    color: #0093D1 !important;
}
.default_btn,
.default_btn.light:hover{
    background-color: #0093D1 !important;
    color: #fff !important;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid #0093D1 !important;
}
.default_btn.light,
.default_btn:hover {
    background-color: #fff !important;
    color: #0093D1 !important;
}
.d-none {
    display: none !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.w-100 {
    width: 100%;
}
.m-auto {
    margin: auto !important;
}
.h-auto {
    height: auto !important;
}
.margintop-80 {
    margin-top: 80px !important;
}
.marginbottom-40 {
    margin-bottom: 40px;
}
.paddingtop-0 {
    padding-top: 0 !important;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-reverse {
    flex-direction: row-reverse;
}
.bg-none {
    background: none !important;
}

/*banner style start*/
.ipad-banner {
    position: relative;
    padding: 125px 15px;
    background: radial-gradient(80% 60% at 50% 40%,rgba(0, 147, 209, 0.25) 0%,rgba(0, 147, 209, 0) 70%),
                linear-gradient(180deg,rgba(2, 15, 43, 0.85) 0%,rgba(3, 27, 78, 0.55) 40%,rgba(2, 15, 43, 0.92) 100%);
}
.ipad-banner > picture,
.ipad-banner > video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ipad-banner > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ipad-banner .text-center {
    max-width: 610px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.ipad-banner .text-center h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    text-transform: none;
    letter-spacing: -3.6px;
    background: linear-gradient(102.31deg, #FFFFFF 0%, #FFFFFF 48.08%, #9CA3AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ipad-banner .text-center p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}
.ipad-banner .text-center button {
    background: linear-gradient(105.45deg, #FFFFFF 0%, #DCE8FF 100%);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding: 16px 34px;
    color: #031B4E;
}
.ipad-stats {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background: rgba(5, 58, 80, 0.45);
    border: 1px solid rgba(0, 147, 209, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    justify-content: center;
    padding: 24px 12px;
    width: fit-content;
    margin: 90px auto 0 !important;
    text-align: center;
}
.ipad-stats > div {
    border-right: 1px solid #E2E8F0;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ipad-stats > div:last-child {
    border: none;
}
.ipad-stats > div > span:first-child {
    display: block;
    font-weight: 800;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.68px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.ipad-stats > div > span:first-child::after {
    content: '';
    height: 3px;
    width: 32px;
    background: #0093D1;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
}
.ipad-stats > div > span:last-child {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2%;
    color: #fff;
    white-space: nowrap;
}
/*banner style end*/

/*products style start*/
.product-section {
    background-color: #F8FAFC;
    padding: 80px 0 65px;
}
.text-area > span,
.text-area > div > span {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #0093D1;
    margin-bottom: 16px;
}
.text-area > h2,
.text-area > div h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #0B1220;
    margin-bottom: 16px;
}
.accessories-section .text-area > h2,
.location-section .text-area > h2 {
    font-size: 40px;
}
.text-area > p,
.text-area > div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: #64748B;
    margin-bottom: 33px;
}
.product-list,
.event-list {
    display: flex;
    flex-wrap: wrap;
}
.product-list > div {
    margin: 25px 0;
}
.event-list > div {
    margin: 24px 0;
}
.single-product {
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    height: 100%;
    background-color: #fff;
}
.single-product > div:first-child {
    padding: 10px;
    background-color: #F1F5F9;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.single-product > div:first-child img {
    width: 220px;
}
.single-product > div:last-child {
    background-color: #fff;
    padding: 24px 24px 90px 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: calc(100% - 240px);
    /*position: relative;*/
    text-align: left;
}
.single-product > div:last-child > span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #0B1220;
    margin-bottom: 16px;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.single-product > div:last-child > span.color-red {
    color: #FB0972;
    background-color: rgba(251, 9, 114, 0.05);
}
.single-product > div:last-child > span.color-orange {
    color: #F05537;
    background-color: rgba(240, 85, 55, 0.09);
}
.single-product > div:last-child > span.color-blue {
    color: #0093D1;
    background-color: rgba(0, 147, 209, 0.09);
}
.single-product > div:last-child > span.color-navyblue {
    color: #003FC6;
    background-color: rgba(0, 63, 198, 0.09);
}
.single-product > div:last-child > span.color-purple {
    color: #7C3AED;
    background: rgba(124, 58, 237, 0.05);
}
.single-product > div:last-child > span.color-green {
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
}
.single-product > div:last-child > span.color-grey {
    color: #A1A1A1;
    background: #EEEEEE;
}
.single-product > div:last-child > h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0B1220;
    margin-bottom: 8px;
}
.single-product > div:last-child > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #64748B;
    margin-bottom: 16px;
}
.single-product > div:last-child > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 26px;
    margin-bottom: 16px;
    list-style-type: none;
}
.single-product > div:last-child > ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #4B5563;
    cursor: pointer;
    position: relative;
}
.single-product > div:last-child > ul li:before {
    content: "✓";
    position: absolute;
    left: -26px;
    top: 0px;
    color: #fff;
    font-weight: bold;
    height: 16px;
    width: 16px;
    display: grid;
    place-content: center;
    background: #0093D1;
    border-radius: 100%;
}
.single-product > div:last-child > ul li:hover {
    color: #0093D1;
}
.single-product > div:last-child button,
.single-product > div:last-child a {
    border: 1px solid #0093D1;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #0093D1;
    background-color: #fff;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 42px;
    left: 40px;
    text-align: center;
}
.single-product > div:last-child > div.btn-group {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 42px;
    left: 40px;
    text-align: center;
    display: flex;
    gap: 8px;
}
.single-product > div:last-child > div.btn-group button,
.single-product > div:last-child > div.btn-group a {
    position: relative;
    width: 100%;
    bottom: unset;
    left: unset;
}
.single-product.h-auto > div:last-child button,
.single-product.h-auto > div:last-child a {
    bottom: unset;
}
.single-product > div:last-child button:hover,
.single-product > div:last-child a:hover {
    background-color: #0093D1;
    color: #fff;
}
/*products style end*/

/*event style start*/
.event-section {
    background-color: #111827;
    padding: 80px 0;
}
.event-section .text-area h2 {
    color: #FFFFFF;
}
.event-section .text-area p {
    color: #94A3B8;
}
.single-event {
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    height: 100%;
}
.single-event:hover {
    background: rgba(29, 78, 216, 0.07);
    border: 1px solid rgba(29, 78, 216, 0.25);
}
.single-event span {
    display: inline-block;
    padding: 12px;
    background: rgba(0, 147, 209, 0.15);
    border-radius: 12px;
    margin-bottom: 20px;
}
.single-event h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.single-event p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #94A3B8;
}
/*event style end*/

/*accessories section start*/
.accessories-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.accessories-list {
    display: flex;
    flex-wrap: wrap;
}
.single-accessories {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #E2E8F0;
    height: 100%;
}
.single-accessories > span {
    padding: 12px;
    background: rgba(0, 147, 209, 0.1);
    border: 1px solid rgba(29, 78, 216, 0.2);
    border-radius: 12px;
    height: fit-content;
    display: grid;
    place-content: center;
}
.single-accessories h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0B1220;
    margin-bottom: 4px;
}
.single-accessories p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #64748B;
}
/*accessories section end*/

/*story section start*/
.story-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.single-story {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px -15px rgba(0, 0, 0, 0.25);
}
.single-story > div {
    padding: 0;
}
.single-story img {
    height: 100%;
    max-height: 633px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.single-story .text-area {
    padding: 100px 50px;
}
.single-story .text-area p {
    color: #111827;
}
.single-story .text-area button,
.single-story .text-area a {
    width: 100%;
    text-align: center;
}
.single-story .text-area div.buttons {
    display: flex;
    gap: 12px;
}
/*story section end*/

/*trust section start*/
.trust-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.trust-list {
    background-color: #0B1220;
    border-radius: 16px;
    padding: 48px;
    margin: 0 !important;
}
.trust-list > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.single-trust {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #94A3B8;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-trust span {
    padding: 12px;
    background: rgba(29, 78, 216, 0.15);
    border: 1px solid rgba(29, 78, 216, 0.25);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    display: grid;
    place-content: center;
    margin: 0 auto 16px auto;
}
.single-trust h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.single-trust p {
    font-size: 14px;
}
/*trust section end*/

/*location section start*/
.location-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.location-section > div > div.row {
    display: flex;
    flex-wrap: wrap;
}
.img-wrapper {
    padding: 10px;
    text-align: center;
    background: #ABABAB;
    border: 1px solid #D1D5DB;
    border-radius: 24px;
    display: flex;
    height: 100%;
}
.product-elements {
    display: flex;
    flex-wrap: wrap;
}
.product-elements > div {
    margin-bottom: 16px;
}
.product_items {
    font-weight: 400;
    font-size: 16px;
    line-height: 29.25px;
    /*margin-bottom: 16px;*/
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 0px;
    height: 100%;
    display: grid;
    place-content: center;
}
.product_items h6 {
    font-weight: 700;
    font-size: 13.5px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}
/*.product_items p {
    display: none;
}
.product_items:hover p {
    display: block;
}*/
.down-btn {
    border: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 29.25px;
    color: #0093D1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}
.down-btn .rotate {
    transform: rotate(180deg);
}
/*location section end*/

/*form section start*/
.form-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.form-wrapper {
    margin: 0;
    background-color: #0093D1;
    border-radius: 24px;
    padding: 64px 32px;
    background-image: url(../images/general_images/worldvector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-wrapper .text-area > h2,
.form-wrapper .text-area > p {
    color: #fff;
}
.contact_wrapper {
    display: flex;
    gap: 12px;
    margin: 12px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.form-wrapper form {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}
.form-wrapper form > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 24px;
}
.form-wrapper form label {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.deviceSelect ~ .select2-container,
.form-wrapper form input,
.form-wrapper form select {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
    margin-bottom: 18px;
}
.form-wrapper form input,
.form-wrapper form select {
    max-height: 52px;
}
.deviceSelect ~ .select2-container {
    padding: 9px 12px;
}
.deviceSelect ~ .select2-container .select2-selection--multiple {
    background: #F9FAFB;
}
.deviceSelect ~ .select2-container .select2-selection--multiple > ul {
    padding: 0 !important;
    border: none !important;
}
.form-wrapper form select.countrySelect {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.form-wrapper form select.countrySelect ~ input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-wrapper form input::placeholder {
    color: #9CA3AF;
}
.captcha-box {
    margin-bottom: 18px;
}
/*form section end*/

/*faq section start*/
.faq-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.faq-section .text-area .d-flex {
    align-items: flex-end;
}
.faq-section .text-area a {
    /*padding: 12px 130px;*/
    white-space: nowrap;
    display: block;
    max-width: 350px;
    text-align: center;
}
#accordion .panel .panel-heading {
    padding: 0 !important;
}
#accordion .panel .panel-heading .panel-title a span {
    float: left !important;
    background-color: transparent !important;
    display: grid;
    place-content: space-around;
    margin-right: 8px;
    padding: 0 !important;
}
#accordion .panel .panel-heading .panel-title a.collapsed span {
    transform: rotate(270deg);
    margin-top: -3px;
}
#accordion .panel {
    border-left: 6px solid #0093D1 !important;
    border-radius: 4px 16px 16px 4px;
    padding: 32px 16px;
}
#accordion .panel .panel-heading .panel-title a {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #0093D1 !important;
    display: flex;
    padding: 0 !important;
}
#accordion .panel-body {
    max-width: 100% !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    padding: 15px 10px 10px 38px !important;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
    content: none !important;
}
/*faq section end*/

/*country select start*/
.country-select {
    position: relative;
    display: flex;
}
.countryDropdown {
    width: 207px !important;
    margin-top: -22px;
    border: 1px solid #E5E7EB;
}
.select2-selection {
    height: 100% !important;
    border: none !important;
    padding: 0 !important;
}
.select2-selection__rendered:not(.modal-body .select2-selection__rendered) {
    display: grid !important;
    place-content: center;
    white-space: nowrap !important;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 20px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px !important;
    color: #000 !important;
    width: 100%;
    margin: 0;
    min-height: auto;
}
ul.select2-selection__rendered {
    border: none;
}
.select2-selection__arrow:not(.modal-body .select2-selection__arrow) {
    top: calc(50% - 18px) !important;
    right: 0px !important;
}
.deviceSelect ~ .select2-container textarea {
    background-color: red;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0093D1 !important;
}
.select2-container--default .select2-selection--multiple {
    position: relative;
}
.select2-selection__arrow > b,
.select2-container--default .select2-selection--multiple::after {
    content: "";
    position: absolute !important;
    right: 10px;
    top: calc(50% - 8px) !important;
    pointer-events: none;
    border: solid;
    border-color: #6B7280 !important;
    border-width: 0 2px 2px 0 !important;
    padding: 4px;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
}
.select2-container--open .select2-selection__arrow > b,
.select2-container--open .select2-selection--multiple::after {
    transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
}
/*country select end*/

/*brand section start*/
.brand-section {
    padding: 80px 0;
}
.brand-wrapper {
    gap: 15px;
    justify-content: center;
}
.brand-wrapper > div {
    border: 2px solid rgba(29, 78, 216, 0.2);
    border-radius: 16px;
    width: calc(20% - 12px);
    height: 200px;
    display: grid;
    place-content: center;
}
/*brand section end*/

/*client story section start*/
.client-story-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%), #FFFFFF;
}
.story-detail h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #0B1220;
    margin-bottom: 16px;
}
.story-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #64748B;
    margin-bottom: 32px;
}
.story-detail ~ .accessories-list .single-accessories {
    padding: 12px 0;
    margin-top: -12px;
    border-bottom: none;
}
.story-detail ~ .accessories-list .single-accessories span {
    border: none;
}
.story-detail ~ .accessories-list .single-accessories h4 {
    font-size: 18px;
}
.story-detail ~ .accessories-list .single-accessories p {
    font-size: 14px;
}
.story-img {
    position: relative;
    background: rgba(255, 255, 255, 0.002);
    border: 8px solid #FFFFFF;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    height: 100%;
}
.story-img span {
    position: absolute;
    top: 40px;
    right: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 9999px;
}
.row-reverse .story-img span {
    top: unset;
    right: unset;
    bottom: 40px;
    left: 40px;
}
.story-img span::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #22C55E;
    display: inline-block;
    margin-right: 12px;
}
.story-img img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
    object-position: center;
}
/*client story section end*/

/*quote-section start*/
.quote-section {
    margin: 80px 0;
}
.quote-section .carousel {
    background-image: url(../images/icons/quote.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center 50px !important;
    padding: 120px 0 160px;
    background: #0B1220;
    border-radius: 48px;
}
.quote-section .carousel .carousel-inner {
    max-width: 750px;
    margin: auto;
    text-align: center;
}
.quote-section .carousel blockquote {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    border: none;
    padding: 0;
    margin: 0;
}
.quote-section .carousel .carousel-indicators {
    bottom: 75px;
}
.quote-section .carousel .carousel-indicators .active {
    background-color: #0093D1;
}
.quote-section .carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #64748B;
    border: none;
}
/*quote-section end*/

/*cta section start*/
.cta-section {
    padding: 80px 0px;
    background: rgba(0, 147, 209, 0.05);
    border: 1px solid rgba(0, 147, 209, 0.1);
    border-radius: 40px;
}
/*cta section end*/

/*responsice style start*/
@media only screen and (max-width: 992px) {
    .ipad-stats > div:nth-child(2) {
        border-right: none;
    }
    .img-wrapper {
        margin-top: 24px;
    }
    .brand-section,
    .product-section,
    .event-section,
    .accessories-section,
    .story-section,
    .trust-section,
    .location-section,
    .form-section,
    .faq-section {
        padding: 40px 0;
    }
    .ipad-stats > div {
        margin-bottom: 12px;
    }
    #accordion .panel {
        padding: 24px 12px;
    }
    .ipad-stats > div > span:first-child {
        font-size: 48px;
    }
    .brand-wrapper > div {
        width: calc(33.33% - 12px);
    }
    .row.d-flex.margintop-80 {
        flex-direction: column-reverse;
    }
    .margintop-80 {
        margin-top: unset !important;
    }
    .story-detail h3 {
        margin-top: 40px;
        font-size: 32px;
    }
    .quote-section {
        margin-top: 0;
    }
}
@media only screen and (max-width: 480px) {
    .ipad-banner {
        padding: 45px 15px;
    }
    .ipad-banner .text-center h1 {
        font-size: 48px;
        line-height: 55px;
    }
    .ipad-stats > div:nth-child(2) {
        border-right: none;
    }
    .ipad-stats > div {
        padding: 6px 12px;
    }
    .ipad-stats > div > span:first-child {
        font-size: 32px;
    }
    .text-area > h2,
    .event-section .text-center h2 {
        font-size: 34px;
    }
    .single-story img {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
    }
    .trust-list > div:not(:last-child) {
        border-right: none;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
    }
    .single-trust {
        padding: 18px;
    }
    .faq_accordion {
        margin-top: 40px;
    }
    .default_btn, .default_btn.light:hover {
        padding: 8px 16px;
    }
    .img-wrapper {
        margin-top: 24px;
        padding: 80px 10px;
    }
    .brand-section,
    .product-section,
    .event-section,
    .accessories-section,
    .story-section,
    .trust-section,
    .location-section,
    .form-section,
    .faq-section {
        padding: 40px 0;
    }
    .single-accessories {
        padding: 24px 0;
    }
    .ipad-stats > div > span:last-child {
        font-size: 14px;
    }
    .text-area > h2,
    .text-area > div h2,
    .event-section .text-center h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .brand-section .text-area h2,
    .product-section .text-area h2,
    .event-section .text-area h2,
    .accessories-section .text-area h2,
    .story-section .text-area h2,
    .trust-section .text-area h2,
    .location-section .text-area h2,
    .form-section .text-area h2,
    .faq-section .text-area h2 {
        font-size: 28px;
    }
    #accordion .panel {
        padding: 0;
    }
    #accordion .panel .panel-heading .panel-title a {
        padding: 14px 0 !important;
        font-size: 16px !important;
    }
    #accordion .panel-body {
        padding: 10px 20px 20px 46px !important;
    }
    .form-wrapper {
        border-radius: 0;
        padding: 40px 6px;
    }
    .single-story .text-area div.buttons {
        display: block;
    }
    .single-story .text-area button, .single-story .text-area a {
        display: block;
        margin-bottom: 12px;
    }
    .text-area > p, .text-area > div p {
        margin-bottom: 24px;
    }
    .ipad-stats > div {
        margin-bottom: 12px;
    }
    .single-story .text-area {
        padding: 30px 15px;
    }
    .single-trust h4 {
        font-size: 36px;
    }
    .product_items h6 {
        font-size: 14px;
    }
    .visible {
        display: none;
    }
    .brand-wrapper > div {
        width: calc(100% - 12px);
        max-width: 200px;
    }
}
/*responsice style end*/