* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 0 1rem;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 25px;
    background-color: grey;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #02368a;
    width: 20px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style-type: none;
    position: relative;
    bottom: 62px;
}
.slick-arrow {
    display: none;
}
.slick-prev {
    display: none;
}
.slick-next {
    display: none;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
del {
    text-decoration: line-through;
}
header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}
@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular-webfont.woff2') format('woff2'),
        url('../fonts/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "latobold";
    src: url("../fonts/lato-bold-webfont.woff2") format("woff2"),
        url("../fonts/lato-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "latoregular";
    src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
        url("../fonts/lato-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "allison_scriptregular";
    src: url("../fonts/allison_script-webfont.woff2") format("woff2"),
        url("../fonts/allison_script-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,
textarea,
select {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
p {
    line-height: 1.6em;
}
br.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}
a:hover,
[type="submit"]:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.dropbtn {
    color: black;
    font-size: 22px;
    font-family: "latobold";
    border-bottom: 2px solid grey;
    cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980b9;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.wrapper {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}
#spotlight {
    width: 100%;
    height: 119vh;
    background-repeat: no-repeat;
    background-image: url('../images/spotlight.jpg');
    background-size: cover;
}
section.header {}
section.header div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.header div.content div.left {}
section.header div.content div.left h1 {
    width: 250px;
}
section.header div.content div.left h1 a {
    display: inline-block;
}
section.header div.content div.left h1 a img {
    width: 100%;
}
.main-menu ul li{

}
section.header div.content div.right {}
section.header div.content div.right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.header div.nav{
    display: none;
}
section.header div.nav ul{
    display: flex;
    align-items: center;
}
section.header div.nav ul li{
    margin-right: 40px;
}
section.header div.nav ul li a{
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 22px;
    font-family: "latoregular";
    padding-bottom: 5px;
}
section.header div.nav ul li a div.cart{
    width: 26px;
    height: 23px;
}
section.header div.nav ul li a div.cart img{
    width: 100%;
}
section.header div.nav ul li:nth-child(2) a{
    padding: 10px 30px;
    font-size: 19px;
    font-family: "latobold";
    background-color: white;
    color: #13233D;
    border-radius: 3px;
}
section.header div.nav ul li:nth-child(2) a:hover{
    background-color: red;
    color: white;
    transition-duration: 0.8s;
}
section.header div.nav ul li:nth-child(1) a span svg:hover{
    color: red;
    transition-duration: 0.8s;
}
section.header div.content div.right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.header div.content div.right ul li {
    margin-right: 40px;
}
section.header div.content div.right ul li:nth-child(1) {
    border-bottom: 2px solid white;
}
section.header div.content div.right ul li:nth-child(1) a {
    padding-bottom: 5px;
}
section.header div.content div.right ul li a {
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 22px;
    font-family: "latoregular";
    padding-bottom: 5px;
}
section.header div.content div.right ul li:nth-child(8) a {
    padding: 10px 30px;
    font-size: 19px;
    font-family: "latobold";
    background-color: white;
    color: #13233D;
    border-radius: 3px;
    transition: 0.6s;
}
section.header div.content div.right ul li:nth-child(8) a:hover {
    background-color: red;
    color: white;
}
section.header div.content div.right ul li a span {}

section.header div.content div.right ul li a span svg {
    color: white;
    width: 26px;
    height: 23px;
}
section.header div.content div.right ul li:hover {
    border-bottom: 2px solid white;
    font-family: "latobold";

}
section.header div.content div.right ul li:hover:nth-child(7) {
    border-bottom: none;
}
section.header div.content div.right ul li:hover:nth-child(8) {
    border-bottom: none;
}
section.header div.content div.right ul li:hover a span svg {
    color: red;
    transition-duration: 0.8s;
}
.btn{
    display:none;
}
#spotbottom {
    height: 220px;
    background-color: #eef9ff;
    margin: 0 0 100px 0;
    padding: 30px 0;
}
#spotbottom ul {
    display: flex;
    justify-content: space-around;
}
#spotbottom ul li.card {
    margin-right: 50px;
    background-color: white;
    width: 100px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0px 3px 26px #00000017;
}
#spotbottom .slick-dots {
    position: absolute;
    bottom: -50px;
}
#spotbottom .slick-slide {
    margin-right: 50px;
}
#spotbottom .slick-track {
    padding: 20px;
}
#spotbottom ul li.card:hover {
    box-shadow: 0px 1px 12px 0px rgba(168, 159, 168, 1);
    transition-duration: 0.8s;
}
#spotbottom ul li:nth-child(6) {
    margin-right: 0;
}
#spotbottom ul li a img {
    width: 100px;
    /* margin-top: 25px; */
    display: block;
    margin: 25px auto;
}
#spotbottom ul li a h3 {
    font-family: "latobold";
    margin-top: 32px;
    font-size: 26px;
    margin-bottom: 31px;
    text-align: center;
    color: grey;
}
#about {
    padding-top: 120px;
}
#about div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about div.content div.left {
    width: 50%;
}
#about div.content div.left h4 {
    font-family: "latoregular";
    font-size: 24px;
    color: BLACK;
}
#about div.content div.left h2 {
    font-family: "latobold";
    font-size: 50px;
    margin: 30px 0;
    color: black;
}
#about div.content div.left p {
    font-family: "latoregular";
    font-size: 24px;
    color: black;
}
#about div.content div.left a {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 30px;
    border: 1px solid #ef1b23;
}
#about div.content div.left a:hover {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 30px;
    background-color: red;
    box-shadow: 0px 3px 48px #00000017;
    transition-duration: 0.8s;
}
#about div.content div.left a:hover div.button span {
    color: white;
}
#about div.content div.left a div.button {
    display: flex;
    justify-content: space-between;
}
#about div.content div.left a div.button span {
    color: #ef1b23;
    font: 16px;
    font-family: "latobold";
    margin-right: 20px;
}
#about div.content div.left a div.button div.arrow {
    width: 15px;
    display: block;
    color: red;
}
#about div.content div.left a div.button div.arrow svg {
    margin-top: 1px;
}
#about div.content div.left a:hover div.button div.arrow {
    color: white;
    transition-duration: 0.8s;
}
#about div.content div.right {
    width: 50%;
    height: 550px;
}
#about div.content div.right img {
    width: 100%;
    display: block;
}
#features {
    position: relative;
    padding: 100px 0;
    margin-top: 50px;
}
#features::after {
    position: absolute;
    width: 82%;
    background-color: #EEF9FF;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: -5;
}
#features div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#features div.content div.left {
    width: 55%;
}
#features div.content div.left ul {
    display: flex;
}
#features div.content div.left ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
#features div.content div.left ul li:nth-child(1):hover {
    box-shadow: 0px 3px 99px #0000000f;
    transition-duration: 0.8s;
}
#features div.content div.left ul li:nth-child(3):hover {
    box-shadow: 0px 3px 99px #0000000f;
    transition-duration: 0.8s;
}
#features div.content div.left ul li:nth-child(2) {
    width: 30%;
}
#features div.content div.left ul li:nth-child(3) {
    margin-right: 0;
}
#features div.content div.left ul li img {
    margin: 30px auto;
    width: 117px;
    height: 117px;
}
#features div.content div.left ul li h4 {
    font-family: "latobold";
    font-size: 26px;
    width: 200px;
    height: 64px;
    text-align: center;
    color: black;
    margin: 20px auto;
}
#features div.content div.left ul li p {
    font-family: "latoregular";
    width: 345px;
    height: 110px;
    font-size: 22px;
    text-align: center;
    color: black;
    padding-bottom: 50px;
}
#features div.content div.right {
    width: 50%;
}
#features div.content div.right h4 {
    font-family: "latoregular";
    text-align: right;
    font-size: 26px;
    color: grey;
    padding-left: 150px;
}
#features div.content div.right h2 {
    font-family: "latobold";
    font-size: 50px;
    color: black;
    margin-top: 10px;
    text-align: right;
}
#features div.content div.right div.grid {
    width: 149px;
    height: 143px;
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 32%;
}
#features div.content div.right div.grid img {
    display: block;
    width: 100%;
}
#tools {
    height: 80vh;
    padding-top: 100px;
    position: relative;
}
#tools div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#tools div.content div.left {
    width: 50%;
    padding-top: 100px;
}
#tools div.content div.left h4 {
    font-family: "latoregular";
    font-size: 26px;
    color: grey;
}
#tools div.content div.left h2 {
    font-family: "latobold";
    font-size: 50px;
    margin: 10px 0;
    color: black;
}
#tools div.content div.left p {
    font-family: "latoregular";
    font-size: 22px;
    color: black;
    margin: 20px 0;
}
#tools div.content div.left a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 30px;
    border: 1px solid #ef1b23;
}
#tools div.content div.left a:hover {
    background-color: red;
    transition-duration: 0.8s;
}
#tools div.content a:hover div.button span {
    color: white;
    transition-duration: 0.8s;
}
#tools div.content a div.button {
    display: flex;
    justify-content: space-between;
}
#tools div.content a div.button span {
    color: #ef1b23;
    font: 16px;
    font-family: "latobold";
    margin-right: 20px;
}
#tools div.content a div.button div.arrow {
    width: 15px;
    display: block;
    color: red;
}
#tools div.content a div.button div.arrow svg {
    margin-top: 1px;
}
#tools div.content a:hover div.button div.arrow {
    color: white;
    transition-duration: 0.8s;
}
#tools div.content div.right {
    width: 50%;
}
#tools div.content div.right img.main {
    width: 100%;
    transform: translateX(200px);
}
#tools div.content div.right img.respo{
    display: none;
}
#capabilities {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}
#capabilities div.dot {
    position: absolute;
    left: 375px;
    top: 0;
    z-index: -1;
}
#capabilities div.dot img {}
#capabilities div.bg {
    width: 75%;
    height: 900px;
    background-color: #eef9ff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 80px;
}
#capabilities h4 {
    margin-bottom: 20px;
    text-align: right;
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
}
#capabilities h2 {
    text-align: right;
    font-family: "latobold";
    color: black;
    font-size: 50px;
}
#capabilities div.box {
    padding: 20px;
}
#capabilities div.content {
    margin-top: 50px;  
}
#capabilities div.content div.content1 {
    width: 95% !important;
    position: relative;
    background: #ffffff;
    margin-right: 15px;
    margin-left: -12px;
    margin-top: 10px;
    padding: 50px 30px;
    box-shadow: 0px 0px 15px #0000000f;
    margin-bottom: 50px;
}
#capabilities div.content div.content1 img {
    text-align: left;
    display: block;
    width: 81px;
    height: 81px;
}
#capabilities div.content div.content1 h3 {
    text-align: left;
    font-family: "latobold";
    font-size: 22px;
    margin: 30px 0;
}
#capabilities div.content div.content1 p {
    text-align: left;
    font-family: "latoregular";
    font-size: 22px;
}
#capabilities div.content div.content1 div.bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
#capabilities div.content div.content1 div.bg-img img {
    width: 204px;
    height: 218px;
}
#capabilities div.content div.content1 .slick-initialized .slick-slide {
    margin: 0 20px;
    width: 100% !important;
}
#we {
    height: 70vh;
}
#we div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#we div.content div.left {
    width: 50%;
    margin-right: 100px;
}
#we div.content div.left h4 {
    font-family: "latoregular";
    font-size: 26px;
    color: grey;
}
#we div.content div.left h2 {
    font-family: "latobold";
    font-size: 50px;
    margin: 10px 0;
    color: black;
}
#we div.content div.left p {
    font-family: "latoregular";
    font-size: 22px;
    color: black;
}
#we div.content div.left a {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 30px;
    border: 1px solid #ef1b23;
    transition-duration: 0.6s;
}
#we div.content div.left a:hover {
    background-color: red;
    transition-duration: 0.6s;
}
#we div.content a:hover div.button span {
    color: white;
    transition-duration: 0.8s;
}
#we div.content a div.button {
    display: flex;
    justify-content: space-between;
}
#we div.content a div.button span {
    color: #ef1b23;
    font: 16px;
    font-family: "latobold";
    margin-right: 20px;
}
#we div.content a div.button div.arrow {
    width: 15px;
    display: block;
    position: absolute;
    z-index: 2;
    margin-left: 100px;
    color: red;
}
#we div.content a:hover div.button div.arrow {
    color: white;
}
#we div.content div.right {
    width: 40%;
    height: 70vh;
}
#we div.content div.right {
    width: 50%;
}
#we div.content div.right div.playbtn {
    width: 80% !important;
    margin: 0 auto;
}
#we div.content div.right div.playbtn a img {
    width: 100%;
    margin-right: 20px;
}
#we div.content div.right div.owl-item {
    width: 100%;
    display: flex;
}
#we div.content div.right .slick-dots button {
    margin-top: 0;
}
#we div.content div.right div.video {}

#we div.content div.right div.video img {}
#brands {
    padding-top: 50px;
}
#brands div.content {
    background-color: #eef9ff;
}
#brands div.content .wrapper {
    overflow: hidden;
}
#brands div.content h2 {
    font-family: "latobold";
    font-size: 50px;
    padding: 100px 0 10px;
    color: black;
    text-align: center;
}
#brands div.content h2 span {
    color: #ef1b23;
}
#brands div.logo-sec {
    padding: 20px 20px 100px 20px;
}
#brands div.logo-sec ul {
    display: flex;
}
#brands div.logo-sec ul .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 40%;
}
#brands div.logo-sec ul li {
    display: block;
    margin-left: 18px;
    margin-bottom: 50px;
}
#brands div.logo-sec ul li img {
    width: 90%;
}
#brands div.logo-sec ul li .slick-dots {
    position: absolute;
    bottom: 0;
}
#pricing {
    padding-top: 100px;
    margin-bottom: 100px;
    height: auto;
}
#pricing h4 {
    font-size: 26px;
    font-family: "latoregular";
    text-align: center;
    color: grey;
    margin-bottom: 20px;
}
#pricing h2 {
    font-size: 42px;
    font-family: "latobold";
    text-align: center;
    color: black;
    margin-bottom: 30px;
}
#pricing h2 {
    font-size: 42px;
    font-family: "latobold";
    text-align: center;
    color: black;
    margin-bottom: 50px;
}
#pricing div.menus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
#selectMe {}
#selectMe option {}
#pricing div.menus div.radios {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33%;
}
#pricing div.menus div.radios label {
    width: 40%;
    font-size: 22px;
    font-family: "latobold";
    align-items: center;
    display: flex;
}
#pricing div.menus div.radios label input {
    margin-right: 20px;
    width: 27px;
    height: 27px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #3e3e3e;
}
#pricing div.menus div.select {
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 17px 52px #00000014;
    border-radius: 25px;
}
#pricing div.menus div.select select {
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-family: "latobold";
    cursor: pointer;
    border-radius: 25px;
    background-color: white;
    border: none;
    color: grey;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
}
#moreusers{
    font-size: 22px;
    font-family: "latobold";
    color: grey;
    height: 50px;
    border-radius: 25px;
    width: 20%;
    background-color: white;
    box-shadow: 0px 17px 52px #00000014;
    padding: 10px 20px;
}
#blk-1 div.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
}
#blk-1 div.container {
    width: 31%;
    position: relative;
    padding: 9px;
    margin: 30px 0;
    border-radius: 16px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 17px 52px #00000014;
}  
#blk-1 div.container:hover {
    transform: translateY(-20px);
    transition-duration: 0.5s;
}
#blk-1 div.container div.containerhead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}
#blk-1 div.container h4 {
    font-size: 22px;
    font-family: "latoregular";
    text-align: center;
    color: grey;
    margin-bottom: 30px;
}
#blk-1 div.container h2 {
    font-size: 42px;
    font-family: "latobold";
    text-align: center;
    color: #5e5454;
    margin-bottom: 30px;
}
#blk-1 div.container h2 sup {
    font-size: 22px;
    vertical-align: super;
    font-family: "latobold";
    color: #5e5454;
    margin-bottom: 30px;
}
#blk-1 div.container hr {
    border-bottom: 2px solid grey;
    width: 100%;
    margin-bottom: 30px;
}
#blk-1 div.container div.normal_list ul {
    width: 90%;
    margin: 0 auto;
}
#blk-1 div.container div.normal_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 25px;
    width: 100%;
}
#blk-1 div.container div.normal_list ul li div.listimage {
    width: 17px;
    height: 10px;
    color: #298503;
    margin-right: 10px;
}
#blk-1 div.container div.dropdown_list ul li h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latoregular";
    color: grey;
    margin-right: 10px;
}
#blk-1 div.container div.normal_list ul li div.help_eye {
    position: relative;
    display: inline-block;
}
#blk-1 div.container div.normal_list ul li div.help_eye svg{
    color: #13233d;
    width: 17px;
    height: 15px;
}
#blk-1 div.container div.normal_list ul li div.help_eye span.helptext{
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  /* Position the helpbox*/
    position: absolute;
    z-index: 1;
    right: 0;
}
#blk-1 div.container div.normal_list ul li div.help_eye:hover span.helptext {
    visibility: visible;
    
}
#blk-1 div.container div.dropdown_list {
    margin-bottom: 20px;
}
#blk-1 div.container div.dropdown_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 45px;
}
#blk-1 div.container div.dropdown_list ul li div.listimage {
    width: 17px;
    height: 10px;
    color: #298503;
    margin-right: 10px;
}
#blk-1 div.container div.dropdown_list ul li div.help_eye {
    position: relative;
    display: inline-block;
}
#blk-1 div.container div.dropdown_list ul li div.help_eye svg{
    color: #13233d;
    width: 17px;
    height: 15px;
}
#blk-1 div.container div.dropdown_list ul li div.help_eye span.helptext{
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  /* Position the helpbox*/
    position: absolute;
    z-index: 1;
    right: 0;
}
#blk-1 div.container div.dropdown_list ul li div.help_eye:hover span.helptext {
    visibility: visible;
}
#blk-1 div.container div.normal_list ul li h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latoregular";
    color: grey;
    margin-right: 10px;
}
#blk-1 div.container div.dropdown_list div.drop {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 0 20px;
}
#blk-1 div.container div.dropdown_list div.drop h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latobold";
    color: black;
    margin-bottom: 10px;
}
#blk-1 div.container div.dropdown_list div.drop span {
    color: black;
    width: 20px;
}
#blk-1 div.container div.dropdown_list div.drop span.chevron-up {
    transform: rotate(180deg);
    margin-bottom: 7px;
}
#blk-1 div.container div.dropdown_list ul.droplist {
    width: 120%;
    margin-top: 10px;
    display: none;
}
#blk-1 div.container div.dropdown_list ul.droplist li.menu-item {
    width: 100%;
}
#blk-1 div.container div.addtocart {
    width: 75%;
    margin: 0 auto;
}
#blk-1 div.container div.addtocart a {
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: "latoregular";
    color: #111f37;
    padding: 10px 30px;
    border: 2px solid #111f37;
    box-shadow: 0px 12px 27px #111f3726;
}
#blk-1 div.container div.buynow {
    width: 75%;
    margin: 0 auto;
}
#blk-1 div.container div.buynow a {
    font-size: 22px;
    margin: 16px 0;
    background: #111f37;
    display: block;
    text-align: center;
    font-family: "latoregular";
    color: white;
    padding: 10px 30px;
    border: 2px solid #111f37;
    box-shadow: 0px 12px 27px #111f3726;
}
#blk-1 div.container div.buynow a:hover {
    color: #111f37;
    border: 2px solid #111f37;
    background-color: white;
}
#blk-1 div.container div.addtocart a:hover {
    background: #111f37;
    color: white;
    border: 2px solid #111f37;
}
#offline{
}
#offline h2{
    font-size: 42px;
    font-family: "latobold";
    text-align: center;
    color: #5e5454;
    margin-bottom: 30px;
}
#offline div.off-prod{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#offline div.container {
    width: 31%;
    position: relative;
    padding: 9px;
    margin: 30px 0;
    border-radius: 16px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 17px 52px #00000014;
}
    
