@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap');

/*-----------------Basic or common code starts -------------------*/
:root {
    --main_bg: #050c1c;
    --sub_bg: #1abcc208;
    --white: #ffffff;
    --gray_color: #858590;
    --dark_sky_blue: #36abe7;
    --button_grey: #19202f;
    --red: #f7380b;
    --lipstick: #e73653;
    --light_green: #00af8c;
    --gunmetal: #505560;
    --stripe_bg: #0f1421;
    --footer_bg: #111723;
    --small_p_font: #858590;
    --scrollbar: #7a7a7a;
    --small_font: 10px;
    --medium_font: 14px;
    --sub_head_font: 18px;
    --h1_font: 30px;
    --h2_font: 26px;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    background-color: var(--main_bg);
    color: var(--white);
    font-family: Mulish, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: url('https://res.cloudinary.com/swiftsafe/image/upload/f_auto,q_auto/swiftsafe/Main%20Page%20Images/MainBg1.png'), url('https://res.cloudinary.com/swiftsafe/image/upload/f_auto,q_auto/swiftsafe/Main%20Page%20Images/MainBg2.png');
    background-repeat: no-repeat;
    background-position: 116% 24%, -14% 48%;
}

body::-webkit-scrollbar {
    width: 8px;
    background: #00000020;
    color: #00000050;
}

body::-webkit-scrollbar-thumb {
    width: 8px;
    background: var(--scrollbar);
}

.main {
    max-width: 1086px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;

}

p,
li {
    color: var(--white);
    margin: 0;
}

p {
    font-family: mulish;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.14px;
    text-align: left;
    color: #858590;
}

p.light {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--gunmetal);
    text-transform: uppercase;
    cursor: pointer;
}

p.link {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--dark_sky_blue);
    text-transform: uppercase;
    cursor: pointer;

}

p.linkN {
    opacity: 0.8;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--dark_sky_blue);
}

p.linkUnderline {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--dark_sky_blue);
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h3.fontX,
h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: var(--white);
}

h3.fontS {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.54;
    color: var(--white);
}

h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: var(--white);
}

.fontBlue {
    color: var(--dark_sky_blue);
}

.startupHead {

    position: relative;
    margin: 0 0 0 10px;
}

.startupHead:before {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 46px;
    background: var(--dark_sky_blue);
    left: -10px;
}

h3.fontL {
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
    line-height: normal;
}

h3.fontLightL {
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
    opacity: 0.25;
    line-height: normal;
    letter-spacing: 0.6px;
}

h3.boldBlue {
    font-size: 52px;
    font-weight: 800;
    color: var(--dark_sky_blue);
}

h4 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: var(--white);
}

h4.fontS {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: var(--white);
}

h5.fontX {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    color: var(--white);
}

h5 {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: var(--white);
    text-transform: uppercase;

}

h5.fontS {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 1.2px;
    text-align: left;
    color: var(--white);
}

h5.light {
    opacity: 0.45;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
}

h5.normal {
    opacity: 0.85;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

section {
    margin: 160px 0 0 0;
}

button {
    background: var(--dark_sky_blue);
    color: var(--white);
    border: none;
    font-family: Mulish, sans-serif;
    cursor: pointer;
}

.buttonTrans {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-family: Mulish, sans-serif;
    cursor: pointer;
}


.buttonTrans:hover {
    background-color: var(--dark_sky_blue);
    border: var(--dark_sky_blue) 1px solid;

}
.header {
    display: block;
}

header {
    position: static;
    margin: 0 auto;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--main_bg), rgba(5, 12, 28, 0.86) 51%, rgba(5, 12, 28, 0));
    z-index: 1000;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
}

.sticky {
    width: 100%;
    height: 82px;
    position: fixed;
    transition: transform 0.8s;
    background: var(--main_bg);
    top: 0;
}

/*--------------------navBar-------------------------*/
.navBar {
    max-width: 1366px;
    margin: 0 auto;
    padding: 36px 0 16px 0;
    z-index: 1;
    height: 82px;
}

.navBar .logo {
    margin: 0 25px;
}

.navbar {
    padding: 36px 20px 20px 48px;
}

