body {
    /* #FCFFFD, #FFFFFF */
    background: linear-gradient(#FCFFFD, #FFFFFF);
    background-repeat: no-repeat;
    font-family: "Nunito Sans";
    margin: 0;
    /* overflow-x: hidden; */
}

.main-header {
    /* display: flex; 
    justify-content: center; */

    position: fixed;
    top: 45px;
    /* left: 0; */
    width: 100%;
    z-index: 999;

}

.main-header .header {
    border-radius: 87px;
    /* width: 1650px; */
    height: 77px;
    /* margin-top: 45px; 
    margin-left: 35px; */
    margin-left: 55px;
    margin-right: 55px;
    justify-content: space-between;
    padding-top: 12px;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 12px;
    background-color: #ffffff;
    box-shadow: 1px 3px 28px rgb(0 0 0 / 6%);
}

.header .logo {
    display: flex;
    float: left;
    margin-top: 7px;
}

.header #menu {
    display: flex;
    justify-content: center;
}

.header #menu ul {
    display: flex;
    list-style: none;
    padding: 10px;
    width: 400px;
}

.header #menu ul>li {
    flex-grow: 1;
}

.header #nav-btn {
    display: flex;
    float: right;
}

#nav-btn {
    background-color: #161D6F;
    border-radius: 372px;
    height: 53px;
    width: 212px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    color: #ffffff;
    font-weight: 900 !important;
    font-size: 15.9px !important
}

.header #nav-btn>img {
    margin-left: 2px
}

.header #menu .menu-link {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.header #menu .menu-link.active, #mobile-menu .menu-link.active{
    text-decoration: none;
    color: #161D6F;
    font-weight: 900;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 221px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 12px;
}

.dropdown-content a {
    color: #161D6F;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    justify-content: center;
}

.dropdown-content a>span {
    color: #0CE87A;
    margin-left: 4px;
    font-weight: 800;
}

/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

/* Afficher le menu quand on survole */
.dropdown:hover .dropdown-content {
    display: block;
}


.menu-separator {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.mobile-menu .menu.open {
    display: block;
}

.mobile-menu .menu {
    display: none;
}

#mobile-menu {
    position: fixed;
    top: 45px;
    width: 100%;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 1px 3px 28px rgb(0 0 0 / 6%);
    border-radius: 47px;
    z-index: 99;
}

#mobile-menu .logo {
    float: right;
}

#hamburger-menu #close {
    display: none;
}

#mobile-menu .menu {
    width: 100%;
    background-color: #ffffff;
    margin-top: 50px;
}

#mobile-menu ul {
    list-style: none;
}

#mobile-menu ul>li {
    margin-bottom: 10px;
}

#mobile-menu a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

#section_1 .subtitle p {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2.2%;
    margin-top: 180px;
}

#section_1 .title h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: -2.2%;
}

#section_1 span {
    color: #0CE87A
}

#section_1 .banner {
    display: flex;
    justify-content: center;
}

footer {
    /* text-align: center; */
    padding: 85px;
    background-color: #fdfdfd;
    /*#ffffff    abbaba*/
    /* color: #000; */
}


.footer-items h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #170F49;
    margin-bottom: 35px;

}

.footer-items ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-items ul>li {
    margin-top: 10px;

}

.footer-items ul li>a,
.footer-items .footer-contact li {
    text-decoration: none;
    color: #6F6C90;
}

.footer-separator {
    margin-top: 65px;
    color: #9fa1b0
}

.copyright-area {
    margin-top: 2rem;
    color: #6F6C90
}

.copyright-area .other-details {
    display: flex;
    float: right;
}

.copyright-area .other-details .item {
    margin-left: 5px;
    margin-right: 5px
}

.brand-logo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #6F6C90
}

.brand-logo ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand-logo ul>li {
    margin-right: 20px
}

#section_1 {
    margin-top: 65px;
    margin-bottom: 190px;
}

#section_1 .banner img {
    width: 100%;
}

#section_2 {
    margin-bottom: 190px;
}

