* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.header {
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    width: 1070px;
    height: 94px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 39px;
    margin: 0px auto 39px auto;
}

body {
    background: linear-gradient(180deg, #0ea3f7 0%, #c1e9ff 100%);
    font-family: "K2D", sans-serif;
}

.logo {
    width: 350px;
}

.slogo {
    width: 140px;
}

.text-orange {
    color: #f7550e;
}

.container-custom {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 0px; */
    /* padding-right: 15px; */
}

/* Green note on top */
/*.note {*/
/*    position: absolute;*/
/*    left: 80px;*/
/*    top: 0;*/
/*    font-family: 'Akshar', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-size: 46px;*/
/*    line-height: 51px;*/
/*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
/*    padding: 12px 20px;*/
/*    width: 194px;*/
/*    height: 69px;*/
/*    text-align: center;*/
/*    text-transform: capitalize;*/
/*    color: #FFFFFF;*/
/*    background-color: #78A55A;*/
/*    z-index: 10;*/
/*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/

/*}*/

.section-note {
    display: flex;
    background: #fff;
    border-radius: 35px;
    /* padding: 100px 30px 50px; */
    /* text-align: center; */
    /* position: relative; */
    z-index: 0;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
}
.image-person {
    margin: 10px;
    width: 50%;
}
.section-note .content {
    z-index: 2;
    position: relative;
    color: #000;
    margin-top: -20px;
}

.section-note p {
    font-family: "Akshar";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-transform: capitalize;
    color: #000000;
    /* padding: 0px 70px;
    margin: 10px 0; */
}

/*.section-note::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 35px;*/
/*    background-color: rgba(255, 255, 255, 0.4);*/
/*    z-index: 1;*/
/*}*/
.content-para {
    margin-top: 70px;
    margin-right: 20px;
}
.img-container {
    float: right;
}
/* The container1 */
.container1 {
    display: block;
    position: relative;
    padding-right: 220px;
    margin-bottom: 0;
    cursor: default;
    font-size: 40px;
    right: -45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: default;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 6px;
    right: 94px;
    height: 52px;
    width: 55px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark1 {
    background-color: #d9d9d9;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
    background-color: #78a55a;
}

/* Create the checkmark1/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark1 when checked */
.container1 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark1/indicator */
.container1 .checkmark1:after {
    content: "✓";
    color: white;
    left: 12px;
    top: -5px;
    width: 15px;
    height: 30px;
    border: solid #78a55a;
    border-width: 0 0px 0px 0;
    /*box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    -webkit-transform: rotate(390deg);
    -ms-transform: rotate(390deg);
    transform: rotate(13deg);
}

/* The container2 */
.container2 {
    display: flex;
    position: relative;
    padding-right: 220px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    right: -45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox 2*/
.checkmark {
    position: absolute;
    right: 135px;
    top: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
    background-color: #d9d9d9;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
    background-color: #78a55a;
}

/* Create the checkmark1/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark1/indicator */
.container2 .checkmark:after {
    left: 10px;
    top: 5px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    /*box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.additionalBasicServices {
    position: relative;
    right: 9px;
    font-size: 30px;
}
.basic-crm-cost {
    position: relative;
    right: -30px;
    bottom: 2px;
    font-size: 30px;
}
.additional-services-cost {
    position: relative;
    right: -30px;
    bottom: 2px;
    font-size: 30px;
}
/* Basic CRM checkmark */
.basic-crm-cost-checkbox {
    width: 1.3em;
    height: 1.3em;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 96px;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}
.basic-crm-cost-checkbox:hover {
    background-color: #d9d9d9;
}
/* Basic CRM checkmark */
.basic-crm-cost-checkbox:checked:before {
    content: "✓";
    -webkit-transform: rotate(390deg);
    -ms-transform: rotate(390deg);
    transform: rotate(13deg);
    color: #ffffff;
    top: -2px;
    position: absolute;
    border-radius: 50%;
    width: 111%;
    padding-left: 10px;
    background-color: #78a55a;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}
/* Basic CRM whats inlcude portion*/
.pricing-detailsBasicTablediv {
    padding-top: 10px;
}
/* whats include button*/
.whatsIncludebtn {
    background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
    box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
    border-radius: 37px;
    border: none;
    width: 200px;
    height: 40px;
    margin-right: 170px;
    /*margin-top: 2px;*/
    transition: transform ease 300ms;
}
.whatsIncludebtn:hover {
    transform: scale(1.1);
    z-index: 10000;
}
/* whats include button text*/
.whatsIncludebtnTxt {
    position: relative;
    bottom: 15px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}
/* whats include button arrow image*/
.whatsIncludebtnArrow {
    width: 11px;
    height: 7px;
    position: relative;
    left: 2px;
    bottom: 14px;
}
/* whats include dropdown*/
.whatsIncludebtndrp {
    display: flex;
    position: relative;
    top: 6px;
    font-size: 16px;
    width: 100%;
}
.whatsIncludebtnArrowDown {
    width: 11px;
    height: 7px;
    position: relative;
    left: 2px;
    bottom: 14px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}
.whatsIncludebtnArrowUp {
    width: 11px;
    height: 7px;
    position: relative;
    left: 2px;
    bottom: 14px;
    transform: rotate(180deg);
    transition: transform 0.5s linear;
}
/* Podio Image modal*/
.ImgModal {
    width: 50%;
}
/*"This how your seller preview the Lead" heading styling*/
.sellerPerview {
    position: absolute;
    margin-top: 60px;
    /* margin-left: 0px; */
    width: 359px;
    height: 48px;
    background: #002a42;
    border-radius: 25px 25px 0px 0px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    border: none;
    cursor: context-menu;
}
/*Major div of podio crm tutorials*/
.clickToPreviewImg {
    width: 359px;
    height: 501px;
    background: linear-gradient(
        179.39deg,
        #41b0ee 0.53%,
        #7db87b 48.51%,
        #86d3ff 109.88%
    );
    border-radius: 0px 0px 25px 25px;
    margin-right: 40px;
    margin-top: 100px;
    padding-top: 32px;
}
/*Main image div start*/
.clickToPreviewInsideDiv {
    padding-left: 20px;
}

.topImage {
    width: 320px;
    height: 137px;
    border-radius: 15px;
}
/*Main image div end*/

/*Heading 'Ultimate Version of Podio for Real Estate Investors'*/
.topheading {
    width: 292px;
    height: 40px;
    left: 681px;
    top: 307px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/*Heading '360SynergyTech'*/
.titleCompany {
    width: 62px;
    height: 10px;
    left: 682px;
    top: 359px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: capitalize;
    color: #3d3d3d;
}
/*Button Play all / Shuffle Start*/
.playAllShuffleSharebuttonDiv {
    display: flex;
    justify-content: space-around;
}
.playAllButton {
    width: 115px;
    height: 30px;
    left: 680px;
    top: 378px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    border-radius: 37px;
    border: none;
    transition: background-color 1s;
}
.playAllButton:hover {
    background-color: #dcdcdc;
}
.playAllButtonImage {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.playAllButtonText {
    width: 41px;
    height: 16px;
    left: 727px;
    top: 385px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    text-align: center;
    text-transform: capitalize;
    color: #3d3d3d;
}
.shuffleButton {
    width: 115px;
    height: 30px;
    left: 801px;
    top: 378px;
    background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-radius: 37px;
    border: none;
}
.shuffleButtonText {
    width: 40px;
    height: 16px;
    left: 848px;
    top: 385px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    text-align: center;
    color: #ffffff;
}
/*Button Play all / Shuffle End*/
/*lines start*/
.lineDiv {
    margin-left: 45%;
    margin-top: 10px;
}
.line1 {
    display: block;
}
.line2 {
    display: block;
    margin-left: 3px;
    margin-top: 2px;
}
.line3 {
    display: block;
    margin-left: 7px;
    margin-top: 2px;
}
/*lines end*/
/*video start*/
.videosDiv {
    max-height: 44%;
    overflow: auto;
    margin-right: 5px;
}
.videosDiv::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

.videosDiv::-webkit-scrollbar-track {
    background: #d9d9d9; /* color of the tracking area */
    border-radius: 20px;
    margin: 40px;
}

.videosDiv::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}
/*video end*/

/* Click to preview button div*/
.clickPreviewDiv {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
/*Heading 'This Is How Your Seller Lead Will Looks' style*/
.clickPreviewBtnHeading {
    width: 291px;
    height: 21px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #314957;
}
/* Click to preview button*/
.clickPreviewBtn {
    border: none;
    width: 173px;
    height: 30px;
    background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
    box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
    border-radius: 37px;
    padding-top: 1px;
    padding-right: 65px;
    transition: transform ease 300ms;
}
.clickPreviewBtn:hover {
    transform: scale(1.1);
    z-index: 10000;
}
/* Click to preview button text*/
.clickPreviewBtnTxt {
    position: absolute;
    width: 132px;
    height: 18px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}
/* eye image inside "click to preview" button*/
.eyeStyle {
    width: 27px !important;
    position: relative;
    right: 24px;
}
/*"Podio CRM video tutorial" major div*/
.crmTutorialdiv {
    margin-top: 60px;
}
.crmTutorialbtn {
    border: none;
    position: absolute;
    width: 359px;
    height: 30px;
    background: #3d3d3d;
    border-radius: 0px;
    margin-left: -90px;
    cursor: context-menu;
}
.crmTutorailbtntxt {
    width: 171px;
    height: 18px;
    font-family: "K2D";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.caption {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 20px 0;
}

.vid-main-wrapper {
    width: 100%;
    max-width: 1100px;
    min-width: 440px;
    background: #fff;
    margin: 0 auto;
}

/*  VIDEO PLAYER CONTAINER
 		############################### */
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    width: 70%;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 360px;
}

/*  VIDEOS PLAYLIST 
 		############################### */
.vid-list-container {
    width: 30%;
    height: 360px;
    overflow: hidden;
}

.vid-list-container:hover,
.vid-list-container:focus {
    overflow-y: auto;
}

ol#vid-list {
    padding: 0;
    height: 200px;
}

ol#vid-list li {
    list-style: none;
    padding: 3px;
}

ol#vid-list li a {
    text-decoration: none;
    height: 74px;
    display: block;
    padding: 5px;
}

.vid-thumb {
    float: left;
    margin-right: -30px;
}
ol#vid-list li a:hover {
    background-color: #606060;
    border-radius: 10px;
}
#vid-list .desc {
    font-family: "K2D";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 2px;
}
.playListImg {
    max-width: 75% !important;
    border-radius: 10px !important;
}

/*  VIDEOS PLAYLIST End
 		############################### */
/* Basic CRM whats inlcude End */
.spacing {
    margin: 80px 0;
}

.section-pricing {
    border-radius: 20px;
    margin-bottom: 30px;
}

.pricing-div {
    background-color: #fff;
    display: flex;
    padding: 0px 35px;
    border-radius: 20px;
    box-shadow: 0 4px 2px 1px darkgrey;
    justify-content: space-between;
    font-size: 40px;
    font-weight: 500;
    align-items: center;
    position: relative;
    top: 8px;
    width: 100%;
}

.section-pricing.open .pricing-div {
    border-radius: 20px 20px 0 0;
}

.section-pricing2 {
    border-radius: 20px;
    margin-bottom: 30px;
}

.pricing-div1 {
    background-color: #fff;
    display: flex;
    padding: 0px 35px;
    border-bottom: 5px solid rgb(62, 177, 248);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: space-between;
    font-size: 40px;
    font-weight: 500;
    align-items: center;
    position: relative;
    top: 12px;
    width: 100%;
}

.section-pricing.open .pricing-div1 {
    border-radius: 20px 20px 0 0;
}

/* list of numbers getting green on selecting services */
.badge1 {
    display: inline-flex;
    flex-shrink: 0;
    min-width: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: lightgray;
    border-radius: 30px;
    margin-right: 20px;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
/* list of green checkmark numbers inside whats include dropdown*/
.badge2 {
    display: inline-flex;
    flex-shrink: 0;
    min-width: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #78A55A;*/
    border-radius: 30px;
    margin-right: 25px;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
}

.pricing-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}
.pricingTablepara {
    position: relative;
    top: 6px;
    display: flex;
}
.pricing-table thead th {
    padding: 20px 20px;
    color: orangered;
    font-size: 32px;
}

.pricing-table tbody td {
    padding: 0px 15px;
    color: #000;
    border-top: 1px solid #606060;
    width: 30%;
    font-size: 22px;
}

.pricing-table tbody td + td {
    border-left: 1px solid #606060;
}

.pricing-table tbody tr td:first-of-type {
    width: 70%;
}
.pricing-table p {
    font-size: 20px;
}
.pricing-details {
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pricing-detailsBasic {
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: row;
}
.pricing-tableBasic {
    border-collapse: collapse;
    width: 90%;
    margin: 0;
    background: linear-gradient(
        90.36deg,
        #b6e5ff 18.36%,
        #bae6ff 55.6%,
        #ffffff 80.29%
    );
    border-radius: 25px 0px 0px 25px;
    margin: 25px;
}
.pricing-tableBasic thead th {
    padding: 20px 20px;
    color: orangered;
    font-size: 32px;
}

.pricing-tableBasic tbody td {
    padding: 1px 20px;
    color: #000;
    border-top: 1px solid #606060;
    width: 30%;
    font-size: 22px;
    position: relative;
    top: 4px;
}

.pricing-tableBasic tbody td + td {
    border-left: 1px solid #606060;
}

.pricing-tableBasic tbody tr td:first-of-type {
    width: 70%;
}

.integrate {
    width: 750px;
    height: 262px;
    margin-left: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.step-wrap {
    display: block;
    margin: 0;
    padding: 0;
}

.step-wrap li {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
}

.step-wrap li::after {
    content: "";
    display: block;
    position: absolute;
    background-color: orangered;
    z-index: -1;
    width: 2px;
    height: 50px;
    top: 100%;
    left: 25px;
}

.step-wrap li .number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.step-wrap li .text {
    width: calc(100% - 60px);
}

.step-wrap li.complete .number {
    background: orangered;
    color: white;
}

.step-wrap li:last-of-type::after {
    display: none;
}

.table-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.payment {
    width: 535px;
    height: 276px;
    margin-left: 725px;
    margin-top: -235px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.payment2 {
    width: 535px;
    height: 276px;
    margin-left: 735px;
    margin-top: -235px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.done {
    width: 535px;
    height: 276px;
    margin-left: 1000px;
    margin-top: -235px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.grant-access {
    width: 535px;
    height: 276px;
    margin-left: 780px;
    margin-top: -225px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.checkmark2 {
    position: absolute;
    top: 0;
    right: 270px;
    top: 10px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.container1 input:checked ~ .checkmark2 {
    background-color: #ffffff;
}

.checkmark3 {
    position: absolute;
    top: 0;
    right: 610px;
    top: -32px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.container1 input:checked ~ .checkmark3 {
    background-color: #ffffff;
}

.checkmark4 {
    position: absolute;
    top: 0;
    right: 375px;
    top: 10px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.btn {
    width: 396px;
    height: 96px;
    cursor: pointer;
    /* left: 721px; */
    /* top: 765px; */
    background: #78a55a;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0px 10px #296600;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    margin-top: 85px;
    margin-left: -100px;
}

.btn2 {
    width: 396px;
    height: 96px;
    cursor: pointer;
    /* left: 640px; */
    /* top: 700px; */
    background: #78a55a;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    margin-left: 70px;
    margin-top: 20px;
    box-shadow: 0px 10px #296600;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.btn3 {
    width: 396px;
    height: 96px;
    cursor: pointer;
    /* left: 640px; */
    /* top: 700px; */
    background: #78a55a;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    margin-left: -80px;
    margin-top: 25px;
    box-shadow: 0px 10px #296600;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
}

.btn4 {
    width: 396px;
    height: 96px;
    cursor: pointer;
    /* left: 640px; */
    /* top: 700px; */
    background: #78a55a;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    margin-left: -95px;
    margin-top: 25px;
    box-shadow: 0px 10px #296600;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
}

.textButton {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*Coupon Style*/
/* .couponDiv {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.couponTextarea {
    resize: none;
    width: 38%;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: inset 2px 2px 2px 0px #767676d4;
    float: right;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 15px;
} */
/*Coupon Style on focus hfdghtyyhfyry*/
/* .couponTextarea:focus {
    border-color: #6ea2de;
    box-shadow: 0px 0px 10px #6ea2de;
} */
.couponMessageValid{
    padding: 5px;
    background-color: aliceblue;
    border-radius: 25px;
    margin-bottom: 10px;
}
.couponMessageInvalid{
    padding: 5px;
    background-color: lightpink;
    border-radius: 25px;
    margin-bottom: 10px;
}
.ErrorMessage{
    padding: 5px;
    background-color: lightpink;
    border-radius: 25px;
    margin-bottom: 10px;
}
/*Textarea Style */
.textareaStyle {
    resize: none;
    width: 275%;
    height: 422%;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    padding: 3px;
    box-shadow: inset 2px 2px 2px 0px #767676d4;
}
/*Textarea Style*/
.textareaStyle::placeholder {
    padding-left: 18%;
    padding-top: 15%;
    font-size: 25px;
}
/*Textarea Style on focus*/
.textareaStyle:focus {
    border-color: #6ea2de;
    box-shadow: 0px 0px 10px #6ea2de;
}
/* total amount button */
.btn5 {
    width: 40%;
    height: 106%;
    cursor: pointer;
    border: none;
    background: #78a55a;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    margin-left: 673px;
    box-shadow: 0px 10px #296600;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 42px;
    position: relative;
    bottom: 49px;
    transition: transform ease 300ms;
}
.btn5:hover {
    transform: translate(0, 3px);
}
/* Button when only "Your integration is not listed here?" service selected*/
.btnTellusModalButton {
    width: 100%;
    cursor: pointer;
    border: none;
    background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 42px;
    opacity: 0.9;
    transition: all 0.5s;
}
.btnTellusModalButton:hover {
    opacity: 1;
}
/* ATM image on total amount button*/
.btnImg {
    width: 4%;
    height: auto;
    position: relative;
    left: 70%;
    bottom: 132%;
}
/*
.dropdown {
    min-width: 15px;
    position: relative;
    margin: 2px;
}
*/
.company {
    width: 425px;
    height: 45px;
    /* left: 583px; */
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    font-style: normal;
    /* font-weight: 300; */
    font-size: 20px;
    line-height: 42px;
    margin-top: -252px;
    margin-left: 50px;
}

.workspace {
    width: 425px;
    height: 45px;
    /* left: 583px; */
    margin-top: 0px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    font-style: normal;
    /* font-weight: 300; */
    font-size: 20px;
    line-height: 42px;
    margin-left: 50px;
}

.ring {
    height: 50px;
    width: 50px;
    background-color: #eee;
    border-radius: 70%;
}

.modal .modal-title {
    font-weight: 600;
}

.modal .btn {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 500;
}

.containerBasic {
    display: block;
    position: relative;
    padding-right: 220px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 40px;
    right: -45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* On mouse-over, add a grey background color */
.containerBasic:hover input ~ .checkmark1 {
    background-color: #d9d9d9;
}

/* When the checkbox is checked, add a green background */
.containerBasic input:checked ~ .checkmark1 {
    background-color: #78a55a;
}

/* Show the checkmark1 when checked */
.containerBasic input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark1/indicator */
.containerBasic .checkmark1:after {
    left: 19px;
    top: 8px;
    width: 15px;
    height: 30px;
    border: solid white;
    border-width: 0 3px 3px 0;
    /*box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Style the stripe card */
#card-element {
    margin-bottom: 15px;
}
#card-title-stripe {
    font-size: 18px;
    margin-bottom: 10px;
}
/* -----------------  Media Queries ---------------- */
@media all and (max-width: 970px) {
    .btnImg {
        width: 0%;
        height: 0%;
    }
}
@media all and (max-width: 558px) {
    .whatsIncludebtnArrow {
        width: 0%;
        height: 0%;
    }
}
@media screen and (min-width: 320px) and (max-width: 362px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 330px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 150px;
    }
    .slogo {
        width: 100px;
    }
    /*.note {*/
    /*  position: absolute;*/
    /*  left: 27px;*/
    /*  top: -1px;*/
    /*  font-family: 'Akshar', sans-serif;*/
    /*  font-style: normal;*/
    /*  font-weight: 700;*/
    /*  font-size: 20px;*/
    /*  line-height: 51px;*/
    /*  text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*  padding: 0px 5px;*/
    /*  width: 65px;*/
    /*  height: 44px;*/
    /*  text-align: center;*/
    /*  text-transform: capitalize;*/
    /*  color: #FFFFFF;*/
    /*  background-color: #78A55A;*/
    /*  z-index: 10;*/
    /*  clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*  }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 15px;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 8px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 110%;
        height: 210%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 20%;
        font-size: 9px;
    }

    .btn5 {
        width: 30%;
        height: 80%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 225px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-table tbody td {
        padding: 0px 9px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 11px;
    }
    .pricing-table p {
        font-size: 11px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -10px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        position: relative;
        right: 9px;
        font-size: 9px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .basic-crm-cost {
        position: relative;
        right: 70px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 19px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 75px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 109%;
    }
    .ImgModal {
        width: 65%;
        margin-left: 65px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 5px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 175px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 175px;
        height: 445px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 140px;
        height: 80px;
        border-radius: 15px;
    }
    .topheading {
        width: 125px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 7px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 75px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 75px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 50%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 5px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 150px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 8px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 190px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 9px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 330px;
    }

    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 2px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 9px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 9px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 6px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 12px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }

    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 363px) and (max-width: 389px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 355px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 150px;
    }
    .slogo {
        width: 100px;
    }
    /*.note {*/
    /* position: absolute;*/
    /* left: 27px;*/
    /* top: -1px;*/
    /* font-family: 'Akshar', sans-serif;*/
    /* font-style: normal;*/
    /* font-weight: 700;*/
    /* font-size: 20px;*/
    /* line-height: 51px;*/
    /* text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /* padding: 0px 5px;*/
    /* width: 65px;*/
    /* height: 44px;*/
    /* text-align: center;*/
    /* text-transform: capitalize;*/
    /* color: #FFFFFF;*/
    /* background-color: #78A55A;*/
    /* z-index: 10;*/
    /* clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /* }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 15px;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 8px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 30%;
        height: 80%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 255px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-table tbody td {
        padding: 0px 9px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 12px;
    }
    .pricing-table p {
        font-size: 11px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -10px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        position: relative;
        right: 9px;
        font-size: 11px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .basic-crm-cost {
        position: relative;
        right: 70px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 19px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 3px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 2px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 75px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 109%;
    }
    .ImgModal {
        width: 65%;
        margin-left: 65px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 5px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 175px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 175px;
        height: 480px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 140px;
        height: 80px;
        border-radius: 15px;
    }
    .topheading {
        width: 125px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 7px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 75px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 75px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 56%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 5px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 165px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 9px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 350px;
    }

    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 2px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 9px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 9px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 6px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 12px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }

    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 390px) and (max-width: 411px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 360px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 150px;
    }
    .slogo {
        width: 100px;
    }
    /*.note {*/
    /*    position: absolute;*/
    /*    left: 27px;*/
    /*    top: -1px;*/
    /*    font-family: 'Akshar', sans-serif;*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 20px;*/
    /*    line-height: 51px;*/
    /*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*    padding: 0px 5px;*/
    /*    width: 65px;*/
    /*    height: 44px;*/
    /*    text-align: center;*/
    /*    text-transform: capitalize;*/
    /*    color: #FFFFFF;*/
    /*    background-color: #78A55A;*/
    /*    z-index: 10;*/
    /*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*    }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 365px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 14px;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 8px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 30%;
        height: 80%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 268px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 12px;
    }
    .pricing-table p {
        font-size: 12px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -12px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 11px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        position: relative;
        right: 9px;
        font-size: 12px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 75px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 105%;
    }
    .ImgModal {
        width: 65%;
        margin-left: 65px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 10px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 200px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 200px;
        height: 480px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 165px;
        height: 85px;
        border-radius: 15px;
    }
    .topheading {
        width: 170px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 80px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 80px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 56%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 165px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 9px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 365px;
    }

    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 6px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 12px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 14px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 473px;
    }
}
@media screen and (width: 412px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 385px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 180px;
    }
    .slogo {
        width: 110px;
    }
    /*.note {*/
    /*     position: absolute;*/
    /*     left: 27px;*/
    /*     top: -1px;*/
    /*     font-family: 'Akshar', sans-serif;*/
    /*     font-style: normal;*/
    /*     font-weight: 700;*/
    /*     font-size: 24px;*/
    /*     line-height: 51px;*/
    /*     text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*     padding: 0px 5px;*/
    /*     width: 80px;*/
    /*     height: 45px;*/
    /*     text-align: center;*/
    /*     text-transform: capitalize;*/
    /*     color: #FFFFFF;*/
    /*     background-color: #78A55A;*/
    /*     z-index: 10;*/
    /*     clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*     }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 395px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 14px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 30%;
        height: 80%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 280px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 14px;
    }
    .pricing-table p {
        font-size: 13px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -12px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 13px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 75px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 105%;
    }
    .ImgModal {
        width: 65%;
        margin-left: 65px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 10px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 200px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 200px;
        height: 480px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 165px;
        height: 85px;
        border-radius: 15px;
    }
    .topheading {
        width: 170px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 80px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 80px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 56%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 185px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 385px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 6px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 413px) and (max-width: 419px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 385px;
        height: 73px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 180px;
    }
    .slogo {
        width: 110px;
    }
    /*.note {*/
    /*     position: absolute;*/
    /*     left: 27px;*/
    /*     top: -1px;*/
    /*     font-family: 'Akshar', sans-serif;*/
    /*     font-style: normal;*/
    /*     font-weight: 700;*/
    /*     font-size: 24px;*/
    /*     line-height: 51px;*/
    /*     text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*     padding: 0px 5px;*/
    /*     width: 80px;*/
    /*     height: 45px;*/
    /*     text-align: center;*/
    /*     text-transform: capitalize;*/
    /*     color: #FFFFFF;*/
    /*     background-color: #78A55A;*/
    /*     z-index: 10;*/
    /*     clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*     }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 395px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }

    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 7px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 14px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 31%;
        height: 95%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 282px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 14px;
    }
    .pricing-table p {
        font-size: 14px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -13px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 14px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 75px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 105%;
    }
    .ImgModal {
        width: 65%;
        margin-left: 65px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 10px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 200px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 200px;
        height: 480px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 165px;
        height: 85px;
        border-radius: 15px;
    }
    .topheading {
        width: 170px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 80px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 80px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 56%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 185px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 390px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 6px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }

    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 420px) and (max-width: 442px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 400px;
        height: 75px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 250px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*   position: absolute;*/
    /*   left: 27px;*/
    /*   top: -1px;*/
    /*   font-family: 'Akshar', sans-serif;*/
    /*   font-style: normal;*/
    /*   font-weight: 700;*/
    /*   font-size: 24px;*/
    /*   line-height: 51px;*/
    /*   text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*   padding: 0px 5px;*/
    /*   width: 80px;*/
    /*   height: 45px;*/
    /*   text-align: center;*/
    /*   text-transform: capitalize;*/
    /*   color: #FFFFFF;*/
    /*   background-color: #78A55A;*/
    /*   z-index: 10;*/
    /*   clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*   }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 395px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 7px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 14px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 15%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 35%;
        height: 90%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 270px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-table thead th {
        padding: 16px 20px;
        color: orangered;
        font-size: 14px;
    }
    .pricing-table p {
        font-size: 15px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 11px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -13px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 14px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 97px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 27px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 21px;
        color: #ffffff;
    }

    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 108%;
    }
    .ImgModal {
        width: 68%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 10px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 200px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 200px;
        height: 480px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 165px;
        height: 85px;
        border-radius: 15px;
    }
    .topheading {
        width: 170px;
        height: 28px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 80px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 80px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 56%;
        overflow: auto;
        margin-right: 2px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 185px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 400px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 265px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 55px;
        display: block;
        padding: 2px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -70px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 7px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 50% !important;
        border-radius: 10px !important;
        margin-top: 4px;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 443px) and (max-width: 459px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 420px;
        height: 75px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 200px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*    position: absolute;*/
    /*    left: 27px;*/
    /*    top: -1px;*/
    /*    font-family: 'Akshar', sans-serif;*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 24px;*/
    /*    line-height: 51px;*/
    /*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*    padding: 0px 5px;*/
    /*    width: 80px;*/
    /*    height: 45px;*/
    /*    text-align: center;*/
    /*    text-transform: capitalize;*/
    /*    color: #FFFFFF;*/
    /*    background-color: #78A55A;*/
    /*    z-index: 10;*/
    /*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*    }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 425px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 7px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 14px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 15%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 34%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 290px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 42px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 16px;
    }
    .pricing-table p {
        font-size: 15px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -10px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 14px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 90px;
        height: 30px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 95px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 28px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 107%;
    }
    .ImgModal {
        width: 68%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 10px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 235px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 235px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 4px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 200px;
        height: 105px;
        border-radius: 15px;
    }
    .topheading {
        width: 200px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 100px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 100px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 52%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 185px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 425px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 245px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 14px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 460px) and (max-width: 500px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 445px;
        height: 80px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 225px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*  position: absolute;*/
    /*  left: 27px;*/
    /*  top: -1px;*/
    /*  font-family: 'Akshar', sans-serif;*/
    /*  font-style: normal;*/
    /*  font-weight: 700;*/
    /*  font-size: 24px;*/
    /*  line-height: 51px;*/
    /*  text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*  padding: 0px 5px;*/
    /*  width: 80px;*/
    /*  height: 45px;*/
    /*  text-align: center;*/
    /*  text-transform: capitalize;*/
    /*  color: #FFFFFF;*/
    /*  background-color: #78A55A;*/
    /*  z-index: 10;*/
    /*  clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*  }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    /*.section-note p {*/
    /*    font-size: inherit;*/
    /*    margin: 0px 0;*/
    /*    font-family: 'Akshar';*/
    /*    font-style: normal;*/
    /*    font-weight: 400;*/
    /*    line-height: 26px;*/
    /*    text-transform: capitalize;*/
    /*    color: #3D3D3D;*/
    /*    padding: 0px 20px;*/
    /*}*/
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 7px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 15px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 15%;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn5 {
        width: 34%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 300px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 42px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 17px;
    }
    .pricing-table p {
        font-size: 15px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -5px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 15px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 90px;
        height: 30px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 95px;
        height: 25px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 28px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 21px;
        color: #ffffff;
    }

    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 107%;
    }
    .ImgModal {
        width: 68%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 13px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 235px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 235px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 200px;
        height: 105px;
        border-radius: 15px;
    }
    .topheading {
        width: 200px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 100px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 100px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 52%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 185px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 445px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 245px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 15px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 501px) and (max-width: 558px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 480px;
        height: 80px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 225px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*    position: absolute;*/
    /*    left: 27px;*/
    /*    top: -1px;*/
    /*    font-family: 'Akshar', sans-serif;*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 26px;*/
    /*    line-height: 51px;*/
    /*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*    padding: 0px 5px;*/
    /*    width: 80px;*/
    /*    height: 48px;*/
    /*    text-align: center;*/
    /*    text-transform: capitalize;*/
    /*    color: #FFFFFF;*/
    /*    background-color: #78A55A;*/
    /*    z-index: 10;*/
    /*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*    }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 465px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 160%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 16px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 130%;
        height: 230%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 19%;
        font-size: 12px;
    }
    .btn5 {
        width: 33%;
        height: 131%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 300px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 19px 20px;
        color: orangered;
        font-size: 19px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 16px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 90px;
        height: 30px;
        margin-right: 85px;
        margin-top: 2px;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 105px;
        height: 25px;
        margin-right: 100px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 28px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 9px;
        width: 107%;
    }
    .ImgModal {
        width: 75%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 13px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 235px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 235px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 20px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 200px;
        height: 105px;
        border-radius: 15px;
    }
    .topheading {
        width: 200px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 100px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 100px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 52%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 240px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 209px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 480px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 245px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 15px;
        height: 15px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 16px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 559px) and (max-width: 612px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 530px;
        height: 85px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 250px;
    }
    .slogo {
        width: 120x;
    }
    /*.note {*/
    /*   position: absolute;*/
    /*   left: 27px;*/
    /*   top: -1px;*/
    /*   font-family: 'Akshar', sans-serif;*/
    /*   font-style: normal;*/
    /*   font-weight: 700;*/
    /*   font-size: 28px;*/
    /*   line-height: 51px;*/
    /*   text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*   padding: 0px 5px;*/
    /*   width: 90px;*/
    /*   height: 50px;*/
    /*   text-align: center;*/
    /*   text-transform: capitalize;*/
    /*   color: #FFFFFF;*/
    /*   background-color: #78A55A;*/
    /*   z-index: 10;*/
    /*   clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*   }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 515px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 15px;
        width: 100%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 9px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        margin: 0;
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 18px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 150%;
        height: 240%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 17%;
        font-size: 13px;
    }
    .btn5 {
        width: 33%;
        height: 140%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 357px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 19px 20px;
        color: orangered;
        font-size: 20px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: -5px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -50px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 18px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 125px;
        height: 30px;
        margin-right: 110px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 25px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtnArrow {
        width: 11px;
        height: 7px;
        position: relative;
        left: 2px;
        bottom: 20px;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 11px;
        width: 107%;
    }
    .ImgModal {
        width: 75%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 13px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 270px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 270px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 32px;
    }

    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }
    .topImage {
        width: 230px;
        height: 125px;
        border-radius: 15px;
    }
    .topheading {
        width: 250px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        flex-direction: column;
        padding: 0px;
        padding-left: 15px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 240px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 230px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 535px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 18px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 613px) and (max-width: 650px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 580px;
        height: 85px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 250px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*   position: absolute;*/
    /*   left: 27px;*/
    /*   top: -1px;*/
    /*   font-family: 'Akshar', sans-serif;*/
    /*   font-style: normal;*/
    /*   font-weight: 700;*/
    /*   font-size: 28px;*/
    /*   line-height: 51px;*/
    /*   text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*   padding: 0px 5px;*/
    /*   width: 90px;*/
    /*   height: 50px;*/
    /*   text-align: center;*/
    /*   text-transform: capitalize;*/
    /*   color: #FFFFFF;*/
    /*   background-color: #78A55A;*/
    /*   z-index: 10;*/
    /*   clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*   }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 595px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 20px;
        width: 90%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 9px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 20px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 18px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 155%;
        height: 245%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 17%;
        font-size: 14px;
    }
    .btn5 {
        width: 33%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 400px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 11px 20px;
        color: orangered;
        font-size: 20px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 18px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 125px;
        height: 30px;
        margin-right: 155px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 25px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtnArrow {
        width: 11px;
        height: 7px;
        position: relative;
        left: 2px;
        bottom: 20px;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 12px;
        width: 105%;
    }
    .ImgModal {
        width: 75%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 13px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 270px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 270px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 32px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 230px;
        height: 125px;
        border-radius: 15px;
    }
    .topheading {
        width: 250px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 0px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 200px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 11px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
        bottom: 2px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 255px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 590px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 18px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 651px) and (max-width: 699px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 625px;
        height: 85px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 250px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*   position: absolute;*/
    /*   left: 27px;*/
    /*   top: -1px;*/
    /*   font-family: 'Akshar', sans-serif;*/
    /*   font-style: normal;*/
    /*   font-weight: 700;*/
    /*   font-size: 29px;*/
    /*   line-height: 51px;*/
    /*   text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*   padding: 0px 5px;*/
    /*   width: 90px;*/
    /*   height: 50px;*/
    /*   text-align: center;*/
    /*   text-transform: capitalize;*/
    /*   color: #FFFFFF;*/
    /*   background-color: #78A55A;*/
    /*   z-index: 10;*/
    /*   clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*   }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 625px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 75%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 25px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        position: relative;
        right: 10px;
        bottom: 7px;
        font-size: 18px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 5px;
        width: 155%;
        height: 245%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 18%;
        padding-top: 17%;
        font-size: 14px;
    }
    .btn5 {
        width: 33%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 430px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 11px 20px;
        color: orangered;
        font-size: 20px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 18px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 125px;
        height: 30px;
        margin-right: 190px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 25px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtnArrow {
        width: 11px;
        height: 7px;
        position: relative;
        left: 2px;
        bottom: 20px;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 12px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 13px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 270px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 270px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 32px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 230px;
        height: 125px;
        border-radius: 15px;
    }
    .topheading {
        width: 250px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 0px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 240px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 255px;
        height: 20px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 635px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 10px;
        font-size: 18px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 700px) and (max-width: 746px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 670px;
        height: 94px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 300px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*     position: absolute;*/
    /*     left: 27px;*/
    /*     top: -1px;*/
    /*     font-family: 'Akshar', sans-serif;*/
    /*     font-style: normal;*/
    /*     font-weight: 700;*/
    /*     font-size: 30px;*/
    /*     line-height: 51px;*/
    /*     text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*     padding: 0px 5px;*/
    /*     width: 90px;*/
    /*     height: 50px;*/
    /*     text-align: center;*/
    /*     text-transform: capitalize;*/
    /*     color: #FFFFFF;*/
    /*     background-color: #78A55A;*/
    /*     z-index: 10;*/
    /*     clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*     }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 670px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 75%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 40px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        position: relative;
        right: 25px;
        bottom: 3px;
        font-size: 20px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 8px;
        width: 200%;
        height: 275%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 22%;
        padding-top: 17%;
        font-size: 14px;
    }
    .btn5 {
        width: 33%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 430px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 22px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 23px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 140px;
        height: 40px;
        margin-right: 170px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 19px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 13px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 16px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 270px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 270px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 32px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 230px;
        height: 125px;
        border-radius: 15px;
    }
    .topheading {
        width: 250px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 291px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 120px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 2px;
        padding-right: 80px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 120px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 22px !important;
        position: relative;
        right: 6px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 275px;
        height: 23px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 680px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -55px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        bottom: 0px;
        font-size: 20px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 13px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -4px;
        position: absolute;
        border-radius: 50%;
        width: 115%;
        height: 122%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 745px) and (max-width: 824px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 710px;
        height: 94px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    .logo {
        width: 300px;
    }
    .slogo {
        width: 120px;
    }
    /*.note {*/
    /*     position: absolute;*/
    /*     left: 27px;*/
    /*     top: -1px;*/
    /*     font-family: 'Akshar', sans-serif;*/
    /*     font-style: normal;*/
    /*     font-weight: 700;*/
    /*     font-size: 30px;*/
    /*     line-height: 51px;*/
    /*     text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*     padding: 5px 5px;*/
    /*     width: 98px;*/
    /*     height: 58px;*/
    /*     text-align: center;*/
    /*     text-transform: capitalize;*/
    /*     color: #FFFFFF;*/
    /*     background-color: #78A55A;*/
    /*     z-index: 10;*/
    /*     clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*     }*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 715px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 70%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 40px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }

    .additional-services-cost {
        font-size: 30px;
        position: relative;
        right: 20px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 8px;
        width: 214%;
        height: 282%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 24%;
        padding-top: 19%;
        font-size: 16px;
    }
    .btn5 {
        width: 33%;
        height: 105%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 490px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 42px;
        position: relative;
        top: -52px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 24px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 23px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 140px;
        height: 40px;
        margin-right: 170px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 19px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtnArrow {
        width: 11px;
        height: 7px;
        position: relative;
        left: 0px;
        bottom: 14px;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 13px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 70px;
    }
    .pricing-tableBasic {
        border-collapse: collapse;
        width: 90%;
        margin: 0;
        background: linear-gradient(
            90.36deg,
            #b6e5ff 18.36%,
            #bae6ff 55.6%,
            #ffffff 80.29%
        );
        border-radius: 25px 0px 0px 25px;
        margin: 16px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 299px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 299px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 7px;
        margin-top: 60px;
        padding-top: 32px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 260px;
        height: 137px;
        border-radius: 15px;
    }
    .topheading {
        width: 265px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 291px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 140px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 1px;
        padding-right: 75px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 132px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 23px !important;
        position: relative;
        right: 13px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 290px;
        height: 23px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 650px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -50px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        font-size: 30px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -7px;
        position: absolute;
        border-radius: 50%;
        width: 120%;
        height: 128%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 825px) and (max-width: 885px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 795px;
        height: 94px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    /*   .note {*/
    /*    position: absolute;*/
    /*    left: 27px;*/
    /*    top: -1px;*/
    /*    font-family: 'Akshar', sans-serif;*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 30px;*/
    /*    line-height: 51px;*/
    /*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*    padding: 5px 5px;*/
    /*    width: 98px;*/
    /*    height: 58px;*/
    /*    text-align: center;*/
    /*    text-transform: capitalize;*/
    /*    color: #FFFFFF;*/
    /*    background-color: #78A55A;*/
    /*    z-index: 10;*/
    /*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*}*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 845px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 70%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 70px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 32px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 9px;
        top: -9px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .additional-services-cost {
        font-size: 30px;
        position: relative;
        right: 20px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 8px;
        width: 214%;
        height: 282%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 22%;
        padding-top: 17%;
        font-size: 14px;
    }
    .btn5 {
        width: 46%;
        height: 96%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 360px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 42px;
        position: relative;
        top: 20px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 24px;
    }
    .pricing-table p {
        font-size: 16px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 0px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -45px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 23px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -29px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        font-size: 30px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -7px;
        position: absolute;
        border-radius: 50%;
        width: 120%;
        height: 128%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 175px;
        height: 45px;
        margin-right: 225px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 15px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 13px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 80px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 25px;
        /* margin-left: 0px; */
        width: 330px;
        height: 40px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 330px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 10px;
        margin-top: 60px;
        padding-top: 32px;
    }
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 290px;
        height: 137px;
        border-radius: 15px;
    }
    /*Main image div end*/
    /*Heading 'Ultimate Version of Podio for Real Estate Investors'*/
    .topheading {
        width: 292px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 10px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 291px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 173px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 1px;
        padding-right: 65px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 132px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 27px !important;
        position: relative;
        right: 24px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 290px;
        height: 23px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 650px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -48px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 60% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 885px) and (max-width: 970px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 860px;
        height: 94px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    /* .note {*/
    /*    position: absolute;*/
    /*    left: 27px;*/
    /*    top: -1px;*/
    /*    font-family: 'Akshar', sans-serif;*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 30px;*/
    /*    line-height: 51px;*/
    /*    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*    padding: 5px 5px;*/
    /*    width: 98px;*/
    /*    height: 58px;*/
    /*    text-align: center;*/
    /*    text-transform: capitalize;*/
    /*    color: #FFFFFF;*/
    /*    background-color: #78A55A;*/
    /*    z-index: 10;*/
    /*    clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*}*/
    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 845px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 70%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 70px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 61px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 8px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%); */
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .additional-services-cost {
        font-size: 30px;
        position: relative;
        right: 20px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 10px;
        width: 225%;
        height: 335%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 25%;
        padding-top: 18%;
        font-size: 15px;
    }
    .btn5 {
        width: 54%;
        height: 117%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 368px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 42px;
        position: relative;
        top: 9px;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 24px;
    }
    .pricing-table p {
        font-size: 18px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 10px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 20px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -60px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 23px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: -11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        font-size: 30px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -7px;
        position: absolute;
        border-radius: 50%;
        width: 120%;
        height: 128%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 175px;
        height: 45px;
        margin-right: 225px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 15px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 14px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 80px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 30px;
        /* margin-left: 0px; */
        width: 359px;
        height: 48px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 359px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 10px;
        margin-top: 75px;
        padding-top: 32px;
    }
    /*Main image div start*/
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 320px;
        height: 137px;
        border-radius: 15px;
    }
    /*Main image div end*/
    /*Heading 'Ultimate Version of Podio for Real Estate Investors'*/
    .topheading {
        width: 292px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 10px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 291px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 173px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 1px;
        padding-right: 65px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 132px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 27px !important;
        position: relative;
        right: 24px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 320px;
        height: 23px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 650px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -48px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 61% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 971px) and (max-width: 1100px) {
    .header {
        display: flex;
        justify-content: center;
        padding: 15px 10px;
        width: 950px;
        height: 94px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 39px;
        margin: 0px auto 39px auto;
    }
    /*.note {*/
    /*position: absolute;*/
    /*left: 27px;*/
    /*top: -1px;*/
    /*font-family: 'Akshar', sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*font-size: 30px;*/
    /*line-height: 51px;*/
    /*text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);*/
    /*padding: 5px 5px;*/
    /*width: 98px;*/
    /*height: 58px;*/
    /*text-align: center;*/
    /*text-transform: capitalize;*/
    /*color: #FFFFFF;*/
    /*background-color: #78A55A;*/
    /*z-index: 10;*/
    /*clip-path: polygon(50% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);*/
    /*}*/

    .section-note {
        display: flex;
        background: #fff;
        border-radius: 35px;
        z-index: 0;
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        background-image: none;
        box-shadow: 0px 11px 9px rgba(0, 0, 0, 0.34);
    }
    .image-person {
        margin: 10px;
        width: 55%;
    }
    .section-note .content {
        z-index: 2;
        position: relative;
        color: #000;
        margin-top: -20px;
    }

    .section-note p {
        font-family: "Akshar";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        text-transform: capitalize;
        color: #000000;
        /* padding: 0px 70px;
            margin: 10px 0; */
    }
    .content-para {
        margin-top: 70px;
        margin-right: 20px;
    }
    .img-container {
        float: right;
    }
    .container1 {
        display: block;
        position: relative;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: default;
        font-size: 40px;
        right: 83px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container1 .checkmark1:after {
        content: "✓";
        color: white;
        left: 8px;
        top: -10px;
        width: 15px;
        height: 30px;
        border: solid #78a55a;
        border-width: 0 0px 0px 0;
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
    }
    .pricing-div {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 2px 1px darkgrey;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 8px;
        width: 100%;
    }
    .pricing-detailsBasic {
        background-color: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
    }
    .pricing-div1 {
        background-color: #fff;
        display: flex;
        padding: 0px 35px;
        border-bottom: 5px solid rgb(62, 177, 248);
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: space-between;
        font-size: 40px;
        font-weight: 500;
        align-items: center;
        position: relative;
        top: 12px;
        width: 100%;
    }
    .additional-services-cost {
        font-size: 30px;
        position: relative;
        right: 20px;
    }
    .textareaStyle {
        resize: none;
        margin-left: 15px;
        width: 200%;
        height: 185%;
        border: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .textareaStyle::placeholder {
        padding-left: 25%;
        padding-top: 15%;
        font-size: 12px;
    }
    .btn5 {
        width: 50;
        height: 99%;
        cursor: pointer;
        border: none;
        background: #78a55a;
        border-radius: 25px;
        text-align: center;
        color: #ffffff;
        margin-left: 455px;
        box-shadow: 0px 10px #296600;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 42px;
        position: relative;
        top: -5px;
    }
    .btnImg {
        width: 5%;
        height: auto;
        position: relative;
        left: 65%;
        bottom: 74%;
    }
    .pricing-table thead th {
        padding: 20px 20px;
        color: orangered;
        font-size: 24px;
    }
    .pricing-table p {
        font-size: 20px;
    }

    .badge1 {
        display: inline-flex;
        flex-shrink: 0;
        min-width: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: lightgray;
        border-radius: 30px;
        margin-right: 20px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
    }
    .container2 {
        display: flex;
        position: relative;
        right: 10px;
        padding-right: 0px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        position: absolute;
        right: 30px;
        top: -5px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .checkmark1 {
        position: absolute;
        top: 12px;
        right: -60px;
        height: 38px;
        width: 42px;
        background-color: #eee;
        border-radius: 50%;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .additionalBasicServices {
        font-size: 23px;
    }
    .containerBasic {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding-right: 0px;
        cursor: pointer;
        font-size: 40px;
        right: 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .basic-crm-cost {
        position: relative;
        right: 77px;
        font-size: 30px;
    }
    .basic-crm-cost-checkbox {
        width: 1em;
        height: 1em;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 3px;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .basic-crm-cost-checkbox:checked:before {
        content: "✓";
        -webkit-transform: rotate(390deg);
        -ms-transform: rotate(390deg);
        transform: rotate(13deg);
        color: #ffffff;
        top: -7px;
        position: absolute;
        border-radius: 50%;
        width: 120%;
        height: 128%;
        padding-left: 7px;
        background-color: #78a55a;
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    }
    .whatsIncludebtn {
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        border: none;
        width: 175px;
        height: 45px;
        margin-right: 380px;
        margin-top: 2px;
    }
    .whatsIncludebtnTxt {
        position: relative;
        bottom: 15px;
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #ffffff;
    }
    .whatsIncludebtndrp {
        position: relative;
        top: 6px;
        font-size: 15px;
        width: 105%;
    }
    .ImgModal {
        width: 80%;
        margin-left: 80px;
    }
    .sellerPerview {
        position: absolute;
        margin-top: 30px;
        /* margin-left: 0px; */
        width: 359px;
        height: 48px;
        background: #002a42;
        border-radius: 25px 25px 0px 0px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        border: none;
        cursor: context-menu;
    }
    .clickToPreviewImg {
        width: 359px;
        height: 501px;
        background: linear-gradient(
            179.39deg,
            #41b0ee 0.53%,
            #7db87b 48.51%,
            #86d3ff 109.88%
        );
        border-radius: 0px 0px 25px 25px;
        margin-right: 25px;
        margin-top: 70px;
        padding-top: 32px;
    }
    /*Main image div start*/
    .clickToPreviewInsideDiv {
        padding-left: 20px;
    }

    .topImage {
        width: 320px;
        height: 137px;
        border-radius: 15px;
    }
    /*Main image div end*/
    /*Heading 'Ultimate Version of Podio for Real Estate Investors'*/
    .topheading {
        width: 292px;
        height: 40px;
        left: 681px;
        top: 307px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /*Heading '360SynergyTech'*/
    .titleCompany {
        width: 62px;
        height: 10px;
        left: 682px;
        top: 359px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 700;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .playAllShuffleSharebuttonDiv {
        display: flex;
        justify-content: space-around;
    }
    .playAllButton {
        width: 115px;
        height: 30px;
        left: 680px;
        top: 378px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        border-radius: 37px;
        border: none;
        transition: background-color 1s;
    }
    .playAllButton:hover {
        background-color: #dcdcdc;
    }
    .playAllButtonImage {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .playAllButtonText {
        width: 41px;
        height: 16px;
        left: 727px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #3d3d3d;
    }
    .shuffleButton {
        width: 115px;
        height: 30px;
        left: 801px;
        top: 378px;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 37px;
        border: none;
    }
    .shuffleButtonText {
        width: 40px;
        height: 16px;
        left: 848px;
        top: 385px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;
        color: #ffffff;
    }
    /*Button Play all / Shuffle End*/
    /*lines start*/
    .lineDiv {
        margin-left: 45%;
        margin-top: 10px;
    }
    .line1 {
        display: block;
    }
    .line2 {
        display: block;
        margin-left: 3px;
        margin-top: 2px;
    }
    .line3 {
        display: block;
        margin-left: 7px;
        margin-top: 2px;
    }
    /*lines end*/
    /*video start*/
    .videosDiv {
        max-height: 44%;
        overflow: auto;
        margin-right: 5px;
    }
    .videosDiv::-webkit-scrollbar {
        width: 8px; /* width of the entire scrollbar */
    }

    .videosDiv::-webkit-scrollbar-track {
        background: #d9d9d9; /* color of the tracking area */
        border-radius: 20px;
        margin: 40px;
    }

    .videosDiv::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
    }
    /*video end*/
    /* Click to preview button div*/
    .clickPreviewDiv {
        display: flex;
        justify-content: space-evenly;
        padding: 10px;
    }
    /*Heading 'This Is How Your Seller Lead Will Looks' style*/
    .clickPreviewBtnHeading {
        width: 291px;
        height: 21px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
        color: #314957;
    }
    .clickPreviewBtn {
        border: none;
        width: 173px;
        height: 30px;
        background: linear-gradient(180deg, #dd5a21 0%, #ffa031 100%);
        box-shadow: 0px 1px 2px rgba(54, 54, 54, 0.5);
        border-radius: 37px;
        padding-top: 1px;
        padding-right: 65px;
        transition: transform ease 300ms;
    }
    .clickPreviewBtn:hover {
        transform: scale(1.1);
        z-index: 10000;
    }
    .clickPreviewBtnTxt {
        position: absolute;
        width: 132px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .eyeStyle {
        width: 27px !important;
        position: relative;
        right: 24px;
    }
    .crmTutorialdiv {
        margin-top: 15px;
    }
    .crmTutorialbtn {
        border: none;
        position: absolute;
        width: 350px;
        height: 23px;
        background: #3d3d3d;
        border-radius: 0px;
        margin-left: -90px;
        cursor: context-menu;
    }
    .crmTutorailbtntxt {
        width: 171px;
        height: 18px;
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
    }
    .modalVideos {
        width: 650px;
    }
    /*  VIDEO PLAYER CONTAINER
 		############################### */
    .vid-container {
        position: relative;
        padding-bottom: 52%;
        padding-top: 30px;
        height: 0;
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 360px;
    }

    /*  VIDEOS PLAYLIST 
 		############################### */
    .vid-list-container {
        width: 30%;
        height: 360px;
        overflow: hidden;
    }

    .vid-list-container:hover,
    .vid-list-container:focus {
        overflow-y: auto;
    }

    ol#vid-list {
        padding: 0;
        height: 200px;
    }

    ol#vid-list li {
        list-style: none;
        padding: 3px;
    }

    ol#vid-list li a {
        text-decoration: none;
        height: 60px;
        display: block;
        padding: 5px;
    }

    ol#vid-list li a:hover {
        background-color: #606060;
        border-radius: 10px;
    }
    .vid-thumb {
        float: left;
        margin-right: -48px;
    }
    #vid-list .desc {
        font-family: "K2D";
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-transform: capitalize;
        color: #ffffff;
        margin-top: 2px;
    }
    .playListImg {
        max-width: 61% !important;
        border-radius: 10px !important;
    }
    /*  VIDEOS PLAYLIST End
 		############################### */
    .pricing-tableBasic tbody td {
        padding: 0px 15px;
        color: #000;
        border-top: 1px solid #606060;
        width: 30%;
        font-size: 22px;
        position: relative;
        top: 4px;
    }
    .badge2 {
        display: inline-flex;
        min-width: 10px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        /*background-color: #78A55A;*/
        border-radius: 30px;
        margin-right: 9px;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #5c6c75 0%, #314957 100%);
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: whitesmoke;
        height: 460px;
    }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .container-custom {
        max-width: 1041px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
    }
}