.nav ul {
    margin: 0;
}

.nav ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
    padding: 0 12px;
}

.nav ul li button {
    height: 30px;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
}

.nav ul li.btnNav {
    padding: 0 6px 0 50px;
}



.custom-underline {
    position: relative;
}

.custom-underline::after {
    content: "";
    position: absolute;
    margin-top: 8px;
}


.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active,
.custom-underline.activeNav {
    color: #36ABE7;
    text-decoration: none;
}

.nav ul li a.custom-underline.activeNav::after {
    top: 100%;
    height: 2px !important;
    width: 40%;
    left: 30%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.4s ease-out all .1s;

}

.nav ul li:hover .custom-underline.activeNav::after {
    width: 100%;
    left: 3%;
    transition: 0.5s ease all;
}

.nav ul li .fa-chevron-down {
    font-size: 8px;
    padding: 0 0 0 5px;
    color: var(--white)
}

/*-----------------dropdown-----------------*/
.dropdownBox {
    width: 150px;
    position: absolute;
}

.dropdown {
    position: absolute;
    background: var(--footer_bg);
    z-index: 1000 !important;
}


.dropdownBox ul {
    display: none;
    height: 304px;
    width: 312px;
    padding: 10px 0;
    left: -30px;
    top: 10px;
    padding: 32px 0px 60px 0px;
    background-color: #0a1123;
}


.dropdownBox ul li {
    width: 100%;
    height: 52px;
    letter-spacing: 0.2px;
    text-align: left;
    color: var(--white);
    text-transform: capitalize;
    padding: 18px 0 18px 58px;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    transition: ease 0.2s;
}

.dropdownBox>ul>li:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 18px;
    background: #0a1123;
    left: calc(100% - 2px);
    z-index: 1000;
    clip-path: polygon(90% 50%, 0 0, 0 100%);
    display: none;

}

.dropdownBox ul li:hover:after,
.dropdownBox ul li.activedropdown:after {
    display: inline;
}

.dropdownBox ul li svg {

    margin: 0px 16px 0 0px;
    font-size: 20px;
    float: left;
}

.dropdownBox ul li.activedropdown,
.dropdownBox ul li.activedropdown svg path,
.mainNav ul li:hover {
    color: var(--dark_sky_blue);
    transition: ease 0.2s;
    fill: var(--dark_sky_blue)
}

.dropdownBox ul li:first-child .dropdown {
    display: block;
}

.innerdropDown .dropdown {
    display: none;
    width: 344px;
    position: absolute;
    background-color: #171d2a;
    left: 100%;
    top: 0;


}

.innerdropDown .dropdown li {
    padding: 0 0 0 58px;
    height: 42px !important;
    line-height: 42px !important;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--white);
    font-weight: normal;
}


.nav li:hover .dropdownBox>ul {
    display: block;
}

.dropdownBox ul li:hover .dropdown {
    display: block;

}

.headerRes {
    display: none;
    background-image: none;
}

.headerRes.sticky {
    background-color: #071A29;
    height: auto;
}

.navbarRes {
    position: relative;
    padding: 24px 32px;
}

.navRes {
    position: absolute;
    width: 200vw;
    height: 100vh;
    min-height: 450px;
    padding: 60px 10px 0 20px;
    top: 70px;
    left: 0;
    background: #071A29;
    display: none;
    z-index: 100000
}

.navRes.navActive {
    display: block;
}

.navRes ul li {
    padding: 0 36px 24px 0;
    opacity: 0.9;
    font-family: Muli;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    text-transform: capitalize;
    width:100vw;
}

.navRes ul li a {
    text-transform: capitalize;
}

.navRes ul.floatLeft {
    position: relative;
    left: -300px;

}
/*------MobileNav-------*/
.mobile__nav {
    position: static;

}

.mobile__nav .resNav {
    width: 100vw;
    height:calc(100vh - 40px);
    min-height: 500px;
    position: fixed;
    z-index:10000;
    top:40px;
    display: none;
}

.mobile__nav .resNav.navActived {
    display: block;
}

