/*
USP Manual CSS
*/

body.page-template-page-usp-manual-new {
    background-color: #EFEEEE;
}
.page-template-page-usp-manual-new div.body-container {
    background-color: #EFEEEE;
}

.usp-books-links a {
    height: 50px;
    width: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 6px;
}
.usp-books-links a img{
    height: 100%;
    width: auto;
    max-width: 100%;
}
.usp-hero-logo img {
    width: 220px;
	height: auto;
}
.usp-manual-hero-block {
    border-radius: 29px;
    background: linear-gradient(90deg, #000 5.29%, #1F2B40 40.38%, #3B5B78 100%);
}
.usp-manual-hero-img-container img{
    width: 100%;
	height: auto;
}
.usp-manual-text-box {
    padding: 40px 24px 8px 24px;
}
.usp-manual-text-box h1 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.usp-manual-text-box h1 span {
    font-weight: 500;
}
.usp-manual-text-box p {
    font-size: 15px;
    font-weight: 500;
}
.usp-manual-text-box p:last-of-type{
    margin-bottom: 0;
}
.usp-manual-hero-img span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    padding: 0 24px 40px 24px;
}
.usp-manual-text-box ul{
    margin: 0;
    padding: 40px 0 48px 0;
    list-style-type: none;
}
.usp-manual-text-box ul li {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}
.usp-manual-text-box ul li:last-child {
    margin-bottom: 0;
}
.usp-hero-list-icon {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 3px;
}
.usp-hero-list-icon img {
    width: 100%;
    height: auto;
}
.usp-manual-section-padding {
    padding: 10px 0;
}
.usp-manual-inside {
    overflow-x: clip;
    
}
.usp-manual-inside-text ul {
    list-style-type: none;
}
.usp-manual-inside-text ul li {
    position: relative;
    padding-left: 20px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 12px;
}
.usp-manual-inside-text ul li:last-child {
    margin-bottom: 0;
}
.usp-manual-inside-text {
    border-radius: 29px;
    padding: 30px 15px;
    background: #232B32;
}
.usp-manual-inside-text ul li::before {
    content: "";
    width: 12px;
    background-image: url('https://www.nysora.com/wp-content/themes/nysora-new/assets/yellow-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
}
.usp-manual-inside-wrapper {
    border-radius: 29px;
    border: 1px solid #000;
    padding-top: 15px;
}
.usp-manual-inside-wrapper h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}
.usp-manual-inside-img img{
    width: 100%;
	height: auto;
    scale: 1.2;
    transform: translateY(20px);
}
.usp-manual-inside .row {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 40px;
}
.usp-manual-qr-image {
    border-radius: 15px;
    background: #232B32;
    padding: 15px;
}
.usp-manual-qr-image img {
    width: 100%;
	height: auto;
}
.usp-manual-qr-text {
    font-size: 15px;
    font-weight: 700;
    padding: 35px 20px 18px 20px;
    line-height: 1.3;
}

