.errormsg {
    font-size: 14px;
    color: #ff4545;
    margin-top: 10px;
    display: block;
}

picture.sidebar-images,
picture.sidebar-images img,
picture.sidebar-images source {
    aspect-ratio: 70/59;
}

p.last-updated {
    color: #000;
}

.web-font p.form-title {
    font-family: "Zoho_Puvi_Bold";
}

.web-font p.transcription-main-title {
    font-family: 'Zoho_Puvi_SemiBold';
}

.row-bg {
    margin: 60px 0px 0px 0px;
}

ul.list-content li a {
    display: inline-block;
}

.list-content p,
.list-content a {
    display: block;
    position: relative;
}

.list-content a {
    margin-bottom: 10px;
    transition: .3s ease all;
}

.list-content p {
    margin-bottom: 3px;
}

.list-content p strong {
    font-family: 'Zoho_Puvi_SemiBold';
}

.list-content a:hover {
    color: #1480d8;
    transition: .3s ease all;
}

.main-content .inside-video h3 {
    text-align: left;
}

.video-screenshots {
    box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 28%);
    -webkit-box-shadow: 2px -1px 57px -14px rgb(61 61 61 / 15%);
    -moz-box-shadow: 2px -1px 57px -14px rgba(61, 61, 61, 0.28);
}

.page-content-wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 30px;
}

.nex-prev-btn {
    margin-top: 70px;
}

.nex-prev-btn>ul {
    display: flex;
}

.nex-prev-btn>ul>li {
    max-width: 50%;
    flex: 0 0 50%;
}

.nex-prev-btn>ul>li>a,
.nex-prev-btn>ul>li span {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}

.nex-prev-btn>ul>li span {
    color: #ef483d;
}

.nex-prev-btn>ul>li.next>span a,
.nex-prev-btn>ul>li.prev>span a {
    color: #ef483d;
    text-decoration: none;
}

.next .arrow a::after {
    content: "→";
    display: block;
    color: #ef483d;
    position: relative;
    right: 0px;
    transition: .8s ease;
}

.next:hover .arrow a:after {
    transition: .8s ease;
    right: -10px;
}

.prev .arrow a::before {
    content: "←";
    display: block;
    color: #ef483d;
    position: relative;
    left: 0px;
    transition: .8s ease;
}

.prev:hover .arrow a::before {
    transition: .8s ease;
    left: -10px;
}

.nex-prev-btn>ul>li.next {
    text-align: right;
}

.nex-prev-btn>ul>li.prev {
    text-align: left;
}

.toc h3 {
    font-size: 22px;
    text-align: left;
    margin-top: 20px;
}

ul.toc li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #1480d8;
    left: 0;
    top: 14px;
    font-size: 26px;
}

#Apiform #emailID::placeholder,
select#MECountryListing {
    color: #000;
}

input#submit {
    padding: 11px;
}

div#formCTAgdpr {
    max-width: 330px;
    width: 100%;
}

ul.toc li {
    padding-left: 30px;
}

ul.toc a {
    position: relative;
    text-decoration: none;
}

.inactive-dark a {
    color: #000 !important;
}

.active-dark a::after {
    content: "";
    color: #000;
    background-color: #1280d9;
    width: 0%;
    transition: .4s ease all;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -2px;
}

.inactive-dark li::before {
    background: #000 !important;
}

.inactive-dark a:after {
    content: "";
    color: #000;
    background-color: #000;
    width: 0%;
    transition: .4s ease all;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -2px;
}

.inactive-dark a:hover:after {
    width: 100%;
    transition: .4s ease all;
}

.active-dark a:hover:after {
    width: 100%;
    transition: .4s ease all;
}

.hamburger {
    width: 30px;
    height: 30px;
}

#country_state {
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px;
    font-size: 15px;
    color: #111111;
    width: 100%;
    box-sizing: border-box;
    background: #fff url(images/dropdown-arrow.png) right center no-repeat;
    margin-top: 5px;
}
@media only screen and (max-width: 1024px){
.promotion-bg {
    margin-top: 0px !important;
}
}
@media only screen and (max-width: 890px){
    .stickyfixed-header {
        top: 90px !important;
    }
}
@media only screen and (max-width:768px) {
    .cont-anim p {
        padding-right: 0px !important;
    }
    .nex-prev-btn>ul>li>a {
        display: none;
    }
    div#formCTAgdpr {
        margin: 0px auto;
    }
}