.mobile__nav header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    z-index:10001;
    padding: 24px 32px;
}

.mobile__nav header.sticky,.mobile__nav header.navActived {
    position: fixed;
    top:0;
    background-image: none;
    background-color: #071A29;
}

.mobile__nav header .header__logo {
    height: 100%;
}

.mobile__nav header .header__logo img {
    width: 50px;
    height: 100%;
    object-fit: cover;
}

.mobile__nav header .header__btns button {
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    background: white;
    cursor: pointer;
    font-weight: bold;
}



.mobile__nav nav ul.first-level {
    width: 100%;
    height: 100%;
    background: #071A29;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile__nav .resNav ul.first-level li {
    background: #071A29;
}

.mobile__nav .resNav ul li:hover {
    background-color: #071A29;
}



.mobile__nav .resNav ul.second-level {
    width: 100%;
    height: 100%;
    background: #071A29;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 400ms ease-in;
}

.mobile__nav .resNav ul.second-level li {
    background: #071A29;
}

.mobile__nav .resNav ul li:hover {
    background: #071A29;
}

.mobile__nav .resNav ul li:hover a {
    color: var(--dark_sky_blue);
}

.mobile__nav .resNav ul.second-level.NavListactive {
    transform: translateX(0%);
}

.mobile__nav .resNav ul.third-level {
    width: 100%;
    height: 100%;
    background: #071A29;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 400ms ease-in;
}

.mobile__nav .resNav ul.third-level li {
    background: #071A29;
}

.mobile__nav .resNav ul.third-level li:hover a {
    color: var(--dark_sky_blue);
}

.mobile__nav .resNav ul.third-level.NavListactive {
    transform: translateX(0%);
}

.mobile__nav .resNav a[data-level-id] {
    position: relative;
}


.mobile__nav .resNav ul {
    padding: 36px;
}

.mobile__nav .resNav li {
   
    padding: 10px 15px 15px 15px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);

}

.mobile__nav .resNav a.back__menu {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0.14px;

    color: var(--dark_sky_blue);
    padding-left: 0;
}

.mobile__nav .buttonTrans {
    width: 100%;
    background-color: var(--dark_sky_blue);
    border: none;
    outline: none;
    border-radius: 2px;
    height: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: center;
    color: var(--white);
}

#ResFreeDemoNav .formClose {
    padding: 0;
}

#ResFreeDemoNav {
    width: 100%;
    position: absolute;
    bottom: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#ResFreeDemoNav .freeForm {
    row-gap: 40px;
}

#ResFreeDemoNav .freeForm .content,
#ResFreeDemoNav .freeForm .form {
    width: 100%;

}
/*----------Hamburger------*/
.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger .bar {
    display: block;
    width: 26px;
    height: 3px;
    margin: 5px 0 5px auto;
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--white);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -ms-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.hamburger .bar:nth-child(1),
.hamburger .bar:nth-child(3) {
    width: 20px;
}

.hamburger.navactive .bar:nth-child(2) {
    display: none;
}

.hamburger.navactive .bar:nth-child(1) {
    width: 26px;
    transform: rotate(45deg) translate(6px, 6px);
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -o-transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.navactive .bar:nth-child(3) {
    width: 26px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.hamburger {
    display: block;
}

.navRes .nav {
    width: 100%;
    background-color: #071a29;
    padding: 50px 25px 120px 25px;
    position: relative;

}

.navRes .nav ul li {
    display: block;
    line-height: 30px;
}

.navRes .custom-underline::after {
    display: none;
}

.navRes .nav ul li.btnNav {
    position: absolute;
    bottom: 25px;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 0 0 0 0;
}

.navRes .dropdownBox .dropdown {
    width: 100%;
    padding: 0;
}

.indexNavRes,
.productNavRes,
.submenu {
    width: calc(100vw - 120px);
    position: absolute;
    display: none;
    transform: translate(0, 0);
    left: calc(100vw + 20px);
    top: 60px;
}

.submenu {
    left: calc(200vw + 20px);
    top: 0;
}

.navRes ul li.backmenu,
.navRes ul li.innerBackmenu {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--dark_sky_blue);
}

.backmenu a,
.innerBackmenu a {
    margin: 0 0 0 -20px;
}

.backmenu a i,
.innerBackmenu a i {
    margin: 0 10px 0 0;
}

.freeDemoNav {
    position: relative;
    bottom: 0;
}

.navRes .freeDemoNavRes button {
    width: 100%;
    padding: 16px;
    background-color: var(--dark_sky_blue);
    border: none;

}
#freeDemoForm, #freeDemoFormRes {
    display: none;
    background: var(--main_bg);
    width: 100vw;
    height: 100vh;
    padding: 28px 24px 27px 28px;
    position: fixed;
    z-index: 100000;
    transform: translate(-50%, -50%);
    transition: ease 0.8s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
}