#section_2 .container .row {
    margin-bottom: 5rem
}

#section_2 .container p {
    font-weight: 700;
    font-size: 16px;
    line-height: 21.82px;
    color: #161D6F;
}

/* #section_3 {
    margin-bottom: 195px;
} */

#section_3 .image-bloc .banner {
    /* width: 392px; */
    width: 100%;
    /* height: 276px; */
    height: auto;
}

#section_4 .image-bloc .banner {
    /* width: 395px;
    height: 264px; */
    width: 100%;
    height: auto;
}

#section_3 p,
#section_4 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2.2%;
    color: #1E1E1E
}

#gif {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#gif img {
    width: 100%;
}

.rhlite-section-3 {
    margin-top: 5rem;
}

.rh_menu_btn {
    border-radius: 372px;
    /* background-color: #161D6F;  */
    background-color: #ffffff;
    /* border-left: #161D6F solid 1px;
    border-right: none;
    border-top: none;
    border-bottom: none; */
    width: 212px;
    height: 41px;
    margin-left: 10px;
    color: #161D6F;
    font-weight: 900;
    font-size: 15.9px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.rh_menu_btn.right {
    border-left: none;
    border-right: #161D6F solid 1px;
    border-top: none;
    border-bottom: none;
}


.rh_menu_btn.left {
    border-left: #161D6F solid 1px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.rh_menu_btn:hover,
.rh_menu_btn.active {
    border-radius: 372px;
    background-color: #161D6F;
    width: 212px;
    height: 41px;
    margin-left: 10px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 15.9px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
}

#section_3 .vertical_button,
#section_4 .vertical_button {
    display: grid;
    place-items: center;
}

.vertical_center_button {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.position-relative {
    position: relative;
}

#section_3 .image-bloc #logo-rh {
    /* width: 310px; 
    height: 70px;
    position:absolute;
    right: 300px; 
    bottom: -10px; */
}

#section_3 .image-bloc,
#section_4 .image-bloc {
    position: relative;
}

#section_4 {
    margin-top: 195px;
}

/* #section_4 .image-bloc #logo-rh-360 {
    width: 30%;
} */

#section_5 {
    /* background-color: #161D6F;  */
    height: auto;
    margin-top: 170px;
    padding: 15px;
    background-image: url('images/bg-temoignages_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#section_5 .title {
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -2.2%;
    margin-bottom: 25px;
}

#section_5 .description {
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2.2%;
    margin-bottom: 60px;
}

.bloc-comment {
    /* background-image: url('images/shape_3.png');  */
    /* background-repeat: no-repeat; 
    background-position: right; 
    background-position-y:30rem; */

    /* margin-top: 15rem; */
}

#section_5 .comment-area {
    position: relative;
}

#section_5 .comment-area.position-1 {
    margin-left: 180px;
    margin-top: -70px;
    display: flex;
}

#section_5 .comment-area.position-2 {
    display: flex;
    float: right;
    margin-top: -340px;
    margin-right: 105px;
    /* margin-right:-123px; */
}

#section_5 .comment-area.position-3 {
    margin-left: 808px;
    margin-top: 20px;
    display: flex;
}

#section_5 .comment-area.position-4 {
    margin-left: 180px;
    margin-top: -70px;
    display: flex;
}

#section_5 .comment-area.position-5 {
    display: flex;
    float: right;
    margin-top: -140px;
    margin-right: 45px;
}

#section_5 .comment-area .comment-box {
    /* width: 479px; 
    height: 329px;  */
    width: 379px;
    height: 229px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 25px;
}

#section_5 .comment-area .comment-box .identity {
    margin-left: 70px;
    margin-bottom: 5px;
}

#section_5 .comment-area .comment-box .identity .name {
    font-weight: 700;
    /* font-size:32px;  */
    font-size: 19px;
    line-height: 20px;
}

#section_5 .comment-area .comment-box .identity .occupation {
    font-weight: 500;
    /* font-size: 20px; */
    font-size: 14px;
    line-height: 20px;
}

