﻿/* Designed by www.designingchamp.com on March 2019 */
@charset "utf-8";
/* Start of Common CSS */
@import url('../font/stylesheet.css');

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor: pointer;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:visited {
    color: inherit;
}

body {
    font-family: 'SegoeUI', sans-serif;
    font-weight: normal;
    background: #fbfbfb;
    min-height: 100vh;
}

ul, ol {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

header, .header, section, .section, footer, .footer {
    width: 100%;
    float: left;
    position: relative;
}

.inner-container {
    width: 100%;
    float: left;
    margin: 0 calc((100% - 1400px) / 2);
    max-width: 1400px;
}

/* End of Common CSS */

/* Start of Header Part CSS */
header, .header {
    position: relative;
    z-index: 1;
}

.logo-box {
    float: left;
    margin: 10px 0
}

.navigation-signup-box {
    float: right;
    margin: 27px 0
}

.navigation-box, .signup-signin-box {
    float: left;
}

.navigation-box li, .signup-signin-box li {
    float: left;
    display: inline-block;
    width: auto;
    position: relative
}

.navigation-box li a {
    font-size: 16px;
    color: #525252;
    padding: 12px 15px;
    float: left;
    margin-left: 7px;
    text-decoration: none !important;
}

.navigation-box li a i {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.navigation-box > li.active > a, .navigation-box > li:hover > a {
    background: #ef4005;
    color: #fff;
}

.signup-signin-box li a {
    font-size: 16px;
    padding: 10px 0;
    float: left;
    margin-left: 10px;
    text-decoration: none !important;
    width: 130px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ssb-signup a {
    color: #fff;
    background: #ef4005;
    border: 1px solid #ef4005
}

.ssb-signin a {
    color: #ef4005;
    background: #fff;
    border: 1px solid #ef4005
}

.ssb-signup a:hover, .ssb-signin a:hover {
    background: rgba(42, 51, 146, 1);
    color: #fff;
    border-color: rgba(42, 51, 146, 1)
}

.responsive-navigation-box {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    background: #ebebee;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
    padding: 12px 0;
    float: right;
    display: none;
    margin: 10px 0
}

.side-box-close-btn {
    width: 100%;
    height: auto;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: #ccc;
    background: #f2f2f2;
    cursor: pointer;
    display: none
}

.sub-navigation-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.4);
}

.sub-navigation-box > li {
    width: 100%;
    float: left;
    margin: 0
}

.sub-navigation-box > li > a {
    width: 100%;
    float: left;
    margin: 0
}

.sub-navigation-box > li > a:hover {
    background: #ffad00
}

/* End of Header Part CSS */

/* Start of Footer Part CSS */
footer, .footer {
    border-color: #20242c;
    font-size: 14px;
}

.company-profile-box {
    width: 100%;
    float: left;
    padding: 30px 0
}

.cpf-box, .cpf-listing {
    width: 100%;
    float: left;
}

.cpf-listing > li {
    width: 33.33%;
    float: left;
    display: inline-block
}

.cpfl-social-media-list {
    width: 260px;
    float: left;
    margin: 30px 0
}

.cpfl-social-media-list li {
    width: 20%;
    float: left;
    display: inline-block;
}

.cpfl-social-media-list li a {
    width: 36px;
    float: left;
    margin: 0 calc((100% - 36px) / 2);
    border-radius: 100%;
    overflow: hidden;
}

.cpfl-social-media-list li a img {
    width: 100%;
}

.cpfl-quicklink, .cpfl-contact-info {
    width: 100%;
    float: left;
}

.cpfl-quicklink li, .cpfl-contact-info li {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}

.cpfl-quicklink li:last-child, .cpfl-contact-info li:last-child {
    margin: 0
}

.cpfl-quicklink li a, .cpfl-contact-info li a {
    width: 100%;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    color: #1B1B1B;
    text-decoration: none !important
}

.cpfl-contact-info li i {
    width: 40px;
    height: 40px;
    background: #ef4005;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    margin-right: 5px;
    border: 1px solid #ef4005;
}

.cpfl-contact-info li:hover i {
    color: #ef4005;
    background: #fff;
}

.allrightsreserved-box {
    width: 100%;
    float: left;
    text-align: center;
    background: #ccc;
    padding: 10px 0;
}

/* End of Footer Part CSS */

/* Start of Section Part CSS */
/* Start of Landing Page CSS */
.landing-page-outer-box {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background: rgba(245, 245, 245, 1);
    margin-top: -100px;
    background: -moz-linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
}

.landing-page-box {
    width: 1600px;
    margin: 0 calc((100% - 1600px) / 2);
    float: left;
    height: 820px;
    min-height: 500px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/Mockup-Guru-Tail.png);
    background-position: 98% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: auto 100%
}

