@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p,
h2,
h1,
h3,
h4,
h5,
h6,
a,
body {
    font-family: Poppins;
    font-style: normal;
}

.headerBg {
    background: linear-gradient(0deg, rgb(103 58 183 / 0%) 0%, rgba(103, 58, 183, 1) 100%);
    height: 140px;
    margin-bottom: -100px;
}

.menuSidebar {
    float: left;
    height: 100vh;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    border-top-right-radius: 44px;
    padding: 50px 0 360px 13px;
}

.Terms-and-conditions {
    margin-top: 75px;
    background: #713BDB;
    border-radius: 3px 3px 22px 3px;
    overflow: hidden;
}

.menuSidebar button.active {
    background-color: #eaecfc;
    color: #713bdb;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 2px 2px 7px 3px #ffffff38;
}

.menuSidebar button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: .625rem .75rem;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 1rem;
    font-weight: 600;
}

.menuSidebar h5 {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .5px;
    height: 3.75rem;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
    font-size: 1.5625rem;
    justify-content: center;
    margin-left: -.8125rem;
}

.tabcontent {
    width: 100% !important;
    min-height: 100% !important;
    padding: 3.9% !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 4px #713bdb08 !important;
    margin-bottom: 0 !important;
    border: 3px solid #713bdb !important;
    border-radius: 22px 0 / 22px 0px !important;
    border-left: none !important;
    max-height: 100vh;
    overflow: auto;
}

.tabcontent {
    display: none;
}

.tabcontent p {
    font-size: 14px;
}

.tabcontent h3 {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.5625rem;
}

.tabcontent::-webkit-scrollbar {
    width: 10px;
}

.tabcontent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabcontent::-webkit-scrollbar-thumb {
    background: #888;
}

.tabcontent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

section {
    padding: 87px 0px 0px 0px !important;
}

.header {
    z-index: 997;
    padding: 12px 0px 0px 0px;
    transition: 0.8s;
}

.header .container-fluid {
    border-bottom: 1px solid rgb(231 168 20 / 49%);
    padding-bottom: 12px;
}

@media (max-width: 1200px) {
    .header {
        padding: 12px 0;
    }
}


.header.sticked {
    background: #673ab7;
    transition: 0.8s;
}

.header.sticked .container-fluid {
    border: none;
}

.header .logo img {
    max-height: 70px;
    margin-right: 6px;
    transition: all 0.5s;
}

.header .color-logo {
    position: absolute;
    max-height: 57px !important;
}


.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
    margin: 0;
}

.Unsubscribe {
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    padding: 6px 0 6px 10px !important;
    line-height: 1.2 !important;
}

/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 0px 9px 20px;
        font-family: var(--font-default);
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #e7a814 !important;
    }

    .active a {
        color: #673ab7;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.2s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-secondary);
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 280px;
        bottom: 0;
        transition: 0.8s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 70px 0 10px 0;
        margin: 0;
        background: rgb(103 58 183 / 100%);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #673ab7 !important;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, 0.6);
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }

    .mobile-nav-hide {
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(27, 47, 69, 0.7);
        z-index: 9996;
    }
}

.logotitle small {
    color: #e7a814;
    font-size: 6.25rem;
}

.logotitle {
    font-size: 5.625rem;
    font-family: Michland;
    color: #fff !important;
    text-decoration: none;
    line-height: .7;
}

.logotitle span {
    font-size: 1.25rem;
    font-family: PalatinoLinotype;
    margin-left: -1.125rem;
}

/* .Login {
    background: #31057d;
    padding: 7px 22px;
    color: #fff;
    transition: 0.4s;
    margin: 15px 0 15px 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 151%;
    letter-spacing: 0.5px;
    border: inset;
    border-color: #fff;
    box-shadow: inset 0px 0px 4px 0px #fff;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
  } */


.Login {
    background: #3b1283;
    padding: 15px 22px 5px 22px;
    color: #fff;
    transition: 0.4s;
    margin: 15px 0 15px 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px #0000005e;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Login sup {
    display: block;
}

.Login:hover {
    border-radius: 11px 0px 11px 0px;
    transform: scale(1.04);
    box-shadow: 2px 2px 7px 0px #0000008f;
    color: #e7a814;
    background: #4109a3;
}

li span {
    position: absolute;
    bottom: -3px;
    right: -10px;
    font-family: var(--font-default);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.8px;
}

/* button[disabled] { 
    background-color: #cccccc;
    color: #666666;
  }
  
  button[disabled]:hover{
    background-color: #cccccc !important;
    color: #666666 !important;
  } */

button[disabled] {
    cursor: no-drop;
}

button[disabled]:hover+span {
    transform: scale(1.17);
    color: #a10000;
    text-shadow: 2px 1px 4px #fff;
    bottom: 3px;
}

.openNav {
    right: 0px !important;
    transition: 0.8s !important;
}

.pointerCursor {
    cursor: pointer;
}

.bi-x {
    font-size: 30px;
    position: absolute;
    top: 16px;
    right: -115%;
    color: #ffff;
}

.openNav .bi-x {
    /* right: 15px !important; */
}