.formClose, .ResformClose {
    position: relative;
    float: right;
    padding: 64px 82px 54px 0;
    opacity: 0.5
}

.formClose:hover, .ResformClose:hover {
    opacity: 1;
}

.formClose:before,
.formClose:after,.ResformClose:before,
.ResformClose:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: var(--white);
}

.formClose:before,.ResformClose:before {
    transform: rotate(45deg);
}

.formClose:after,.ResformClose:after {
    transform: rotate(-45deg);
}

.freeForm {
    max-width: 1088px;
    margin: 130px auto;
    gap:40px;
    scroll-behavior: smooth;
}

.freeForm .content {
    width: 40%;
    
}
#freeDemoFormRes{
    height:100%;
    overflow-y: scroll;

}
#freeDemoFormRes .freeForm {
    gap:20px;
    margin:60px auto;
}
#freeDemoFormRes h3{
    font-size: 24px;
}
#freeDemoFormRes .freeForm .content, #freeDemoFormRes .freeForm .form{
    width:100%;
}
#freeDemoFormRes .ResformClose{
    padding:20px;
}
.freeForm .content h3 {
    line-height: 1.4;
}

.freeForm .content p {
    color: var(--white);
    opacity: 0.65;
    padding: 28px 0 0 0;
    line-height: 1.35;
}



.freeForm .form {
    width: 40%;
}

.form .groupInput {
    position: relative;
}

.form .groupInput .errorMsg {
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    right: -30px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.14px;
    color: #e73653;
    z-index: 100;
}

.form .groupInput .errorMsg i {
    padding: 0 0 0 16px;
}


.freeForm .form input:focus,
.freeForm .form input:hover {
    border: 2px solid var(--dark_sky_blue);
}

.freeForm button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

.submittingResponse {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark_sky_blue);
    padding: 18px 0;
}

#responseCallBack {
    display: none;
}
#submittingResponse {
    display: none;
}   
#emailSubmitResponse {
    display: none;
}
#submittingResponseContact {
    display: none;
}
/*-----------------404-------------*/
body {
    position: relative;
}

.container {
    position: relative;
    height: 100vh;
    width: 99vw;
    min-height: 800px;
    overflow: hidden;
}

.center {
    text-align: center;
    position: relative;

}

.bg_404 {
    max-width: 100vw;
    margin: 43px auto 0 auto;
    height: 70vh;
    min-height: 536px;
    position: relative;

}

#vantajs_404 {
    height: 70vh;
}

.bg_404 h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.27;
    margin: 0;
    padding-top: 65px;
}

.head_404 {
    color: var(--dark_sky_blue);
}

button {
    background: #36abe7;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.21px;
    padding: 16px 27px;
}

.error404 {
    position: absolute;
    width: 201px;
    height: 272.5px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
    font-family: Mulish;
    font-size: 160px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0);
    transform: rotate(-90deg);
}

.error404 h1 {
    position: relative;
    left: 110px;
    font-size: 200px;
    color: rgba(255, 255, 255, 0);

}


h1.bottom {
    padding-top: 0 !important;
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 0;
    left: 50%
}

.bottom_box {
    margin: 8px 0 0 0;
    text-align: center;
}

.bottom_box p {
    text-align: center;
    padding-bottom: 20px;
    color: white;
    opacity: 0.65;
}


