@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');

: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;
}
html{
    scroll-behavior: smooth;
}
body {
    position: relative;
    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;
}
.mainHero{
    position: relative;
    background:#ffffff03;
  
}
.mainHero .stickyHeroSection{
    height:100%;
    min-height:100%;
}

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.60;
    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);
}
.scrollDown{
    display: none;
    text-align: center;
    color: #C5C7CC;
    z-index: 1000;
    cursor: pointer;
    /* position: relative;
    padding-bottom: 46px;; */
    position: absolute;
    left:0;
    right:0;
    bottom:40px;

}
.scrollDown i {
    font-size: 18px;
    padding-top: 16px;
}

.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);
}
.padding-88{
    padding:0 0 88px 0;
}

/* 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;

}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
 
}
/*-------------Vanta Wave--------*/
#vantaWave {
    width: 100vw;
    height: 100vh;
    min-height: 700px;

}

#vantaWave section {
    max-width: 1088px;
    margin: 35vh auto;

}

#vantaWave .content {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#vantaWave .content p {
    padding: 20px 0;
    color: var(--white);
    opacity: 0.6;
    text-align: center;
}
#vantaWave .vanta{
    position: absolute;
    height: 180px;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -100px;
    background-image: linear-gradient(to top, var(--main_bg), rgba(5, 12, 28, 0.86) 49%, rgba(5, 12, 28, 0));
    z-index: 1;
    overflow-x: hidden;
    -webkit-transform: translate(-50%, -50%);}
/*vantaTrunk*/
.vantaMain {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    background: #050c1c10;
}

#vantaTrunk {
    position: absolute;
    transform: translate(-50%, -50%);
    top: -44%;
    left: 20%;
    z-index: -1;
}


.vanta {
    position: absolute;
    height: 180px;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -90px;
    background-image: linear-gradient(to top, var(--main_bg), rgba(5, 12, 28, 0.86) 49%, rgba(5, 12, 28, 0));
    z-index: 1;
    overflow-x: hidden;
    -webkit-transform: translate(-50%, -50%);}
/*----------Emergency Button------------*/
.emergencyBtn{
    position:static !important
}
button.emergency {
    position: fixed;
    width: 96px;
    height: 32px;
    background-color: #ff2e5e;
    color: var(--white);
    right: 32px;
    top: 144px;
    padding: 0;
    transform-origin: top right;
    z-index: 1000;
    font-family: Muslish, sans-serif;
    font-size: 12px;
    transition: ease 0.8s;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    

}

.emergency.slide {
    right: 358px
}

.emergencyForm {
    background: #2b2c3775;
    width: 326px;
    height: 389px;
    margin: 0 0 0 31px;
    padding: 28px 24px 27px 28px;
    backdrop-filter: blur(30px);
    position: fixed;
    right: -326px;
    top: 144px;
    z-index: 1000;
    transition: ease 0.8s;
}

.emergencyForm.slide {
    right: 0;
}

.input {
    position: relative;
}

.emergencyForm input,
.emergencyForm textarea {
    font-family: Mulish, sans-serif;
    position: relative;
    border: none;
    width: 100%;
    height: 40px;
    background-color: #ffffff15;
    outline: none;
    padding: 11px 23.5px;
    color: var(--white);
    border-radius: 4px;
    margin-bottom: 16px;
}
.emergencyForm textarea {
    resize: none;
    height:80px;
}
.emergencyForm input::placeholder,
.emergencyForm textarea::placeholder {
    font-weight: 400;
    color: #ffffff80;
    font-size: 14px;
    letter-spacing: 0.21px;
    text-align: left;
}

.input span {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 8px;
    line-height: 2.13;
    text-align: left;
    color: #e73653;
    display: none;
}

.requestCallback {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background-color: #e73653;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    color: var(--white);
    margin-top: 8px;
padding:0;
}
.emergencyForm .responseCallBack {
    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;
}
.header{
    display: block;
}

header {
    /*max-width: 1366px;*/
    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;
}

