*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Inter", Sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background-color: #f3f3f3;
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 98px;
}

a {
    text-decoration: none;
    color: #005fb8;
}

a, .btn {
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:focus-visible,
a:focus-visible,
input,
input:hover,
input:focus,
input:focus-visible,
input:focus-within,
.btn,
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
    border: 0 none;
    outline: none;
    background-color: transparent;
}

.ifax_two_sec {
    display: flex;
    align-items: stretch;
    display: flex;
    padding: 0px 38px;
}

.screenshots_left {   
    width: calc(100% - 350px);
    padding-right: 70px;
}
.people_also_view_right {
    width: 350px;
    position: sticky;
    top: 0px;
    right: 0;
}

.separator {
    position: relative; 
    margin: 0 0.25rem;  
    width: 1px; 
    background-color: rgba(0,0,0,0.14);
    height: 22px;    
}

.mb0 {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
}

.btn.button--primary {
    width: 180px;
    height: 46px;
    font-size: 18px;
    font-weight: 500;
    background-color: #005fb8;
    color: #fff;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn.button--primary:hover {
    background-color: #1a6ebd
}

.spinner_div.hide {
    display: none;
}

.spinner_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #005fb8;
}

.spinner_div .spinner {
    border: 2px solid rgba(128, 128, 128, 0.25);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app-info-para {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    top: 4px;
    color: #52525b;
}

@keyframes spin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }    
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }    
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@media only screen and (max-width: 1199px) {
    .ifax_two_sec {
        padding: 0;
    }
    .ifax_two_sec_main .ifax_two_sec {
        flex-wrap: wrap;
    }
    .ifax_two_sec_main .ifax_two_sec .screenshots_left {
        width: 100%;
        padding-right: 0;
    }
    .people_also_view_right,
    .people_also_view_content {
        width: 100%;
        position: initial;
    }
}
/*-------- End (max-width: 1199px) --------*/

@media only screen and (max-width: 991px) {
    .container {
        padding: 0 50px;
    }  
}
/*-------- End (max-width: 991px) --------*/

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 1.25rem;
    }
}
/*-------- End (max-width: 767px) --------*/