p {
    font-size: 18px !important;
    color: #5B6771 !important;
}

h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
}

.section-with-slider {
    padding: 40px 15px !important;
}

.cat {
    color: #e85c30 !important;
    text-align: center;
    margin-top: 10px;
}

.rectangle-content {
    min-height: 84px;
}

.nora-custom-container {
    border-radius: 8px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 16%);
    moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.16);
    webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.16);
    padding: 30px;
    border-radius: 8px;
    border-bottom: 8px solid #ff7a59;
}

.typ .container-fluid {
    text-align: center;
    padding: 0 0 40px 0;
}
.typ .container-fluid p {
    font-size: 18px;
}
.typ .rectangle-section {
    padding-top: 100px;
}
.typ .step-by-step-rectangle {
    margin-top: 35px;
}

.nt .section-with-slider .row, .nt .section-with-slider .row>[class*=col-] {
    background: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
    .typ .container-fluid {
        padding: 0 15px;
    }
    .typ .section-with-slider {
        text-align: center;
    }
    .typ .section-with-slider .button {
        display: inline-block;
    }
    .typ .rectangle-section {
        padding-top: 40px;
    }
    .mob-none {
        display: none;
    }
}

#video-animation{
    -webkit-animation:3s ease 0s normal forwards 1 fadein;
    animation:3s ease 0s normal forwards 1 fadein;
    animation-delay:5s
}
@keyframes fadein{
    0%{
        opacity:0;
        right:0
    }
    100%{
        opacity:1;
        right:-2%
    }
}
@-webkit-keyframes fadein{
    0%{
        opacity:0;
        right:0
    }
    100%{
        opacity:1;
        right:-2%
    }
}
#video-1{
    -webkit-animation:.4s ease 0s normal forwards 1 fadein;
    animation:.4s ease 0s normal forwards 1 fadein;
    animation-delay:.5s
}
@keyframes fadein{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes fadein{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.video-1-responsive{
    opacity:0;
    width:90%;
    background-color: #fff;
    border-radius:16px;
    border:4px #fff solid;
    margin:40px 20px 20px 20px!important;
    background-image:url('/wp-content/themes/spotme/dist/images/hero-bg-video-2.jpg');
    background-size:cover;
    background-repeat:no-repeat
}
.video-2-responsive{
    opacity:0;
    border-radius:14px;
    position:absolute;
    top:140px;
    right:-6%
}

@media screen and (max-width:1200px){
    .video-2-responsive{
        width:20%;
        top: 115px;
        right:4%
    }
}
@media screen and (max-width:991px){
    .video-2-responsive{
        top:104px;
        right:4%
    }
    @keyframes fadein{
        0%{
            opacity:0;
            right:0
        }
        100%{
            opacity:1;
            right:4%
        }
    }
    @-webkit-keyframes fadein{
        0%{
            opacity:0;
            right:0
        }
        100%{
            opacity:1;
            right:4%
        }
    }
}

@media screen and (min-width:768px){
    .first-left-colmd6 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 1px) {
    h1 {
        font-size: 23px !important;
    }
}