#offline div.container:hover {
    transform: translateY(-20px);
    transition-duration: 0.5s;
}
#offline div.container div.containerhead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}
#offline div.container h4 {
    font-size: 22px;
    font-family: "latoregular";
    text-align: center;
    color: grey;
    margin-bottom: 30px;
}
#offline div.container h2 {
    font-size: 42px;
    font-family: "latobold";
    text-align: center;
    color: #5e5454;
    margin-bottom: 30px;
}
#offline div.container h2 sup {
    font-size: 22px;
    vertical-align: super;
    font-family: "latobold";
    color: #5e5454;
    margin-bottom: 30px;
}
#offline div.container hr {
    border-bottom: 2px solid grey;
    width: 100%;
    margin-bottom: 30px;
}
#offline div.container div.normal_list ul {}

#offline div.container div.normal_list ul li {
    display: flex;
    align-items: center;
    padding: 0 25px;
    width: 90%;
    margin: 30px auto;
}
#offline div.container div.normal_list ul li div.listimage {
    width: 17px;
    height: 10px;
    color: #298503;
    margin-right: 10px;
}
#offline div.container div.dropdown_list ul li h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latoregular";
    color: grey;
    margin-right: 10px;
}
#offline div.container div.normal_list ul li div.help_eye {
    position: relative;
    display: inline-block;
}
#offline div.container div.normal_list ul li div.help_eye svg{
    color: #13233d;
    width: 17px;
    height: 15px;
}
#offline div.container div.normal_list ul li div.help_eye span.helptext{
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  /* Position the helpbox*/
    position: absolute;
    z-index: 1;
    right: 0;
}
#offline div.container div.normal_list ul li div.help_eye:hover span.helptext {
    visibility: visible;
}
#offline div.container div.dropdown_list {
    margin-bottom: 20px;
}
#offline div.container div.dropdown_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 25px;
    width: 90%;
    margin: 30px auto;
}
#offline div.container div.dropdown_list ul li div.listimage {
    width: 17px;
    height: 10px;
    color: #298503;
    margin-right: 10px;
}
#offline div.container div.dropdown_list ul li div.help_eye {
    position: relative;
    display: inline-block;
}
#offline div.container div.dropdown_list ul li div.help_eye svg{
    color: #13233d;
    width: 17px;
    height: 15px;
}
#offline div.container div.dropdown_list ul li div.help_eye span.helptext{
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  /* Position the helpbox*/
    position: absolute;
    z-index: 1;
    right: 0;
}
#offline div.container div.dropdown_list ul li div.help_eye:hover span.helptext {
    visibility: visible;
}
#offline div.container div.normal_list ul li h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latoregular";
    color: grey;
    margin-right: 10px;
}
#offline div.container div.dropdown_list div.drop {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 0 20px;
}
#offline div.container div.dropdown_list div.drop h5 {
    display: inline-block;
    font-size: 22px;
    font-family: "latobold";
    color: black;
    margin-bottom: 10px;
}
#offline div.container div.dropdown_list div.drop span {
    color: black;
    width: 20px;
}
#offline div.container div.dropdown_list div.drop span.chevron-up {
    transform: rotate(180deg);
    margin-bottom: 7px;
}
#offline div.container div.dropdown_list ul.droplist {
    width: 120%;
    margin-top: 10px;
    display: none;
}
#offline div.container div.dropdown_list ul.droplist li.menu-item {
    width: 100%;
    padding: 0 45px;
}
#offline div.container div.sendenquiry {
    width: 75%;
    margin: 0 auto;
}
#offline div.container div.sendenquiry a {
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: "latoregular";
    color: #111f37;
    padding: 10px 30px;
    border: 2px solid #111f37;
    box-shadow: 0px 12px 27px #111f3726;
    margin: 16px auto;
}
#offline div.container div.buynow {
    width: 75%;
    margin: 0 auto;
}
#offline div.container div.sendenquiry a:hover {
    background: #111f37;
    color: white;
    border: 2px solid #111f37;
}
#myBtn{
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: "latoregular";
    color: #111f37;
    padding: 10px 30px;
    border: 2px solid #111f37;
    box-shadow: 0px 12px 27px #111f3726;
    margin: 16px auto;
}
/* modal css */
/* The Modal (background) */
#myModal{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
  /* Modal Content/Box */
#myModal div.modal-content {
    width: 50%;
    margin:10% auto;
    background: white;
}
#myModal div.modal-content div.modal_content {
    align-items: center;
}
#myModal div.modal-content div.modal_content div.modalheading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding: 50px 50px 0 50px;
}
#myModal div.modal-content div.modal_content {
    box-shadow: 0px 23px 51px #111F3726;
}
#myModal div.modal-content div.modal_content form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}
#myModal div.modal-content div.modal_content div.modalheading h3 {
    text-align: center;
    
    font-family: "latobold";
    color: #111F37;
    font-size: 36px;
}
#myModal div.modal-content div.modal_content div.modalheading span.closebtn{
    width: 20px;
    height: 20px;
    right: 0;
    color: #111F37;
    transition-duration: 0.6s;
}
#myModal div.modal-content div.modal_content div.modalheading span.closebtn:hover{
    color: red;
    transition-duration: 0.6s;

}
#myModal div.modal-content div.modal_content form div.input {
    border-bottom: 1px solid grey;
}
#myModal div.modal-content div.modal_content form div.input input {
    font-family: 'product_sansregular';
    font-size: 22px;
    text-align: left;
    padding-top: 50px;
    width: 100%;
}
#myModal div.modal-content div.modal_content form div.input-password {
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
#myModal div.modal-content div.modal_content form div.input-password input {
    font-family: 'product_sansregular';
    font-size: 22px;
    text-align: left;
    width: 100%;
}
#myModal div.modal-content div.modal_content form div.input-password div.eye {
    display: flex;
}
#myModal div.modal-content div.modal_content form div.input-password div.eye span.eye-slash svg,
span.eye-open svg {
    width: 17px;
    height: 11px;
}
#hide1 {
    display: none;
}
#myModal div.modal-content div.modal_content form button {
    margin-top: 50px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
#myModal div.modal-content div.modal_content h4 {
    text-align: center;
    padding-bottom: 30px;
    font-family: 'product_sansregular';
    font-size: 23px;
    color: #787878;
}
#myModal div.modal-content div.modal_content h4 span a {
    color: #345DA7;
}
#banner {
    /* background-image: url(../images/bannernew.jpg); */
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.5214460784313726) 2%, rgba(12, 12, 110, 0.6895133053221288) 92%), url(../images/bannernew.jpg);
}
#banner div.content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 100px 0;
}
#banner div.content div.left {
    margin-right: 300px;
}
#banner div.content div.left h2 {
    font-size: 48px;
    font-family: "latobold";
    color: white;
}
#banner div.content div.right {
    margin-left: 150px;
}
#banner div.content div.right div.create {}
#banner div.content div.right div.create a {
    display: flex;
    padding: 15px 30px;
    border: 2px solid white;
    transition-duration: 0.8s;
}
#banner div.content div.right div.create a span {
    color: white;
    margin-right: 10px;
    font-family: "latobold";
    font-size: 18px;
}
#banner div.content div.right div.create a div.arrow {
    width: 15px;
    padding-top: 2px;
    display: block;
    z-index: 2;
    color: white;
}
#banner div.content div.right div.create a div.arrow svg {
    width: 100%;
}
#banner div.content div.right div.create a:hover {
    background-color: white;
    
}
#banner div.content div.right div.create a:hover span {
    color: red;
    transition-duration: 0.8s;
}
#banner div.content div.right div.create a:hover div.arrow {
    color: red;
    transition-duration: 0.8s;
}
#footer {
    padding-top: 50px;
}
#footer div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#footer div.content div.social {
    display: inline-block;
}
#footer div.content div.social div.media {}
#footer div.content div.social div.media ul {
    display: flex;
    justify-content: center;
}
#footer div.content div.social div.media ul li {
    margin-right: 10px;
}
#footer div.content div.social div.media ul li:nth-child(4) {
    margin-right: 0;
}
#footer div.content div.social div.media ul li div.image {
    width: 29px;
    height: 29px;
    box-shadow: 0px 11px 19px #0000005e;
    color: black;
}
#footer div.content div.social div.media ul li div.image:hover {
    box-shadow: 0px 11px 19px #0000005e;
    color: red;
    transition-duration: 0.8s;
}
#footer div.content div.company,
div.links {}
#footer div.content div.company h4,
div.links h4 {
    color: black;
    font-family: "latobold";
    font-size: 20px;
    margin-bottom: 20px;
}
#footer div.content div.company,
div.links ul {}
#footer div.content div.company,
div.links ul li {}
#footer div.content div.company ul li h5,
div.links ul li h5 {
    margin-bottom: 10px;
}
#footer div.content div.company ul li h5 a,
div.links ul li h5 a {
    color: grey;
    font-family: "latoregular";
    font-size: 18px;
}
#footer div.content div.contact {}
#footer div.content div.contact h4 {
    color: black;
    font-family: "latobold";
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#footer div.content div.contact ul {}
#footer div.content div.contact ul li {
    display: flex;
    margin-bottom: 10px;
}
#footer div.content div.contact ul li img {
    display: inline-block;
    margin-right: 10px;
    width: 19px;
    height: 27px;
}
#footer div.content div.contact ul li a h5 {
    color: grey;
    font-family: "latoregular";
    font-size: 20px;
    margin-bottom: 10px;
}
#footer div.credit {
    border-top: 2px solid grey;
}
#footer div.credit h4 {
    margin: 15px;
    text-align: center;
    color: grey;
    font-family: "latoregular";
    font-size: 18px;
}
#footer div.credit h4 span a {
    color: grey;
    font-family: "latobold";
    font-size: 18px;
}
/* About page */
#about_spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 0px;
}
#about_spot section.header div.right ul li:nth-child(2) {
    border-bottom: 2px solid white;
}
#about_spot section.header div.right ul li:nth-child(2) a {
    padding-bottom: 5px;
}
#about_spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}
#about_spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
#about-tool {
    position: relative;
    padding: 30px 0;
}
#about-tool div.content {
    display: flex;
}
#about-tool div.about-toolbg {
    width: 75%;
    height: 500px;
    background-color: #eef9ff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0px;
}
#about-tool div.content div.right {
    width: 50%;
    margin-left: 50px;
}
#about-tool div.content div.right h4 {
    margin-bottom: 10px;
    text-align: right;
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
}
#about-tool div.content div.right h2 {
    text-align: right;
    font-family: "latobold";
    color: black;
    font-size: 50px;
}
#about-tool div.content div.right p {
    text-align: right;
    font-family: "latoregular";
    color: black;
    font-size: 22px;
    margin-top: 12px;
}
#about-tool div.left {
    width: 50%;
    margin-right: 30px;
}
#about-tool div.left div.image {
    width: 100%;
}
#about-tool div.left div.image img {
    width: 100%;
}
#partners {
    height: 100vh;
    position: relative;
    padding: 100px 0;
    margin-bottom: 100px;
}
#partners div.grid {
    width: 178px;
    height: 177px;
    position: absolute;
    top: 100px;
    left: 90px;
}
#partners div.grid img {
    width: 100%;
}
#partners h2 {
    font-family: "latobold";
    color: black;
    font-size: 50px;
}
#partners h4 {
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
    margin-bottom: 10px;
}
#partners div.content {
    display: flex;
    width: 100%;
}
#partners div.content div.box {
    position: relative;
    padding-top: 100px;
}
#partners div.content div.box div.partnerbg {
    position: absolute;
    z-index: -2;
    width: 950px;
    height: 650px;
    background-color: #eef9ff;
}
#partners div.content div.box div.box_details {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
#partners div.content div.box div.box_details div.left {
    width: 50%;
    padding: 100px;
}
#partners div.content div.box div.box_details div.left div.quote {
    width: 62px;
    height: 58px;
    margin-bottom: 26px;
}
#partners div.content div.box div.box_details div.left div.quote img {
    width: 100%;
}
#partners div.content div.box div.box_details div.left p {
    font-family: "latoregular";
    color: black;
    font-size: 22px;
    margin-bottom: 40px;
}
#partners div.content div.box div.box_details div.left div.star {
    display: flex;
    margin-bottom: 28px;
}
#partners div.content div.box div.box_details div.left div.star span {
    width: 17px;
    height: 16px;
}
#partners div.content div.box div.box_details div.left h3 {
    font-family: "latobold";
    color: black;
    font-size: 22px;
}
#partners div.content div.box div.box_details div.left h5 {
    font-family: "allison_scriptregular";
    color: black;
    font-size: 43px;
}
#partners div.content div.box div.box_details div.right {
    width: 50%;
    position: relative;
}
#partners div.content div.box div.box_details div.right div.person {
    bottom: 100px;
    height: 630px;
    width: 75%;
    border-radius: 25px;
    position: absolute;
}
#partners div.content div.box div.box_details div.right div.person img {
    width: 100%;
    border-radius: 25px;
}
#partners div.navbtn {
    left: 59%;
    bottom: 28px;
    z-index: 5;
    position: absolute;
}
#partners div.navbtn button {
    margin-right: 25px;
    box-shadow: 0px 8px 37px #00000017;
}
#partners .slick-dots {
    display: none !important;
}
#all-prods {
    position: relative;
    padding-top: 200px;
    padding-bottom: 80px;
}
#all-prods div.prod-back {
    width: 75%;
    height: 850px;
    background-color: #eef9ff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 150px;
}
#all-prods div.prod-head {
    display: flex;
    align-items: flex-end;
}
#all-prods div.prod-head div.left {}
#all-prods div.prod-head div.left h4 {
    margin-bottom: 10px;
    text-align: left;
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
}
#all-prods div.prod-head div.left h2 {
    text-align: left;
    font-family: "latobold";
    color: black;
    font-size: 50px;
}
#all-prods div.prod-head div.select {
    width: 450px;
    margin-left: 250px;
}
#all-prods div.prod-head div.select select {
    width: 100%;
    height: 50px;
    font-size: 100%;
    font-family: "latoregular";
    cursor: pointer;
    border-radius: 25px;
    background-color: white;
    border: none;
    color: grey;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
}
#all-prods div.all-prodsboxes {
    padding: 20px;
    width: 100%;
    position: relative;
}
#all-prods div.all-prodsboxes div.dot {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
}
#all-prods div.dot img {
    width: 100%;
}
#all-prods div.contents {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#all-prods div.contents div.contents1 {
    width: 31%;
    position: relative;
    background: #ffffff;
    margin-right: 30px;
    margin-top: 10px;
    padding: 50px 30px;
    box-shadow: 0px 0px 15px #0000000f;
    margin-bottom: 50px;
    z-index: 5;
    display: none;
}
#loadMore{
    width:15%;
    padding: 10px 30px;
    background-color: #13233d;
    border-radius: 25px;
    color: white;
    font-family: "latobold";
    font-size: 22px;
    margin: 0 auto;
    transition-duration: 0.6s;
    display: block;
    text-align: center;
}
#loadMore:hover{
    background-color: red;
    transition-duration: 0.6s;
}
.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}
#all-prods div.contents div.contents1:nth-child(3) {
    margin-right: 0;
}
#all-prods div.contents div.contents1 img {
    text-align: left;
    display: block;
    width: 81px;
    height: 81px;
}
#all-prods div.contents div.contents1 h3 {
    text-align: left;
    font-family: "latobold";
    font-size: 22px;
    margin: 25px 0 15px;
}
#all-prods div.contents div.contents1 p {
    text-align: left;
    font-family: "latoregular";
    font-size: 22px;
}
#all-prods div.contents div.contents1 div.bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
#all-prods div.contents div.contents1 div.bg-img img {
    width: 204px;
    height: 218px;
}
/* css for new-banner */
#new-banner {
    width: 100%;
    height: fit-content;
    background-image: url(../images/bannernew.jpg);
}
#new-banner div.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#new-banner div.content div.left {
    width: 50%;
    margin-right: 100px;
}
#new-banner div.content div.left h2 {
    font-size: 46px;
    font-family: "latobold";
    color: white;
}
#new-banner div.content div.right {
    width: 50%;
}
#new-banner div.content div.right form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    margin-left: 200px;
}
#new-banner div.content div.right form div.in-content {
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid white;
    border-radius: 5px;
}
#new-banner div.content div.right form div.in-content input {
    font-family: 'product_sansregular';
    font-size: 22px;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    color: white;
}
#new-banner div.content div.right form button {
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}
#new-banner div.content div.right form button:hover {
    background-color: #111F37;
    border: 2px solid white;
    cursor: pointer;
    transition-duration: 0.8s;
}
#new-banner div.content div.right form button:hover span.text {
    color: white;
    transition-duration: 0.8s;
}
#new-banner div.content div.right form button span.text {
    color: #111F37;
    font-family: "latobold";
    font-size: 23px;
}
#new-banner div.content div.right form button span.bnr-aro {
    color: #111F37;
    width: 20px;
    margin-left: 10px;
}
#new-banner div.content div.right form button:hover span.bnr-aro {
    color: white;
    transition-duration: 0.8s;
}
/* HR management page starts*/
#hrmanagement {
    padding: 100px 0;
}
#hrmanagement div.content {
    display: flex;
    align-items: center;
}
#hrmanagement div.content div.left {
    width: 50%;
}
#hrmanagement div.content div.left h2 {
    font-size: 50px;
    font-family: "latobold";
    color: black;
    margin-bottom: 50px;
}
#hrmanagement div.content div.left p {
    font-size: 26px;
    font-family: "latoregular";
    color: black;
}
#hrmanagement div.content div.right {
    width: 50%;
}
#hrmanagement div.content div.right img {
    width: 100%;
}
#hrmanagement div.hrm {
    display: flex;
    align-items: center;
    padding: 100px 0;
}
#hrmanagement div.hrm div.left {
    width: 50%;
}
#hrmanagement div.hrm div.left img {
    width: 100%;
}
#hrmanagement div.hrm div.right {
    width: 50%;
    margin-left: 100px;
}
#hrmanagement div.hrm div.right h2 {
    font-size: 50px;
    font-family: "latobold";
    color: black;
    margin-bottom: 48px;
}
#hrmanagement div.hrm div.right ul {}
#hrmanagement div.hrm div.right ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
#hrmanagement div.hrm div.right ul li span {
    width: 30px;
    margin-right: 30px;
}
#hrmanagement div.hrm div.right ul li span svg {
    color: #fe6326;
}
#hrmanagement div.hrm div.right ul li h4 {
    font-size: 26px;
    font-family: "latoregular";
}
#hrmanagement div.content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 200px;
}
#hrmanagement div.content2 div.left {
    width: 50%;
    margin-left: 100px;
}
#hrmanagement div.content2 div.left h2 {
    font-size: 50px;
    font-family: "latobold";
    color: black;
    margin-bottom: 48px;
}
#hrmanagement div.content2 div.left ul {}
#hrmanagement div.content2 div.left ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
#hrmanagement div.content2 div.left ul li span {
    width: 30px;
    margin-right: 30px;
}
#hrmanagement div.content2 div.left ul li span svg {
    color: #fe6326;
}
#hrmanagement div.content2 div.left ul li h4 {
    font-size: 26px;
    font-family: "latoregular";
}
#hrmanagement div.content2 div.right {
    width: 40%;
    height: 70vh;
}
#hrmanagement div.content2 div.right {
    width: 50%;
}
#hrmanagement div.content2 div.right div.playbtn {}
#hrmanagement div.content2 div.right div.playbtn a img {
    width: 100%;
    margin-right: 20px;
}
#hrmanagement div.content2 div.right div.owl-item {
    width: 100%;
    display: flex;
}
#hrmanagement div.content2 div.right .slick-dots button {
    margin-top: 50px;
}
#hrmanagement div.content2 div.right div.video {}
#hrmanagement div.content2 div.right div.video img {}
/* pricing page */
#price-spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 0px;
}
#price-spot section.header div.right ul li:nth-child(4) {
    border-bottom: 2px solid white;
}
#price-spot section.header div.right ul li:nth-child(4) a {
    padding-bottom: 5px;
}
#price-spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}
#price-spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
.off-price {
    margin-top: 130px;
}
/* products page */
#product-spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 0px;
}
#product-spot section.header div.right ul li:nth-child(3) {
    border-bottom: 2px solid white;
}
#product-spot section.header div.right ul li:nth-child(3) a {
    padding-bottom: 5px;
}
#product-spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}
#product-spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
/* Partners page */
#partner-spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 0px;
}
#partner-spot section.header div.right ul li:nth-child(5) {
    border-bottom: 2px solid white;
}
#partner-spot section.header div.right ul li:nth-child(5) a {
    padding-bottom: 5px;
}
#partner-spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}
#partner-spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
#registration {
    position: relative;
    margin: 300px 0 0 0;
}