/*---------------Basic or common ends-------------------------*/
/*-------------------------------footer-------------------*/
footer {
    position: relative;
    background: var(--footer_bg);

}

.footerCenter {
    max-width: 1088px;
    margin: 0 auto;
    padding: 62px 0 126px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resFollowUs {
    width: 76%;
    display: none;
    padding: 60px 0 0 0;

    margin: 0 auto;
}


.resFollowUs .follow {
    width: 60px;
    row-gap: 13px;
}

.follow i {
    color: var(--white);
}

footer hr {
    display: none;
    width: 80vw;
    opacity: 0.13;
    background-color: #707070;
    height: 1px;
    margin: 30px auto;
}

.footerLinks {
    width: 60%;
    row-gap: 56px;

}

.footerCenter .Newsletter {
    width: 270px;
}

.footerCenter ul {
    margin: 0;
    padding: 0;
}

.footerCenter h5 {
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
    padding-bottom: 26px;
    color: var(--white)
}

.footerCenter li {
    font-size: 14px;
    line-height: 30px;
    color: #98989f;
    font-weight: 600;
    letter-spacing: 0.21px;
}

.footerCenter li:hover {
    color: var(--white);
}

.footerCenter p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: left;
    color: #98989f;
}



.footerCenter .Newsletter input {
    width: 200px;
    height: 36px;
    padding: 11px 62.1px 8px 5px;
    border: solid 1px var(--dark_sky_blue);
    background-color: transparent;
    padding: 12px;
    font-size: 11px;
    line-height: 4.55;
    letter-spacing: 0.88px;
    color: #959595;
    float: left;
    outline: none;
    position: relative;
}

.footerCenter .Newsletter div {
    position: relative;
    margin: 16px 0 34px 0;
    height: 36px;
}

.footerCenter .followUs {
    display: block;
}

.footerCenter .followUs span {
    margin: 0 26px;
    line-height: 18px;
}

.footerCenter .Newsletter span i {
    color: var(--white);
    cursor: pointer;
    font-size: 18px;
}

.footerCenter .Newsletter .followUs a:nth-child(2) i {

    margin: 0 10px 0 12px;
}

.footerCenter .Newsletter input:focus,
.footerCenter .Newsletter input:active,
.footerCenter .Newsletter input:focus-within {

    border: solid 1px var(--dark_sky_blue);
    color: var(--white);
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid {
    border: solid 1px var(--lipstick);

    transition: ease 0.9s;
}

.footerCenter .Newsletter .invalidText {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 18px;
    right: 20%;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: left;
    color: #e73653;
    display: none;
}

.footerCenter .Newsletter button {
    background-color: var(--dark_sky_blue);
    border: none;
    height: 36px;
    width: 58px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    letter-spacing: 0.88px;
    font-size: 11px;
    padding:0;
}

.footerCenter .Newsletter button i {
    display: none;
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button {
    background-color: var(--lipstick);
    transition: ease 0.9s;

}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span {
    display: block;
    transition: ease 0.9s;
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button i {
    display: block;
    font-size: 16px;
}


.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button span {
    display: none;
}
.footerCenter div.emailSubmitResponse{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: var(--dark_sky_blue);
    margin:6px 0;
}

.followUsinfo {
    width: 100%;
    display: none;
}

.followUsinfo a {
    color: var(--white);
    opacity: 0.33;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.followUsinfo a:hover {
    opacity: 1;
}

.fcenter {
    background-color: #161b27;
}

footer .copyRight {
    height: 62px;
    max-width: 1088px;
    margin: 0 auto;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
}

.copyRightL {
    width: 50%;
}

.copyRight img {
    float: left;
    line-height: 62px;
    padding: 10px 20px 10px 0;
}

.copyRight p {
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 62px;
    letter-spacing: normal;
    color: #959595;
}
/*-----------------free demo----------*/
#freeDemoForm {
    display: none;
    background: var(--main_bg);
    width: 100vw;
    height: 100vh;
    padding: 28px 24px 27px 28px;
    position: fixed;
    z-index: 1000;
    transform: translate(-50%, -50%);
    transition: ease 0.8s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
}

.formClose {
    position: relative;
    float: right;
    padding: 64px 82px 54px 0;
    opacity: 0.5
}

.formClose:hover {
    opacity: 1;
}

.formClose:before,
.formClose:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: var(--white);
}

.formClose:before {
    transform: rotate(45deg);
}

.formClose:after {
    transform: rotate(-45deg);
}

.freeForm {
    max-width: 1088px;
    margin: 130px auto;
}

.freeForm .content {
    width: 40%;
}

.freeForm .content h3 {
    line-height: 1.4;
}



.freeForm .content p.callUs {
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--white);
    opacity: 1;
    padding: 16px 0 0 0;
}

.freeForm .content p.callUs span {
    color: #e73653;
}

.freeForm .form {
    width: 40%;
}

.form .groupInput {
    position: relative;
}

.form .groupInput .errorMsg {
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    right: -30px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.14px;
    color: #e73653;
    z-index: 100;
}

.form .groupInput .errorMsg i {
    padding: 0 0 0 16px;
}


.freeForm .form input:focus,
.freeForm .form input:hover {
    border: 2px solid var(--dark_sky_blue);
}

.freeForm button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

.submittingResponse, .submittingResponseContact {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark_sky_blue);
    padding: 18px 0;
}
/*----------form-----------*/
.talkToHuman form {
    position: relative;
}