#section_5 .comment-area .comment-box .comment {
    font-weight: 300;
    font-style: italic;
    /* font-size: 20px;  */
    font-size: 13px;
    line-height: 20px;
}

#section_5 .comment-area img {
    position: absolute;
    /* bottom: 179px; 
    left: -150px;  */
    bottom: 60px;
    left: -150px;
    width: auto;


}

#testimonial-owl-carousel .owl-stage-outer {
    /* padding: 100px 80px; */
    padding-top: 100px;
    padding-left: 80px;
}

#testimonial-owl-carousel.owl-carousel .owl-item {
    /* margin-right: 10px !important; */
}

/* .owl-stage {
    width: auto;
} */


#section_5 .losange-section {
    margin-top: -90px;
    /*220px*/
    position: relative;
    /* margin-left: 523px; */
}

#section_5 .losange-section img {
    width: 350px;
    height: 550px;
}

#section_5 .bloc-comment .shape_2 {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

#section_5 .bloc-comment .shape_3 {
    display: flex;
    float: right;
    margin-top: 520px;
}

#section_6 {
    background-color: #161D6F;
    height: auto;
    padding: 12px;
}

#section_6 .demo-bloc {
    position: relative;
    background-image: url('images/shape 1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#section_6 .demo-bloc .shape_1 {
    position: absolute;
    /* margin-left: 513px;  */
    margin-left: 6rem;
    margin-top: -60px;
}

#section_6 .demo-bloc .demo-details {
    /* margin-left: 163px; */

}

#section_6 .demo-bloc .demo-details p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2.2%;
}

#section_6 .demo-bloc .demo-details h5 {
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 48px;
    line-height: 56.64px;
    letter-spacing: -2.2%;
}

#section_6 .demo-bloc .demo-details button {
    width: 276px;
    height: 64px;
    border-radius: 372px;
    color: #ffffff;
    background-color: #0CE87A;
}


#section_6 .demo-bloc .icon-tv {
    display: flex;
    float: right;
    /* margin-right: 163px; */
}

#rhlite-section-1 {
    /* margin-top: 45px; */
    margin-top: 10rem;
}

#rhlite-section-1 h3 {
    font-weight: 900;
    font-style: italic;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: -2.2%;
}

#rhlite-section-1 h3>span {
    color: #0CE87A;
}

#rhlite-section-1 p {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2.2%;
}

#rhlite-section-1 img {
    width: 100%;
}

#about-section-1 {
    /* margin-top: 45px; */
    margin-top: 10rem;
}


#about-section-1 h3 {
    font-weight: 900;
    font-size: 80px;
    font-style: italic;
    line-height: 120px;
    letter-spacing: -2.2%;
}

#about-section-1 h3>span {
    color: #0CE87A;
}

#about-section-1 .primary-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2.2%;
    color: #1E1E1E;
}

#about-section-1 .secoundary-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2.2%;
    color: #1E1E1E;
}

#about-section-1 img {
    /* width: 520px; */
    width: 100%;
}

#about-section-2 {
    margin-top: 95px;
    margin-bottom: 140px;
}

#about-section-2 h5 {
    font-weight: 900;
    font-style: italic;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -2.2%;
}

#about-section-2 .primary-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2.2%;
    margin-top: 45px;
}

#about-section-2 .secoundary-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2.2%;
}

#about-section-2 img {
    /* width: 1020px; */
    width: 100%;
}

#pricing-section-1 {
    /* margin-top: 45px; */
    margin-top: 10rem;
}

#pricing-section-1 h3 {
    font-weight: 900;
    font-style: italic;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: -2.2%;
}

#pricing-section-1 h3>span {
    color: #0CE87A;
}

#pricing-section-1 .primary-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2.2%;
}

#pricing-section-1 .secoundary-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2.2%;
}

#pricing-section-1 img {
    /* width: 520px; */
    width: 100%;
}

#pricing-section-2 {
    margin-top: 95px;
    margin-bottom: 95px;
}