@media (max-width:768px) {
    .logotitle {
        font-size: 3.625rem;
    }

    .logotitle small {
        font-size: 5.25rem;
    }

    .logotitle span {
        font-size: 1rem;
        margin-left: -2px;
    }

    .header {
        padding: 12px 0 0px 0;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .logotitle {
        font-size: 3.625rem;
    }

    .logotitle small {
        font-size: 5.25rem;
    }

    .logotitle span {
        font-size: 1rem;
        margin-left: -2px;
    }

    .header {
        padding: 12px 0 0px 0;
    }
}

@media (max-width:820px) {
    .logotitle {
        font-size: 3.625rem;
    }

    .logotitle small {
        font-size: 5.25rem;
    }

    .logotitle span {
        font-size: 1rem;
        margin-left: -2px;
    }

    .header {
        padding: 12px 0 0px 0;
    }
}

@media (min-width:821px) and (max-width:1180px) {
    .logotitle {
        font-size: 3.625rem;
    }

    .logotitle small {
        font-size: 5.25rem;
    }

    .logotitle span {
        font-size: 1rem;
        margin-left: -2px;
    }

    .header {
        padding: 12px 0 0px 0;
    }
}

@media (max-width:1399px) {
    .logotitle {
        font-size: 4.325rem;
    }
}


@media (max-width:425px) {
    .logotitle {
        font-size: 2.625rem;
    }

    .logotitle small {
        font-size: 4.25rem;
    }

    .logotitle span {
        font-size: 12px;
        margin-left: -4px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #e7a814 !important;
    }
}


section {
    padding: 87px 0px 0px 0px !important;
    position: relative;
}

.Banner {
    width: 100%;
    height: 1030px;
    background-size: cover !important;
    position: relative;
    padding: 137px 0;
    z-index: 3;
    border-bottom-right-radius: 260px;
    box-shadow: 0px 4px 12px 3px rgba(2, 2, 2, 0.36);
    overflow: hidden;
}

.Banner .container {
    padding: 92px 0 !important;
}

.headerBg {
    background: linear-gradient(0deg, rgb(103 58 183 / 0%) 0%, rgba(103, 58, 183, 1) 100%);
    height: 140px;
    margin-bottom: -100px;
}

.Banner p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 22px;
    text-shadow: 3px 3px 4px #000;
}

.carousel {
    height: 455px;
    width: 227px;
    background-image: url('../assets/images/img/slider_Mobile/smartphone_frame.png');
    background-size: contain;
    background-repeat: round;
    padding: 5px;
}

.services-list h6 {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    line-height: 151%;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.services-list p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    margin-bottom: 12px;
    font-size: 14px;
    color: #343333;
}

.contactForm {
    margin-top: 0px;
    height: 100%;
    /* background: url(../../../.../assets/images/img//hero-bg-4.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 26.5px;
}

/* .contactForm::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(30, 30, 30, 0) 0.44%, #020202 91.44%);
  inset: 0;
} */

.formBox {
    height: 400px;
    width: 80%;
    background: #ffffff;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #713bdb42;
    padding: 25px;
    margin: auto;
}

.formBox button {
    background: #713bdb;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    margin-top: 14px;
}

.removeAcount input {
    height: 40px !important;
    padding: 20px 9px 3px 9px;
}

.removeAcount label {
    font-size: 12px !important;
    padding: 10px !important;
}

.removeAcount {
    width: 85%;
    background: #ffffff38;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 2px solid #ffffff;
    padding: 15px;
    margin: auto 0 auto auto;
}

.removeAcount button {
    background: #713bdb;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    margin-top: 14px;
}

.Unsubscribe p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    line-height: 151%;
    font-size: 14px;
    color: #3f81ff;
    cursor: pointer;
    background: #ffff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: unset;
}

.form-floating label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    font-size: 14px;
}

#Unsubscribe::before {
    content: "";
    background: linear-gradient(276deg, rgb(0 0 0) -11%, rgb(26 3 72 / 19%) 72%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#Unsubscribe {
    padding-bottom: 55px !important;
    margin-top: 80px;
    position: relative !important;
    clip-path: inset(0) !important;
}

#Unsubscribe img {
    position: fixed;
    top: 63px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#Unsubscribe .container {
    position: relative;
    z-index: 3;
}

#Unsubscribe h2 {
    color: #fff !important;
}

.recent-posts {
    margin-bottom: -50px;
}

.form-floating input,
textarea {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    font-size: 14px;
    resize: none;
}

.order img {
    width: 100%;
}

.order {
    margin-top: -14px;
}


.button3d {
    position: relative;
    display: block;
    margin: 4px auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    border: 0 !important;
    cursor: pointer;
    background-color: inherit !important;
}

.button3d>div,
.button3d>span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
    transform: rotateX(0deg) translateZ(50px);
    z-index: 1;
}

.button3d>span {
    transform: rotateX(-90deg) translateZ(50px);
}

.button3d.btn-medium {
    width: 128px;
    height: 37px;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    font-weight: 300;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
}

.button3d.btn-medium div,
.button3d.btn-medium span {
    border: 1px solid;
    transform: rotateX(0deg) translateZ(18px);
}

.button3d.btn-medium span {
    transform: rotateX(-90deg) translateZ(18px);
}

.button3d.btn-medium:hover>div,
.button3d.btn-medium.selected>div {
    transform: rotateX(90deg) translateZ(18px);
    z-index: 0;
}

.button3d.btn-medium:hover>span,
.button3d.btn-medium.selected>span {
    transform: rotateX(0deg) translateZ(18px);
    z-index: 1;
}

.button3d.btn-gray {
    border-color: #bcc2c7;
    color: #bcc2c7;
}

.button3d.btn-gray div {
    background-color: #b48cff;
    border-color: #ffffff;
    color: #000;
}

.button3d.btn-gray span {
    background-color: #673ab7;
    border-color: #ffffff;
    color: #fff;
    top: 0px;
}

@media (min-width: 1034px) {
    .Banner:after {
        position: absolute;
        content: "";
        width: 40%;
        top: 0;
        bottom: 0;
    }
}

.Banner:before {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgba(30, 30, 30, 0) 0.44%, rgb(39 9 92 / 58%) 91.44%);
    inset: 0;
}

@media (max-width: 1034px) {
    .Banner:before {
        background: rgba(27, 47, 69, 0.7);
    }
}

.Banner .container {
    z-index: 1;
    position: relative;

}

a {
    text-decoration: none;
}

.Banner h2 span {
    color: #e7a814;
}

.Banner h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    color: #FFFFFF;
    text-shadow: 1px 2px 2px #000000;
}