#registration div.content {
    display: flex;
    align-items: center;
}
#registration div.left {
    width: 40%;
    box-shadow: 0px 23px 51px #111F3726;
}
#registration div.left form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}
#registration div.left h3 {
    text-align: center;
    padding-top: 50px;
    font-family: "latobold";
    color: #111F37;
    font-size: 36px;
}
#registration div.left form div.input {
    border-bottom: 1px solid grey;
}
#registration div.left form div.input input {
    font-family: 'product_sansregular';
    font-size: 22px;
    text-align: left;
    padding-top: 50px;
    width: 100%;
}
#registration div.left form div.input-password {
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
#registration div.left form div.input-password input {
    font-family: 'product_sansregular';
    font-size: 22px;
    text-align: left;
    width: 100%;
}
#registration div.left form div.input-password div.eye {
    display: flex;
}
#registration div.left form div.input-password div.eye span.eye-slash svg,
span.eye-open svg {
    width: 22px;
    height: 16px;
}
#hide1 {
    display: none;
}
#registration div.left form button {
    margin-top: 50px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
#registration div.left h4 {
    text-align: center;
    padding-bottom: 30px;
    font-family: 'product_sansregular';
    font-size: 23px;
    color: #787878;
}
#registration div.left h4 span a {
    color: #345DA7;
}
#registration div.registrationgrid {
    position: absolute;
    z-index: 1;
    left: 40%;
    top: 0;
    display: none;
}
#registration div.right {
    width: 50%;
    background-color: #EEF9FF;
    padding: 50px 50px 50px 50px;
    box-shadow: 10px 16px 102px #111F3726;
}
#registration div.right h4 {
    text-align: right;
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
    margin-bottom: 10px;
}
#registration div.right h2 {
    text-align: right;
    font-family: "latobold";
    color: #000000;
    font-size: 50px;
    margin-bottom: 30px;
}
#registration div.right p {
    text-align: right;
    font-family: "latoregular";
    color: black;
    font-size: 22px;
    margin-bottom: 45px;
}
#registration div.right span {
    display: flex;
    justify-content: flex-end;
}
#registration div.right span a {
    padding: 20px 75px;
    box-shadow: 0px 12px 27px #111F3726;
    border: 2px solid #111F37;
    border-radius: 10px;
    display: inline-block;
    background-color: white;
    font-family: "latobold";
    color: #000000;
    font-size: 22px;
}
#registration ::after {
    position: absolute;
    width: 25%;
    background-color: #EEF9FF;
    content: "";
    top: 30px;
    height: 90%;
    right: 0;
    z-index: -5;
    display: none;
}
#registration div.background {
    width: 50%;
    height: 462px;
    background-color: #eef9ff;
    position: absolute;
    top: 63px;
    right: 0;
    z-index: -1;

}
/* Section partners page programs section */
#programs {
    padding: 0 0 20px 0;
}
#programs div.content {
    display: flex;
    margin-top: 60px;
    align-items: center;
}
#programs div.content div.left {
    width: 50%;
}
#programs div.content div.left h4 {
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
    margin-bottom: 20px;
}
#programs div.content div.left h2 {
    font-family: "latobold";
    color: black;
    font-size: 50px;
    margin-bottom: 20px;
    width: 60%;
}
#programs div.content div.left p {
    font-family: "latoregular";
    color: grey;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
}
#programs div.content div.right {
    width: 50%;
}
#programs div.content div.right img {
    width: 100%;
}
/* page partners scetion our benefits */
#benefits {}
#benefits div.heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
#benefits div.heading h4 {
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
    margin-bottom: 10px;
}
#benefits div.sub-head {
    text-align: center;
}
#benefits div.sub-head h2 {
    font-family: "latobold";
    color: black;
    font-size: 50px;
}
#benefits div.sub-head p {
    font-family: "latoregular";
    color: black;
    font-size: 22px;
    width: 50%;
    margin: 30px auto 40px;
}
#benefits div.content {
    margin: 100px 0 50px 0;
}
#benefits div.content ul {
    display: flex;
}
#benefits div.content ul li {
    width: 40%;
}
#benefits div.content ul li:nth-child(2n) {
    height: 30%;
}
#benefits div.content ul li:nth-child(2n) img {
    width: 100%;
}
#benefits div.content ul li:nth-child(4n) {
    transform: scaleY(-1);

}

#benefits div.content ul li div.image {
    width: 100px;
    height: 100px;
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}

#benefits div.content ul li div.image img {
    width: 100%;
}
#benefits div.content ul li h2 {
    font-family: "latobold";
    color: black;
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}
#benefits div.content ul li p {
    font-family: "latoregular";
    color: black;
    font-size: 22px;
    text-align: center;
}
.slick-arrow {
    display: none !important;
}
/* Community page css */
#community-spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 100px;
}
#community-spot section.header div.right ul li:nth-child(6) {
    border-bottom: 2px solid white;
}
#community-spot section.header div.right ul li:nth-child(6) a {
    padding-bottom: 5px;
}
#community-spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}
#community-spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
#community-spotcontent {
}
#community-spotcontent div.content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#community-spotcontent div.content div.left {
    width: 50%;
}
#community-spotcontent div.content div.left h4 {
    font-family: "latoregular";
    color: grey;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
}
#community-spotcontent div.content div.left h2 {
    font-family: "latobold";
    color: white;
    font-size: 50px;
    text-align: left;
    margin-bottom: 50px;
}
#community-spotcontent div.content div.left form {
    position: relative;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
    width: 400px;
    cursor: pointer;
    background-color: white;
}
#community-spotcontent div.content div.left form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    display: block;
    font-family: "latoregular";
    color: grey;
}
#community-spotcontent div.content div.left form span.search {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
    background: #07051a;
    color: white;
}
#community-spotcontent div.content div.right{
    width: 30%;
}
#community-spotcontent div.content div.right img{
    width: 100%;
}
#comu-botm {
    position: relative;
    margin: 0px 0 100px 0;
}
#comu-botm ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
#comu-botm ul li {
    width: 30%;
    padding: 20px;
    box-shadow: 0px 0px 15px #0000000f;
    background-color: white;
}
#comu-botm ul li div.image {
    width: 100px;
    display: block;
    margin: 10px auto;
}
#comu-botm ul li div.image img {
    width: 100%;
    display: block;
    height: 85px;
}
#comu-botm ul li hr {
    width: 100%;
    border-bottom: 1px solid grey;
}
#comu-botm ul li h4 {
    font-size: 26px;
    font-family: "latobold";
    color: black;
    text-align: left;
    margin: 20px 0 10px;
}
#comu-botm ul li p {
    font-size: 24px;
    font-family: "latoregular";
    color: black;
    text-align: left;
    margin: 15px 0;
}
#comu-botm ul li a {
    display: flex;
    align-items: center;
}
#comu-botm ul li a span.text {
    color: red;
    font-size: 24px;
    font-family: "latoregular";
    padding: 20px 0;
}
#comu-botm ul li a span.double-aro {
    width: 20px;
    padding-top: 5px;
    margin-left: 10px;
    display: none;
}
#comu-botm ul li a:hover span.double-aro {
    display: block;
}
#comu-botm ul li a span.double-aro svg {
    color: red;
}
#comu-botm::after {
    position: absolute;
    width: 100%;
    background-color: #EEF9FF;
    content: "";
    top: -82px;
    height: 50%;
    left: 0;
    z-index: -5;
}
#solution {
    padding: 0px 0 70px;
}
#solution div.head h2 {
    padding: 40px 0 5px 0;
    font-size: 26px;
    font-family: "latobold";
    color: black;
}
#solution div.head p {
    font-size: 22px;
    font-family: "latoregular";
    color: black;
}
#solution div.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}
#solution div.content div.left {
    box-shadow: 0px 3px 48px #00000017;
    width: 48%;
}
#solution div.content div.left div.help {
    display: flex;
    align-items: center;
    padding: 30px;
}
#solution div.content div.left div.help div.inn-left {
    width: 60%;
    margin-right: 50px;
}
#solution div.content div.left div.help div.inn-left h4 {
    font-size: 22px;
    font-family: "latobold";
    color: #13233d;
    margin-bottom: 20px;
}
#solution div.content div.left div.help div.inn-left p {
    font-size: 22px;
    font-family: "latoregular";
    color: black;
    margin-bottom: 30px;
}
#solution div.content div.left div.help div.inn-left a {
    padding: 10px 50px;
    background-color: #13233d;
    border: 2px solid #13233d;
    color: white;
    transition-duration: 0.5s;
}
#solution div.content div.left div.help div.inn-left a:hover {
    box-shadow: 0px 0px 15px #e1ebfb;
    border: 2px solid #13233d;
    background-color: white;
    color: #13233d;
}
#solution div.content div.left div.help div.inn-right {
    width: 150px;
}
#solution div.content div.left div.help div.inn-right img {
    width: 100%;
    display: block;
}
#solution div.content div.right {
    box-shadow: 0px 3px 48px #00000017;
    width: 48%;
}
#solution div.content div.right div.chat {
    display: flex;
    align-items: center;
    padding: 30px;
}
#solution div.content div.right div.chat div.inn-left {
    width: 60%;
    margin-right: 50px;
}
#solution div.content div.right div.chat div.inn-left h4 {
    font-size: 22px;
    font-family: "latobold";
    color: #13233d;
    margin-bottom: 20px;
}
#solution div.content div.right div.chat div.inn-left p {
    font-size: 22px;
    font-family: "latoregular";
    color: black;
    margin-bottom: 30px;
}
#solution div.content div.right div.chat div.inn-left a {
    padding: 10px 50px;
    background-color: #13233d;
    border: 2px solid #13233d;
    color: white;
    transition-duration: 0.5s;
}
#solution div.content div.right div.chat div.inn-left a:hover {
    box-shadow: 0px 0px 15px #e1ebfb;
    border: 2px solid #13233d;
    background-color: white;
    color: #13233d;
}
#solution div.content div.right div.chat div.inn-right {
    width: 150px;
}
#solution div.content div.right div.chat div.inn-right img {
    width: 100%;
    display: block;
}
section.header div.content .main-menu {
    display: none;
}
section.header div.content .main-menu ul li{
    border-bottom: 1px solid #13233d;
    width: 95%;
}
.zmdi-close{
    color: #13233d;
}
.zmdi-menu{
    color: #fff;
}
section.header div.content .main-menu ul li a {
    color:#13233d;
    font-weight: 600;
}
section.header div.content .main-menu ul li:hover {
    background: #777777a8;
}
section.header div.content span.menu-icon {
    display: none;
}
section.header div.content span.close {
    display: none;
}
.phone-menu {
    display: none;
}
/* loginpage css */
#loginpage{
    background-image: url(../images/loginbgpng.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
#loginpage h1{
    width: 200px;
    height: 100px;
}
#loginpage h1 a{
    
}
#loginpage h1 a img{
    display: block;
    width: 100%;   
}
#loginpage div.content{
    align-items: left;
    width: 40%;
    box-shadow: 0px 23px 51px #111F3726;
}
#loginpage div.content h3{
    text-align: center;
    padding-top: 50px;
    font-family: "latobold";
    color: #111F37;
    font-size: 34px;
}
#loginpage div.content h5{
    text-align: center;
    padding-top: 20px;
    font-family: "latoregular";
    color: grey;
    font-size: 22px;
}
#loginpage div.content form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}
#loginpage div.content form div.login_input{
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
}
#loginpage div.content form div.login_input label{
    text-align: left;
    font-family: "latoregular";
    color: grey;
    font-size: 20px;
    margin-left: 20px;
}
#loginpage div.content form div.login_input div.login_username{
    display: flex;
    margin: 5px 0 5px 0;
    align-items: center;
}
#loginpage div.content form div.login_input div.login_username span.user_icon{
   margin-right: 30px;
}
#loginpage div.content form div.login_input div.login_username span.user_icon svg{
    width: 20px;
    height: 20px;
}
#loginpage div.content form div.login_input div.login_username input{
    width: 100%;
    height: 30px;
    font-family: "latoregular";
    color: black;
    font-size: 20px;
}
#loginpage div.content form div.login_input div.login_password{
    display: flex;
    margin: 5px 0 5px 0;
    align-items: center;
}
#loginpage div.content form div.login_input div.login_password span.lock_icon{
    margin-right: 30px;
}
#loginpage div.content form div.login_input div.login_password span.lock_icon svg{
    width: 20px;
    height: 20px;
}
#loginpage div.content form div.login_input div.login_password input{
    width: 100%;
    height: 30px;
    font-family: "latoregular";
    color: black;
    font-size: 20px;
}
#loginpage div.content form div.login_input div.login_password h6{
    font-family: "latobold";
    color: #111F37;
    font-size: 18px;
    cursor: pointer;
}
#forget_password{
    text-align: right;
    font-family: "latoregular";
    color: grey;
    font-size: 20px;
}
#forget_password:hover {
    color: red;
}
#loginpage div.content form button{
    margin-top: 25px;
    padding: 20px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