#pricing-section-2 .currency {
    border: solid 1px #EFF0F6;
    border-radius: 15px;
    height: 60px;
    width: 105px;
    padding: 10px;
}

#pricing-section-2 .select-employee-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2.2%;
    margin-top: 44px;
}

#pricing-section-2 .slider-section {
    display: inline-block;
    margin-top: 65px;
    margin-bottom: 65px;
}

#pricing-section-2 .slider-section span {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -2.2%;
}

#pricing-section-2 .slider-section .slider {
    -webkit-appearance: none;
    width: 945px;
    height: 24px;
    border-radius: 12px;
    background: #161D6F;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#pricing-section-2 .slider-section .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #161D6F;
    cursor: pointer;
}

#pricing-section-2 .slider-section .slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #161D6F;
    cursor: pointer;
}

#pricing-section-2 .pricing-container {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

#pricing-section-2 .pricing-container .first-pricing {
    background-color: #F2F2F2;
    border-radius: 24px;
    /* width: 548px; 
    height: 702px; 
    padding: 15px 35px; */

    width: 543.8px;
    height: 660px;
    padding: 15px 35px;
}

#pricing-section-2 .pricing-container .zoom .top-span {
    display: flex;
    float: right;
    background-color: #0CE87A;
    border-radius: 10px;
    width: 169px;
    height: 40px;
    border-color: #0CE87A;
    color: #ffffff;
    padding: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}


#pricing-section-2 .pricing-container .first-pricing .pricing-head {
    font-weight: 800;
    font-size: 32px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
    color: #161D6F;
    margin-top: 45px;
}

#pricing-section-2 .pricing-container .first-pricing .pricing-head>span {
    color: #0CE87A;
}

#pricing-section-2 .pricing-container .first-pricing .pricing-sub-head {
    font-weight: 400;
    font-size: 18;
    line-height: 30px;
    color: #6F6C90;
    margin-top: 15px;
}

#pricing-section-2 .pricing-container .first-pricing .price {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    color: #170F49;
}

#pricing-section-2 .pricing-container .first-pricing .price>span {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

#pricing-section-2 .pricing-container .first-pricing .describe {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #170F49;
    /* margin-top: 15px; */
    margin-top: 55px;
    margin-bottom: 25px;
}

#pricing-section-2 .pricing-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pricing-section-2 .pricing-container .first-pricing ul>li {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #161D6F;
    margin-bottom: 10px;
}

#pricing-section-2 .pricing-container .first-pricing button {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    background-color: #161D6F;
    color: #ffffff;
    border-radius: 96px;
    width: auto; /*308px*/
    height: 72px;
    margin-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
}

#pricing-section-2 .pricing-container .last-pricing {
    background-color: #161D6F;
    border-radius: 24px;
    width: 543.8px;
    height: 660px;
    padding: 15px 35px;
}

#pricing-section-2 .pricing-container .pricing-column {
    display: grid;
    place-items: center;
}

#pricing-section-2 .pricing-container .last-pricing .pricing-head {
    font-weight: 800;
    font-size: 32px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
    color: #ffffff;
    margin-top: 45px;
}

#pricing-section-2 .pricing-container .last-pricing .pricing-head>span {
    color: #0CE87A;
}

#pricing-section-2 .pricing-container .last-pricing .pricing-sub-head {
    font-weight: 400;
    font-size: 18;
    line-height: 30px;
    color: #D9DBE9;
    margin-top: 15px;
}

#pricing-section-2 .pricing-container .last-pricing .price {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    color: #FFFFFF;

}

#pricing-section-2 .pricing-container .last-pricing .price>span {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

#pricing-section-2 .pricing-container .last-pricing .describe {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    /* margin-top: 15px; */
    margin-top: 55px;
    margin-bottom: 25px;
}

#pricing-section-2 .pricing-container .last-pricing ul>.first {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

#pricing-section-2 .pricing-container .last-pricing ul .first>span {
    font-weight: 700;
}

#pricing-section-2 .pricing-container .last-pricing ul>.other {
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -0.3px;
    color: #0CE87A;
    margin-bottom: 10px;
}