.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.active::after {
    width: 100%;
    left: 3%;
    transition: 0.5s ease all;
    background-color: var(--dark_sky_blue);
}

.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.active:after {
    display: inline;
}

.dropdownBox ul li svg {

    margin: 0px 16px 0 0px;
    font-size: 20px;
    float: left;
}

.dropdownBox ul li.active,
.dropdownBox ul li.active 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;

}
/* #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: 60px auto;
}

.freeForm .content {
    width: 40%;
}

.freeForm .content h3 {
    line-height: 1.4;
}

.freeForm .content p {
    color: var(--white);
    opacity: 0.65;
    padding: 28px 0 0 0;
}

.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{
  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;
} */

/*----------Hamburger------*/
.hamburger {
    display: none;
    padding: 0 20px;
}

.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.active .bar:nth-child(2) {
    display: none;
}

.hamburger.active .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.active .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);
}




/*----------form-----------*/

.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 {
    position: relative;
}

.validationText p.error, .validationEmail p.error,
.validationPhone p.error, .validationTextarea 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;
    
  }
/*------------introdesc--------*/
.introDesc{
    margin:170px auto;
    padding:0 0 70px 0;
}

.introDesc .content {
    width: 44%;
}

.introDesc h1 {
    padding: 54px 0 16px 0;
}
.introDesc button{
    padding:12px 40px;
    text-transform: uppercase;
    margin:26px 0 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.breadcrumbs {
    cursor: pointer;
}

.introDesc p.breadcrumbs:after {
    content: '>';
    padding: 10px;
}

.introDesc p.breadcrumbs+h1 {
    padding: 16px 0;
}

.introDesc .imageContainer {
    width: 38%;
}

.introDesc .imageContainer img {
    width: 416px;
}

/*----------whyContainer---------*/
.whyContainer .imageContainer {
    width: 40%;
}

.whyContainer .imageContainer img {
    width: 460px;
    height: 278px;
}

.whyContainer .content {
    width: 50%;
}

.whyContainer .content h3 {
    padding: 58px 0 26px 0;
}


/*------------Our services(auditing/ security as service / penetration testing)---------*/
.ourServices .serviceLabels {
    padding: 60px 0;
    column-gap: 12px;
    row-gap: 16px;
    justify-content: center;
}

.ourServices .serviceLabels button {
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.24px;
    text-align: left;
    color: var(--white);
    background-color: var(--button_grey);

}

.ourServices button.active {
    background-color: var(--dark_sky_blue);
}

.serviceContainer {
    width: 100%;
}

.serviceContainer .serviceContent {
    display: none;

}

.serviceContainer .serviceContent.active {
    display: flex;
}

.serviceContent .serviceImg {
    width: 40%;
}

.serviceContent .serviceImg img {
    width: 416px;
    height: 300px;
}

.serviceContent .content {
    width: 50%;

}

.serviceContent h3 {
    padding: 40px 0 16px 0;
    /*44px 0 22px 0*/
}

.serviceContent p.linkN {
    padding: 28px 0 0 0;
    /*--32px 0 0 0-----*/
}

.serviceContent p.linkN:after {
    content: '>';
    padding: 10px;
}
/*--------------Ourservices(Compliance)-----------*/
#ourServices h3.fontLightL{
    display: none;
}
.serviceComp{
    width:38%;
    display: block;
}
.serviceComp p{
    padding:20px 0 48px 0;
}
.serviceComp ul{
    padding: 0 0 0 30px;
}

.serviceComp li{
    position: relative;
    opacity: 0.82;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: var(--white);
    padding: 0 0 36px 0;
}
.serviceComp li:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 8px;
    left: -24px;
    background-color: #304167;
}
.serviceBoxes{
    width: 55%;
    justify-content: flex-end;
    row-gap: 32px;
    column-gap: 32px;
    margin-top: -30px;
}
.complianceBox{
    width: 260px;
    height: 292px;
    border-radius: 10px;
    background-color: #081229;
    border-top: 7px solid transparent;
    padding:0 30px 0 20px;
}
.complianceBox:nth-child(2) {
    margin-top: 88px;
}