#loginpage div.content h4{
    text-align: center;
    font-family: "latoregular";
    color: grey;
    font-size: 20px;
    padding-bottom: 50px;
}
#loginpage div.content h4 span a{
    color:#111F37;
}
#loginpage div.content h4 span a:hover{
    color: grey;
}
/* signup page css */
#signuppage{
    background-image: url(../images/loginbgpng.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
#signuppage h1{
    width: 200px;
    height: 100px;
}
#signuppage h1 a{
    
}
#signuppage h1 a img{
    display: block;
    width: 100%;   
}
#signuppage div.signupcontent{
    align-items: left;
    width: 40%;
    box-shadow: 0px 23px 51px #111F3726;
    
}
#signuppage div.signupcontent h3{
    text-align: center;
    padding-top: 50px;
    font-family: "latobold";
    color: #111F37;
    font-size: 36px;
}
#signuppage div.signupcontent h5{
    text-align: center;
    padding-top: 20px;
    font-family: "latoregular";
    color: grey;
    font-size: 24px;
}
#signuppage form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}
#signuppage form input{
    width: 100%;
    height: 30px;
    font-family: "latoregular";
    color: black;
    font-size: 20px;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
}
#signuppage div.signupcontent form button{
    margin-top: 50px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
#signuppage div.signupcontent h4{
    text-align: center;
    font-family: "latoregular";
    color: grey;
    font-size: 24px;
    padding-bottom: 50px;
}
#signuppage div.signupcontent h4 span a{
    color:#111F37;  
}
#signuppage div.signupcontent h4 span a:hover{
    color:grey;  
}
/* Cart page css */
#cart-spot {
    width: 100%;
    background-image: url("../images/about-spotlight.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    margin-bottom: 100px;
}
#cart-spot section.header div.content div.right ul li:nth-child(1) {
    border-bottom: none;
}

#cart-spot section.header div.content div.right ul li:nth-child(1):hover {
    border-bottom: 2px solid white;
}
#cart div.contents{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
#cart div.contents div.left{
    width: 63%;
    box-shadow: 0px 17px 52px #00000014;
}
#cart div.contents div.left div.items{
    
}
#cart div.contents div.left div.items ul{

}
#cart div.contents div.left div.items ul li{
    padding: 30px;
    box-shadow: 0px 17px 3px #00000014;
    margin-bottom: 20px;

}
#cart div.contents div.left div.items ul li div.cart-box{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
}
#cart div.contents div.left div.items ul li div.cart-box div.image{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
#cart div.contents div.left div.items ul li div.cart-box div.image img{
    width: 100%;
}
#cart div.contents div.left div.items ul li div.cart-box div.item-des{
    margin: 0 30px;
}
#cart div.contents div.left div.items ul li div.cart-box div.item-des h2{
    text-align: left;
    font-family: "latobold";
    color: black;
    font-size: 24px;
}
#cart div.contents div.left div.items ul li div.cart-box div.item-des p{
    text-align: left;
    font-family: "latoregular";
    color: grey;
    font-size: 24px;
    margin-top: 10px;
}
#cart div.contents div.left div.items ul li div.cart-box div.cost{
   width: 35%;
}
#cart div.contents div.left div.items ul li div.cart-box div.cost h2{
    text-align: right;
    font-family: "latobold";
    color: black;
    font-size: 24px;
}
#cart div.contents div.left div.items ul li div.cart-box div.cost div.price{
    display: flex;
    align-items: right;
    margin-top: 20px;
}
#cart div.contents div.left div.items ul li div.cart-box div.cost div.price h4{
    text-align: right;
    font-family: "latobold";
    color: grey;
    font-size: 22px;
    margin-right: 20px;
    text-decoration: line-through;
}
#cart div.contents div.left div.items ul li div.cart-box div.cost div.price h3{
    text-align: right;
    font-family: "latobold";
    color: #5bbba3;
    font-size: 24px;
}
#cart div.contents div.left div.items ul li div.remove{
    text-align: center;
    margin-top: 20px;
   
}
#cart div.contents div.left div.items ul li div.remove a{
    text-align: center;
    display: inline-block;
    color: red;

}
#cart div.contents div.right{
    width: 35%;
    padding: 30px;
    box-shadow: 0px 17px 52px #00000014;
}
#cart div.contents div.right h2{
    text-align: left;
    font-family: "latobold";
    color: black;
    font-size: 24px;
    padding-bottom: 30px;
}
#cart div.contents div.right div.total{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#cart div.contents div.right div.total h3{
    text-align: left;
    font-family: "latoregular";
    color: grey;
    font-size: 22px;
}
#cart div.contents div.right div.total h4{
    text-align: left;
    font-family: "latoregular";
    color: grey;
    font-size: 22px;
}
#cart div.contents div.right div.total h4 span{
    text-align: left;
    font-family: "latoregular";
    color: #5bbba3;
    font-size: 22px;
}
#cart div.contents div.right hr{
    padding-top: 20px;
    border-bottom: 2px dashed grey;
}
#cart div.contents div.right button{
    margin-top: 50px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
/* orders page */
#mains{
}
#mains div.content{
    display: flex;
    justify-content: space-between;
}
#mains div.content div.menus{
    width: 30%;
    margin-right: 30px;
}
#mains div.content div.menus ul{
    position: relative;
}
#mains div.content div.menus div.style_grid{
    margin-left: -100px;
    margin-top: -50px;
    width: 250px;
    height: 250px;
}
#mains div.content div.menus div.style_grid img{
    display: block;
    width: 100%;
}
#mains div.content div.menus ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px -5px #BABABA;
    transition-duration: 0.8s;
}
#mains div.content div.menus ul li.active{
    background-color: #111F37;
}
#mains div.content div.menus ul li.active i{
    color: white;
}
#mains div.content div.menus ul li.active h3{
    color: white;
}
#mains div.content div.menus ul li.inactive{
    background-color: #fff;
}
#mains div.content div.menus ul li.inactive i{
    color: #111F37;
}
#mains div.content div.menus ul li.inactive h3{
    color: #111F37;
}
#mains div.content div.menus ul li:hover{
    background-color: #111F37;
    transition-duration: 0.8s;
    cursor: pointer;
}
#mains div.content div.menus ul li:hover i{
    color: white;
}
#mains div.content div.menus ul li:hover h3{
    color: white;
}
#mains div.content div.menus ul li i{
    font-size: 50px;
    color: #111F37;
    margin-right: 30px;
}
#mains div.content div.menus ul li h3{
    color: #111F37;
    font-family: 'latobold';
    font-size: 23px;
}
#mains div.content div.orders{
    width: 70%;
}
#mains div.content div.orders div.header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 20px;
    box-shadow: 0px 3px 48px #00000017;
}
#mains div.content div.orders div.header h3{
    color: black;
    font-family: 'latobold';
    font-size: 23px;
}
#mains div.content div.orders div.header h3.items{
    width: 60%;
    margin-right: 10px;
}
#mains div.content div.orders div.header h3.price{
    width: 15%;
    margin-right: 10px;
}
#mains div.content div.orders div.header h3.status{
    width: 25%;
    text-align: right;
}
#mains div.content div.orders div.detail{
    margin-bottom: 70px;
}
#mains div.content div.orders div.detail ul{
    
}
#mains div.content div.orders div.detail ul li{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 20px ;
    margin-bottom: 20px;
    box-shadow: 0px 3px 48px #00000017;
}
#mains div.content div.orders div.detail ul li div.products{
    display: flex;
    width: 50%;
    margin-right: 10%;
}
#mains div.content div.orders div.detail ul li div.products div.prod-image{
    width: 100px;
    height: 100px;
    margin-right: 20px
}
#mains div.content div.orders div.detail ul li div.products div.prod-image img{
    display: block;
    width: 100%
}
#mains div.content div.orders div.detail ul li div.products div.prod-data{

}
#mains div.content div.orders div.detail ul li div.products div.prod-data h2{
    color: black;
    font-family: 'latobold';
    font-size: 23px;
}
#mains div.content div.orders div.detail ul li div.prod-data p{
    color: grey;
    font-family: 'latoregular';
    font-size: 18px;
}
#mains div.content div.orders div.detail ul li div.prod-cost{
    width: 15%;
    margin-right: 10px;
}
#mains div.content div.orders div.detail ul li div.prod-cost h3{
    color: black;
    font-family: 'latobold';
    font-size: 22px;
}
#mains div.content div.orders div.detail ul li div.prod-status{
    width: 25%;
}
#mains div.content div.orders div.detail ul li div.prod-status h3{
    color: black;
    font-family: 'latobold';
    font-size: 18px;
    text-align: right;
}
#mains div.content div.account{
    width: 70%;
    display: none;
}
#mains div.content div.account form{
    padding: 40px 20px;
    box-shadow: 0px 0px 13px -5px #BABABA;
    margin: 0 auto 100px auto;
}
#mains div.content div.account form input{
    width: 100%;
    height: 30px;
    font-family: "latoregular";
    padding: 30px;
    font-size: 24px;
    border-bottom: 1px solid #d4d0d0;
    margin-bottom: 30px;
}
#mains div.content div.account form input::placeholder{
    color: grey;
}
#mains div.content div.account form button{
    margin-top: 20px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