#pricing-section-2 .pricing-container .last-pricing button {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #161D6F;
    border-radius: 96px;
    width: auto; /*308px*/
    height: 72px;
    margin-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

#pricing-section-2 .pricing-container .zoom {
    width: 548px;
    height: 702px;
    padding: 15px 35px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

/* #pricing-section-2 .pricing-container .normal-zoom {
    width: 543.8px; 
    height: 660px; 
    padding: 15px 35px;
} */

#pricing-section-2 .pricing-container .top-span {
    display: none;
}


#demo-section-1 {
    /* margin-top: 45px; */
    margin-top: 10rem;
}


#demo-section-1 h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #242731;
}

#demo-section-1 .primary-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #575F6E;
}

#demo-section-1 .demo-form {
    border-radius: 8px;
    border: solid 1px #E2E4E5;
    padding: 32px;
}

#demo-section-1 .demo-form .custom-input,
#demo-section-1 .demo-form .custom-input[type=text]:focus {
    border: none;
    border-bottom: solid 1px #E2E4E5;
    border-radius: 0;
}

#demo-section-1 .demo-form .custom-select {
    border: none;
    border-bottom: solid 1px #E2E4E5;
    border-radius: 0;
    background: url(images/icons/arrow-bottom-2.png) right no-repeat;
}

#demo-section-1 .demo-form .custom-textarea {
    border: none;
    border-bottom: solid 1px #E2E4E5;
    border-radius: 0;
}

#demo-section-1 img {
    /* width: 500px;  */
    /* height: 500px; */
    width: 100%;
}

#demo-section-1 form>button {
    border-radius: 50px;
    width: 248px;
    height: 48px;
    background-color: #161D6F;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

#demo-section-1 form button>img {
    width: 30px;
    height: 30px;
}

.form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

#rh360_section_1 {
    /* margin-top: 45px; */
    margin-top: 10rem;
}


#rh360_section_1 .ia-img {
    margin-top: 80px;
}

#rh360_section_1 .rh360-text {
    font-weight: 900;
    font-style: italic;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: -2.2%;
    margin-top: 160px;
    color: #1E1E1E;
}

#rh360_section_1 .rh360-text>span {
    color: #0CE87A;
}

#rh360_section_1 .folder-img {
    margin-top: 90px;
}

#rh360_section_1 .rh-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2.2%;
}

#rh360_section_1 .hour-img {
    margin-top: -145px;
}

#rh360_section_2 {
    margin-top: 45px;
}

#rh360_section_3 {
    margin-top: 45px;
}

#rh360_section_3 .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2.2%;
}

#rh360_section_3 .post {
    position: relative;
    /* display: flex; 
    justify-content: center; */
}

/* #rh360_section_3 .big-card {
    position: absolute; 
    bottom: 0; 
    width: 798px; 
    height: 235px; 
    border-radius: 20px; 
    border: solid 1px #161D6F; 
    padding: 38px; 
    background-color: #ffffff;
} */

/* #rh360_section_3 .big-card>h4 {
    font-weight: 700; 
    font-size: 32px;
}

#rh360_section_3 .big-card>p {
    font-weight: 400; 
    font-size: 20px;
} */

figure img {
    width: 100%;
}

figure figcaption {
    padding: 12px;
    border-radius: 20px;
    border-bottom: solid 1px #161D6F;
}

figcaption h4,
figcaption h6 {
    font-weight: 700;
}

figcaption .small-text {
    font-size: 12px;
}

figcaption .medium-text {
    font-size: 14px;
}


/* #rh360_section_3 .small-card {
    position: absolute; 
    bottom: 0; 
    width: 501px; 
    height: 173px; 
    border-radius: 20px; 
    border-bottom: solid 1px #161D6F; 
    padding: 38px; 
    background-color: #ffffff;
}

#rh360_section_3 .small-card>h4 {
    font-weight: 700; 
    font-size: 18px;
}

#rh360_section_3 .small-card>p {
    font-weight: 400; 
    font-size: 14px;
} */