.talkToHuman button {
    width: 100%;
    height: 50px;
}

form input,
form textarea {
    position: relative;
    font-family: Mulish;
    font-weight: normal;
    width: 100%;
    height: 56px;
    border: none;
    background-color: #ffffff08;
    padding: 20px 0px 16px 28px;
    margin: 0 0 12px 0;
    font-size: 16px;
    letter-spacing: 0.24px;
    text-align: left;
    color: var(--white);
    outline: none;
    border-radius: 4px;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus {
    border: 2px solid var(--dark_sky_blue)
}

.validationText,
.validationEmail,
.validationPhone,
.validationTextarea,
.validationSubject {
    position: relative;
}

.validationText p.error,
.validationEmail p.error,
.validationPhone p.error,
.validationTextarea p.error,
.validationSubject p.error,
form p.error {
    position: absolute;
    color: var(--lipstick);
    transform: translate(-50%, -50%);
    top: 28px;
    right: -28px;
    display: none;
    font-size: 13px;
    font-weight: 100;
    padding: 0;
}

p.error:after {
    flex: 0 0 30px;
    height: 16px;
    width: 16px;
    border: 1px solid var(--lipstick);
    margin-left: 14px;
    border-radius: 50%;
    content: '!';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;


}

.emergencyForm p.error,
.emergencyForm .validationTextarea p.error {
    top: 20px;
}

.validationPhone p.error {
    right: -60px;
}

.validationTextarea p.error {
    right: -52px;
    top: 32px;
}

form p.required.red,
form p.error.red {
    display: block;
}

form .prefer {
    color: #ffffff60;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 28px 0 32px 0;
}

form textarea::-webkit-scrollbar {
    width: 4px;
    background: #00000020;
    color: #00000050;
}

form textarea::-webkit-scrollbar-thumb {
    width: 4px;
    background: var(--scrollbar);
}

/* The container */
.checkbox {
    position: relative;

    padding-left: 35px;
    margin: 0 12px 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: #fff solid 1px;
    border-radius: 4px;
    ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}



/* When the checkbox is checked, add a blue background */
.checkbox input[type="checkbox"]:checked~.checkmark {
    background-color: var(--dark_sky_blue);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input[type="checkbox"]:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form textarea {

    resize: none;
    height: 80px;

}
/*----------register--------*/
.register {
    position: relative;
    width: 44%;
}

.register input,
.register textarea,
.freeForm .form input,
.freeForm .form textarea {
    position: relative;
    font-family: Mulish;
    font-weight: normal;
    width: 100%;
    height: 56px;
    border: none;
    background-color: #ffffff08;
    padding: 20px 0px 16px 28px;
    margin: 0 0 12px 0;
    font-size: 16px;
    letter-spacing: 0.24px;
    text-align: left;
    color: var(--white);
    outline: none;
    border-radius: 4px;
    border: 1px solid #192130;

}

.register input::placeholder,
.register textarea::placeholder,
.freeForm .form input::placeholder,
.freeForm .form textarea::placeholder {
    color: #ffffff60;
}

.register textarea,
.freeForm .form textarea {
    resize: none;
    height: 80px;
}



.register p {
    font-size: 16px;
    letter-spacing: 0.24px;
    text-align: left;
    color: var(--white);
    font-weight: 100;
    padding: 28px 0 32px 0;
}

.register p.talkToHumanR {
    display: block;
}

.register button {
    width: 100%;
    padding: 20px 0;
}
.register div.pFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.register div.pFlex p{
    width:48%;
    padding: 16px 0 28px 0;
}
.register p.flex{
    padding:0;
    width:40%;
}
.checkboxWrapper {
    width:40%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 6px 0 12px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxWrapper  input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    font-size:16px !important;
    height:auto !important;
    width:auto;
}
.checkboxWrapper span{
    float: left;
}
.checkmarkInfo{
    font-size:16px;
}
.checkboxWrapper .checkmark {
    position: absolute;
    top: 0;
    left: 20px;
    height: 16px;
    width: 16px;
    font-size: 16px;
    left:10px;
    border:1px solid #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  .checkboxWrapper:hover input ~ .checkmark {
    background-color: #ccc;
    border:none;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkboxWrapper input:checked ~ .checkmark {
    background-color: var(--dark_sky_blue);
    border:none;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkboxWrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkboxWrapper input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkboxWrapper .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/*-----------cookies Notice-----------*/
.cookie {
    background: #161b27;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    position: fixed;
}

#cookieNotice {
    width: 100%;
    height: 136px;
    padding: 28px 0 30px 0;
    gap:20px;
}

.cookie .content {
    width: 60%;
}

.btnCookie {
    width: 36%;
    align-items: center;
}

.btnCookie button {
   
    height: 42px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 12px 44px;
}

.cookie h4 {
    padding: 0 0 16px 0;
}

.cookie svg {
    float: left;
    margin: 0 18px 0 0;
}

.closeIcon {
    position: relative;
    float: right;
    padding: 28px 48px 0px 0;
    opacity: 0.5;
}

.closeIcon:before,
.closeIcon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: var(--white);
}

.closeIcon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.closeIcon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.closeIcon:hover {
    opacity: 1;
}
/*--------------cookies ends-----------*/

@media (max-width:1025px) {

    .header {
        display: none;
    }
    .hamburger {
        display: block !important;
    }
    .headerRes {
        display: block;
    }
    #cookieNotice {
        height:auto;
    }
    .cookie .content {
        width:100%;
    }
    .btnCookie{
        gap: 20px;
        width: auto;
        flex-wrap: nowrap !important;

    }
}

/* ----------------------------footer ends------------ */

@media (max-width:789px) {
    body{
        background-image: none;
    }
 
    .main {
        overflow-x: hidden;
        max-width: calc(100% - 80px);
    }
    /* footer {
        margin: 60px 0 0 0;
    } */

    .footerCenter {
        width:76%;
        margin: 0 auto;
        padding: 0;
    }

    .footerLinks {
        width: 100%;

    }

    .footerLinks div {
        width: 40%;
    }

    .resFollowUs {
        display: block;
    }

    .followUsinfo {
        display: flex;
    }

    .footerCenter .followUs {
        display: none;
    }

    footer hr {

        display: block;
    }

    .footerCenter .Newsletter {
        width: 100%;
    }

    .copyRightL {
        width: 360px;
        text-align: center;
        margin: 0 auto;
    }

    .copyRightR {
        display: none;
    }
    .freeForm .content{
        width:100% !important;
    }
    .freeForm .form{
        width:100% !important;
    }
}

@media(max-width:481px) {
    .main {

        max-width: calc(100% - 40px);
    }
    .btnCookie button {
        padding:12px 24px;
    }
    .register div.pFlex p {
        width:100%;
        padding:10px 0;
    }
}
@media(max-width:320px) {
    .main {
        max-width: calc(100% - 40px);

    }
    
}