.complianceBox:nth-child(3) {
    margin-top: -88px;
}

.complianceBox p{
    height:80px;
    padding:14px 0 0 0;
    overflow:hidden;
}
.complianceBox .arrow{
    float: right;
    margin: -10px 4px 0 0;
    display: none;
}
.complianceBox .arrow_long_left{
  display: block;
  margin: 30px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid 
  #203563;
  border-left: 2px solid 
  #203563;
  transform:rotate(135deg);
  -moz-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  -o-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
}
.complianceBox .arrow_long_left:after{
  content: "";
  display: block;
  width: 2px;
  height: 34px;
  background-color:  #203563;
  transform: rotate(-45deg) translate(11.6px, 4px);
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg) translate(11.6px, 4px);
  -moz-transform: rotate(-45deg) translate(11.6px, 4px);
  -ms-transform: rotate(-45deg) translate(11.6px, 4px);
  -o-transform: rotate(-45deg) translate(11.6px, 4px);
}
.complianceBox:hover{
    border-top: 7px solid #101f42;
    border-radius: 9px;
}
.complianceBox:hover .arrow{
    display: block;
}
/*-------whyChooseUs--------*/
.chooseUs {
    padding: 82px 0 0 0;
    justify-content: space-between;
}

.chooseUs .imageContainer {
    width: 50%;
}

.chooseUs .imageContainer img {
    width: 500px;
    height: 340px;
}

.whyList {
    width: 40%;

}

.whyList li {
    font-size: 20px;
    letter-spacing: 0.3px;
    color: var(--white);
    padding: 0 0 56px 0;
}

.whyList .icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--dark_sky_blue);
    display: inline-flex;
    color: var(--main_bg);
    margin: 0 25px 0 0;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

/*--------talkToHuman-----*/
.talkToHuman {
    background: var(--stripe_bg);
}

.talkToHuman .container {
    position: relative;
    max-width: 1088px;
    margin: 0 auto;
    padding: 82px 0 62px 0;
    height:100%;
    min-height:auto;
}

.talkToHuman .content {
    width: 40%;
}

.talkToHuman .content p {
    padding: 20px 0;
}



.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;
}

.talkToHuman video {
    position: absolute;
    /* bottom: -1.4%; */
    left: -0px;
    z-index: 0;
}
/*****************************************/

/*-------benefits and keybenefitsList--------*/
h3~.center_8 {
    width: 90%;
    margin: -88px auto 0 auto;
    text-align: center;
    padding: 40px 0;
}

.benefitList {
    padding: 18px 0 0 0;
    row-gap: 40px;
}

.keyBenefitList {
    row-gap: 40px;
}

.benefitsBox,
.keyBenefitsBox {
    width: 46%;
    row-gap: 12px !important;
    column-gap: 28px;
}

.benefitsImg,
.keyBenefitsImg {
    width: 14%;
}

.benefitsImg img,
.keyBenefitsImg img {
    width: 88px;
    height: 88px;
}

.benefitsContent,
.keyBenefitsContent {
    width: 76%;
}

.benefitsContent h5,
.keyBenefitsContent h5 {
    padding: 0 0 10px 0;
}

/*-------keybenefits----------*/
.keyBeneAccordion {
    position: relative;
}

.keyBeneContent {
    position: relative;
    column-gap: calc(100% - 30% - 30%);
    row-gap: 46px;
    flex-direction: row;
}

.keyBeneContent .content {
    width: 30%;
    cursor:pointer;
}
.keyBeneContent .content:nth-child(1),.keyBeneContent .content:nth-child(1) p {
    text-align: right;
    order:1

}
.keyBeneContent .content:nth-child(2){

    order:2;

}
.keyBeneContent .content:nth-child(3){
order:4
}
.keyBeneContent .content:nth-child(4),
.keyBeneContent .content:nth-child(4) p{
    order:3;
    text-align: right;
    }