.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 3px;
}

.bar {
    position: relative;
    transform: translateY(10px);
    background: black;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: black;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: black;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#owl-carousel-section-4,
#owl-carousel-section-3 {
    display: none;
}

.meet-img,
.holidays-img {
    width: 100%;
}


#main-header {
    display: none;
}

#mobile-menu {
    display: none;
}

#hamburger-menu {
    margin-top: 5px;
}

video {
    width: 100%;
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

#logo-rh-360 {
    width: 15%;
    margin-top: 2rem;
}



@media screen and (min-width:921px) {
    #main-header {
        display: block;
    }

    #rh360_section_1 .hour-img {
        margin-top: -65px;
    }

    #section_4 .sub-title {
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 920px) {
    #logo-rh-360 {
        width: 40%;
        margin-top: .5rem;
    }

    #section_4 .sub-title {}

    footer {
        /* padding: 85px 10px; */
        padding-top: 85px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 85px;
    }

    .single-footer {
        margin-bottom: 44px;
    }

    #about-section-2 img {
        /* display: none; */
    }



    #section_5 .comment-area.position-1 {
        /* margin-left: 70px;  */
        margin-left: 10rem;
        margin-top: 130px;
        display: block;
    }

    #section_5 .comment-area.position-2 {
        display: block;
        float: none;
        margin-top: 140px;
        /* margin-left: 70px;  */
        /* margin-left: 55px; */
        margin-left: 10rem;
    }

    #section_5 .comment-area.position-3 {
        /* margin-left: 70px;  */
        /* margin-left: 55px; */
        margin-left: 10rem;
        margin-top: 140px;
        display: block;
    }

    #section_5 .comment-area.position-4 {
        /* margin-left: 70px;  */
        /* margin-left: 55px; */
        margin-left: 10rem;
        margin-top: 140px;
        display: block;
    }

    #section_5 .comment-area.position-5 {
        display: block;
        float: none;
        /* margin-left: 70px;  */
        /* margin-left: 55px; */
        margin-left: 10rem;
        margin-top: 140px;
    }

    .bloc-comment {
        background-image: none;
    }

    .shape_1,
    .shape_2 {
        display: none;
    }

    .demo-details {
        text-align: center;
    }

    #owl-carousel-section-4,
    #owl-carousel-section-3 {
        display: inline-block;
    }

    #pricing-section-2 .slider-section .slider {
        width: 100%;
    }

    #pricing-section-2 .pricing-container .first-pricing {
        /* width: auto; 
        height: auto;  */
        margin-bottom: 3rem;
    }

    .demo-form-column {
        margin-bottom: 6rem;
    }

    #section_5 {
        margin-top: 20px;
    }

    #section_4 {
        margin-top: 75px;
    }

    #section_6 .demo-bloc {
        background-image: none;
    }

    #mobile-menu {
        display: block;
    }

}