.lpb-text-box {
    float: left;
    padding-left: 100px;
    width: 650px;
}

.lpb-text-box h1 {
    width: 100%;
    float: left;
    font-size: 56px;
    font-weight: 600;
    color: #ff6600;
    margin: 0;
    letter-spacing: 1px
}

.lpb-text-box p {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #525252;
    margin-top: 40px;
}

.lpb-text-box p span {
    float: left
}

.lpb-get-started-button {
    width: 230px;
    float: left;
    height: 60px;
    margin-top: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    outline: none !important;
    letter-spacing: 2px;
    border-radius: 80px;
    background: rgba(42, 51, 146, 1);
    background: -moz-linear-gradient(left, rgba(42, 51, 146, 1) 0%, rgba(28, 36, 120, 1) 70%, rgba(22, 30, 109, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42, 51, 146, 1)), color-stop(70%, rgba(28, 36, 120, 1)), color-stop(100%, rgba(22, 30, 109, 1)));
    background: -webkit-linear-gradient(left, rgba(42, 51, 146, 1) 0%, rgba(28, 36, 120, 1) 70%, rgba(22, 30, 109, 1) 100%);
    background: -o-linear-gradient(left, rgba(42, 51, 146, 1) 0%, rgba(28, 36, 120, 1) 70%, rgba(22, 30, 109, 1) 100%);
    background: -ms-linear-gradient(left, rgba(42, 51, 146, 1) 0%, rgba(28, 36, 120, 1) 70%, rgba(22, 30, 109, 1) 100%);
    background: linear-gradient(to right, rgba(42, 51, 146, 1) 0%, rgba(28, 36, 120, 1) 70%, rgba(22, 30, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3392', endColorstr='#161e6d', GradientType=1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}

.lpb-get-started-button::before, .lpb-get-started-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.lpb-get-started-button::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.lpb-get-started-button:hover::before, .lpb-get-started-button:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.lpb-logo-box {
    padding-right: 300px;
    position: relative;
    top: -20px;
}

.lpb-logo-box img {
    -webkit-animation: mover 5s infinite;
    animation: mover 5s infinite;
}

#mob-lpb-logo-box {
    display: none
}

.has-animation {
    position: relative;
}

.has-animation.animate-in:before, .has-animation.animate-in:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 110%;
    z-index: 10;
}

.has-animation.animate-in:before {
    background-color: #ef4005;
}

.has-animation.animate-in:after {
    background-color: #202020;
    animation-delay: .5s;
}