.keyBeneContent .content.active h5 {
    color: var(--dark_sky_blue)
}

.keyBeneAcc {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: calc(50%);
    left: 50%;

}

.keyImage {
    box-sizing: border-box;
}

.keyImage img {

    position: absolute;
    transform: translate(-50%, -50%);
    width: auto;
    height: 150px;
    left: 50%;
    top: calc(50%);
    display: none;
}

.keyImage img.active {
    display: block;
}

.keyPoints {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.keyPoints:nth-child(1) {
    top: 10%;
    left: 8%;
}

.keyPoints:nth-child(2) {
    top: 10%;
    left: 80%;
}

.keyPoints:nth-child(4) {
    top: 82%;
    left: 10%;
}

.keyPoints:nth-child(3) {
    top: 80%;
    left: 80%;
}

.keyPoints:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 6px var(--main_bg);
    background-color: #293246;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.keyPoints:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 6px var(--main_bg);
    background-color: #293246;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: radial-gradient(circle at 28% 25%, var(--dark_sky_blue) 8%, var(--main_bg) 100%);
    opacity: 0;

}

.keyPoints.active:after {
    opacity: 1;
}

/**********risksflexstart**********/
.riskFlexStart {
    justify-content: flex-start;
    row-gap: 56px;
    column-gap: 2%;
}

.risk {
    width: 32%;
    text-align: center;
}
.risk-col-2{
    width:40%;
}

.risk h5 {
    padding: 24px 0 12px 0;
}

.risk p {
    text-align: center;
}

/*----------ouraccordionApproach-------*/
.accordionApproach .accApproach {
    width: 40%;

}

.accordionApproach .accImageContainer {
    width: 40%;
}

.accordionApproach .accImageContainer video {
    width: 440px;
    display: none;
}

.accImageContainer video.actived {
    display: block;
}

.accApproach .approach {
    position: relative;
    line-height: 30px;
    padding: 0 0 0 20px;
    border-left: 1px solid #707070;
    cursor: pointer;


}

.accApproach .approach:before,
.accApproach .approach:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 6px solid var(--main_bg);
    background-color: #293246;
    left: -16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 5px 0 0;
}

.accApproach .approach:after {
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 2px;
    background: radial-gradient(circle at 28% 25%, var(--dark_sky_blue) 8%, var(--main_bg) 100%);
    opacity: 0;
}

.accApproach .approach.actived:after {
    opacity: 1;
}

.accApproach .approach:last-child {
    border: none;
}

.accApproach .approach.actived:last-child {
    border-left: 1px solid #707070;
}

.accApproach .content {
    padding: 10px 0;
}

.accApproach .approach h5 {
    line-height: 30px;
}

.accApproach .approach.actived h5 {
    color: var(--dark_sky_blue);
}

.accApproach .approach p {
    display: none;

}

.accApproach .approach.actived p {
    display: block;
}

/***********************/
/*---------------Approachwave---------*/
.approachWave {
    display: block;
    width: 80%;
    height: 430px;
    margin: 280px auto 160px auto;
}

.approachWave .wave {
    display: inline-block;
    position: relative;
    margin: 30px -3px;
    transform: rotate(45deg);
}



.approachWave .wave:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #666;
}

.approachWave .wave:nth-child(odd):before {
    top: -64px;
    left: -64px;
}

.approachWave .wave:nth-child(even):before {
    top: 204px;
    left: 204px;
}

.approachWave .wave:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background: var(--white);
    transform: translate(-50%, -50%)rotate(-45deg)
}

.approachWave .wave:nth-child(odd):after {
    top: -12px;
    left: -12px;
}

.approachWave .wave:nth-child(even):after {
    top: 172px;
    left: 172px;
}

.approachWave .wave .content {
    transform: translate(-50%, -50%)rotate(-45deg);
    position: absolute;
    width: 260px;
    text-align: center !important;
}

.approachWave .wave h5 {
    padding: 10px 0;
}

.approachWave .wave .content p {
    text-align: center;
}