.Banner blockquote {
    padding-left: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 100;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.36em;
    color: #FFFFFF;
}


.Banner .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
}

.Banner .btn-get-started:hover {
    background: rgba(86, 184, 230, 0.8);
}

.Banner .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.Banner .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.Banner .btn-watch-video:hover {
    color: #fff;
}

.Banner .btn-watch-video:hover i {
    color: #82cbed;
}

@media (max-width: 640px) {
    .Banner h2 {
        font-size: 36px;
        line-height: 1;
    }

    .Banner .btn-get-started,
    .Banner .btn-watch-video {
        font-size: 13px;
    }
}

.slider-img {
    position: absolute;
    width: 45%;
    top: -35px;
    right: 25px;
}

.services-list .service-box img {
    max-width: 50px;
}

.services-list .service-item {
    position: relative;
    margin: auto;
}

.services-list .section-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 156.5%;
    text-align: center;
    color: #575757;
}

.services-list .service-box {
    width: 100%;
    height: 196px;
    left: 221px;
    top: 1139px;
    background: #FFFFFF;
    border: 1px solid rgba(227, 184, 106, 0.79);
    box-shadow: 0px 9px 18px 2px rgba(255, 186, 25, 0.2);
    border-radius: 45px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    margin-bottom: 10px;
}

.services-list .service-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: #3C3C3C;
}

.services-list .read-me {
    width: 180px;
    height: 58px;
    left: 715px;
    top: 1385px;
    background: #713bdb;
    box-shadow: 0px 9px 26px rgb(113 59 219 / 63%);
    border-radius: 25px;
    border: none;
    margin: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 151%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 60px;
}

.services-list .read-me i {
    font-size: 40px;
    transition: 0.3s;
}

.services-list .read-me:hover i {
    margin-right: -21px;

}

.call-to-action {
    /* background: linear-gradient(rgba(27, 47, 69, 0.8), rgba(27, 47, 69, 0.8)), url("../img/cta-bg.jpg") center center; */
    background-size: cover;
    padding: 100px 0;
}

@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.call-to-action p {
    color: #fff;
    margin-bottom: 25px;
}

.call-to-action .cta-btn {
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #2aa5df;
}

.call-to-action .cta-btn:hover {
    background: var(--color-primary);
}

.recent-posts .read-me {
    width: 180px;
    height: 58px;
    left: 715px;
    top: 1385px;
    background: #713bdb;
    box-shadow: 0px 9px 26px rgb(113 59 219 / 63%);
    border-radius: 25px;
    border: none;
    margin: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 151%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 60px;
}

.recent-posts .read-me:hover i {
    margin-right: -21px;
}

.services-list .read-me i {
    font-size: 35px;
    transition: 0.3s;
    background: #e7a814;
    border-radius: 50%;
}

.recent-posts .read-me i {
    font-size: 35px;
    transition: 0.3s;
    background: #e7a814;
    border-radius: 50%;
}

.recent-posts .post-box .readmore i {
    line-height: 0;
    font-size: 38px;
    color: #673ab7;
    position: absolute;
    right: 20px;
    bottom: 22px;
    transition: 0.3s;
    background: #e7a814;
    border-radius: 50%;
    width: 12%;
}

.recent-posts .post-box {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-shadow: 0px 9px 18px 2px rgb(103 58 183 / 20%);
    border-radius: 15px;
    border: 1px solid rgb(103 58 183 / 58%);
    margin: 20px 20px 0px 20px;
}

.recent-posts .post-box .cont {
    padding: 19px 16px 0px 16px;
}

.titleBox {
    height: 60px;
    width: 100%;
}

.titleBox h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-posts .post-box .post-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 121.5%;
    color: #3C3C3C;
    transition: 0.3s;
}

.recent-posts .post-box p {
    margin: 12px 0 12px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 121.5%;
    color: #673ab7;
}

.section-header {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}

.section-header h2 {
    margin-bottom: 15px;
    position: relative;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 53px;
    line-height: 112%;
    text-align: center;
    /* color: #343333; */
    color: #000;
}

.section-header h2 span {
    width: 301px;
    display: inline-block;
    color: #e7a814;
    text-align: end;
}

.section-header p {
    margin-bottom: 0;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.recent-posts .post-box:hover .post-img img {
    transform: scale(1.1);
}

.recent-posts .post-box:hover .readmore i {
    right: 8px !important;
}

.recent-posts .post-box .post-img img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 220px;
}

blockquote {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: notepadMove;
    animation-name: notepadMove;
}

.services-list .iconBox i {
    color: #713bdb;
    font-size: 16px;
    position: absolute;
    transform: rotate(2deg);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.services-list .iconBox {
    position: relative;
    height: 28px;
    width: 28px;
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    border: 1px solid #713bdb;
    border-radius: 5px;
    transition: 0.3s;
}

.services-list .col-md-6:hover .iconBox {
    transform: rotate(270deg);
}

.services-list .col-md-6:hover i {
    transform: rotate(90deg);
}

.services-list .serviceCart {
    width: 100%;
    background: #fff;
    height: 90%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 6px 9px 0px rgb(113 59 219 / 28%);
    transition: 0.3s;
}

.services-list .serviceCart:hover {
    transform: scale(1.05);
    box-shadow: 5px 8px 9px 2px rgb(113 59 219 / 58%);
}

.services-list .serviceCart .img,
.services-list .serviceCart img {
    width: 100%;
}

.services-list .serviceCart .details {
    height: 85px;
    background: #fff;
    padding: 8px 13px;
    border-top: 1px solid #713bdb;
}

.services-list .serviceCart .details h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 116%;
    margin: 0;
    font-style: normal;
}

.services-list .serviceCart .details span {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    color: #000;
    padding-top: 15px;
    display: inline-block;
}

.services-list .serviceCart .details p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 112%;
}