.has-animation.animation-ltr.animate-in:before {
    animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in:after {
    animation: revealLTR 1s .6s ease;
}

.has-animation.animation-rtl.animate-in:before {
    animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in:after {
    animation: revealRTL 1s .6s ease;
}

/* End of Landing Page CSS */

/* Start of Common Part CSS */
.website-title {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
    color: #5d5d5d;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.website-title span {
    position: relative;
}

.website-title span:after {
    position: absolute;
    width: 40px;
    float: left;
    height: 2px;
    background: #e05837;
    content: "";
    top: 50%;
    left: -60px;
}

.website-title span:before {
    position: absolute;
    width: 40px;
    float: left;
    height: 2px;
    background: #e05837;
    content: "";
    top: 50%;
    right: -60px;
}

/* End of Common Part CSS */

/* Start of Who We Are Part CSS */
.whoweare-outer-box {
    width: 100%;
    float: left;
    margin-top: -70px;
}

.whoweare-box {
    width: 100%;
    float: left;
    text-align: center;
    -webkit-box-shadow: 0px 3px 30px 5px rgba(41, 41, 41, 0.2);
    -moz-box-shadow: 0px 3px 30px 5px rgba(41, 41, 41, 0.2);
    box-shadow: 0px 3px 30px 5px rgba(41, 41, 41, 0.2);
    padding: 40px 90px 10px;
    background: #fff;
    border-radius: 15px;
}

.whoweare-box.alwwa-animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 2.5s;
}

.whoweare-box.wwa-animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

.whoweare-box h2 {
    font-size: 28px;
    color: #ef4005;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.whoweare-box p {
    font-size: 17px;
    color: #6e6e6e;
    line-height: 24px;
    margin-bottom: 20px
}

.mockupguru-advantage-box {
    width: 100%;
    float: left;
    margin: 80px 0
}

.mockupguru-advantage-list {
    width: 100%;
    float: left;
}

.mockupguru-advantage-list li {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 45px 45px;
    border-bottom: 5px solid transparent;
    height: 320px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.mal-image-box {
    width: 100%;
    float: left;
}

.mal-title-box {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 20px 0 25px;
}

.mal-content-box {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #5d5d5d;
    line-height: 22px;
}

.mockupguru-advantage-list li:hover {
    border-color: #ef4005;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(41, 41, 41, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(41, 41, 41, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(41, 41, 41, 0.1);
}

.mockupguru-advantage-list.mal-animation li:nth-child(1) {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.0s;
}

.mockupguru-advantage-list.mal-animation li:nth-child(2) {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}

.mockupguru-advantage-list.mal-animation li:nth-child(3) {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 2.0s;
}

.mockupguru-advantage-list.mal-animation li:nth-child(4) {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 2.5s;
}

/* End of Who We Are Part CSS */

/* Start of Quote Box CSS */
.quote-outer-box {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 30px 0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.quote-box {
    width: 1080px;
    float: left;
    text-align: center;
    margin: 0 calc((100% - 1080px) / 2);
    border: 2px solid #e05837;
    padding: 20px;
    font-size: 20px;
    color: #ef4005;
    position: relative;
}

.quote-box span {
    width: 100%;
    float: left;
}

.quote-box:before {
    content: "";
    width: 16px;
    height: 20px;
    background: url(../images/quote-left.png);
    float: left;
    position: absolute;
    top: 5px;
    left: -8px;
    background-size: 100%
}

.quote-box:after {
    content: "";
    width: 16px;
    height: 20px;
    background: url(../images/quote-right.png);
    float: left;
    position: absolute;
    bottom: 5px;
    right: -8px;
    background-size: 100%
}

/* End of Quote Box CSS */

/* Start of Importance of the examination Box CSS */
.importance-outer-box {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.importance-box {
    width: 100%;
    float: left;
    text-align: center
}

.importance-box img {
    max-width: 100%;
    max-height: calc(100vh - 180px);
    display: inline-block
}

.res-importance-box {
    width: 100%;
    float: left;
    padding: 20px;
    display: none
}

.res-importance-list {
    width: 100%;
    float: left;
    text-align: center
}

.res-importance-list li {
    width: calc(50% - 10px);
    text-align: center;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    border: 2px solid #eee;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer
}

.res-importance-list li:nth-child(even) {
    margin-left: 10px
}

.res-importance-list li:nth-child(odd) {
    margin-right: 10px
}

.res-importance-list li:last-child {
    margin: 0 25% 20px
}

.res-importance-list li span {
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
}

.res-importance-list li:nth-child(1) {
    background: rgba(4, 138, 200, 1);
    background: -moz-linear-gradient(left, rgba(4, 138, 200, 1) 0%, rgba(89, 199, 225, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 138, 200, 1)), color-stop(100%, rgba(89, 199, 225, 1)));
    background: -webkit-linear-gradient(left, rgba(4, 138, 200, 1) 0%, rgba(89, 199, 225, 1) 100%);
    background: -o-linear-gradient(left, rgba(4, 138, 200, 1) 0%, rgba(89, 199, 225, 1) 100%);
    background: -ms-linear-gradient(left, rgba(4, 138, 200, 1) 0%, rgba(89, 199, 225, 1) 100%);
    background: linear-gradient(to right, rgba(4, 138, 200, 1) 0%, rgba(89, 199, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#048ac8', endColorstr='#59c7e1', GradientType=1);
}

.res-importance-list li:nth-child(2) {
    background: rgba(213, 44, 109, 1);
    background: -moz-linear-gradient(left, rgba(213, 44, 109, 1) 0%, rgba(240, 105, 166, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213, 44, 109, 1)), color-stop(100%, rgba(240, 105, 166, 1)));
    background: -webkit-linear-gradient(left, rgba(213, 44, 109, 1) 0%, rgba(240, 105, 166, 1) 100%);
    background: -o-linear-gradient(left, rgba(213, 44, 109, 1) 0%, rgba(240, 105, 166, 1) 100%);
    background: -ms-linear-gradient(left, rgba(213, 44, 109, 1) 0%, rgba(240, 105, 166, 1) 100%);
    background: linear-gradient(to right, rgba(213, 44, 109, 1) 0%, rgba(240, 105, 166, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52c6d', endColorstr='#f069a6', GradientType=1);
}

.res-importance-list li:nth-child(3) {
    background: rgba(6, 162, 75, 1);
    background: -moz-linear-gradient(left, rgba(6, 162, 75, 1) 0%, rgba(138, 197, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6, 162, 75, 1)), color-stop(100%, rgba(138, 197, 63, 1)));
    background: -webkit-linear-gradient(left, rgba(6, 162, 75, 1) 0%, rgba(138, 197, 63, 1) 100%);
    background: -o-linear-gradient(left, rgba(6, 162, 75, 1) 0%, rgba(138, 197, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(6, 162, 75, 1) 0%, rgba(138, 197, 63, 1) 100%);
    background: linear-gradient(to right, rgba(6, 162, 75, 1) 0%, rgba(138, 197, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a24b', endColorstr='#8ac53f', GradientType=1);
}

.res-importance-list li:nth-child(4) {
    background: rgba(241, 91, 41, 1);
    background: -moz-linear-gradient(left, rgba(241, 91, 41, 1) 0%, rgba(247, 146, 30, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 91, 41, 1)), color-stop(100%, rgba(247, 146, 30, 1)));
    background: -webkit-linear-gradient(left, rgba(241, 91, 41, 1) 0%, rgba(247, 146, 30, 1) 100%);
    background: -o-linear-gradient(left, rgba(241, 91, 41, 1) 0%, rgba(247, 146, 30, 1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 91, 41, 1) 0%, rgba(247, 146, 30, 1) 100%);
    background: linear-gradient(to right, rgba(241, 91, 41, 1) 0%, rgba(247, 146, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15b29', endColorstr='#f7921e', GradientType=1);
}

.res-importance-list li:nth-child(5) {
    background: rgba(0, 94, 172, 1);
    background: -moz-linear-gradient(left, rgba(0, 94, 172, 1) 0%, rgba(0, 143, 202, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 94, 172, 1)), color-stop(100%, rgba(0, 143, 202, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 94, 172, 1) 0%, rgba(0, 143, 202, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 94, 172, 1) 0%, rgba(0, 143, 202, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 94, 172, 1) 0%, rgba(0, 143, 202, 1) 100%);
    background: linear-gradient(to right, rgba(0, 94, 172, 1) 0%, rgba(0, 143, 202, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005eac', endColorstr='#008fca', GradientType=1);
}

/* End of Importance of the examination Box CSS */

/* Start of Stairs towards success Box CSS */
.StairsOfSuccess-outer-box {
    width: 100%;
    float: left;
    margin-top: 80px
}

.StairsOfSuccess-box {
    width: 100%;
    float: left;
    text-align: center
}

.StairsOfSuccess-box img {
    max-width: 100%;
    max-height: calc(100vh - 180px);
    display: inline-block
}

.res-StairsOfSuccess-box {
    width: 100%;
    float: left;
    padding: 20px;
    display: none
}

.res-StairsOfSuccess-list {
    width: 100%;
    float: left;
}

.res-StairsOfSuccess-list li {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
}

.rsl-circle-box {
    width: 100px;
    float: left;
    border: 5px solid #ccc;
    height: 100px;
    border-radius: 100%;
}

.rsl-circle-box span {
    height: 86px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 600
}

.rsl-content-box {
    float: left;
    width: calc(100% - 120px);
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.rslcb-title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    background: red;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.rslcb-dec {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #111;
    padding: 15px;
}

.res-StairsOfSuccess-list li:nth-child(1) .rsl-circle-box {
    border-color: #ffad00;
    color: #ffad00
}

.res-StairsOfSuccess-list li:nth-child(1) .rslcb-title {
    background: #ffad00
}

.res-StairsOfSuccess-list li:nth-child(2) .rsl-circle-box {
    border-color: #fc4022;
    color: #fc4022
}

.res-StairsOfSuccess-list li:nth-child(2) .rslcb-title {
    background: #fc4022
}

.res-StairsOfSuccess-list li:nth-child(3) .rsl-circle-box {
    border-color: #f953c1;
    color: #f953c1
}

.res-StairsOfSuccess-list li:nth-child(3) .rslcb-title {
    background: #f953c1
}

.res-StairsOfSuccess-list li:nth-child(4) .rsl-circle-box {
    border-color: #00a7c8;
    color: #00a7c8
}

.res-StairsOfSuccess-list li:nth-child(4) .rslcb-title {
    background: #00a7c8
}

.res-StairsOfSuccess-list li:nth-child(5) .rsl-circle-box {
    border-color: #8fb400;
    color: #8fb400
}

.res-StairsOfSuccess-list li:nth-child(5) .rslcb-title {
    background: #8fb400
}

/* Start of Stairs towards success Box CSS */

/* Start of Features of mockup guru Box CSS */
.Features-mockupguru-outer-box {
    width: 100%;
    float: left;
    margin: 80px 0
}

.Features-mockupguru-box {
    width: 100%;
    float: left;
    text-align: center
}

.Features-mockupguru-box img {
    max-height: calc(100vh - 180px);
    display: inline-block
}

.res-Features-mockupguru-box {
    width: 100%;
    float: left;
    padding: 0 20px;
    display: none;
}

.res-Features-mockupguru-list {
    width: 100%;
    float: left;
}

.res-Features-mockupguru-list li {
    width: 100%;
    display: flex;
    margin-top: 25px;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
}

.rfmb-icon-box {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 15px;
}

.rfmb-icon-box img {
    width: 100%;
    height: 100%
}

.rfmb-content-box {
    width: calc(100% - 135px);
}

.rfmb-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.rfmb-dec {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #777;
}

/* End of Features of mockup guru Box CSS */

.partner-withus-box {
    width: 100%;
    float: left;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.partner-withus-list {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 20px 30px
}

.partner-withus-list li {
    width: calc(20% - 30px);
    float: left;
    display: inline-block;
    background: #fff;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    outline: none !important
}

.partner-withus-list li span {
    width: 100%;
    float: left;
    display: flex;
    height: 180px;
    align-content: center;
    position: relative;
    flex-flow: wrap;
    justify-content: center;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow {
    background: rgba(0, 0, 0, 0.2);
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    z-index: 5;
    outline: none !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: none !important;
    font-size: 0px;
    top: calc((100% - 40px) / 2);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(178, 178, 178, 0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(178, 178, 178, 0.7);
    box-shadow: 0px 0px 5px 1px rgba(178, 178, 178, 0.7);
}

.slick-next.slick-arrow {
    right: 0
}

.slick-prev.slick-arrow {
    left: 0
}

.slick-next.slick-arrow::after {
    content: "";
    background: url(../images/slick-prev-icon.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
}

.slick-prev.slick-arrow::after {
    content: "";
    background: url(../images/slick-next-icon.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
}

.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover {
    background: rgba(0, 0, 0, 0.7)
}

/* Start of Pricing Table Box CSS */
.Pricing-Table-outer-box {
    width: 100%;
    float: left;
    margin: 80px 0
}

.Pricing-Table-box {
    width: 100%;
    float: left;
    padding: 0 100px;
}

.Pricing-Table-box img {
    width: 100%;
}

.Pricing-Table-list {
    width: 100%;
    float: left;
}

.Pricing-Table-list > li {
    width: calc(33.33% - 10px);
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.0);
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.Pricing-Table-list > li::before {
    content: "";
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/Pricing-background.png);
    background-size: 100%
}

.Pricing-Table-list > li:nth-child(3) {
    background: rgba(112, 109, 254, 1);
    background: -moz-linear-gradient(top, rgba(112, 109, 254, 1) 0%, rgba(192, 105, 247, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 109, 254, 1)), color-stop(100%, rgba(192, 105, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(112, 109, 254, 1) 0%, rgba(192, 105, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(112, 109, 254, 1) 0%, rgba(192, 105, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(112, 109, 254, 1) 0%, rgba(192, 105, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(112, 109, 254, 1) 0%, rgba(192, 105, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#706dfe', endColorstr='#c069f7', GradientType=0);
}

.Pricing-Table-list > li:nth-child(2) {
    background: rgba(76, 157, 93, 1);
    background: -moz-linear-gradient(top, rgba(76, 157, 93, 1) 0%, rgba(161, 205, 98, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 157, 93, 1)), color-stop(100%, rgba(161, 205, 98, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 157, 93, 1) 0%, rgba(161, 205, 98, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 157, 93, 1) 0%, rgba(161, 205, 98, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 157, 93, 1) 0%, rgba(161, 205, 98, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 157, 93, 1) 0%, rgba(161, 205, 98, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9d5d', endColorstr='#a1cd62', GradientType=0);
    margin: 0 15px;
}

.Pricing-Table-list > li:nth-child(1) {
    background: rgba(72, 100, 202, 1);
    background: -moz-linear-gradient(top, rgba(72, 100, 202, 1) 0%, rgba(106, 162, 210, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 100, 202, 1)), color-stop(100%, rgba(106, 162, 210, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 100, 202, 1) 0%, rgba(106, 162, 210, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 100, 202, 1) 0%, rgba(106, 162, 210, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 100, 202, 1) 0%, rgba(106, 162, 210, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 100, 202, 1) 0%, rgba(106, 162, 210, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4864ca', endColorstr='#6aa2d2', GradientType=0);
}

.Pricing-Table-list > li:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1
}

.ptl-detail-list {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

.ptl-detail-list li {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px
}

.ptl-title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    z-index: 2;
    position: relative;
}

.ptl-dl-title {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.ptl-dl-data {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.ptl-textfld-box {
    width: 100%;
    float: left;
    text-align: center;
}

.ptl-textfld {
    /*width: 40px;*/
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
}

.ptl-textfld option {
    color: #111
}

.prl-pricing-box {
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
    background: #fff;
}

.prl-currency-price-box {
    width: 100%;
    float: left;
    text-align: center;
}

.prl-currency-box {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -26px;
}

.prl-price-box {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
}

.prl-gpb-subject-count {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.rl-buynow-btn {
    width: 100%;
    float: left;
    background: transparent;
    border: none !important;
    outline: none !important;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}

/* End of Pricing Table Box CSS */

.contactus-form-box {
    width: 100%;
    background: #1B1B1B;
    float: left;
    padding: 30px 0
}

.cfb-form-box {
    width: 900px;
    float: left;
    margin: 0 calc((100% - 900px) / 2);
}

.cfb-form-box h3 {
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.cfb-col4 {
    width: calc(33.33% - 20px);
    float: left;
}

.cfb-col4:nth-child(3) {
    margin: 0 30px;
}

.cfb-col12 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.dfb-textfld, .dfb-textarea {
    width: 100%;
    float: left;
    height: 46px;
    padding-left: 15px;
    background-color: #292929;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.dfb-textarea {
    height: 130px;
    padding: 10px;
}

.cfb-button {
    width: 200px;
    float: left;
    height: 46px;
    margin: 30px calc((100% - 200px) / 2) 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px
}

/* End of Section Part CSS */

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }
    65% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }
    65% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