.approachWave .wave:nth-child(odd) .content {
    top: -118px;
    left: -118px;
}

.approachWave .wave:nth-child(even) .content {
    top: 264px;
    left: 264px;
}

.approachWave .semicircle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid var(--white);
    border-top-color: var(--white);
    border-left-color: var(--white);
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.approachWave .wave:nth-child(even) .semicircle {
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--white);
    border-right-color: var(--white);
}

.approachWave .wave.active:before {
    background: radial-gradient(circle at 28% 25%, var(--dark_sky_blue) 8%, var(--main_bg) 100%);

}

.approachWave .wave.active:after {
    background-color: var(--dark_sky_blue);
    box-shadow: 0px 0px 5px var(--dark_sky_blue);

}

.approachWave .wave.active h5 {
    color: var(--dark_sky_blue)
}

.approachWave .wave:nth-child(odd).active .semicircle {
    border-top-color: var(--dark_sky_blue);
    border-left-color: var(--dark_sky_blue);
    ;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.approachWave .wave.active:nth-child(even) .semicircle {
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--dark_sky_blue);
    border-right-color: var(--dark_sky_blue);
    
}
.semicircle div{
    position: relative;
    width:154px;
    height:151px;
     
}
.semicircle img{
    position: absolute;
    transform: rotate(315deg);
    top:20%;
    left:25px;
    width:100px;
    height:100px;
}

/*-----------approachLine------*/
.approachLine{
    display: block;
}
.approachContent p {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.approachContent p.Timelineactive {
    display: block;
}

.approachHrLine {
    position: relative;
    width: 40%;
    margin: 20px auto 70px auto;
    height: 1px;
    background: var(--dark_sky_blue);
}

.approachHrLine:before,
.approachHrLine:after {
    content: ' ';
    position: absolute;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--dark_sky_blue);
}

.approachHrLine:after {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 100%;
}



.approachTimeline .approachInfo {
    flex: 1 1 0;
    border-left: 2px solid var(--gray_color);
    padding: 0 0 0 20px;
    height: fit-content;

}

.approachInfo img {
    opacity: 0.4;
}

.approachInfo.Timelineactive img {
    opacity: 1;
}

.approachInfo:last-child,
.approachInfo:nth-last-child(2) {
    margin: 50px 0 0 0
}

.approachTimeline h5 {
    color: #686872;
    padding: 10px 0 0 0;
}

.approachInfo.Timelineactive h5 {
    color: var(--white);
}

.approachLine svg {
    margin: 0px 0 0 0;
}
/*-----------approach Wave responsive------*/

.approachWaveR {
    display: none;
}

.approachWaveR .wave {

    position: relative;
    padding: 30px 26px;
}

.approachWaveR img{
    width:96px;
    height:96px;
}
.approachWaveR .wave:before {
    content: '';
    position: absolute;
    height:100%;
    width:1px;
    background-image: linear-gradient(#afafaf 33%, rgba(255, 255, 255, 0) 10%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;
    left:0px
}
.approachWaveR .wave:first-child:before {
   height:calc(100% - 38px);
    margin:38px 0 0 0;
}
.approachWaveR .wave:last-child:before {
    height:44px;
}

.approachWaveR .wave:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #afafaf;
    background-color: #040c1c;
    left: 0px;
    top:74px;
    transition: 1s;

}

.approachWaveR .wave.awOpen:after {
    border: 1px solid var(--dark_sky_blue);
    background-color: var(--dark_sky_blue);
}

.approachWaveR .awOpen h5 {
    color: var(--dark_sky_blue);
}
.approachWaveR .semicircle img{
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/*--------Why choose Us*/
.whyChooseContainer {
    justify-content: space-evenly;
    row-gap: 50px;
}

.whyChooseWrapper {
    width: 26%;
    text-align: center;
}

.whyChooseWrapper img {
    width: 80px;
    height: 80px;
}

.whyChooseWrapper h5 {
    padding: 26px 0 12px 0;
}

.whyChooseWrapper p {
    text-align: center;
}

/****interested***/
.interested {
    margin: 100px 0;
    text-align: center;
}

.interested h3 {
    padding: 78px 0 30px 0;
}

.interested button {
    padding: 16px 42px;
}
#getQuoteForm{
    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%);
    margin:0;
}
#getQuoteForm .formClose{
    padding:0px 40px;
}