.usp-manual-qr-block {
    border-radius: 15px;
    border: 1px solid #000;
}
.usp-manual-about-block {
    border-radius: 15px;
    background: #1F2B40;
}
.usp-manual-about-img img {
    width: 100%;
	height: auto;
}
.usp-manual-about-img::after {
    position: absolute;
    content: "";
    height: 70%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(31, 43, 64, 1) 100%);
}
.usp-manual-about-text {
    padding: 0 20px 30px 20px;
}
.usp-manual-about-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}
.usp-manual-about-text p {
    font-size: 15px;
    border-bottom: 1px solid #FFB200;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.usp-manual-about-text p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
} 
.get-copy-usp-text {
    border-radius: 29px;
    border: 1px solid #000;
    padding: 35px 20px 30px 20px;
}
.get-copy-usp-text h3 {
    color: #595F64;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 22px;
    font-weight: 700;
}
.get-copy-usp-text p {
    color: #595F64;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.get-copy-usp-book-img {
    width: 60%;
    height: 256px;
    z-index: 3;
}
.get-copy-usp-book-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    scale: 1.1;
    transform: translateY(-20px);
    margin-bottom: -20px;
    filter: drop-shadow(-6px 4px 9.4px rgba(0, 0, 0, 0.46));

}
.get-copy-usp-book-text {
    border-radius: 16.003px;
    background: #3B5B78;
}
.get-copy-usp-book-text {
    padding: 0 20px;
}
.get-copy-usp-book-right {
    padding-top: 30px;
    padding-bottom: 23px;
    padding-left: 15px;
    z-index: 3;
}
.get-copy-usp-book-right h3 {
    font-size: 22px;
    font-weight: 700;
}
.get-copy-usp-book-text .usp-books-links a  {
    height: 36px;
    min-width: unset;
    width: 100%;
}
.get-copy-usp-book-text::after {
    height: 36px;
    width: 100%;
    background-color: #FFB200;
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
}
.usp-manual-coverage-block {
    border-radius: 15px;
    background: #FFB200;
    padding: 30px 20px;
    color: #1E1E1E;
}
.usp-manual-coverage-img-wrap img {
    width: 100%;
	height: auto;
}
.usp-manual-coverage-block h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 15px;
}
.usp-manual-coverage-block h3 span {
    font-weight: 700;
}
.usp-manual-coverage-block li,
.usp-manual-coverage-block p {
    font-size: 15px;
    line-height: 1.3;
     margin-bottom: 12px;
}