blockquote img {
    width: 100%;
    height: 100%;
}

.specialService h6 {
    color: #713bdb;
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    margin-bottom: 0px;
}

.specialService h5 {
    color: #444444;
    font-size: 14px;
    font-family: cursive;
    font-style: initial;
    font-weight: 600;
    line-height: 151%;
    margin-bottom: 12px;
}

.specialService p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    margin-bottom: 12px;
    font-size: 12px;
}

.specialServiceBox {
    background: #f7f2ff;
    width: 100%;
    height: 100%;
    border: 1px solid #713bdb;
    padding: 23px 26px 17px 26px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px #0000003d;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.specialServiceBox .iconBox {
    border: 1px solid #713bdb;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    left: 10px;
    transition: 0.3s;
}

.specialServiceBox .iconBox i {
    font-size: 16px;
    color: #6b00cf;
}

.specialServiceBox .iconBox img {
    width: 23px;
    padding: 2px;
}

.specialServiceBox:hover .iconBox {
    top: -1px;
    box-shadow: 0px 5px 7px -4px #000;
}

.specialServiceBox:hover {
    box-shadow: 0px 10px 20px 0px #0000006b;
}

.services-step .roundBox {
    width: 205px;
    height: 278px;
    border: 1px solid #000;
    border-radius: 50%;
}

.services-step .icon {
    margin: 0 auto;
    width: 100%;
    height: 340px;
    display: flex;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
    align-items: center;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.services-step .icon:hover {
    filter: unset;
    transition: filter 0.3s ease;
}

.services-step .detailsBox span {
    color: #713bdb;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 151%;
    font-family: 'Courgette', cursive;
    padding-right: 8px;
}

.services-step .icon svg path {
    transition: 0.5s;
    fill: #713bdb;
}

.services-step .detailsBox {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.services-step .detailsBox h2 {
    color: #713bdb;
    font-size: 22px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    line-height: 151%;
    margin-bottom: 12px;
    text-shadow: 1px 1px 1px #ffffff;
    position: relative;
}

.services-step .detailsBox h2::before {
    content: ".";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 4px;
    background: linear-gradient(90deg, rgb(231 168 20) 37%, rgb(233 227 244 / 0%) 85%);
    color: #e9e2f4;
    font-size: 0;
}

.shape {
    background: #673ab7b0;
    height: 150px;
    width: 230px;
    border-radius: 50%;
    position: absolute;
    top: 90px;
    right: 186px;
    filter: blur(120px);
    z-index: -1;
}

.services-step .detailsBox p {
    font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 151%;
    text-shadow: 1px 1px 1px #ffffff;
}

.services-step .icon img {
    transition: 0.5s;
    height: 320px;
    position: absolute;
    top: 0;
}

#regular {
    right: -158px;
    top: 55px;
}

.services-step .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services-step .list:hover svg path {
    transition: 0.5s;
    fill: #212529;
}

.services-step .list:hover i {
    color: #fff;
}

#medicine {
    left: -158px;
    top: 55px;
}

#order {
    right: -158px;
    top: 55px;
}

#Add {
    left: -158px;
    top: 55px;
}

th {
    background: #767676 !important;
    color: #fff !important;
}

table ,td{
    border: 1px solid #767676 !important;
}

@-webkit-keyframes notepadMove {

    0%,
    100% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-18px);
    }
}

@keyframes notepadMove {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-18px);
    }
}

.errorDiv {
    position: absolute;
    bottom: -13px;
    height: 13px;
}

.modal {
    display: block;
    position: fixed;
    padding-top: 73px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 79%);
}

.close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.frame {
    height: 100%;
    width: 100%;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    animation: image 30s infinite alternate;
}

.informationPopup .modal-content {
    border-radius: 4px;
    padding: 13px 19px 19px 17px;
    transition: 0.3s;
}

.informationPopup .gotIt {
    text-transform: uppercase;
    width: 15%;
    padding: 7px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 151%;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    float: right;
    background: #827ff3;
    letter-spacing: 1.2px;
    transition: 0.3s;
    margin-left: 10px;
}

.informationPopup .gotIt:hover {
    background: #625ec7;
}

.informationPopup h2 {
    font-family: "Arimo", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 151%;
    color: #0e0e0e;
    font-size: 20px;
    letter-spacing: 1.3px;
}

.informationPopup p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #1d1d1d;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    text-align: justify;
}

.informationPopup {
    background-color: rgb(0 0 0 / 53%) !important;
}

.informationPopup .box {
    border: 1px solid #827ff3;
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 6px 7px -7px #000000b0;
}

.informationPopup .modal-dialog {
    max-width: 35%;
}

.informationPopup .content {
    border: 2px solid #827ff3;
    border-radius: 5px;
    padding: 10px;
    background: #f3f3ff;
    box-shadow: 0px 6px 7px -7px #000000b0;
}