/********************************/
/***********SACT***************/
.module {
    width: 42%;
}

.moduleButton button {
    padding: 16px 22px;
    margin: 0 -3px;
    background: #09172b;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.moduleButton button:hover {
    background: #76bee3;
}

.moduleButton button.active {
    background: var(--dark_sky_blue);
}

.moduleContent .content {
    display: none;
}

.moduleContent .content.active {
    display: block;
}

.moduleContent h3 {
    padding: 54px 0 24px 0;
}

.moduleContent button {
    padding: 12px 54px;
    margin: 24px 0 0 0;
}

.moduleImage img {
    display: none;
}

.moduleImage img.active {
    display: block;
}

/*accordionWork*/
.accordionWork {
    width: 30%;
    height: 100%;
    border-left: 4px solid #ffffff20;
    padding: 0 0 0 30px;
}

.accordionWork .label {
    padding: 24px 0;
    position: relative;
    color: #ffffff30;
}

.accordionWork .label.active {
    color: var(--white);
}

.accordionWork .label:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: -33px;
    top: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--dark_sky_blue);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
}

.accordionWork .label.active:before {
    display: block;
}

.accordionWork .label:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 90%;
    background-color: var(--dark_sky_blue);
    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: 0px;
    left: -33px;
    display: none;
}

.accordionWork .label.active:after {
    display: block;
}

.accWorkContent {
    width: 60%;
}

.accWorkContent .content {
    width: 74%;
}

/*----------plan pricing--------*/
.planContent {
    width: 32%;
    padding: 48px 38px 46px 38px;
    background: #ffffff03;
    text-align: center;
}

.planContent p {
    text-align: center;
}

.planContent button {
    width: 100%;
    padding: 16px 0;
}

/*-----Download sample---------*/
.downloadSample {
    justify-content: start;
}

.downloadSample .imageContainer {
    width: 45%;
}

.downloadSample .content {
    width: 50%;
}

.downloadSample .content h3 {
    padding: 36px 0 18px 0;
}

/*-----------clientsTalk-------*/
.quoteBg {
    width: 100%;
    height: 42px;

    background: url('https://res.cloudinary.com/swiftsafe/image/upload/f_auto,q_auto/swiftsafe/Services%20Page/left-quote.png');
    background-repeat: no-repeat;
    background-position: 50%, 0%;
    margin: -12px 0 32px 0;
}

.clientsContent .content {
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

.clientDivider {
    position: relative;
    width: 90%;
    height: 1px;
    margin: 40px auto;
    background: var(--dark_sky_blue);


}

.clientDivider:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--dark_sky_blue);
    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: 10px;
    left: 50%;
}


/*---------------mediaQueries--------------*/
/*-----------For Extra large screens----------*/
@media (min-width:1366px) {
    /*--------*/


}
@media (max-width:1200px) {
    /*--------*/
    body {
        background-position: 124% 24%,-32% 48%;
    }
.main{
    max-width: calc(100% - 80px);
}

}

/*---------------Desktops, large screens--------*/
@media (max-width:1025px) {
    .header{
        display: none;
    }
    .main {
        max-width: calc(100% - 80px);
    }
    .hamburger {
        display: block;
    }
    .approachWave, .approachLine{
        display: none;
    }
    .approachWaveR{
        display: block;
        padding:0 10px;
    }
}