#mains div.content div.account-edit{
    width: 70%;
    display: none;
}
#mains div.content div.account-edit form{
    padding: 40px 20px;
    box-shadow: 0px 0px 13px -5px #BABABA;
    margin: 0 auto 100px auto;
}
#mains div.content div.account-edit form input{
    width: 100%;
    height: 30px;
    font-family: "latoregular";
    padding: 30px;
    font-size: 24px;
    border-bottom: 1px solid #d4d0d0;
    margin-bottom: 30px;
}
#mains div.content div.account-edit form input::placeholder{
    color: grey;
}
#mains div.content div.account-edit form button{
    margin-top: 20px;
    padding: 25px 0px;
    background-color: #111F37;
    color: white;
    font-family: 'product_sansregular';
    font-size: 23px;
    width: 100%;
    border-radius: 10px;
}
.main-nav ul li.user{
    color: white;
    font-size: 50px;
}
/* princing section selection */
#pricing div.menus div.select{
    display: flex;
    flex-direction: column;
    height: 50px;
    border-radius: 25px;
    width: 30%;
    background-color: white;
    box-shadow: 0px 17px 52px #00000014;
}
#pricing div.menus div.select span{
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 21px;
    font-family: "latobold";
    color: grey;
    padding: 10px;
}
#pricing div.menus div.select span.drop{
    width: 10px;
}
#pricing div.menus div.select span.drop i{
    color: black;
    font-size: 50px;
}
#pricing div.menus div.select div.option{
    display: none;
}
#spotlight section.homespot { 

}
#spotlight section.homespot { 
    display: flex;
}
#spotlight section.homespot div.left { 
    width: 50%;
    padding-top: 150px;
}
#spotlight section.homespot div.left h1 { 
    text-align: left;
    font-family: "latobold";
    color: white;
    font-size: 69px;
}
#spotlight section.homespot div.left h2 { 
    text-align: left;
    font-family: "latoregular";
    color: white;
    font-size: 32px;
    margin: 30px 0;
}
#spotlight section.homespot div.left a {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 30px;
    border-radius: 10px;
    background: white;
}
#spotlight section.homespot div.left a:hover {
    display: inline-block;
    margin: 30px 0;
    padding: 15px 30px;
    background-color: red;
    box-shadow: 0px 3px 48px #00000017;
    transition-duration: 0.8s;
}
#spotlight section.homespot div.left a:hover div.button span {
    color: white;
}
#spotlight section.homespot div.left a div.button {
    display: flex;
    justify-content: space-between;
}
#spotlight section.homespot div.left a div.button span {
    color: #ef1b23;
    font-size: 20px;
    font-family: "latobold";
    margin-right: 20px;
}
#spotlight section.homespot div.left a div.button div.arrow {
    width: 15px;
    display: block;
    color: red;
}
#spotlight section.homespot div.left a div.button div.arrow svg {
    margin-top: 1px;
}
#spotlight section.homespot div.left a:hover div.button div.arrow {
    color: white;
    transition-duration: 0.8s;
}
#spotlightcontent { 
    padding-top: 50px;
}
#spotlightcontent div.title { 

}
#spotlightcontent div.title div.left { 
    width: 65%;
    margin-right: 10%;
}
#spotlightcontent div.title div.left h4 { 
    color: white;
    font-family: "latobold";
    font-size: 24px;
}
#spotlightcontent div.title div.left h2 { 
    color: white;
    font-family: "latobold";
    font-size: 50px;
    margin: 30px 0;
}
#spotlightcontent div.title div.left p { 
    color: white;
    font-family: "latoregular";
    font-size: 24px;
}
#spotlightcontent div.title div.right { 
    width: 25%;
}
#spotlightcontent div.title div.right img { 
    display: block;
    margin-top: 50px;
    width: 100%;
}
/* Responsive section of index page */
@media all and (max-width:1600px) {
    #tools div.content div.right img {
        width: 100%; 
    }
}
@media (max-width: 1850px){
    #tools div.content div.right img.main{
        display: none !important;
    }
    #tools div.content div.right{
        width: 50%!important;
    }
    #tools div.content div.right img.respo{
        display: block;
        width: 100%;
    }
    #blk-1 div.container div.drop-list div.drop {
        width: 98%;
        margin: 0 auto;
    }
    #registration div.right {
        padding: 50px 70px 50px 50px;
    }
    #tools div.content div.right img {
    }
    #partners {
        padding: 0;
    }    
    #registration ::after {
        display: none;
    }
}
@media (max-width: 1400px) {
    #spotlight section.homespot div.left {
        padding-top: 80px;
        width: 60%;
    }
    #partners div.navbtn {
        left: 68%;
        bottom: -45px;
    }
    #partners {
        padding: 50px;
        margin-bottom: 150px;
    }
    #pricing div.menus div.radios label {
        margin-right: 18px;
    }
    #banner div.content div.left {
        margin-right: 0px;
    }
    section.header div.content div.right ul li {
        margin-right: 25px;
    }
    #tools div.content div.right img {
        width: 100%;
    }
    #we {
        height: 80vh;
    }
    #pricing div.menus div.radios {
        width: 40%;
    }
}
@media all and (max-width:1280px) {
    #loginpage div.content {
        width: 50%;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 40px;
    }
    #comu-botm ul li div.image {
        width: 87px;
    }
    #banner div.content div.right div.create a {
        padding: 15px 5px;
    }
    #solution div.content div.right div.chat div.inn-left {
        width: 60%;
        margin-right: 0px;
    }
    #community-spotcontent div.content div.right{
        width: 50%;
    }
    #community-spotcontent div.content div.right img{
        width: 100%;
    }
    #hrmanagement {
        padding: 50px 0;
    }
    #hrmanagement div.content2 {
        padding-bottom: 40px;
    }
    #community-spotcontent div.content div.left form {
        width: 308px;
    }
    #comu-botm {
        margin: 0 0 0px 0; 
    }
    #blk-1 div.container {
        width: 32%;
    }
    #offline div.container {
        width: 32%;
    }
    #all-prods div.prod-head div.select {
        width: 32%;
        margin-left: 151px;
    }
    #about div.content div.right {
        height: 440px;
    }
    #about div.content div.left h2 {
        font-family: "latobold";
        font-size: 50px;
        margin: 15px 0;
        color: black;
    }
    #about {
        padding-top: 80px;
    }
    section.header div.content .main-nav {
        display: none;
    }
    section.header div.content div.phone {
        display: none;
    }
    section.header div.content span.icon {}
    section.header div.content span {
        font-size: 30px;
    }
    section.header div.content .main-menu ul li:hover{
        background: lightseagreen;
    }
    section.header div.content .main-menu {
        background-color:#fff;
        width: 30%;
        height: 100vh;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        line-height: 50px;
        padding-top: 58px;
        padding-left: 20px;
    }
    section.header div.content span.close {
        color: #fff;
    }
    section.header div.content span.menu-icon {
        display: block;
    }
    section.header div.content span.close {
        display: block;
    }
    section.header div.content span.close {
        display: none;
    }
    section.header div.content span {
        position: absolute;
        right: 42px;
        top: 60px;
        color: #f7f9ff;
        z-index: 3;
        cursor: pointer;
    }
    section.header div.content nav.main-menu ul {

        width: 100%;
    }
    section.header div.content nav.main-menu ul li {
        margin: 0 auto;
    }
    section.header div.content nav.main-menu ul li a {
        color: #fff !important;
    }
    section.header div.content span.icon small {
        background: url ('../images/menu.png')
    }
    section.header div.content .main-menu {
        display: none;
    }
    section.header div.content div.right div.main-menu {
        display: block !important;
    }
    .wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1500px;
    }
    section.header div.content div.right {
        display: none;
    }
    #tools div.content div.right img {
        width: 85%;
    }
    #features div.content div.right div.grid {
        right: 17px;
    }
    #pricing div.menus div.radios label {
        font-size: 20px;
        font-family: "latobold";
        margin-right: 30px;
    }
    #pricing div.menus div.radios label input {
        margin-top: 0px;
    }
    #pricing div.menus div.radios label {
        font-size: 20px;
        font-family: "latobold";
        margin-right: 30px;
        align-items: center;
        display: flex;
    }
    #capabilities div.dot {
        position: absolute;
        left: 220px;
        top: 0;
        z-index: -1;
    }
    #tools {
        height: 60vh;
        padding: 0px 0 50px;
        position: relative;
    }
    #brands {
        padding-top: 50px;
    }
    #capabilities {
        position: relative;
        padding-top: 150px;
        padding-bottom: 30px;
    }
    #banner div.content div.left h2 {
        font-size: 40px;
    }
    #banner div.content div.left {
        margin-right: 0;
    }
}
@media all and (max-width:1100px){
    #partners {
        padding: 0;
    }
    #features div.content div.left ul li p {
        width: 250px;
        font-size: 19px;
    }
}
@media all and (max-width:980px) {
    #offline div.container div.normal_list ul li div.listimage {
        width: 30px;
        height: 20px;
    }
    #blk-1 div.container div.normal_list ul li div.listimage {
        width: 30px;
        height: 20px;
    }
    #features div.content div.left {
        width: 65%;
    }
    #benefits div.content ul {
        display: flex;
        flex-wrap: wrap;
    }
    #blk-1 div.container div.drop-list ul li h5 {
        font-size: 17px;
    }
    #blk-1 div.container div.drop-list div.drop h5 {
        font-size: 20px;
    }
    #spotbottom ul li a h3 {
        font-size: 18px;
    }
    #features div.content div.right div.grid {
        right: 11%;
        top: 42%;
    }
    #banner div.content div.right {
        margin-left: 42px;
    }
    #features div.content div.left ul li h4 {
        font-size: 22px;
    }
    #features div.content div.left ul li p {
        width: 230px;
        font-size: 18px;
    }
    #tools div.content div.right img {
        
    }
    #banner div.content div.left h2 {
        font-size: 33px;
    }
    #new-banner div.content div.left h2 {
        font-size: 39px;
    }
    #new-banner div.content div.right form {
        margin-left: 0px; 
    }
    #all-prods {
        padding-bottom: 0;
    }
    #all-prods div.contents div.contents1 {
        width: 45%;
    }
    #all-prods div.prod-head div.left h2 {
        font-size: 44px!important;
    }
    #all-prods div.prod-back {
        top: 88px;
    }
    #all-prods {
        padding-top: 150px;
    }
    #spotbottom {
        margin: 0px 0 100px 0!important;
    }
    #about-tool {
        padding-top: 65px;
    }
    #about-tool div.about-toolbg {
        top: 20px;
    }
    #we div.content div.right {
        height: 60vh;
    }
    #we div.content div.left {
        width: 50%;
    }
    #capabilities div.dot {
        left: 155px;
    }
    #tools {
        height: 50vh;
    }
    #tools {
        margin-top: 30px;
    }
    #features div.content div.right h2 {
        font-size: 35px;
    }
    #about div.content div.left h2 {
        font-size: 45px;
    }
    #spotbottom {
        margin: 30px 0 100px 0;
    }
    #spotlight {
        width: 100%;
        height: 91vh;
    }
    #tools div.content div.right img {
        width: 85%;
    }
    #hrmanagement div.content div.left h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    #hrmanagement div.content div.left p {
        font-size: 23px;
    }
    #hrmanagement div.hrm div.right h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    #hrmanagement div.hrm div.right ul li span {
        width: 20px;
        margin-right: 20px;
    }
    #hrmanagement div.hrm div.right ul li {
        margin-bottom: 20px;
    }
    #hrmanagement div.hrm div.right ul li h4 {
        font-size: 24px;
    }
    #hrmanagement div.hrm div.right {
        margin-left: 50px;
    }
    #hrmanagement div.content2 div.left h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    #hrmanagement div.content2 div.left ul li span {
        width: 20px;
        margin-right: 20px;
    }
    #hrmanagement div.content2 div.left ul li {
        margin-bottom: 20px;
    }
    #hrmanagement div.content2 div.left ul li h4 {
        font-size: 24px;
    }
    #hrmanagement div.content2 div.left {
        margin-left: 0px;
    }
    #hrmanagement div.content2 div.right div.playbtn a img {
        width: 80%;
        margin-right: 0;
    }
    #hrmanagement div.content2 div.right {
        height: 41vh;
    }
    #hrmanagement div.hrm {
        padding: 50px 0;
    }
    #community-spotcontent div.content div.left form {
        width: 60%;
    }
    #comu-botm ul li h4 {
        font-size: 24px;
        margin: 10px 0;
    }
    #community-spotcontent div.content div.right{
        width: 50%;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 40px;
    }
    #comu-botm ul li p {
        font-size: 22px;
    }
    #comu-botm ul li a span.text {
        font-size: 22px;
    }
    #solution div.content {
        flex-direction: column;
    }
    #solution div.content div.left {
        width: 100%;
        margin-bottom: 20px;
    }
    #solution div.content div.right {
        width: 100%;
    }
}   
@media all and (max-width:768px){
    #mains div.content div.menus div.style_grid{
        display: none;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost {
        width: 100%;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.item-des p {
        font-size: 22px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost div.price h3 {
        font-size: 22px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost div.price h4 {
        font-size: 20px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost h2 {
        font-size: 24px;
    }
    #capabilities div.dot {
        left: 125px;
    }
    #spotbottom {
        margin: 0 0 100px 0!important;
    }
    #we div.content div.left h2 {
        font-size: 35px;
    }
    #all-prods {
        padding-top: 128px !important;
    }
    #all-prods div.prod-head div.left h2 {
        font-size: 40px !important;
    }
    #pricing h2 {
        font-size: 38px;
    }
    #partners h2 {
        font-size: 34px;
    }
    #benefits div.sub-head h2 {
        font-size: 34px;
    }
    #programs div.content div.left h2 {
        font-size: 34px;
    }
    #registration div.right h2 {
        font-size: 34px;
    }    
    #comu-botm ul li h4 {
        font-size: 22px;
    }
    #hrmanagement div.content div.left h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #hrmanagement div.content div.left p {
        font-size: 20px;
    }
    #hrmanagement div.hrm div.right h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #hrmanagement div.content2 div.left h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #hrmanagement div.hrm div.right ul li span {
        width: 21px;
        margin-right: 10px;
        height: 10px;
    }
    #hrmanagement div.content2 div.left ul li span {
        width: 21px;
        margin-right: 10px;
        height: 10px;
    }
    #hrmanagement {
        padding: 50px 0 0 0;
    }
    #comu-botm ul li div.image img {
        height: 63px;
    }
    #community-spotcontent div.content div.right img{
        width: 100%;
    }
    #community-spotcontent div.content div.right{
        width: 48%;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 35px;
    }
    #community-spotcontent div.content div.left h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #comu-botm ul li div.image {
        width: 65px;
        margin: 10px auto;
    }
    #comu-botm ul {
        display: flex;
        flex-wrap: wrap;
    }
    #comu-botm ul li {
        width: 48%;
        margin-right: 12px;
    }
    #comu-botm ul li:nth-child(3){
        margin-top: 20px;
    }
    #comu-botm ul li p {
        font-size: 20px;
    }
    #new-banner div.content div.right form {
        padding: 50px;
        margin-left: -18px;
    }
    #new-banner div.content div.left h2 {
        font-size: 35px;
    }
    #all-prods {
        padding-bottom: 16px;
    }
    #all-prods div.contents div.contents1 p {
        font-size: 19px;
    }
    #all-prods div.contents div.contents1 {
        margin-right: 28px;
        margin-top: 10px;
        padding: 50px 9px;
        margin-bottom: 40px;
    }
    #all-prods div.prod-head div.left h4 {
        font-size: 21px;
    }
    #all-prods div.prod-head div.left h2 {
        font-size: 35px;
    }
    #about div.content div.left a {
        padding: 10px 30px;
        margin: 30px 0 0;
    }
    #about div.content div.left p {
        font-size: 19px;
    }
    #about div.content div.left h2 {
        font-size: 40px;
        margin: 15px 0;
    }
    #about {
        padding-top: 60px;
    }
    .wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1500px;
    }
    section.header div.content div.right {
        display: none;
    }
    #tools div.content div.right img {
        width: 85%;
    }
    #features div.content div.right div.grid {
        right: 56px;
    }
    #spotlight {
        height: 78vh;
    }
    #spotbottom ul li.card {
        margin-right: 20px;
        background-color: white;
        width: 100px;
        margin-top: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: none;
        box-shadow: 0px 3px 48px #00000017;
    }
    #spotbottom .slick-track {
        padding: 20px;
    }
    #about div.content div.right {
        height: 316px;
    }
    #features div.content div.left ul li p {
        font-family: "latoregular";
        font-size: 19px;
        width: 300px;
        margin: 0 auto;
    }
    #features div.content div.left ul li h4 {
        font-size: 23px;
    }
    #features div.content div.right h4 {
        font-size: 18px;
    }
    #features div.content div.right h2 {
        font-size: 37px;
    }
    #we div.content div.left {
        width: 50%;
        margin-right: 0px;
    }
    #brands div.logo-sec ul .slick-dots {
        position: absolute;
        bottom: -50px;
        left: 45%;
    }
    #tools {
        height: 50vh;
        padding: 50px 0;
    }
    #tools div.content div.right img {
    }
    #banner div.content div.left h2 {
        font-size: 32px;
        font-family: "latobold";
        color: white;
    }
    #banner div.content div.left {
        margin-right: 0px;
    }
}
@media all and (max-width:768px) {
    #we .slick-dots {
        margin-top: 50px;
    }
    #loginpage {
        background-image: none;
    }
    #partners div.content div.box {
        padding-top: 20px;
    }
    #benefits div.content ul li {
        width: 49%;
    }
    #benefits div.content ul {
        flex-wrap: wrap;
    }
    #price-spot {
        margin-bottom: 0;
    }
    #all-prods div.contents div.contents1 {
        margin-right: 18px;
        width: 47%;
    }
    #all-prods div.prod-head div.select {
        margin-left: 64px;
    }
    #all-prods div.prod-head div.left {
        width: 60%;
    }
    #all-prods {
        padding-top: 66px;
    }
    #product-spot {
        margin-bottom: 0;
    }
    #partners div.content div.box div.box_details div.left div.quote {
        width: 41px;
        height: 20px;
        margin-bottom: 26px;
    }
    #about-tool div.left div.image img {
        margin-top: 34px;
    }
    .wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1500px;
    }
    #spotlight {
        width: 100%;
        height: 90vh;
        background-repeat: no-repeat;
        background-image: url(../images/768.png);
        background-size: cover;
    }
    #tools {
        height: 45vh;
        padding: 0;
    }
    #tools div.content div.right img {
        width: 100%;
    }
    #tools div.content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    #tools div.content div.left {
        width: 100%;
        padding-top: 40px !important;
    }
    #tools div.content div.right {
        width: 55%;
    }
    #about div.content {
        flex-direction: column-reverse;
    }
    #about div.content div.left {
        width: 100%;
    }
    #about div.content div.left h2 {
        font-size: 30px;
        margin: 10px 0;
    }
    #about div.content div.right {
        width: 60%;
        height: 338px;
    }
    #features div.content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    #features div.content div.left {
        width: 100%;
    }
    #features div.content div.right {
        width: 100%;
    }
    #features div.content div.right h4 {
        font-size: 24px;
        text-align: center;
        padding-left: 0px;
    }
    #features div.content div.right h2 {
        font-size: 40px;
        text-align: center;
    }
    #features div.content div.right div.grid {
        right: 0px;
        top: 0;
    }
    #features {
        background-color: #EEF9FF;
        margin-top: 0;
    }
    #capabilities {
        margin-top: 350px;
    }
    #capabilities h4 {
        font-size: 24px;
    }
    #capabilities h2 {
        font-size: 40px;
    }
    #we div.content div.left h4 {
        font-size: 24px;
    }
    #we div.content div.left h2 {
        font-size: 40px;
    }
    #tools div.content div.left h4 {
        font-size: 24px;
    }
    #tools div.content div.left h2 {
        font-size: 40px;
    }
    #we div.content {
        flex-direction: column;
    }
    #we div.content div.left {
        width: 100%;
        margin-right: 0px;
    }
    #we div.content div.right {
        width: 80%;
    }
    #brands {
        padding-top: 200px;
        margin-top: 350px;
    }
    #brands div.content h2 {
        font-size: 40px;
    }
    #pricing h4 {
        font-size: 24px;
    }
    #pricing h2 {
        font-size: 40px;
    }
    #blk-1 div.containers {
        flex-wrap: wrap;
    }
    #blk-1 div.container {
        width: 45%;
    }
    #pricing div.menus div.radios label {
        font-size: 17px;
        margin-right: 27px;
    }
    #pricing div.menus {
        flex-direction: column;
    }
    #pricing div.menus div.select {
        width: 100%;
        margin-bottom: 50px;
    }
    #pricing div.menus div.radios {
        width: 100%;

    }
    #blk-1 div.container div.normal ul li {
        padding: 0 5px;
    }
    #blk-1 div.container div.drop-list div.drop {
        width: 100%;
    }
    #blk-1 div.container div.drop-list ul.droplist {
        width: 100%;
    }
    #blk-1 div.container div.drop-list ul li {
        padding: 0 5px;
    }
    #banner div.content {
        padding: 56px 0;
    }
    #banner div.content div.right {
        margin-left: 10px;
    }
    #footer div.content {
        flex-wrap: wrap;
    }
    #footer div.content div.social {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    #banner{
        margin-top: 20px;
    }
    #banner div.content div.left {
        width: 50%;
    }
}
@media all and (max-width:640px) {
    #mains div.content div.orders div.detail ul li div.prod-cost h3 {
        font-size: 17px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.item-des p {
        font-size: 18px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost div.price h3 {
        font-size: 16px;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost div.price h4 {
        font-size: 16px;
        margin-right: 5px;
    }
    #partners {
        padding: 0px 0;
    }
    #blk-1 div.container div.drop-list div.drop h5 {
        font-size: 18px;
    }
    #price-spot {
        margin-bottom: 0px !important;
    }
    #product-spot {
        margin-bottom: 0px !important;
    }
    #spotbottom {
        margin: 0px 0 100px 0!important;
    }
    #about {
        padding-top: 57px;
    }
    #community-spotcontent div.content div.right{
        width: 48%;
    }
    #community-spotcontent {
        padding-top: 20px;
    }
    #community-spotcontent div.content div.left h4 {
        font-size: 22px;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 35px;
    }
    #community-spot {
        margin-bottom: 0;
    }
    #comu-botm ul li {
        width: 90%;
        /* margin-right: 12px; */
        margin: 10px auto;
    }
    #solution div.head h2 {
        padding: 30px 0 5px 0;
       
    }
    #solution div.content{
        padding: 20px 0;
    }
    #programs div.content div.left h2 {
        font-size: 30px;
    }
    #programs div.content div.left {
        width: 90%;
    }
    #programs div.content {
        flex-direction: column;
    }
    #registration div.right p {
        margin-bottom: 18px;
        font-size: 19px;
    }
    #registration div.right h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #registration div.right h4 {
        font-size: 22px;
    }
    #blk-1 div.container h2 {
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }
    #new-banner div.content div.right form button span.bnr-aro {
        width: 17px;
    }
    #new-banner div.content div.right form button span.text {
        font-size: 19px;
    }
    #new-banner div.content div.right form div.in-content input {
        font-size: 19px;
    }
    #new-banner div.content div.left h2 {
        font-size: 30px;
    }
    #new-banner div.content div.right form div.in-content {
        margin-bottom: 9px;
    }
    #new-banner div.content div.left {
        margin-right: 0;
    }
    #new-banner div.content div.right form {
        margin-left: 0;
        padding: 35px 0 40px 0;
    }
    #new-banner {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0 0;
    }
    #new-banner div.content div.left {
        width: 70%;
        text-align: center;
    }
    #new-banner div.content {
        flex-direction: column;
    }
    #all-prods div.contents div.contents1 {
        margin-right: 11px;
        margin-bottom: 14px;
    }
    #all-prods div.prod-head div.left h2 {
        font-size: 30px;
    }
    #all-prods div.prod-head div.select {
        margin-left: 0;
        width: 40%;
    }
    #tools div.content div.left h2 {
        font-size: 30px;
    }
    #tools div.content div.left h4 {
        font-size: 20px;
    }
    #features div.content div.left ul li h4 {
        font-size: 20px;
    }
    #features div.content div.left ul li img {
        margin-top: 2px !important;
    }
    #about {
        padding-top: 40px;
    }
    #spotbottom ul li a h3 {
        margin-top: 9px;
        font-size: 21px;
        margin-bottom: 31px;
    }
    #spotbottom ul li a img {
        margin: 8px auto;
    }
    #spotlight {
        width: 100%;
        height: 70vh;
    }
    #capabilities {
        margin-top: 250px;
    }
    #capabilities h2 {
        font-size: 30px !important;
    }
    #features div.content div.right h4 {
        font-size: 20px;
    }
    #features div.content div.right h2 {
        font-size: 30px;
    }
    #features div.content div.left ul {
        display: flex;
        flex-direction: column;
    }
    #features div.content div.left ul li {
        width: 100%;
    }
    #features div.content div.left ul li:nth-child(2) {
        width: 30%;
        display: none;
    }
    #tools div.content div.left h2 {
        font-size: 30px !important;
    }
    #tools div.content div.left p {
        font-size: 20px;
        margin: 10px 0;
    }
    #about div.content div.left h2 {
        font-size: 30px;
        margin: 10px 0;
    }
    #about div.content div.left h4 {
        font-size: 21px;
    }
    #about div.content div.right {
        height: fit-content;
    }
    #capabilities div.content div.content1 p {
        font-size: 20px;
    }
    #we div.content div.left h2 {
        font-size: 30px !important;
    }
    #we div.content div.left p {
        font-size: 20px;
    }
    #brands {
        padding-top: 150px;
        margin-top: 150px;
    }
    #brands div.content h2 {
        font-size: 36px;
        padding: 50px 0 10px;
    }
    #brands div.logo-sec {
        padding: 20px 20px 40px 20px;
    }
    #brands div.logo-sec ul .slick-dots {
        left: 40%;
    }
    #pricing h2 {
        font-size: 30px !important;
    }
    #pricing div.menus div.radios label {
        font-size: 22px;
        margin-right: 5px;
    }
    #blk-1 div.container {
        width: 100%;
    }
    #blk-1 div.container div.normal ul li h5 {
        font-size: 19px;
    }
    #blk-1 div.container div.drop-list {
        margin: 20px 20px;
    }
    #blk-1 div.container div.drop-list ul li h5 {
        font-size: 19px;
    }
    #blk-1 div.container div.drop-list ul.droplist li.menu-item {
        width: 100%;
        padding: 0 0px
    }
    #banner div.content {
        padding: 56px 0;
        display: flex;
        flex-direction: column;
    }
    #banner div.content div.left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    #banner div.content div.right div.create a {
        padding: 10px 12px;
        width: 100%;
        align-items: center;
    }
    #banner div.content div.left h2 {
        font-size: 27px;
    }
    #banner div.content div.right {
        width: 100%;
        padding-left: 0%;
        display: flex;
        justify-content: center;
    }
    #banner div.content div.right div.create a span {
        margin-right: 10px;
        font-size: 14px;
    }
    #banner div.content div.right div.create a div.arrow {
        width: 12px;
    }
    #footer div.social img {
        margin-bottom: 10px;
    }
    #footer div.credit h4 {
        margin: 15px;
        font-size: 15px;
    }
    #footer div.credit h4 span a {
        font-size: 15px;
    }
}
@media all and (max-width:480px) {
    #we div.content div.left h2 {
        margin: 5px 0 10px;
    }
    #cart div.contents div.right {
        width: 100% !important;
        margin: 0 auto;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost div.price {
        width: 100%;
        margin: 10px 0;
        justify-content: flex-end;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.cost {
        width: 100%;
    }
    #cart div.contents div.left div.items ul li div.cart-box div.image {
        margin: 10px auto;
    }
    #cart div.contents div.left div.items ul li div.cart-box {
        flex-direction: column;
    }
    #programs div.content div.right {
        width: 100%;
    }
    #benefits div.content ul li div.image {
        width: 80px;
        height: 80px;
    }
    #hrmanagement div.content {
        flex-direction: column-reverse;
    }
    #hrmanagement div.content div.left {
        width: 100%;
    }
    #hrmanagement div.content div.right {
        width: 100%;
        margin-top: 30px;
    }
    #hrmanagement div.hrm {
        flex-direction: column-reverse;
    }
    #hrmanagement div.hrm div.left {
        width: 100%;
    }
    #hrmanagement div.hrm div.right {
        width: 100%;
    }
    #hrmanagement div.content2 div.left {
        width: 100%;
    }
    #hrmanagement div.content2 div.right {
        width: 100%;
    }
    #hrmanagement div.hrm div.right {
        margin-left: 0;
        margin-top: 15px;
    }
    #hrmanagement div.content2 {
        flex-direction: column;
    }
    #hrmanagement div.hrm {
        padding: 20px 0;
    }
    #hrmanagement div.hrm div.right ul {
        display: flex;
        flex-wrap: wrap;
    }
    #hrmanagement div.content2 div.left ul {
        display: flex;
        flex-wrap: wrap;
    }
    #hrmanagement div.hrm div.right ul li {
        width: 50%;
    }
    #hrmanagement div.content2 div.left ul li {
        width: 50%;
    }
    #hrmanagement div.content2 div.right div.playbtn a img {
        width: 100%;
    }
    #hrmanagement div.content2 div.right div.playbtn a img {
        width: 60%;
        height: 300px;
        margin: 0 auto;
    }
    #hrmanagement div.content2 div.right {
        height: 42vh;
    }
    #blk-1 div.container div.drop-list div.drop h5 {
        font-size: 18px;
    }
    #blk-1 div.container h2 {
        margin-bottom: 0px;
    }
    #pricing div.menus div.select {
        width: 56%;
    }
    #new-banner div.content div.left {
        width: 100%;
    }
    #all-prods div.contents div.contents1 {
        width: 100%;
    }
    #all-prods div.prod-head div.select {
        margin-left: 0;
        width: 63%;
    }
    #all-prods div.contents {
        margin-top: 0px;
    }
    #all-prods div.prod-head div.select select {
        margin-top: 17px;
    }
    #all-prods div.prod-head div.left {
        width: 100%;
    }
    #all-prods div.prod-head {
        display: block;
    }
    #about-tool div.left div.image img {
        width: 88%;
    }
    #about-tool div.content div.right p {
        font-size: 19px;
    }
    #about-tool div.left div.image img {
        margin-right: 0;
    }
    #features div.content div.left ul li p {
        height: 67px;
    }
    #features div.content div.left ul li p {
        width: 100%;
    }
    #about {
        padding-top: 25px;
    }
    #spotbottom ul li.card {
        margin-top: 0px;
    }
    #spotlight {
        width: 100%;
    }
    #spotbottom {
        margin: 0;
    }
    section.header div.content div.left h1 {
        width: 170px;
    }
    #features {
        padding: 50px 0;
    }
    #features div.content div.left ul li {
        width: 30%;
    }
    #features div.content div.right div.grid {
        right: 25px;
        top: 0;
    }
    #features div.content div.left ul li h4 {
        margin-bottom: 0px;
    }
    #features div.content div.left ul li img {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 117px;
        height: 117px;
    }
    #features div.content div.left ul li {
        padding-bottom: 0;
    }
    #tools div.content div.left {
        width: 100%;
        padding-top: 50px;
    }
    #tools div.content div.right {
        width: 95%;
    }
    #about div.content div.right {
        width: 100%;
        height: fit-content;
    }
    #about div.content div.left h2 {
        font-size: 25px;
    }
    #about div.content div.left p {
        font-size: 18px;
    }
    #about div.content div.left h4 {
        font-size: 22px;
    }
    #about div.content div.left a {
        margin: 20px 0;
        padding: 10px 10px;
    }
    #features div.content div.right h4 {
        font-size: 22px;
    }
    #features div.content div.right h2 {
        font-size: 30px;
    }
    #features div.content div.left ul {
        display: flex;
        flex-direction: column;
    }
    #features div.content div.left ul li {
        width: 100%;
    }
    #features div.content div.left ul li:nth-child(2) {
        width: 30%;
        display: none;
    }
    #capabilities {
        margin-top: 50px;
        padding-bottom: 0;
    }
    #capabilities div.dot {
        width: 150px;
        left: 50px;
    }
    #capabilities div.bg {
        height: 750px;
    }
    #capabilities div.dot img {
        width: 100%;
    }
    #tools div.content div.left h4 {
        font-size: 22px;
    }
    #tools div.content div.left h2 {
        font-size: 30px;
    }
    #tools div.content div.left p {
        font-size: 18px;
    }
    #tools div.content div.left a {
        display: inline-block;
        margin-bottom: 20px;
        padding: 10px 10px;
    }
    #capabilities h4 {
        font-size: 22px;
    }
    #capabilities h2 {
        font-size: 30px;
    }
    #capabilities div.content div.content1 p {
        font-size: 20px;
    }
    #capabilities {
        margin-top: 50px;
        padding-top: 267px !important;
    }
    #we div.content div.left h4 {
        font-size: 22px;
    }
    #we div.content div.left h2 {
        font-size: 30px;
    }
    #we div.content div.left p {
        font-size: 18px;
    }
    #we div.content div.left a {
        display: inline-block;
        margin: 20px 0;
        padding: 10px;
    }
    #brands {
        margin-top: 50px;
    }
    #brands div.logo-sec ul .slick-dots {
        position: absolute;
        bottom: -50px;
        left: 35%;
    }
    #pricing {
        padding-top: 50px;
        margin-bottom: 50px;
        height: auto;
    }
    #pricing div.menus div.radios label {
        margin-right: 9px;
        font-size: 16px;
    }
    #pricing div.menus div.radios label input {
        margin-right: 2px;
        width: 12px;
        height: 22px;
    }
    #blk-1 div.container {
        margin: 0px auto;
        width: 90% !important;
    }
    #blk-1 div.container div.normal ul li {
        padding: 0px 35px;
    }
    #blk-1 div.container div.drop-list ul.droplist li.menu-item {
        width: 100%;
        padding: 0 15px;
    }
    #footer div.content div.company,
    div.links ul li {
        width: 50%;
    }
    #footer div.content div.company,
    div.links {
        width: 50%;
    }
    #footer div.content div.contact {
        text-align: left;
        width: 100%;
    }
    #footer div.content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}