.usp-manual-coverage-block li b,
.usp-manual-coverage-block p b {
    font-weight: 700;
}
.usp-manual-coverage-block ul {
    padding-left: 25px;
}
.usp-manual-coverage-circle {

    width: 52vw;
	height: 52vw;
    border: 10px solid #1E1E1E;
    filter: drop-shadow(0px 4px 7.6px rgba(0, 0, 0, 0.44));
    border-radius: 50%;
    overflow: hidden;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.usp-manual-coverage-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.usp-manual-coverage-img-wrap::after {
     position: absolute;
    bottom: 35%;
    left: 42%;
    width: 90px;
    height: 4px;
    background-color: #FFB200;
    content: "";
    z-index: 10;
    transform: rotate(49deg);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.49);
    border-radius: 5px;
}
/*********** RESPONSIVE SM **************/
@media (min-width: 576px) {}
/*********** RESPONSIVE MD **************/
@media (min-width: 768px) {
    .usp-manual-text-box {
        padding: 40px 40px 8px 40px;
    }
    .usp-manual-text-box h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .usp-manual-text-box p {
        font-size: 21px;
    }
    .usp-manual-hero-img span {
        font-size: 22px;
        padding: 0 40px 30px 40px;
    }
    .usp-books-links a {
        height: 60px;
        width: 185px;
        padding: 8px;
    }
    .usp-manual-section-padding {
        padding: 22px 0;
    }
   .usp-manual-inside-text ul li {
        font-size: 21px;
        margin-bottom: 12px;
        padding-left: 30px;
    }
    .usp-manual-inside-text ul li::before {
        width: 21px;
        height: 21px;
        top: 6px;
    }
    .usp-manual-inside-text {
        padding: 30px 20px;
    }
    .usp-manual-inside-wrapper h3 {
        font-size: 38px;
        margin-bottom: 26px;
    }
    .usp-manual-inside-img img{
        width: 100%;
        scale: 1.2;
        transform: translateY(40px);
        margin-top: -12px;
    }
    .usp-manual-inside-wrapper {
        padding-top: 30px;
    }
    .usp-manual-qr-image {
        padding: 30px 20px;
    }
    .usp-manual-qr-text {
        font-size: 21px;
        padding: 40px;
    }
    .usp-manual-about-text { 
        padding: 0 30px 40px 30px;
    }
    .usp-manual-about-text h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .usp-manual-about-text p {
        font-size: 21px;
        border-bottom: 3px solid #FFB200;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .usp-manual-about-text p:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .get-copy-usp-text {
        padding: 65px 35px 65px 35px;
    }
    .get-copy-usp-text h3 {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .get-copy-usp-text p {
        font-size: 21px;
    }
    .get-copy-usp-book-img {
        width: 60%;
        height: 495px;
    }
    .get-copy-usp-book-img img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        scale: 1.1;
        transform: translateY(-20px);
        margin-bottom: -20px;
    }
    .get-copy-usp-book-text {
        padding: 0 40px;
    }
    .get-copy-usp-book-right {
        padding-left: 45px;
        z-index: 3;
    }
    .get-copy-usp-book-right h3 {
        font-size: 38px;
    }
    .get-copy-usp-book-text .usp-books-links a  {
        height: 65px;
    }
    .get-copy-usp-book-text::after {
        height: 72px;
        bottom: 78px;
    }
    .usp-manual-coverage-block {
        padding: 40px 38px;
    }
    .usp-manual-coverage-block h3 {
        font-size: 38px;
        margin-bottom: 22px;
    }
    .usp-manual-coverage-block li,
    .usp-manual-coverage-block p {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .usp-manual-coverage-circle {
        height: 380px;
        width: 380px;
        border-width: 15px;
        left: -20px;
        top: 25%;
        transform: translate(0);
    }
    .usp-manual-coverage-img-wrap::after {
        bottom: 35%;
        left: 42%;
        width: 200px;
        height: 4px;
        transform: rotate(49deg);
    }
	.get-copy-usp-book-right {
		padding-bottom: 44px;
	}
}
/*********** RESPONSIVE LG **************/
@media (min-width: 992px) {
    
    .usp-books-links a {
        height: 50px;
        width: 155px;
    }
    .usp-manual-inside-text ul li {
        font-size: 18px;
    }
    .usp-manual-qr-image {
        width: 60%;
    }
    .usp-manual-qr-image {
        padding: 30px;
    }
    .usp-manual-qr-text {
        font-size: 18px;
    }
    .usp-manual-about-img  {
        width: 50%;
    }
    .usp-manual-about-img  img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .usp-manual-about-img::after {
        height: 100%;
        width: 60%;
        right: 0;
        left: auto;
        background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(31, 43, 64, 1) 100%);
    }
    .usp-manual-about-text h3 {
        font-size: 34px;
    }
    .usp-manual-about-text p {
        font-size: 18px;
        border-bottom: 2px solid #FFB200;
    }
    .usp-manual-about-text {
        padding: 40px 40px 40px 20px;
    }
    .get-copy-usp-text {
        margin-right: 40px;
        padding: 35px 20px;
    }
    .get-copy-usp-text h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .get-copy-usp-text p {
        font-size: 16px;
        max-width: 442px;
    }
    .get-copy-usp-book-right h3 {
        font-size: 25px;
    }
    .get-copy-usp-book-text .usp-books-links a  {
        height: 50px;
        max-width: 155px;
    }
    .get-copy-usp-book-text .usp-books-links {
        gap: 20px !important;
    }
    .get-copy-usp-book-img {
        height: 286px;
    }
    .get-copy-usp-book-text {
        padding: 0 25px;
    }
    .get-copy-usp-book-right {
        padding-left: 20px;
    }
    .get-copy-usp-book-text::after {
        height: 42px;
        bottom: 74px;
    }
    .usp-manual-coverage-img-wrap::after {
        bottom: 500px;
        left: 300px;
        width: 270px;
        transform: rotate(30deg);
    }
	.get-copy-usp-book-right {
		padding-bottom: 34px;
	}
}
/*********** RESPONSIVE XL **************/
@media (min-width: 1200px) {
    .usp-manual-text-box {
        padding: 45px 0 45px 45px;
    }
    .usp-manual-text-box h1 {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .usp-manual-text-box p {
        font-size: 18px;
        font-weight: 400;
    }
    .usp-manual-hero-img span {
        font-size: 18px;
        padding: 0 40px 30px 40px;
    }
    .usp-manual-hero-img-container {
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0;
        top: 0;
        padding: 30px 0;
    }
    .usp-manual-section-padding {
        padding: 42px 0;
    }
    .usp-manual-inside-text  {
        padding: 60px 40px 60px 25px;
    }
    .usp-manual-inside-text ul li {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .usp-manual-inside-wrapper h3 {
        font-size: 34px;
        margin-bottom: 26px;
    }
    .usp-manual-qr-text {
        padding: 65px;
    }
    .usp-manual-qr-image::after {
        position: absolute;
        content: '';
        height: 4px;
        width: 320px;
        background-color: #FFB200;
        top: -90px;
        left: -190px;
        transform: rotate(230deg);
    }
    .usp-manual-about-text {
        padding: 65px 135px 65px 20px;
    }
    .get-copy-usp-text {
        padding: 55px 65px;
    }
    .get-copy-usp-text p {
        font-size: 18px;
    }
    .get-copy-usp-book-img {
        height: 386px;
    }
    .get-copy-usp-book-text::after {
        height: 56px;
        bottom: 75px;
    }
    .get-copy-usp-book-right {
        padding-top: 70px;
        padding-bottom: 43px;
    }
    .usp-manual-coverage-block {
        padding: 60px 50px;
    }
    .usp-manual-coverage-block h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .usp-manual-coverage-block li,
    .usp-manual-coverage-block p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .usp-manual-coverage-img-wrap  {
        width: 48%;
        flex-shrink: 0;
    }
    .usp-manual-coverage-block ul {
        max-width: 365px;
    }
    .usp-manual-coverage-left {
        max-width: 430px;
    }
    .usp-manual-coverage-block {
        background-image: url('https://www.nysora.com/wp-content/themes/nysora-new/assets/whiteS.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .usp-manual-coverage-circle {
        height: 420px;
        width: 420px;
        left: -120px;
        top: 20%;
        transform: translate(0);
    }
    .usp-manual-coverage-img-wrap::after {
        bottom: 250px;
        left: 240px;
        width: 100px;
        transform: rotate(30deg);
    }
}
/*********** RESPONSIVE XXl **************/
@media (min-width: 1400px) {

    .usp-manual-hero-img-container {
        position: absolute;
        width: 63%;
        height: 100%;
        right: -30px;
        top: 0;
        padding: 30px 0;
    }
    .usp-manual-hero-img span {
        font-size: 18px;
        padding: 0 50px 40px 50px;
    }
    .usp-manual-section-padding {
        padding: 52px 0;
    }
    .usp-manual-inside-text ul li {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .usp-manual-inside-img img{
        scale: 1.25;
    }
    .usp-manual-qr-image {
        width: 66%;
    }
    .usp-manual-qr-image::after {

        height: 5px;
        width: 290px;

        top: -95px;
        left: -145px;
        transform: rotate(240deg);
    }
    .get-copy-usp-text h3 {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .get-copy-usp-text p {
        font-size: 19px;
    }
     .get-copy-usp-book-right h3 {
        font-size: 30px;
    }
    .get-copy-usp-book-text {
        padding: 0 30px;
    }
    .get-copy-usp-book-img {
        height: 470px;
    }
    .get-copy-usp-book-img img {
        margin-bottom: 0;
    }
    .get-copy-usp-book-right {
        padding-top: 95px;
        padding-bottom: 60px;
    }
    .get-copy-usp-book-text::after {
        height: 69px;
        bottom: 85px;
    }
    .usp-manual-coverage-block {
        padding: 25px 80px 25px 65px;
    }
    .usp-manual-coverage-block li,
    .usp-manual-coverage-block p {
        margin-bottom: 18px;
    }
    .usp-manual-coverage-circle {
        left: -210px;
        top: 40%;
        transform: translateY(-40%);
    }
    .usp-manual-coverage-img-wrap::after {
        bottom: 320px;
        left: 190px;
        width: 170px;
        transform: rotate(18deg);
    }

	.page-template-page-usp-manual-new div.body-container .container .row {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.usp-manual-text-box {
		padding: 55px 0 55px 65px;
	}
}