@media only screen and (max-width: 767px) {
    footer {
        padding: 85px 10px;
    }

    .brand-logo {
        margin-bottom: 52px;
    }

    .single-footer {
        margin-bottom: 34px;
    }

    .footer-items h3 {
        margin-bottom: 20px;
    }

    .copyright-area .other-details {
        display: inline-block;
        margin-top: 10px;
    }

    #section_1 .subtitle p {
        font-size: 20px;
        line-height: 30px;
    }

    #section_1 .title h1 {
        font-size: 40px;
        line-height: 60px;
    }

    #section_1 .banner img {
        /* width: 400px;  */
        width: 100%;
        /* height: 249px; */
    }

    #section_1 {
        /* margin-top: 65px;  */
        margin-bottom: 40px;
    }

    #section_2 {
        margin-bottom: 40px;
    }

    .marginBottom {
        margin-bottom: 5rem;
    }

    #section_3 .title {
        padding: 20px;
    }

    #section_3 .image-bloc .banner {
        /* width: 392px; */
        /* height: 276px; */
        height: auto;
    }

    #section_3 .image-bloc #logo-rh {
        /* width: 310px; 
        height: 70px;
        right: 68px; 
        bottom: -60px; */
        width: 50%;
    }

    #section_4 .image-bloc .banner {
        /* width: 395px;
        height: 264px; */
        width: 100%;
        height: auto;
    }


    /* #section_4 .image-bloc #logo-rh-360 {
        width: 40%;
    } */


    #section_5 .comment-area .comment-box {
        width: 318px;
        height: 343px;
    }


    #section_5 .comment-area .comment-box .identity {
        margin-left: 70px;
        margin-bottom: 55px;
    }

    #section_5 .comment-area .comment-box .identity .name {
        font-weight: 700;
        font-size: 25px;
        line-height: 20px;
    }

    #section_5 .comment-area .comment-box .identity .occupation {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
    }

    #section_5 .comment-area .comment-box .comment {
        font-weight: 300;
        font-style: italic;
        font-size: 15px;
        line-height: 20px;
    }

    #section_5 .comment-area.position-1 {
        /* margin-left: 70px;  */
        margin-left: 55px;
        margin-top: 130px;
        display: block;
    }

    #section_5 .comment-area.position-2 {
        display: block;
        float: none;
        margin-top: 140px;
        /* margin-left: 70px;  */
        margin-left: 55px;
    }

    #section_5 .comment-area.position-3 {
        /* margin-left: 70px;  */
        margin-left: 55px;
        margin-top: 140px;
        display: block;
    }

    #section_5 .comment-area.position-4 {
        /* margin-left: 70px;  */
        margin-left: 55px;
        margin-top: 140px;
        display: block;
    }

    #section_5 .comment-area.position-5 {
        display: block;
        float: none;
        /* margin-left: 70px;  */
        margin-left: 55px;
        margin-top: 140px;
    }


    #section_5 {
        background-color: #161D6F;
        background-image: none;
    }

    #section_5 .comment-area img {
        position: absolute;
        bottom: 160px;
    }



    #section_6 .demo-bloc .demo-details {
        margin-left: 0px;
        text-align: center;
    }

    #section_6 .demo-bloc .demo-details p {
        font-size: 16px;
    }

    #section_6 .demo-bloc .demo-details h5 {
        font-size: 28px;
        line-height: 50.64px;
        margin-bottom: 35px;
    }

    #section_6 .demo-bloc .shape_1 {
        display: none;
    }

    .bloc-comment {
        background-image: none;
    }

    #about-section-1 h3 {
        font-size: 60px;
        line-height: 80px;
    }

    #pricing-section-2 .slider-section .slider {
        width: 100%;
    }

    #pricing-section-2 .pricing-container .first-pricing {
        width: auto;
        height: auto;
        margin-bottom: 3rem;
    }

    #pricing-section-2 .pricing-container .last-pricing {
        width: auto;
        height: auto;
    }

    #pricing-section-1 h3 {
        font-size: 60px;
        line-height: 80px;
    }

    .pricing-head {
        margin-top: 3rem;
    }

    .demo-form-column {
        margin-bottom: 6rem;
    }

    #rhlite-section-1 {
        /* margin-top: 45px; */
        margin-bottom: 6rem;
    }

    #rhlite-section-1 p {
        font-size: 28px;
        line-height: 40px;
    }

    #rh360_section_1 .ia-img {
        margin-top: 0;
    }

    #rh360_section_1 .rh360-text {
        margin-top: 10px;
    }

    #rh360_section_1 .rh-text {
        font-size: 30px;
        line-height: 40px;
    }




}


@media only screen and (max-width: 390px) {
    #section_5 .comment-area .comment-box {
        width: 270px;
        height: auto;
    }

    .bloc-comment {
        background-image: none;
    }

    #about-section-1 h3 {
        font-size: 50px;
        line-height: 60px;
    }

    #about-section-1 .primary-text {
        font-size: 35px;
        line-height: 55px;
    }

    #rhlite-section-1 p {
        font-size: 20px;
        line-height: 30px;
    }


}