@media(max-width:900px) {
    body{
        background-image: none;
    }
}
/*------------------small screens, laptops-------------*/
@media(max-width:789px) {
    .scrollDown{
        display: block;
    }
    .main {
        max-width: calc(100% - 80px);
    }
.mainHero{
    height:100%;
}
    .introDesc {
        row-gap: 88px;
    }

    .introDesc .content,
    .introDesc .imageContainer,
    .whyContainer .content,
    .whyContainer .imageContainer,
    .chooseUs .imageContainer,
    .chooseUs .whyList,
    .talkToHuman .content,
    .talkToHuman .register,
    .serviceContent .content,
    .serviceContent .serviceImg,
    
    .benefitsBox,
    .benefitsBox .benefitsImg,
    .benefitsBox .benefitsContent,
    .accordionApproach .accImageContainer,
    .accordionApproach .accApproach, .risk , .keyBenefitList, .keyBenefitsImg, .keyBenefitsContent, .keyBenefitsBox {
        width: 100%;
    }
    .accordionApproach {
        padding:0 10px;
    }
    .chooseUs .imageContainer video,
    .serviceContent video {
        width: 100%;
    }
/*changes*/
    .introDesc{
        margin:110px auto;
    }
    .introDesc h1{
        padding:0 0 16px 0;
    }
    .introDesc .imageContainer {
        margin:0 0 60px 0;
        text-align: center;
    }

    .interested{
        max-width:calc(100% - 20px)
    }

h3.fontLightL {
    font-size: 32px;
}
h4.fontS{
    font-size: 15px;
}
.whyList li{
    font-size: 15px;
    padding: 0 0 42px 0;
}
/*changes ends*/
    .serviceBoxes {
        width: 100%;
        margin: 40px 0 0 0;
        justify-content: space-evenly;
    }
    .serviceComp{
        display: none;
    }
    #ourServices h3{
        display: block;
    }

    .complianceBox:nth-child(2),
    .complianceBox:nth-child(3),
    .complianceBox {
        margin: 0;
    }
    
    .talkToHuman .container {
        max-width: 480px;
        padding: 82px 0 300px 0;
        overflow: hidden;
        max-width: calc(100% - 40px);
    }
    .talkToHuman p.talkToHumanR{
        display: none;
    }

    .talkToHuman img {
        bottom: -25.1%;
        left: 4px;
    }
    .talkToHuman video {
        width:100%;
        bottom:-1.4%;

    }


    /********************888*********/
    .padding-88{
        padding: 0 0 60px 0;
    }
    .imageContainer video, .accordionApproach .accImageContainer video, .introDesc .imageContainer video{
        width:100%;
    }
    .benefitsBox,
    .whyChooseWrapper, .risk, .keyBenefitsBox {
        border-radius: 5px;
        /* border: solid 1px #707070; */
        background-color: #0F1625;
        padding: 27px 20px 26.2px;
    }

    .keyBeneAcc {
        display: none;
    }

    .keyBeneContent .content {
        width: 100%;
    }


    .keyBeneContent {
        order: 2;
    }

    .keyBeneContent .content:nth-child(1),
    .keyBeneContent .content:nth-child(1) p,
    .keyBeneContent .content:nth-child(4),
    .keyBeneContent .content:nth-child(4) p {
        text-align: left;
        order: 1;
    }

    .keyBeneContent .content:nth-child(1) {
        order: 1
    }

    .keyBeneContent .content:nth-child(2) {
        order: 2
    }

    .keyBeneContent .content:nth-child(3) {
        order: 3
    }

    .keyBeneContent .content:nth-child(4) {
        order: 4
    }

    .accordionApproach .accImageContainer {
        order: 1;
        margin: 20px auto
    }

    .keyImage {
        order: 1;
        position: relative;
        margin: 20px auto;
    }

    .keyImage img {
        position: relative;
        margin: 20px auto;
    }

    .accApproach {
        order: 2
    }

    .whyChooseWrapper,
    .whyChooseWrapper p {
        width: 100%;
        text-align: left;
    }
  

}

/*---------------iPads, tablets--------------*/
@media(max-width:481px) {
    .main{
        max-width: calc(100% - 40px);
    }

    .complianceBox {
        width: 100%;
        height: auto;
    }

}




/*------------------mobile devices-----------*/
@media(max-width:320px) {
    .main {
        max-width: calc(100% - 40px);

    }

}