@media all and (max-width:380px){
    #about-tool div.content div.right {
        margin-left: 0;
        margin-top: 10px!important;
    }
}
@media all and (max-width:360px) {
    #footer div.social img {
        width: 180px;
    }
    #community-spotcontent div.content div.left h2 {
        margin-bottom: 30px;
        font-size: 21px;
    }
    #community-spotcontent div.content div.left h4 {
        font-size: 18px;
    }
    #community-spotcontent {
        padding-top: 10px;
    }
    #community-spot {
        height: 37vh;
    }
    #comu-botm ul li h4 {
        font-size: 20px;
    }
    #comu-botm ul li p {
        font-size: 18px;
    }
    #comu-botm ul li a span.text {
        font-size: 18px;
    }
    #solution div.head h2 {
        padding: 30px 0 5px 0;
        font-size: 20px;
    }
    #solution div.head p {
        font-size: 18px;
    }
    #solution div.content div.left div.help {
        padding: 20px;
    }
    #solution div.content div.left div.help div.inn-left h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #solution div.content div.left div.help div.inn-left a {
        padding: 11px 26px;
        font-size: 18px;
    }
    #solution div.content div.left div.help div.inn-right {
        width: 100px;
    }
    #solution div.content div.right div.chat {
        padding: 20px;
    }
    #solution div.content div.right div.chat div.inn-left h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #solution div.content div.right div.chat div.inn-left a {
        padding: 11px 26px;
        font-size: 18px;
    }
    #solution div.content div.right div.chat div.inn-right {
        width: 100px;
    }
    #community-spotcontent div.content div.left h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    #solution div.content div.left div.help {
        flex-direction: column-reverse;
        padding: 20px;
    }
    #solution div.content div.left div.help div.inn-left {
        margin-right: 0px;
        margin: 0 auto;
        width: 100%;
    }
    #solution div.content div.left div.help div.inn-right {
        width: 100px;
        margin-bottom: 10px;
    }
    #community-spotcontent div.content div.right h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    #solution div.content div.right div.chat {
        flex-direction: column-reverse;
        padding: 20px;
    }
    #solution div.content div.right div.chat div.inn-left {
        margin-right: 0px;
        margin: 0 auto;
        width: 100%;
    }
    #solution div.content div.right div.chat div.inn-right {
        width: 100px;
        margin-bottom: 10px;
    }
    #spotlight {
        width: 100%;
        height: 90vh;
        background-repeat: no-repeat;
        background-image: url(../images/360.png);
        background-size: cover;
    }
    #spotbottom ul li.card {
        margin-right: 50pxpx;
        background-color: white;
        width: 50px;
        box-shadow: 0px 3px 48px #00000017;
    }
    #capabilities div.dot {
        display: none;
    }
    #about div.content div.left h2 {
        font-size: 30px;
    }
    #about div.content div.left p {
        font-size: 16px;
    }
    #about div.content div.left a div.button span {
        margin-right: 10px;
        font-size: 16px;
    }
    #features div.content div.right h4 {
        font-size: 20px;
    }
    #tools div.content a div.button span {
        margin-right: 10px;
        font-size: 16px;
    }
    #tools div.content div.left h2 {
        font-size: 30px;
    }
    #tools div.content div.left h4 {
        font-size: 20px;
    }
    #tools div.content div.left p {
        font-size: 16px;
        margin: 20px 0;
    }
    #tools {
        height: 75vh;
    }
    #capabilities {
        margin-top: 10px;
        padding-top: 70px;
    }
    #capabilities h4 {
        font-size: 20px;
    }
    #capabilities div.content {
        margin-top: 0;
    }
    #capabilities h2 {
        font-size: 30px;
    }
    #capabilities {
        padding-bottom: 0px;
    }
    #capabilities div.content div.content1 p {
        font-size: 16px;
    }
    #we div.content div.left h4 {
        font-size: 20px;
    }
    #we div.content div.left h2 {
        font-size: 30px;
        margin: 10px 0 20px;
    }
    #we div.content div.left p {
        font-size: 16px;
    }
    #we div.content a div.button span {
        font-size: 16px;
    }
    #we div.content a div.button div.arrow {
        margin-left: 91px;
    }
    #brands {
        margin-top: -43px;
    }
    #brands div.content h2 {
        font-size: 25px;
        padding: 50px 0 10px;
    }
    #brands div.logo-sec ul .slick-dots {
        position: absolute;
        bottom: -50px;
        left: 26%;
    }
    #pricing h2 {
        font-size: 30px;
    }
    #pricing div.menus div.radios {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #pricing div.menus div.radios label input {
        margin-right: 10px;
    }
    #pricing div.menus div.select {
        margin-bottom: 25px;
    }
    #pricing div.menus div.select select {
        font-size: 16px;
    }
    #pricing div.menus div.radios label {
        margin-right: 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #banner div.content div.left h2 {
        font-size: 16px;
        text-align: center;
    }
    #banner div.content div.left {
        width: 100%;
    }
    #banner div.content div.right div.create a {
        padding: 10px 15px;
    }
    #banner div.content {
        padding: 25px 0;
    }
    #footer div.content div.social {
        padding-bottom: 30px;
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    #footer div.content div.company {
        width: 100%;
        margin-bottom: 30px;
    }
    #footer div.content div.links {
        width: 100%;
        margin-bottom: 30px;
    }
    #footer div.content div.company,
    div.links ul li {
        width: 100%;
    }
    #footer h4 {
        text-align: center;
    }
    #footer h5 {
        text-align: center;
    }
    #footer div.content div.contact ul li {
        width: 80%;
        margin: 0 auto;
    }
    #footer div.content div.contact ul li a h5 {
        margin-bottom: 10px;
        text-align: left !important;
    }
    #footer div.credit h4 {
        font-size: 14px;
    }
    #footer div.credit h4 span a {
        font-size: 14px;
    }
    #spotbottom ul li a h3 {
        margin-top: 10px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #spotbottom ul li a img {
        width: 75px;
        display: block;
        margin: 25px auto;
    }
    #features div.content div.right div.grid {
        right: 40px;
        top: 0;
        width: 80px;
    }
    #features div.content div.left ul li img {
        width: 80px;
        height: 80px;
    }
    #capabilities div.content div.content1 img {
        width: 60px;
        height: 60px;
    }
    #capabilities div.content div.content1 {
        padding: 25px 30px;
    }
    #capabilities div.bg {
        height: 650px;
        top: 30px;
    }
    #we div.content div.right {
        height: auto;
    }
    .slick-dots button {
        width: 5px;
        height: 5px;
    }
    .slick-dots li.slick-active button {
        background-color: #02368a;
        width: 10px;
    }
    #blk-1 div.container h4 {
        font-size: 20px;
    }
    #blk-1 div.container h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #blk-1 div.container div.normal ul li h5 {
        font-size: 18px;
    }
    #blk-1 div.container div.drop-list div.drop h5 {
        font-size: 18px;
    }
    #blk-1 div.container div.drop-list ul li h5 {
        font-size: 18px;
    }
    #blk-1 div.container div.tocart a {
        font-size: 18px;
    }
}
/* about page responsive */
@media all and (max-width:1280px) {
    #spotlight section.header div.nav {
        display: block;
    }
    #spotlight section.homespot div.left {
        padding-top: 80px;
        width: 60%;
    }
    #community-spot {
        height: 80vh;
        margin-bottom: 50px;
    }
    #partners div.content div.box div.box_details div.left p {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #partners div.content div.box div.box_details div.left div.star {
        margin-bottom: 10px;
    }
    #partners h2 {
        margin-bottom: -24px;
    }
    #we .slick-dots {
        left: -30px;
    }
    #about_spot {
        margin-bottom: 0px;
    }
    #all-prods div.prod-back {
        height: 820px;
    }
    #programs div.content div.left h2 {
        width: 80%;
    }
    #registration {
        margin: 200px 0 0 0;
    }
    #registration ::after {
       display: none;
    }
    #registration div.right {
        padding: 50px 50px 50px 20px;
    }
    #pricing {
        margin-bottom: 60px;
    }
    #partners div.grid {
        top: 19px;
        left: 70px;
        display: none;
    }
    #price-spot {
        margin-bottom: -45px;
    }
    #product-spot {
        margin-bottom: -45px;
    }
    #pricing div.menus {
        margin-bottom: 30px;
    }
    #pricing div.menus div.select {
        width: 38%;
    }
    #pricing div.menus div.select select {
        font-size: 20px;
    }
    #pricing {
        padding-top: 60px;
    }
    #brands div.logo-sec {
        padding: 20px 20px 60px 20px;
    }
    #brands div.content h2 {
        font-size: 40px;
        padding: 70px 0 10px;
    }
    #we {
        height: 60vh;
    }
    #features {
        padding: 20px 0;
    }
    #features {
        margin-top: 0px;
    }
    #about-tool {
    }
    #partners div.content div.box {
        padding-top: 50px;
    }
    #about-tool div.about-toolbg {
        height: 400px;
    }
    #partners {
        height: fit-content;
        position: relative;
        padding: 50px 0;
        margin-bottom: 50px;
    }
    #partners div.content div.box div.box_details div.right div.person {
        bottom: 100px;
        width: 65%;
        border-radius: 25px;
        position: absolute;
        top: 90px;
    }
    #partners div.navbtn {
        left: 60%;
        bottom: 20px;
        z-index: 5;
        position: absolute;
    }
    #partners div.navbtn button img {
        width: 50px;
    }
}
@media all and (max-width:980px) {
    #spotlightcontent div.title div.left p {
        font-size: 22px;
    }
    #spotlightcontent div.title div.left h2 {
        font-size: 40px;
    }
    #spotlightcontent div.title div.left h4 {
        font-size: 22px;
    }
    #spotlight section.homespot div.left a {
        margin: 0px 0;
    }
    #spotlight section.homespot div.left h1 {
        font-size: 50px;
    }
    #spotlight section.homespot div.left h2 {
        font-size: 26px;
    }
    #spotlight section.homespot div.left {
        padding-top: 80px;
        width: 70%;
    }
    #about div.content div.left p {
        font-size: 22px;
    }
    #community-spot {
        height: 75vh;
    }
    #mains div.content div.menus {
        width: 35%;
        margin-right: 20px;
    }
    #about-tool div.content div.right{
        width: 50%;
    }
    #about-tool div.content div.left{
        width: 50%;
    }
    #cart div.contents div.right {
        width: 50%;
        margin: 0 auto;
    }
    #cart div.contents {
        flex-direction: column;
    }
    #cart div.contents div.left {
        width: 100%;
    }
    #loadMore {
        width: 25%;
    }
    #offline div.container div.drop-list div.drop {
        width: 94%;
    }
    #signuppage div.signupcontent {
        width: 60%;
    }
    #loginpage div.content {
        width: 60%;
    }
    #features div.content div.left ul li {
        margin-bottom: 30px;
    }
    #features div.content div.left ul li h4 {
        margin-bottom: 5px;
    }
    #features div.content div.left ul li:nth-child(2n){
        display: none;
    }
    #features div.content div.left ul li img {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 117px;
        height: 117px; 
    }
    #features div.content div.left ul li {
        width: 100%;
        padding-bottom: 0px;
    }
    #features div.content div.left ul {
        flex-direction: column;
        margin: 0 auto;
    }
    #registration div.right span a {
        padding: 15px 38px;
        font-size: 18px;
    }
    #registration div.right p {
        margin-bottom: 25px;
    }
    #registration div.right h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    #registration div.left h4 {
        font-size: 17px;
    }
    #registration div.left form div.input-password {
        padding-top: 32px;
    }
    #registration div.left form button {
        margin-top: 25px;
        padding: 15px 5px;
        font-size: 23px;
    }
    #registration div.left h3 {
        font-size: 30px;
    }
    #registration div.left form div.input input {
        font-size: 20px;
        padding-top: 25px;
    }
    #registration div.left form {
        padding: 0px 50px 20px;
    }
    #registration div.left {
        width: 90%;
        margin-bottom: 30px;
    }
    #registration div.right {
        width: 90%;
        padding: 50px 50px 60px;
    }
    #programs div.content div.left h2 {
        font-size: 35px;
        margin-bottom: 10px;
        width: 90%;
    }
    #programs div.content div.left p {
        font-size: 19px;
    }
    #benefits div.sub-head h2 {
        font-size: 35px;
    }
    #benefits div.sub-head p {
        font-size: 19px;
        width: 50%;
        margin: 14px auto 0px;
    }
    #benefits div.content {
        margin: 50px 0px 0;
    }
    #benefits div.content ul li:nth-child(2n) {
        display: none;
    }
    #benefits div.content ul li p {
        font-size: 19px;
    }
    #benefits div.content ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #partner-spot {
        margin-bottom: 0;
    }
    #programs div.content div.left h4 {
        margin-bottom: 10px;
    }
    #registration ::after {
        display: none;
    }
    #registration div.content {
        flex-direction: column;
    }
    #about-tool div.about-toolbg {
        height: 495px;
    }
    #features {
        padding: 40px 0 20px;
    }
    #footer {
        padding-top: 30px;
    }
    #banner div.content div.right div.create a {
        padding: 10px 4px;
    }
    #blk-1 div.container h4 {
        margin-bottom: 15px;
    }
    #banner div.content {
        padding: 60px 0;
    }
    #blk-1 div.container div.normal ul li h5 {
        font-size: 19px;
    }
    #blk-1 div.container div.head {
        margin: 20px 0px;
    }
    #blk-1 div.container {
        margin: 30px auto;
        width: 44%;
    }
    #pricing div.menus div.radios {
        margin-top: 15px;
        width: 100%;
    }
    #pricing div.menus div.radios label:nth-child(3) {
        margin-right: 0px; 
    }
    #moreusers {
        width: 50%;
        margin: 15px auto;
    }
    #pricing h2 {
        margin-bottom: 20px;
    }
    #pricing div.menus {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #pricing div.menus div.select {
        width: 100%;
    }
    #pricing h2 {
        font-size: 40px;
    }
    #pricing h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #offline div.container {
        width: 45%;
        margin: 30px auto;
    }
    #offline div.container {
        width: 45%;
    }
    #blk-1 div.container h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #brands {
        padding-top: 0px;
    }
    #we div.content div.left p {
        font-size: 19px;
    }
    #we div.content div.left h2 {
        font-size: 40px;
    }
    #we div.content div.left h4 {
        font-size: 22px;
    }
    #we div.content div.right div.playbtn {
        margin: 80px auto 0;
    }
    #capabilities div.bg {
        height: 754px;
    }
    #capabilities div.content {
        margin-top: 10px;
    }
    #capabilities {
        padding-top: 125px;
        padding-bottom: 0px;
    }
    #capabilities h2 {
        font-size: 40px;
    }
    #capabilities h4 {
        margin-bottom: 20px;
    }
    #tools div.content div.left p {
        font-size: 19px;
    }
    #tools div.content div.left h2 {
        font-size: 40px;
    }
    #tools div.content div.left {
        padding-top: 10px;
    }
    #about-tool{
        margin: 30px 0;
    }
    #about-tool div.left {
        margin-right: 0px;
    }
    #about-tool div.left div.image {
        width: 100%;
        margin-top: 100px;
    }
    #about-tool div.content div.right {
        margin-left: 0;
        width: 100%;
    }
    #about-tool div.content div.right h4 {
        font-size: 24px;
    }
    #about-tool div.content div.right h2 {
        font-size: 30px;
    }
    #partners div.content div.box div.partnerbg {
        width: 650px;
    }
    #partners div.content div.box div.box_details div.left {
        width: 50%;
        padding: 50px 0 50px 50px;
    }
    #partners div.content div.box {
        position: relative;
        padding-top: 40px;
    }
    #partners div.content div.box div.partnerbg {
        width: 650px;
        display: none;
    }
    #partners div.content div.box div.box_details {
        background-color: #EEF9FF;
    }
    #partners div.content div.box div.box_details div.left div.star {
        margin-bottom: 15px;
    }
    #partners div.navbtn {
        left: 62%;
        bottom: 55px;
        z-index: 5;
        position: absolute;
    }
    #partners div.content div.box div.box_details div.right {
        margin-left: 50px;
    }
    #partners div.content div.box div.box_details div.left p {
        margin-bottom: 20px;
    }
    #spotbottom ul li a h3 {
        margin-top: 0px;
    }
    #about-tool {
        padding-top: 100px;
        height: 65vh;
    }
    #brands div.content h2 {
        font-size: 35px;
    }
    #partners h2 {
        font-size: 35px;
    }
    #partners h4 {
        font-size: 19px;
    }
    #partners div.content div.box div.box_details div.left p {
        font-size: 19px;
    }
    #partners div.content div.box div.box_details div.left h5 {
        font-size: 27px;
    }
}
@media all and (max-width:768px) {
    #spotlight section.homespot div.left {
        width: 80%;
    }
    #myModal div.modal-content {
        width: 80%;
    }
    #programs {
        padding: 0 0 40px 0;
    }
    #community-spotcontent {
        padding-top: 53px;
    }
    #loadMore {
        width: 30%;
    }
    #signuppage div.signupcontent {
        width: 80%;
    }
    #loginpage div.content {
        width: 80%;
        margin: 0 auto;
    }
    #about-tool div.left div.image img{
        margin-right: 0px;
    }
    #benefits div.content {
        margin: 15px 0px 0;
    }
    #registration div.left form button {
        font-size: 18px;
    }
    #registration div.left form div.input input {
        font-size: 17px;
    }
    #registration div.left form div.input-password input {
        font-size: 17px;
    }
    #registration {
        margin: 161px 0 0 0;
    }
    #spotbottom ul li a img {
        margin: 25px auto 10px;
    }
    #about_spot {
        margin-bottom: 0px;
    }
    #about_spot {
        height: 60vh;
    }
    #we div.content div.right div.playbtn {
        margin: 15px auto 0;
    }
    #capabilities div.bg {
        height: 682px;
    }
    #capabilities div.content div.content1 h3 {
        margin: 15px 0;
    }
    #capabilities div.content div.content1 p {
        font-size: 19px;
    }
    #capabilities div.content div.content1 img {
        width: 63px;
        height: 63px;
    }
    #capabilities div.content div.content1 {
        padding: 24px 30px;
    }
    #tools div.content div.left a {
        padding: 10px 30px;
    }
    #features div.content div.left ul li img {
        margin-top: 25px;
        margin-bottom: 0px;
        width: 84px;
    }
    #features div.content div.left ul li {
        padding-bottom: 0px;
    }
    #features div.content div.left ul li h4 {
        margin-bottom: 5px;
    }
    #about-tool div.content {
        display: flex;
        flex-direction: column-reverse;
    }
    #about-tool {
        height: fit-content;
        padding-top: 0px;
    }
    #about-tool div.left div.image {
        width: 100%;
        margin-top: 0px;
    }
    #about-tool div.about-toolbg {
        display: none;
    }
    #about-tool::after {
        position: absolute;
        width: 100%;
        background-color: #EEF9FF;
        content: "";
        top: 0;
        height: 50%;
        right: 0;
        z-index: -5;
    }
    #about-tool div.content div.right {
        margin-left: 0;
        margin-top: 50px;
    }
    #about-tool div.content div.right p {
        font-size: 19px;
        margin-top: 12px;
    }
    #about-tool div.content div.right h4 {
        margin-bottom: 20px;
    }
    #we div.content div.right .slick-dots button {
        margin-top: -30px;
    }
    #we div.content div.right div.playbtn {
        width: 87%;
    }
    #partners div.grid {
        display: none;
    }
    #partners div.content div.box div.box_details div.right div.person img {
        margin-top: 34px;
    }
    #partners div.content div.box div.partnerbg {
        height: 700px;
        width: 530px;
    }
    #partners div.navbtn {
        bottom: 106px;
        left: 59%;
    }
}
@media all and (max-width:640px) {
    #spotlightcontent div.title div.left p {
        font-size: 20px;
    }
    #spotlightcontent div.title div.left h2 {
        font-size: 36px;
    }
    #spotlightcontent div.title div.left h4 {
        font-size: 20px;
    }
    #spotlight section.header div.nav {
        display: none;
    }
    #spotlight section.homespot div.left a {
        padding: 10px 20px;
    }
    #spotlight section.homespot div.left {
        width: 75%;
        padding-top: 0;
    }
    #spotlight section.homespot div.left h1 {
        font-size: 42px;
    }
    #cart-spot {
        margin-bottom: 0px;
    }
    #community-spot {
        height: 65vh;
    }
    #community-spotcontent div.content div.left form {
        top: 50%;
        left: 44%;
    }
    #about-tool div.left {
        width: 100%;
        margin-right: 0;
    }
    #mains div.content div.account-edit {
        width: 100%;
    }
    #mains div.content div.account {
        width: 100%;
    }
    #mains div.content div.orders {
        width: 100%;
    }
    #mains div.content div.menus ul li{
        width: 100%;
        margin-right: 10px;
    }
    #mains div.content div.menus {
        width: 100%;
    }
    #mains div.content div.menus ul {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }
    #mains div.content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    #loadMore {
        width: 35%;
    }
    #signuppage div.signupcontent {
        width: 100%;
    }
    #loginpage div.content {
        width: 100%;
    }
    section.header div.content div.nav{
        display: none;
    }
    .btn{
        display: block;
    }
    #hrmanagement div.content div.left h2 {
        font-size: 30px;
    }
    #hrmanagement div.content div.left p {
        font-size: 18px;
    }
    #hrmanagement div.hrm div.right h2 {
        font-size: 30px;
    }
    #hrmanagement div.hrm div.right {
        margin-left: 30px;
    }
    #hrmanagement div.hrm div.right ul li span {
        width: 17px;
        height: 17px;
    }
    #hrmanagement div.hrm div.right ul li h4 {
        font-size: 22px;
    }
    #hrmanagement div.content2 div.left h2 {
        font-size: 30px;
    }
    #hrmanagement div.content2 div.left {
        margin-left: 0px;
    }
    #hrmanagement div.content2 div.left ul li span {
        width: 17px;
        height: 17px;
    }
    #hrmanagement div.content2 div.left ul li h4 {
        font-size: 22px;
    }
    #hrmanagement div.content2 {
        padding-bottom: 10px;
    }
    #hrmanagement div.content2 div.right {
        height: 35vh;
    }
    #blk-1 div.container div.buy a {
        font-size: 19px;
    }
    #blk-1 div.container div.tocart a {
        font-size: 19px;
    }
    #pricing div.menus div.radios label input {
        margin-right: 8px;
        width: 17px;
        height: 22px;
    }
    #pricing div.menus div.radios {
        justify-content: space-between;
    }
    #brands div.logo-sec {
        padding: 20px 20px 40px 20px;
    }
    #brands div.content h2 {
        font-size: 30px;
        padding: 40px 0 10px;
    }
    #we div.content div.left h4 {
        font-size: 20px;
    }
    #capabilities h4 {
        font-size: 20px;
        margin-top: 8px;
    }
    section.header div.content .main-menu {
        width: 46%;
    }
    #tools div.content div.right img {
    }
    #about-tool div.left div.image {
        width: 550px;
        margin-top: 50px;
    }
    #about-tool div.content div.right p {
        font-size: 20px;
    }
    #partners div.content div.box div.box_details {
        display: flex;
        flex-direction: column;
    }
    #partners div.content div.box div.box_details div.left {
        width: 100%;
    }
    #partners div.content div.box div.box_details div.left p {
        font-size: 20px;
    }
    #partners h2 {
        font-size: 30px;
    }
    #programs div.content div.left p {
        font-size: 20px;
        margin-bottom: 0px;
    }
    #partners {
        height: fit-content;
    }
    #partners h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #partners div.content div.box div.box_details div.right {
        display: none;
    }
    #partners div.content div.box div.box_details div.left div.quote {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    #partners div.content div.box {
        position: relative;
        padding-top: 20px;
    }
    #about-tool div.left div.image {
       width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    #we div.content div.left h2 {
        margin: 10px 0 20px;
    }
}
@media all and (max-width:680px){
}
@media all and (max-width:480px) {
    #spotlightcontent div.title div.left p {
        font-size: 17px;
    }
    #spotlightcontent div.title div.left h2 {
        font-size: 29px;
        margin: 10px 0;
    }
    #spotlightcontent div.title div.left h4 {
        font-size: 18px;
    }
    #spotlightcontent div.title div.left {
        width: 70%;
        margin-right: 5%;
    }
    #spotlight section.homespot div.left {
        width: 90%;
    }
    #cart-spot {
        height: 45vh;
        margin-bottom: 0px;
    }
    #price-spot {
        height: 40vh;
    }
    #product-spot {
        height: 40vh;
    }
    #about_spot {
        height: 40vh;
    }
    #partner-spot {
        height: 40vh;
    }
    #we {
        height: 60vh
    }
    #moreusers {
        font-size: 18px;
    }
    #mains div.content div.menus ul li h3 {
        font-size: 20px;
    }
    #mains div.content div.menus ul li i {
        font-size: 40px;
    }
    #mains div.content div.orders div.detail ul li div.prod-cost h3 {
        font-size: 16px;
    }
    #mains div.content div.orders div.detail ul li div.prod-status h3 {
        font-size: 16px;

    }
    #mains div.content div.orders div.detail ul li div.prod-data p {
        font-size: 15px;
    }
    #mains div.content div.orders div.detail ul li div.products div.prod-data h2 {
        font-size: 18px;
    }
    #offline div.container {
        width: 90%;
    }
    #loadMore {
        width: 45%;
    }
    #signuppage div.signupcontent {
        width: 100%;
    }
    section.header div.content .main-menu {
        width: 64%;
    }
    #community-spotcontent div.content div.right {
        width: 40% !important;
    }
    #community-spotcontent div.content div.right img{
        width: 100%;
    }
    #community-spotcontent div.content div.left {
        width: 55%;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 26px;
    }
    #community-spotcontent div.content div.left h4 {
        font-size: 19px;
    }
    #community-spot {
        height: 50vh;
    }
    #solution div.head h2 {
        padding: 100px 0 5px 0;
        font-size: 22px;
        font-family: "latobold";
        color: black;
    }
    #comu-botm ul li h4 {
        font-size: 22px;
        margin: 10px 0;
    }
    #comu-botm ul li p {
        font-size: 20px;
        margin: 0px 0 10px 0 ;
    }
    #solution div.head h2 {
        padding: 50px 0 5px 0;
        font-size: 22px;
    }
    #solution div.head p {
        font-size: 20px;
    }
    #solution div.content div.left div.help div.inn-left p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #solution div.content div.left div.help div.inn-left {
        margin-right: 15px;
    }
    #solution div.content div.right div.chat div.inn-left p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #solution div.content div.right div.chat div.inn-left {
        margin-right: 15px;
    }
    #benefits div.content ul li div.image {
        margin: 20px auto 10px;
    }
    #benefits div.content ul li h2 {
        padding-bottom: 8px;
        font-size: 20px;
    }
    #benefits div.content ul li {
        width: 100%;
    }
    #benefits div.sub-head p {
        font-size: 18px;
        width: 100%;
    }
    #benefits div.sub-head h2 {
        font-size: 25px;
    }
    #benefits div.heading h4 {
        font-size: 20px;
    }
    #programs div.content div.left h2 {
        font-size: 25px;
    }
    #programs div.content div.left h4 {
        font-size: 20px;
    }
    #programs div.content {
        margin-top: 30px;
    }
    #registration div.right h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #registration div.right {
        width: 98%;
        padding: 50px 25px 60px;
    }
    #registration div.left h3 {
        font-size: 26px;
        padding-top: 30px;
    }
    #registration {
        margin: 113px 0 0 0;
    }
    #new-banner div.content div.right {
        width: 81%;
    }
    #all-prods div.contents div.contents1 {
        margin-right: 0;
    }
    #about-tool div.content div.right p {
        font-size: 18px;
    }
    #banner div.content div.left h2 {
        font-size: 25px;
    }
    #blk-1 div.container:nth-child(n+2) {
        margin-top: 15px;
    }
    #pricing h2 {
        font-size: 25px !important;
        margin-bottom: 8px;
    }
    #pricing {
        padding-top: 0;
    }
    #we div.content div.right div.playbtn a img {
        width: 100%;
        margin: 0 auto;
    }
    #we .slick-dots {
        left: 0;
        margin-top: 0px;
    }
    #brands div.content h2 {
        font-size: 25px;
        padding: 40px 0 10px;
    }
    #tools div.content div.right img {
    }
    #spotbottom {
        margin: 0;
        margin-bottom: 70px;
    }
    #about-tool div.content div.right h4 {
        margin-bottom: 10px;
    }
    #about-tool div.left div.image {
        width: 390px;
        margin-top: 0;
        margin-bottom: 50px;
    }
    #we div.content div.right .slick-dots {
        bottom: 25px;
    }
    #partners h4 {
        font-size: 17px;
    }
    #partners h2 {
        font-size: 25px;
    }
    #partners div.content div.box div.box_details {
        position: relative;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        flex-direction: column-reverse;
    }
    #partners div.content div.box {
        padding-top: 25px;
    }
    #partners div.content div.box div.box_details div.left p {
        font-size: 18px;
    }
    #partners div.content div.box div.box_details div.left h5 {
        font-size: 24px;
    }
    #partners div.content div.box div.box_details div.left {
        width: 100%;
        padding: 50px 5px 50px 14px;
    }
    #partners div.navbtn button img {
        width: 50px;
    }
    #partners div.navbtn {
        bottom: 20px;
    }
    #programs div.content div.left p {
        font-size: 18px;
    }
}
@media all and (max-width:420px) {
    #myModal div.modal-content div.modal_content div.modalheading span.closebtn {
        width: 15px;
        height: 15px;
    }
    #myModal div.modal-content div.modal_content div.modalheading h3 {
        font-size: 28px;
    }
    #myModal div.modal-content div.modal_content form button {
        padding: 15px 0px;
    }
    #myModal div.modal-content div.modal_content form {
        padding: 30px;
    }
    #myModal div.modal-content div.modal_content form div.input input {
        padding-top: 30px;
    }
    #registration div.right span a {
        padding: 10px 26px;
        font-size: 16px;
    }
    #registration {
        margin: 76px 0 0 0;
    }
    #all-prods {
        padding-top: 0px;
    }
    #about-tool div.left div.image {
        width: 100%
    }
    #partners div.navbtn button {
        margin-right: 2px;
    }
}
@media all and (max-width:400px){

    #mains div.content div.orders div.header{
        display: none;
    }
    #mains div.content div.orders div.detail ul li div.prod-cost {
        width: 60%;
    }
    #mains div.content div.orders div.detail ul li div.prod-status {
        width: 100%;
    }
    #mains div.content div.orders div.detail ul li div.products {
        width: 100%;
    }
    #mains div.content div.orders div.detail ul li {
        flex-direction: column;
    }
}
@media all and (max-width:360px) {
    #spotlightcontent div.title div.left p {
        font-size: 16px;
        width: 70%;
    }
    #spotlightcontent div.title div.left {
        width: 100%;
        margin-right: 0%;
    }
    #spotlightcontent div.title div.right img {
        margin-top: 0px;
    }
    #spotlight section.homespot div.left h1 {
        font-size: 30px;
    }
    #spotlight section.homespot div.left h2 {
        font-size: 20px;
    }
    #about-tool {
        padding: 0;
    }
    #about-tool div.content div.right h2 {
        font-size: 20px;
    }
    #about-tool div.content div.right h4 {
        font-size: 16px;
    }
    #about div.content div.left p {
        font-size: 20px;
    }
    #about div.content div.left h4 {
        font-size: 20px;
    }
    #myModal div.modal-content div.modal_content div.modalheading h3 {
        font-size: 25px;
    }
    #myModal div.modal-content div.modal_content form button {
        padding: 15px 0px;
    }
    #cart-spot {
        height: 40vh;
        margin-bottom: 0;
    }
    #pricing {
        padding-top: 80px;
    }
    #price-spot {
        height: 40vh;
    }
    #myModal div.modal-content {
        width: 90%;
        margin: 10% auto;
    }
    #myModal div.modal-content div.modal_content form {
        padding: 25px;
    }
    #we {
        height: fit-content !important
    }
    #capabilities {
        margin-top: 0px;
        padding-top: 50px !important;
    }
    #tools div.content div.right {
        width: 85% !important;
    }
    #spotbottom {
        margin: 0px 0 0px 0!important;
    }
    #blk-1 div.container {
        margin: 0px auto;
        width: 100% !important;
    }
    #offline h2 {
        font-size: 30px;
    }
    #offline div.container h2 {
        font-size: 25px;
    }
    #moreusers {
        width: 100%;
        margin: 15px auto;
    }
    #product-spot {
        height: 40vh;
    }
    #mains div.content div.menus ul li h3 {
        font-size: 18px;
        text-align: center;
    }
    #mains div.content div.menus ul li i {
        font-size: 30px;
    }
    #mains div.content div.orders div.detail ul li div.prod-status h3 {
        text-align: center;
        margin-top: 10px;
    }
    #mains div.content div.orders div.detail ul li div.prod-status {
        width: 100%;
    }
    #mains div.content div.orders div.detail ul li div.prod-cost {
        width: 100%;
        text-align: center;
    }
    #mains div.content div.orders div.detail ul li div.products {
        width: 100%;
    }
    #mains div.content div.orders div.detail ul li {
        flex-direction: column;
    }
    #mains div.content div.orders div.header {
        display: none;
    }
    #community-spotcontent div.content div.left form {
        width: 28%;
        margin-top: 45px;
        margin-left: 35px;
    }
    #community-spotcontent div.content div.left form:hover{
        width: 100%;
    }
    #community-spotcontent div.content div.left h4 {
        font-size: 16px;
    }
    #community-spotcontent div.content div.left h2 {
        font-size: 18px;
    }
    #registration div.left form div.input-password div.eye span.eye-slash svg, span.eye-open svg {
        width: 15px;
        height: 10px;
    }
    #loadMore {
        width: 70%;
    }
    #offline div.container {
        width: 100%;
        margin: 10px auto;
    }
    #signuppage div.signupcontent h4 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    #signuppage div.signupcontent form button {
        margin-top: 10px;
        padding: 10px 0px;
        font-size: 16px;
    }
    #signuppage form input {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #signuppage form {
        padding: 25px;
    }
    #signuppage div.signupcontent h5 {
        padding-top: 10px;
        font-size: 16px;
    }
    #signuppage div.signupcontent h3 {
        font-size: 25px;
    }
    #loginpage div.content h3 {
        font-size: 24px;
    }
    #loginpage div.content h5 {
        font-size: 16px;
    }
    #loginpage div.content form {
        padding: 25px;
    }
    #loginpage div.content form div.login_input label {
        font-size: 16px;
    }
    #loginpage div.content form div.login_input div.login_username span.user_icon svg {
        width: 15px;
        height: 15px;
    }
    #loginpage div.content form div.login_input div.login_password span.lock_icon svg {
        width: 15px;
        height: 15px;
    }
    #loginpage div.content form div.login_input div.login_password h6 {
        font-size: 14px;
    }
    #forget_password {
        font-size: 16px;
    }
    #loginpage div.content form button {
        margin-top: 25px;
        padding: 10px 0px;
        font-size: 18px;
    }
    #loginpage div.content h4 {
        font-size: 18px;
        padding-bottom: 30px;
    }
    #hrmanagement div.content2 div.right div.playbtn a img {
        width: 90%;
        height: 300px;
        margin: 0 auto;
    }
    #about-tool div.left div.image {
        width: 100%
    }
}
@media all and (max-width:320px){
    #spotlightcontent div.title div.left h2 {
        font-size: 25px;
        margin: 5px 0;
    }
    #spotlightcontent div.title div.left h4 {
        font-size: 16px;
    }
    #cart-spot {
        height: 35vh;
    }
    #community-spotcontent div.content div.left form {
        width: 32%;
        margin-top: 35px;
        margin-left: 0px;
    }
    #cart-spot {
        margin-bottom: 0;
    }
    #we .slick-dots {
        margin-top: 0;
    }
    #about-tool div.content div.right {
        padding-bottom: 50px;
    }
    #about-tool div.content div.right p {
        margin-top: 5px;
    }
    #about-tool div.content div.right h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #about-tool div.content div.right h2 {
        font-size: 24px !important;
    }
    #mains div.content div.menus{
        width: 50%;
    }
    #mains div.content div.menus ul{
        width: 100%;
        margin: 0 auto;
    }
}