.Login {
    background: #3b1283;
    padding: 15px 22px 5px 22px;
    color: #fff;
    transition: 0.4s;
    /* margin: 15px 15px 15px 15px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px #0000005e;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes image {
    0% {
        background-image: url('../assets/images/img//hero-bg-1.jpg');
    }

    40% {
        background-image: url('../assets/images/img//hero-bg-2.jpg');
    }

    50% {
        background-image: url('../assets/images/img//hero-bg-3.jpg');
    }

    60% {
        background-image: url('../assets/images/img//hero-bg-4.jpg');
    }

    70% {
        background-image: url('../assets/images/img//hero-bg-5.jpg');
    }

    80% {
        background-image: url('../assets/images/img/hero-bg-6.jpg');
    }

    90% {
        background-image: url('../assets/images/img//hero-bg-7.jpg');
    }

    100% {
        background-image: url('../assets/images/img//hero-bg-2.jpg');
    }
}

@media (max-width:767px) {
    .carousel {
        position: absolute;
        width: 17% !important;
        top: 37px;
        right: 50px;
        background-repeat: no-repeat;
    }

    .Banner h2 {
        font-size: 36px;
    }

    .Banner .col-md-7 {
        width: 75% !important;
    }

    .carousel {
        height: 100%;
        width: 100%;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .services-list .section-header p {
        font-size: 12px;
    }

    .services-list h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .services-list p {
        font-size: 12px;
    }

    .services-list .col-md-6 {
        width: 50% !important;
    }

    .services-list .col-md-8 {
        width: 70% !important;
    }


    .width {
        width: 30%;
    }

    .services-list .serviceCart .details h4 {
        font-size: 12px;
    }

    .services-list .serviceCart {
        height: 76%;
        margin-top: 30px;
    }

    .services-list .read-me {
        margin-top: 0px;
    }

    .services-step .icon img {
        height: 240px;
    }

    .services-step .detailsBox {
        margin-left: 0 !important;
    }

    .services-step .col-md-4,
    .col-md-5 {
        width: 50%;
    }

    #regular,
    #order,
    #addL {
        right: 30px;
        top: 95px;
    }

    #medicine,
    #Add {
        left: 6px;
        top: 55px;
    }

    #login,
    #orderlist {
        left: -10px;
    }

    .specialServiceBox {
        padding: 33px 10px 4px 10px;
    }

    .specialService h6 {
        font-size: 14px;
    }

    .specialService .col-md-4 {
        width: 33%;
    }

    .formBox {
        width: 95%;
        height: 100%;
    }

    .recent-posts .col-md-6 {
        width: 33%;
    }

    .recent-posts .post-box .post-img {
        height: 150px;
    }

    .recent-posts .post-box p {
        margin: 0px 0 0px 0;
    }

    .recent-posts .post-box .readmore i {
        width: 13% !important;
        font-size: 29px !important;
    }
}

@media (max-width:740px) {
    .removeAcount {
        margin-bottom: 10px;
    }

    .removeAcount .row .col-md-5 {
        width: 100%;
        margin-bottom: 15px;
    }

    .container {
        width: 90% !important;
    }

    .carousel {
        width: 19% !important;
        top: 64px;
        right: 30px;
    }
}

@media (max-width:768px) {

    .removeAcount {
        width: 100%;
    }


    .informationPopup .modal-dialog {
        max-width: 70% !important;
    }

    .informationPopup p {
        font-size: 12px;
    }

    .informationPopup .gotIt {
        width: 26%;
    }

    .modal {
        padding-top: 123px;
    }

    .Banner h2 {
        font-size: 36px;
    }

    .carousel {
        height: 100%;
        width: 100%;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .services-list .section-header p {
        font-size: 12px;
    }

    .services-list h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .services-list p {
        font-size: 12px;
    }

    .width {
        width: 30%;
    }

    .services-list .serviceCart .details h4 {
        font-size: 12px;
    }

    .services-list .serviceCart {
        height: 76%;
        margin-top: 30px;
    }

    .services-list .read-me {
        margin-top: 0px;
    }

    .services-step .icon img {
        height: 240px;
    }

    .services-step .detailsBox {
        margin-left: 0 !important;
    }

    .specialServiceBox {
        padding: 33px 10px 4px 10px;
    }

    .specialService h6 {
        font-size: 14px;
    }

    .formBox {
        width: 95%;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .Banner h2 {
        font-size: 36px;
    }

    .carousel {
        height: 258px;
    }

}

@media (max-width:820px) {
    .Banner h2 {
        font-size: 36px;
    }

    .removeAcount {
        width: 100%;
    }

    .informationPopup .modal-dialog {
        max-width: 70%;
    }

    .carousel {
        height: 100%;
        width: 100%;
        padding: 5px;
        margin-left: -70px;
    }

    .Banner h2 {
        font-size: 36px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .services-list .section-header p {
        font-size: 12px;
    }

    .services-list h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .services-list p {
        font-size: 12px;
    }

    .width {
        width: 30%;
    }

    .services-list .serviceCart .details h4 {
        font-size: 12px;
    }

    .services-list .serviceCart {
        height: 76%;
        margin-top: 30px;
    }

    .services-list .read-me {
        margin-top: 0px;
    }

    .services-step .icon img {
        height: 240px;
    }

    .services-step .detailsBox {
        margin-left: 0 !important;
    }

    .specialServiceBox {
        padding: 33px 10px 4px 10px;
    }

    .specialService h6 {
        font-size: 14px;
    }

    .formBox {
        width: 95%;
    }

    .recent-posts .post-box .readmore i {
        font-size: 40px;
    }
}

@media (min-width:821px) and (max-width:1180px) {
    .Banner h2 {
        font-size: 36px;
    }

    .carousel {
        height: 100%;
        width: 100%;
        padding: 5px;
        margin-left: -70px;
    }

    .recent-posts .post-box .readmore i {
        font-size: 56px;
    }
}

@media only screen and (max-width: 400px) {
    .recent-posts .post-box {
        margin: 0;
        border-radius: 20px;
    }
}

@media (max-width:1199px) {
    .recent-posts .post-box .readmore i {
        width: 8%;
    }
}

@media (max-width:1180px) {
    .recent-posts .post-box .readmore i {
        width: 12%;
    }
}

@media (max-width:991px) {
    .container {
        max-width: 90% !important;
    }

    .detailsBox {
        margin: 0 !important;
    }
}

@media (max-width:868px) {
    .container {
        max-width: 720px !important;
    }

    .recent-posts .post-box .readmore i {
        width: 16%;
    }
}

@media (max-width:820px) {
    .recent-posts .post-box .readmore i {
        width: 11%;
    }
}

@media (max-width:580px) {

    .removeAcount {
        margin-top: 15px !important;
        width: 100%;
    }

    .informationPopup .modal-dialog {
        max-width: 100% !important;
    }

    .informationPopup p {
        font-size: 12px;
    }

    .informationPopup .gotIt {
        width: 26%;
    }

    .modal {
        padding-top: 123px;
    }

    .services-step .col-md-4,
    .col-md-5 {
        width: 100%;
    }

    .services-list .col-md-8 {
        width: 100% !important;
    }

    .width {
        width: 50% !important;
    }

    .services-list .serviceCart .details {
        height: 155px;
    }

    .columnReverse {
        flex-direction: column-reverse;
    }

    .specialService .col-md-4 {
        width: 100%;
        margin-bottom: 10px;
    }

    .recent-posts .col-md-6 {
        width: 50%;
    }

    .recent-posts .post-box .readmore i {
        width: 11% !important;
    }
}

@media (max-width:425px) {

    .carousel {
        height: 48% !important;
    }

    .recent-posts .post-box .cont {
        padding: 11px 35px 7px 16px;
    }

    .recent-posts .post-box .readmore i {
        font-size: 26px !important;
        width: 25px !important;
    }

    .columnReverse {
        flex-direction: column-reverse !important;
    }

    .col-md-6 {
        width: 100% !important;
        padding: 10px !important;
    }

    .section-header h2 {
        font-size: 24px;
        text-align: center;
    }

    .section-header {
        font-size: 11px;
        width: 100% !important;
    }

    .recent-posts .post-box .post-img {
        height: 100%;
    }

    .titleBox {
        height: auto;
    }

    .recent-posts .post-box .post-title {
        font-size: 12px;
    }

    .recent-posts .post-box p {
        font-size: 12px;
    }

    .formBox {
        width: 95%;
        padding: 15px;
        height: 100%;
    }

    .btn-medium {
        width: 90px !important;
        height: 26px !important;
        font-size: 11px !important;
        line-height: 25px !important;
        display: inline-block !important;
        font-weight: 300 !important;
        font-weight: 500 !important;
        margin: 14px 15px 0px 0px !important;
    }

    .form-floating input,
    textarea {
        padding: 18px 8px 5px 11px;
        min-height: 100%;
        height: 100%;
        font-size: 12px;
    }

    .form-floating {
        position: relative;
    }

    .form-floating label {
        font-size: 12px;
        padding: 11px 10px;
    }

    textarea {
        margin-top: 15px;
        height: 100px !important;
    }

    .formBox button {
        padding: 6px 14px;
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .specialServiceBox {
        padding: 33px 10px 4px 10px;
        margin-bottom: 15px;
        height: unset;
    }

    #Add {
        left: 0px;
        top: 105px;
    }

    .services-step .detailsBox h2 {
        font-size: 1rem;
    }

    .services-step .detailsBox p {
        font-size: 14px;
    }

    #order {
        right: -1px;
        top: 100px;
    }

    #medicine {
        left: 2px;
        top: 55px;
    }

    #regular {
        right: -8px;
        top: 130px;
    }

    .Healthcare {
        height: 100%;
        border: 1px solid #673ab7;
        border-radius: 5px;
        padding: 10px 10px;
    }

    .services-list h6 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .services-list p {
        font-size: 10px;
    }

    .width {
        width: 97%;
        margin: auto;
    }

    .services-list .serviceCart .details {
        height: 96px;
    }

    .services-list .read-me {
        width: 128px;
        height: 45px;
        font-size: 12px;
    }

    .services-list .read-me i {
        font-size: 28px;
    }

    .Banner h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .Banner p {
        font-size: 12px;
    }

    .Banner .container {
        padding: 36px 130px 68px 16px !important;
    }

    .carousel {
        width: 23%;
        height: 73%;
        margin: 0;
        float: right;
        position: absolute;
        top: 26px;
        right: 30px;
        background-repeat: no-repeat;
    }

    .Banner {
        border-bottom-right-radius: 120px;
    }

    blockquote img {
        max-width: 60px !important;
    }

    .recent-posts .post-box {
        margin: 0 !important;
    }

    .recent-posts .post-box .readmore i {
        font-size: 23px;
    }

    .read-me {
        width: 129px !important;
        height: 43px !important;
        font-size: 12px !important;
        padding: 5px !important;
        margin-top: 26px !important;

    }

    .read-me i {
        font-size: 23px !important;
    }

    .section-header h2 span {
        padding-right: 24px;
    }

    .carousel {
        width: 28%;
        height: 44%;
        top: 55px;
        right: 30px;
    }

    .Banner .col-md-7 {
        width: 100% !important;
    }

    .carousel {
        height: 47%;
    }
}

@media (max-width:407px) {
    .carousel {
        width: 26%;
        height: 64%;
    }
}

@media (max-width:400px) {
    .carousel {
        height: 45% !important;
    }
}

@media (max-width:395px) {
    .carousel {
        height: 43% !important;
    }
}

@media (max-width:386px) {
    .carousel {
        height: 44% !important;
    }
}

@media (max-width:385px) {
    .carousel {
        height: 41% !important;
    }
}

@media (max-width:380px) {
    .carousel {
        height: 40% !important;
    }
}

@media (max-width:375px) {
    .carousel {
        height: 40% !important;
    }

    .recent-posts .post-box .cont {
        padding: 21px 21px 13px 6px;
    }

    .columnReverse {
        flex-direction: column-reverse !important;
    }

    .section-header h2 {
        font-size: 24px;
        text-align: center;
    }

    .section-header h2 span {
        padding-right: 24px;
    }
}

@media (max-width:372px) {
    .carousel {
        height: 39% !important;
    }
}

@media (max-width:365px) {
    .carousel {
        height: 37% !important;
    }
}

@media (max-width:350px) {
    .carousel {
        height: 36% !important;
    }
}

@media (max-width:345px) {
    .carousel {
        height: 35% !important;
    }
}

@media (max-width:340px) {
    .carousel {
        height: 34% !important;
    }
}

@media (max-width:339px) {
    .carousel {
        height: 34% !important;
    }
}

@media (max-width:338px) {
    .carousel {
        height: 33% !important;
    }
}

@media (max-width:337px) {
    .carousel {
        height: 32% !important;
    }
}

@media (max-width:336px) {
    .carousel {
        height: 31% !important;
    }
}

@media (max-width:320px) {
    .carousel {
        height: 31% !important;
    }

    .columnReverse {
        flex-direction: column-reverse !important;
    }

    .section-header h2 {
        font-size: 24px;
        text-align: center;
    }

    .section-header h2 span {
        padding-right: 25px;
    }

    .button3d.btn-gray div {
        font-size: 8px;
    }
}







.slider-img {
    position: absolute;
    width: 45%;
    top: -35px;
    right: 25px;
}

section {
    overflow: hidden;
    padding: 80px 0;
}

.carousel-control-prev-icon {
    background-image: unset !important;
}

.carousel-control-next-icon {
    background-image: unset !important;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    background-color: #e8eff6 !important;
    opacity: 1 !important;
    display: block !important;
    margin: 8px !important;
    border-radius: 50% !important;
    border: 2px solid #00000000 !important;
}

.carousel-indicators .active {
    background-color: #ffffff !important;
    border: 2px solid #000 !important;
    width: 10px !important;
    height: 10px !important;
    box-shadow: 0px 0px 0px 2px #fff !important;
    display: block !important;
}

.sidebtn {
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 0rem;
    margin-left: 0%;
    list-style: none;
    align-items: center;
}

.carousel-item {
    position: relative;
    float: left;
    margin-right: -100%;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    transition: transform 0.6s ease-in-out !important;
    width: 100%;
    z-index: -1;
    border-radius: 35px;
    overflow: hidden;
}

.carousel-inner {
    border-radius: 35px;
    overflow: hidden;
    background: #fdfdff;
    z-index: -1;
}

@media only screen and (max-width: 400px) {
    .carousel {
        width: 70%;
        float: right;
        margin-right: 25px;
    }

    .carousel-indicators .active {
        width: 5px !important;
        height: 5px !important;
    }
}

@media (max-width:768px) {
    .carousel-item {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 425px) {
    .carousel-indicators .active {
        width: 7px !important;
        height: 7px !important;
    }

    .carousel-indicators button {
        width: 7px;
        height: 7px;
    }

    .carousel-inner {
        border-radius: 15px;
    }

    #carouselExampleIndicators {
        height: 100%;
        width: 100%;
        background: #fff;
        border-radius: 7px;
        z-index: -1;
    }

    .carousel-inner {
        border-radius: 5px;
        padding-bottom: 0px;
    }

    .carousel-inner {
        border-radius: 12px;
        padding-bottom: 5px !important;
    }
}

@media (max-width:407px) {
    #carouselExampleIndicators {
        margin: 0;
    }
}

@media (max-width:320px) {

    .carousel-inner,
    #carouselExampleIndicators {
        border-radius: 3px;
    }
}

@media (min-width:769px) and (max-width:1024px) {}


@media (min-width:821px) and (max-width:1180px) {}

@media (max-width:768px) {
    .carousel-inner {
        border-radius: 25px;
        padding-bottom: 12px;
    }
}


.footer {
    font-size: 14px;
}

.footer .Subscribe {
    background: #331764;
    color: #ffff;
    padding: 23px 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer .Subscribe h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 151%;
    color: #FFFFFF;
}

.footer .border-1 {
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    padding-left: 15px;
    margin-bottom: 30px;
}

.footer .Subscribe p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 151%;
    color: #FFFFFF;
}


.footer .Subscribe .input {
    background: #ffff;
    border-radius: 61px;
    border: none;
    width: 431px;
    height: 73px;
    padding: 22px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 151%;
    color: #FFFFFF;
    outline: none;
    display: flex;
    align-items: center;
    position: relative;
}

.footer .Subscribe input {
    background: #fff;
    border: none;
    padding: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 151%;
    color: #000;
    outline: none;
}

.footer .Subscribe .input button {
    width: 146px;
    height: 67px;
    background: #713bdb;
    border-radius: 61px;
    border: none;
    position: absolute;
    right: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 151%;
    color: #FFFFFF;
    margin-right: 3px;
}

.footer .Subscribe ::placeholder {
    color: #673ab7;
}

.footer {
    background-color: #673ab7;
    background-size: contain;
    padding: 40px 0 0px 0;
    color: #ffff;
    border-bottom-left-radius: 260px;
    overflow: hidden;
    margin-top: 30px;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.logo,
.logotitle {
    cursor: pointer !important;
}

.footer .footer-content .footer-info .logo img {
    max-height: 100%;
    margin-right: 6px;
    max-width: 250px;
}

.footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-top: 3px;
}

.footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #ffff;
}

.footer .footer-content .social-links a {
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: rgba(27, 47, 69, 0.5);
    margin-right: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
    background-color: #38618e;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 0;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: #ffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: var(--color-primary);
}

.footer .footer-content .footer-contact p {
    line-height: 26px;
    color: #ffff;
}

.footer .footer-content .footer-contact a {
    text-decoration: none;
}

.footer .footer-content .footer-contact a i {
    font-size: 30px;
    display: block;
    color: #fff;
}

#palyStore {
    width: 130px;
    cursor: pointer;
}

.footer .footer-legal {
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid rgba(242, 242, 242, 0.21);
}

.footer .footer-legal .copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

.footer .footer-legal .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
    color: var(--color-secondary);
}

li {
    cursor: pointer;
}

@media only screen and (max-width: 400px) {
    .footer .Subscribe {
        padding: 10px;
    }

    .footer .Subscribe .container {
        justify-content: space-between !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
    }

    .footer {
        border-bottom-left-radius: 110px;
    }
}

@media (max-width:768px) {
    .footer .Subscribe {
        padding: 14px 0px;
        margin-bottom: 30px;
    }

    .footer .Subscribe h3 {
        font-size: 20px;
    }

    .footer .Subscribe p {
        font-size: 12px;
    }

    .footer .Subscribe .input button {
        width: 96px;
        height: 67px;
    }

    .footer .footer-content .footer-info .logo img {
        max-width: 130px;
    }

    .footer .footer-content .footer-info p {
        font-size: 10px;
    }

    .footer .border-1 {
        border-left: 1px solid rgba(255, 255, 255, 0.21);
        padding-left: 19px;
    }

    .footer .footer-content h4 {
        font-size: 14px;
    }

    .footer .footer-content .footer-links ul li,
    p {
        padding-top: 0;
        font-size: 10px;
    }

    .footer .footer-content .footer-info {
        margin-bottom: 58px;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .footer .Subscribe {
        padding: 14px 0px;
        margin-bottom: 30px;
    }

    .footer .Subscribe h3 {
        font-size: 20px;
    }

    .footer .Subscribe p {
        font-size: 12px;
    }

    .footer .Subscribe .input button {
        width: 96px;
        height: 67px;
    }

    .footer .footer-content .footer-info .logo img {
        max-width: 130px;
    }

    .footer .footer-content .footer-info p {
        font-size: 12px;
    }

    .footer .border-1 {
        border-left: 1px solid rgba(255, 255, 255, 0.21);
        padding-left: 19px;
    }

    .footer .footer-content h4 {
        font-size: 16px;
    }

    .footer .footer-content .footer-links ul li,
    p {
        padding-top: 0;
        font-size: 12px;
    }

    .footer .footer-content .footer-info {
        margin-bottom: 58px;
    }
}

@media (max-width:820px) {
    .footer .Subscribe {
        padding: 14px 0px;
        margin-bottom: 30px;
    }

    .footer {
        padding: 0px 0 0px 0;
    }

    .footer .Subscribe h3 {
        font-size: 20px;
    }

    .footer .Subscribe p {
        font-size: 12px;
    }

    .footer .Subscribe .input button {
        width: 96px;
        height: 67px;
    }

    .footer .footer-content .footer-info .logo img {
        max-width: 94px;
    }

    .footer .footer-content .footer-info p {
        font-size: 10px;
        word-break: break-all;
    }

    .footer .border-1 {
        border-left: 1px solid rgba(255, 255, 255, 0.21);
        padding-left: 19px;
    }

    .footer .footer-content h4 {
        font-size: 14px;
    }

    .footer .footer-content .footer-links ul li,
    p {
        padding-top: 0;
        font-size: 10px;
    }

    .footer .footer-content .footer-info {
        margin-bottom: 0px;
    }
}

@media (min-width:821px) and (max-width:1180px) {
    .footer .Subscribe {
        padding: 14px 0px;
        margin-bottom: 30px;
    }

    .footer {
        padding: 0px 0 0px 0;
    }

    .footer .Subscribe h3 {
        font-size: 20px;
    }

    .footer .Subscribe p {
        font-size: 12px;
    }

    .footer .Subscribe .input button {
        width: 96px;
        height: 67px;
    }

    .footer .footer-content .footer-info .logo img {
        max-width: 130px;
    }

    .footer .footer-content .footer-info p {
        font-size: 12px;
    }

    .footer .border-1 {
        border-left: 1px solid rgba(255, 255, 255, 0.21);
        padding-left: 19px;
    }

    .footer .footer-content h4 {
        font-size: 16px;
    }

    .footer .footer-content .footer-links ul li,
    p {
        padding-top: 0;
        font-size: 12px;
    }

    .footer .footer-content .footer-info {
        margin-bottom: 58px;
    }
}

@media (max-width:425px) {

    .footer-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ffffff45;
    }

    .col-md-2,
    .col-md-1 {
        width: 50%;
        margin-bottom: 0px !important;
    }

    .footer .footer-content .footer-contact p i,
    .footer .footer-content .footer-contact p {
        font-size: 20px;
        margin: 0;
    }

    #palyStore {
        width: 92px;
    }

    .footer .footer-content h4 {
        font-size: 12px;
        padding: 0;
    }

    .footer {
        border-bottom-left-radius: 130px;
    }

    .footer .footer-legal .copyright {
        font-size: 12px;
    }

    .footer .Subscribe h3 {
        font-size: 12px;
    }

    .footer .Subscribe p {
        font-size: 10px;
    }

    .footer .Subscribe .input {
        border-radius: 50px;
        width: 200px;
        height: 53px;
        padding: 10px;
        font-size: 12px;
    }

    .footer .Subscribe .input button {
        width: 60px;
        height: 46px;
        font-size: 10px;
    }

    .footer .Subscribe input {
        font-size: 10px;
    }

    .footerIcon {
        display: flex;
        align-items: center;
    }

    .footerIcon i {
        font-size: 20px !important;
        padding-right: 10px;
    }

    .footer .footer-content .footer-info .logo {
        line-height: 0;
        margin-bottom: 10px;
    }

    .footer .footer-content .footer-links {
        margin-bottom: 9px;
        border-bottom: 1px solid #ffffff45;
        padding-bottom: 6px;
    }

}

@media (max-width:320px) {
    .footer-info i {
        padding-right: 5px !important;
        font-size: 12px;
        margin-left: -14px;
    }

    .footer .footer-legal {
        color: #fff;
        padding: 30px 39px;
        border-top: 1px solid rgba(242, 242, 242, 0.21);
    }
}

@media (max-width:767px) {

    .col-md-3,
    .col-md-2,
    .col-md-1 {
        width: 33.33%;
    }
}

.errorDiv {
    position: absolute;
    bottom: 0px;
    height: 13px;
    left: 36px;
}


.footer-info i {
    padding-right: 10px;
}