@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;1,400&display=fallback');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
}

body {
    font-family: 'Montserrat', 'Droid Arabic Kufi', sans-serif;
    font-size: 15px;
    background: #FFFFFF;
    text-align: left;
    direction: ltr;
    min-height: 100vh;
    overflow-x: hidden !important;
}


/* global style */
html {
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-right: 1px solid #ccc
}

body::-webkit-scrollbar-thumb {
    background: #48A7A5
}

.landing-shape {
    position: absolute;
}

.form-control:focus {
    border-color: #48A7A5;
    box-shadow: none;
}


/* checkbox and radio style */

.checkbox,
.radio {
    margin-bottom: 6px;
}

.checkbox.inline,
.radio.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
    margin-right: 0;
}

.checkbox label,
.radio label {
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #48A7A5;
    position: relative;
}

.radio .custom-radio,
.checkbox .custom-radio {
    width: 15px;
    height: 15px;
}

.checkbox .custom-checkbox {
    border-radius: 2px;
    background: #48A7A5;
    transition: box-shadow 180ms ease;
    box-shadow: inset 0 0 0 12px #fff;
    top: 0;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox {
    border: 1px solid #b1b1b1;
    border-radius: 4px;
}

.checkbox .icon-check {
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 3px;
    transform: scale(0);
    transition: all 180ms ease;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox {
    border-color: #48A7A5;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + .custom-checkbox .icon-check {
    transform: scale(1);
}

.radio .custom-radio {
    border-radius: 50%;
    background: #48A7A5;
    box-shadow: inset 0 0 0 12px #fff;
    transition: all 180ms ease;
    top: 2px;
}

.radio input[type="radio"]:checked + .custom-radio {
    border-color: #48A7A5;
    background: #48A7A5;
    box-shadow: inset 0 0 0 2px #fff;
}

.icon-check {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* #end checkbox and radio style */


/* custom select */
.cs-select-arrow {
    position: relative;
}

.cs-select-arrow .select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    pointer-events: none;
}

.cs-select-arrow .select-arrow .icon {
    font-size: 9px;
    transform: rotate(-90deg);
    display: inline-block;
}

.cs-select-arrow .select-arrow .icon:before {
    color: #4c4c4c;
}


/* ************************* Header Style ************************* */

header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 20px 0 15px;
    display: flex;
    align-items: center;
}

header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* header-logo */
header .logo-wrapper img {
    width: 100px;
    /* width: 120px; */
}

/* header-right */
header .header-right {
    display: flex;
    align-items: center;
}

/* header-action */
header .header-right .header-action {
    padding: 8px 20px;
    background: linear-gradient(45deg, #48A7A5, #2C89A0);
    border-radius: 24px;
    display: flex;
}

header .header-right .header-action a {
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    transition: 0.3s;
}

header .header-right .header-action a:last-child {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

header .header-right .header-action:hover {
    background: linear-gradient(-45deg, #48A7A5, #2C89A0);
}

/* header .header-right .header-action a:hover {
    color: #58e2ff;
} */

header .header-right .header-action a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
}

header .header-right .header-action a:last-child:after {
    display: none;
}

header .header-right .header-action a:last-child {
    margin-right: 0;
}

/* header-lang */

header .header-right .header-lang {
    margin-left: 15px;
}

header .header-right .header-lang .dropdown .header-lang-btn:after {
    display: none;
}

header .header-right .header-lang .dropdown .header-lang-btn {
    outline: none;
    box-shadow: none;
    padding: 8px 28px 8px 15px;
    border: 1px solid #FFF;
    border-radius: 24px;
    color: #FFF;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-right .header-lang .dropdown .header-lang-btn img {
    width: 21px;
}

header .header-right .header-lang .dropdown .header-lang-btn .icon {
    font-size: 8px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

header .header-right .header-lang .dropdown .header-lang-btn .icon:after {
    color: #FFF;
}

header .header-right .header-lang .dropdown .dropdown-menu {
    min-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}

header .header-right .header-lang .dropdown .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
}

header .header-right .header-lang .dropdown .dropdown-menu .dropdown-item:hover {
    background: #45a4a5;
    color: #FFF;
}

header .header-right .header-lang .dropdown .dropdown-menu .dropdown-item img {
    width: 21px;
}

/* haeder-nav */
header .haeder-nav {
    display: flex;
    flex: 1 0 100%;
    padding: 20px 0 0;
    /* padding: 10px 0 0; */
}

header .haeder-nav ul {
    display: flex;
    justify-content: space-between;

    align-items: center;
    width: 100%;
    border-top: 1px solid #FFF;
}

header .haeder-nav ul li {
    width: 100%;
    display: inline-block;
}

header .haeder-nav ul li a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    text-transform: capitalize;
}

header .haeder-nav ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    width: 1px;
    height: 50%;
    background: #e9e9e9;
}

header .haeder-nav ul li:last-child a:after {
    display: none;
}

header .haeder-nav ul li a:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    transition: 0.3s;
}

header .haeder-nav ul li.active a:before {
    background: #56CCCA;
}

header .haeder-nav ul li a:hover:before {
    background: #56CCCA;
}


/* header sticky */


@media (min-width: 992px) {
    header.sticky {
        position: fixed;
        top: 0;
        right: 0;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        animation: menu_sticky 0.7s ease-in-out;
        padding: 0;
    }

    @keyframes menu_sticky {
        0% {
            margin-top: -120px;
            opacity: 0;
        }

        50% {
            margin-top: -64px;
            opacity: 0;
        }

        100% {
            margin-top: 0;
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {
    header.sticky {
        background: #FFF !important;
    }

    header.sticky .header-wrapper {
        flex-wrap: nowrap;
    }

    header.sticky .logo-wrapper .header-logo {
        display: none;
    }

    header.sticky .logo-wrapper .sticky-logo {
        display: block !important;
        position: relative;
        top: -4px;
        /* top: 0; */
    }

    header.sticky .haeder-nav {
        order: 2;
        flex: auto;
        padding-top: 0;
        margin: 0 50px;
    }

    header.sticky .header-right {
        order: 3;
    }

    header.sticky .haeder-nav ul {
        border-top: 0;
        justify-content: flex-start;
    }

    header.sticky .haeder-nav ul li {
        width: auto;
        margin-right: 25px;
    }

    header.sticky .haeder-nav ul li:last-child {
        margin-right: 0;
    }

    header.sticky .haeder-nav ul li a:hover:before {
        display: none;
    }

    header.sticky .haeder-nav ul li a {
        padding: 0 0 0;
        color: #6E6E6E;
        font-weight: normal;
    }

    header.sticky .haeder-nav ul li.active a {
        color: #48A7A5;
        font-weight: bold;
    }

    header.sticky .haeder-nav ul li.active a:before {
        display: none;
    }

    header.sticky .haeder-nav ul li a:hover {
        color: #48A7A5;
    }

    header.sticky .haeder-nav ul li a:after {
        display: none;
    }

    header.sticky .header-right .header-lang .dropdown .header-lang-btn {
        border: 1px solid #d6d6d6;
        color: #8f8f8f;
    }

    header.sticky .header-lang .icon-arrow-next:before {
        color: #6E6E6E;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.sticky .haeder-nav ul li {
        margin-right: 13px;
        font-size: 13px;
    }

    header.sticky .haeder-nav {
        margin: 0 20px;
    }
}


/* toggle-sidebar */
.toggle-sidebar {
    cursor: pointer;
    margin: 9px 0;
    width: 35px;
    height: 35px;
    position: relative;
    display: none;
    margin: 0;
    margin-left: 20px;
    order: 5;
    background: linear-gradient(45deg, #48A7A5, #2C89A0);
    border-radius: 50%;
    padding: 8px;
}

.toggle-sidebar.open span {
    margin: 5px 2px 0;
}

.toggle-sidebar span {
    display: flex;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    margin: 4px 0 0;
    background: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.toggle-sidebar span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    margin-top: 2px;
}

.toggle-sidebar span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.toggle-sidebar span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.toggle-sidebar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.toggle-sidebar.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.toggle-sidebar.open span:nth-child(3) {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
    top: 39px;
    left: 8px;
}


header .haeder-nav .header-action-mobile {
    display: none;
}

header .haeder-nav ul li a i {
    display: none;
}

header .haeder-nav .header-nav-user {
    display: none;
}


header .header-right .header-nav-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .header-right .header-nav-user a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .header-right .header-nav-user .header-nav-user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

header .header-right .header-nav-user .header-nav-user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header .header-right .header-nav-user  .header-nav-user-name p {
    color: #FFF;
    padding-left: 8px;
    font-size: 14px;
}

header.sticky .header-right .header-nav-user  .header-nav-user-name p {
    color: #6E6E6E;
}

/* responsive menu */
@media (max-width: 991px) {
    .toggle-sidebar {
        display: block !important;
    }

    body.show-sidebar {
        overflow: hidden;
    }

    header {
        background: #FFF;
        height: 70px;
        z-index: 999;
        border-bottom: 1px solid #d4d4d4;
        position: fixed;
    }

    header .logo-wrapper .header-logo {
        display: none;
    }

    header .logo-wrapper .sticky-logo {
        display: block !important;
        position: relative;
        top: -4px;
        width: 90px;
        /* top: 0;
        width: 100px; */
    }

    header .haeder-nav {
        order: 2;
        flex: auto;
        padding-top: 50px;
        margin: 0 50px;
        position: absolute;
        left: -100%;
        top: 70px;
        min-height: 100vh;
        background: rgba(35, 99, 112, 0.9);
        margin-left: 0;
        width: 100%;
        transition: 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        padding-right: 50px;
        padding-left: 50px;
    }

    header.show-sidebar .haeder-nav {
        left: 0;
    }

    header .header-right {
        order: 3;
    }

    header .haeder-nav ul {
        border-top: 0;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 20px;
    }

    header .haeder-nav ul li {
        width: auto;
        margin-right: 0;
        margin: 10px 0;
        margin-bottom: 15px;
    }

    header .haeder-nav ul li:last-child {
        margin-right: 0;
    }

    header .haeder-nav ul li a:hover:before {
        display: none;
    }

    header .haeder-nav ul li a:after {
        display: none;
    }

    header .haeder-nav ul li a {
        padding: 0 0 0;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
    }

    header .haeder-nav ul li a i {
        display: flex;
        margin-right: 8px;
    }

    header .haeder-nav ul li.active a {
        color: #86ecea;
        font-weight: bold;
    }


    header .haeder-nav ul li.active a i svg path {
        fill: #86ecea;
    }

    header .haeder-nav ul li.active a:before {
        display: none;
    }

    header .header-right .header-lang .dropdown .header-lang-btn {
        border: 1px solid #d6d6d6;
        color: #8f8f8f;
    }

    header .header-lang .icon-arrow-next:before {
        color: #6E6E6E;
    }


    header .header-right .header-action {
        display: none;
    }

    header .haeder-nav .header-action-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        margin-top: 20px;
        position: relative;
    }

    header .haeder-nav .header-action-mobile:after {
        content: "";
        position: absolute;
        top: 0;
        right: auto;
        width: 100%;
        height: 1px;
        background: rgba(247, 249, 249, 0.30);
    }


    header .haeder-nav .header-action-mobile a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 15px;
        background: linear-gradient(45deg, #48A7A5, #2C89A0);
        border-radius: 30px;
        color: #FFF;
        margin: 10px 0;
        width: 160px;
        height: 38px;
    }

    header .haeder-nav .header-action-mobile a:nth-child(1) {
        background: linear-gradient(to right, #E4B020, #FDDA76);
        order: 2;
    }

    header .haeder-nav .header-action-mobile a:nth-child(2) {
        background: linear-gradient(to left, #3A9BB3, #51BEBC);
        order: 1;
    }

    header .header-right .header-nav-user {
        display: none;
    }

    header .haeder-nav .header-nav-user {
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 25px;
    }

    header .haeder-nav .header-nav-user:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: auto;
        width: 100%;
        height: 1px;
        background: rgba(247, 249, 249, 0.30);
    }

    header .haeder-nav .header-nav-user .header-nav-user-img {
        width: 57px;
        height: 57px;
        position: relative;
    }

    header .haeder-nav .header-nav-user .header-nav-user-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    header .haeder-nav .header-nav-user .header-nav-user-name {
        margin-left: 10px;
    }

    header .haeder-nav .header-nav-user .header-nav-user-name p {
        color: #FFF;
        font-weight: bold;
        font-size: 17px;
    }

    header .haeder-nav .header-nav-user .header-nav-user-name span {
        color: #FFF;
        padding-top: 8px;
        font-size: 13px;
        display: inline-block;
    }

}


/* ************************* Main Section ************************* */
.main-section {
    min-height: 100vh;
    background: url("../images/main section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 4;
}

.main-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50%, #277589, #06333D);
    opacity: 0.7;
    z-index: -1;
}

.main-section .main-section-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.main-section .main-section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.main-section .main-section-inner h1 {
    color: #FFF;
    font-weight: bold;
}

.main-section .main-section-inner h1 span {
    color: #86ECEA;
    margin: 0 8px;
}

.main-section .main-section-inner h2 {
    color: #FFF;
    margin-top: 20px;
    font-size: 20px;
}

.main-section .main-section-inner .main-section-btns {
    display: flex;
    margin-top: 20px;
}

.main-section .main-section-inner .main-section-btns .platform-exper {
    width: 250px;
    height: 50px;
    background: linear-gradient(45deg, #3A9BB3, #51BEBC);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: 0.3s;
    font-size: 14px;
}

.main-section .main-section-inner .main-section-btns .platform-exper:hover {
    background: linear-gradient(-45deg, #3A9BB3, #51BEBC);
    box-shadow: 0 0 10px #3A9BB3;
}

.main-section .main-section-inner .main-section-btns .platform-exper span {
    padding-left: 10px;
    color: #FFF;
}

.main-section .main-section-inner i svg {
    width: 28px;
    fill: #FFF;
}

.main-section .main-section-inner .main-section-btns .create-account {
    width: 250px;
    padding: 0 15px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, #E4B020, #FDDA76);
    color: #FFF;
    transition: 0.3s;
    font-size: 14px;
}

.main-section .main-section-inner .main-section-btns .create-account:hover {
    background: linear-gradient(to right, #E4B020, #FDDA76);
    box-shadow: 0 0 10px #E4B020;
}

.main-section .main-section-application {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    bottom: 100px;
}

.main-section .main-section-application p {
    color: #FFF;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-section .main-section-application .download-app-btns a {
    margin-right: 15px;
    display: inline-block;
}

.main-section .main-section-application .download-app-btns a:last-child {
    margin-right: 0;
}

.main-section .main-section-application .download-app-btns a img {
    width: 100px;
}


@media (max-width: 991px) {
    .main-section .main-section-inner {
        text-align: center;
    }

    .main-section .main-section-inner h1 {
        font-size: 30px;
    }

}

@media (max-width: 576px) {
    .main-section {
        background-position: top;
        background-attachment: fixed;
        background-size: auto;
    }

    .main-section .main-section-inner h1 {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }

    .main-section .main-section-inner h2 {
        font-size: 17px;
    }

    .main-section .main-section-inner .main-section-btns {
        flex-direction: column;
    }

    .main-section .main-section-inner .main-section-btns .platform-exper {
        margin-right: 0;
    }

    .main-section .main-section-inner .main-section-btns .create-account {
        margin-top: 15px;
    }

    .main-section .main-section-application {
        align-items: center;
        justify-content: center;
        right: auto;
        bottom: 40px;
    }

}


/* ************************* statistices-section ************************* */

.statistices-section .statistices-section-wrapper {
    margin-top: -50px;
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
}

.statistices-section .statistices-box {
    background: #FFF;
    border-radius: 14px;
    padding: 20px 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.statistices-section .statistices-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 0 #e3e3e3;
    transition: 0.7s;
    width: 80px;
    height: 80px;
    border-radius: 0 100px 0 0;
    background: #e3e3e3;
    opacity: 0.20;
    transform: rotate(90deg);
    z-index: 1;
}

.statistices-section .statistices-box:hover:after {
    box-shadow: 0 0 0 150px #e3e3e3;
}

.statistices-section .statistices-box:first-child {
    margin-left: 0;
}

.statistices-section .statistices-box:last-child {
    margin-right: 0;
}


.statistices-section .statistices-box .statistices-box-img svg {
    width: 35px;
}

.statistices-section .statistices-box .statistices-box-text {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.statistices-section .statistices-box .statistices-box-text h3 {
    color: #555555;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.statistices-section .statistices-box .statistices-box-text p {
    color: #F1B613;
    font-weight: bold;
    font-size: 22px;
}

.statistices-section .statistices-box:nth-child(1) .statistices-box-text p {
    color: #F1B613;
}

.statistices-section .statistices-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    transform: rotate(180deg);
}

.statistices-section .statistices-box:nth-child(1):before {
    background: url("../images/statistices-bg_1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.statistices-section .statistices-box:nth-child(2):before {
    background: url("../images/statistices-bg_2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.statistices-section .statistices-box:nth-child(3):before {
    background: url("../images/statistices-bg_3.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.statistices-section .statistices-box:nth-child(4):before {
    background: url("../images/statistices-bg_4.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.statistices-section .statistices-box:nth-child(5):before {
    background: url("../images/statistices-bg_5.png");
    background-size: cover;
    background-repeat: no-repeat;
}


.statistices-section .statistices-box:nth-child(2) .statistices-box-text p {
    color: #36AAC6;
}

.statistices-section .statistices-box:nth-child(3) .statistices-box-text p {
    color: #aa95f0;
}

.statistices-section .statistices-box:nth-child(4) .statistices-box-text p {
    color: #78d186;
}

.statistices-section .statistices-box:nth-child(5) .statistices-box-text p {
    color: #77d9cb;
}

@media (max-width: 1024px) {
    .statistices-section .statistices-section-wrapper {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 991px) {
    .statistices-section .statistices-section-wrapper {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;

    }

    .statistices-section .statistices-box {
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 576px) {
    .statistices-section .statistices-section-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px
    }

    .statistices-section .statistices-box {
        justify-content: center;
        align-items: center;
    }

    .statistices-section .statistices-box .statistices-box-img {
        width: 35px;
        height: 35px;
        flex: 1;
    }

    .statistices-section .statistices-box .statistices-box-text {
        justify-content: center;
        align-items: center;
        flex: 1;
        margin-left: 0;
    }

    .statistices-section .statistices-box .statistices-box-text h3 {
        text-align: center;
    }

    .statistices-section {
        margin-bottom: 30px;
    }
}


/* ************************* our-services-section ************************* */
.our-services-section {
    padding: 100px 0 0;
    position: relative;
}

/* our-services-inner */
.our-services-inner {
    padding-top: 120px;
}

.our-services-inner .services-text h4 {
    color: #48A7A5;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}

.our-services-inner .services-text h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #48A7A5;
}

.our-services-inner .services-text p {
    padding-left: 15px;
    line-height: 30px;
    color: #555555;
    font-size: 15px;
    max-width: 80%;
}

.our-services-inner .services-img {
    max-width: 90%;
    display: flex;
    margin: auto;
    position: relative;
    top: -120px;
}

/* swiper-pagination-bullets */
.services-pagination.swiper-pagination-bullets {
    top: 0;
    left: 0;
    position: absolute;
    width: 50%;
    height: 70px;
}

.services-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 2;
    margin: 0;
    margin-right: 30px !important;
    left: 15px;
    top: 15px;
    transition: 0.3s;
}

.services-pagination .swiper-pagination-bullet:after {
    color: #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    font-family: 'icomoon';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    font-size: 50px;
    transition: 0.3s;
}

.services-pagination .swiper-pagination-bullet:hover:after {
    color: #afafaf;
}

.swiper-container-horizontal > .swiper-pagination-bullets.services-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    outline: none !important;
}

.services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    color: #48A7A5;
}

.services-pagination .swiper-pagination-bullet:nth-child(1):after {
    content: "\e90f";
}

.services-pagination .swiper-pagination-bullet:nth-child(2):after {
    content: "\e910";
}

.services-pagination .swiper-pagination-bullet:nth-child(3):after {
    content: "\e911";
}


/* .services-pagination .swiper-pagination-bullet:nth-child(4):after {
  content: "\e90b";
} */

.services-pagination .swiper-pagination-bullet:nth-child(4):after {
    content: "\e916";
}

/* .services-slider-arrow */
.services-arrow {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 110px;
    height: 80px;
}

.services-arrow .icon {
    font-size: 14px;
}

.services-arrow .icon::before {
    color: #2C89A0;
}

.services-arrow .swiper-button-next,
.services-arrow .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #F5F5F5;
    outline: none;
    transition: 0.3s;
    transform: rotate(180deg);
}

.services-arrow .swiper-button-next:hover,
.services-arrow .swiper-button-prev:hover {
    background: #2C89A0;
}

.services-arrow .swiper-button-next:hover .icon::before,
.services-arrow .swiper-button-prev:hover .icon::before {
    color: #F5F5F5;;
}

.services-arrow .swiper-button-next:after,
.services-arrow .swiper-button-prev:after {
    display: none;
}


/* services-shape */
.services-shape-1 {
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}

.services-shape-1 img {
    width: 100px;
}

.services-shape-2 {
    top: 62%;
    right: 42%;
}

.services-shape-2 img {
    width: 100px;
}

.services-shape-3 {
    top: 15%;
    right: 0;
    -webkit-animation: animationTransformY 7s infinite linear;
    animation: animationTransformY 7s infinite linear;
}

.services-shape-3 img {
    width: 80px;
}

.services-shape-4 {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.services-shape-4 img {
    width: 90px;
}

.services-anim-1 {
    right: 12%;
    bottom: 0%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.services-anim-1 img {
    width: 40px;
}


.services-anim-2 {
    left: 40%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationRotate 20s infinite linear;
    animation: animationRotate 20s infinite linear;
}

.services-anim-2 img {
    width: 50px;
}


.services-anim-3 {
    left: 28%;
    bottom: 7%;
    z-index: -1;
    -webkit-animation: rotate3d 7s linear infinite;
    animation: rotate3d 7s linear infinite;
}

.services-anim-3 img {
    width: 30px;
}


@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationRotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationTransformY {
    0% {
        transform: rotateY(180deg) translateY(0);
    }

    50% {
        transform: rotateY(180deg) translateY(-40px);
    }

    100% {
        transform: rotateY(180deg) translateY(0);
    }
}


.services-img-bg {
    background: url("../images/services-img-bg-2-ltr.svg");
    background-repeat: no-repeat;
    width: 100vw;
    height: 460px;
    background-size: contain;
    background-position: center;
}

.services-img-bg img {
    width: 800px;
    height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain
}

/* @media(max-width: 1024px) {
    .services-img-bg {
        height: 47vh;
    }
} */

@media (max-width: 991px) {
    .services-shape-1 {
        display: none;
    }

    .services-shape-4 {
        top: 20px;
    }

    .services-shape-4 img {
        width: 58px;
    }

    .our-services-inner .services-img {
        top: 0;
    }

    /* .our-services-inner .services-img img {
      max-width: 500px;
      margin: auto;
    } */
    .services-img-bg {
        width: 100%;
        height: 496px;
        margin: auto;
    }

    .services-img-bg img {
        width: 400px;
        height: 400px;
    }


    .our-services-section .swiper-container {
        padding-bottom: 50px;
    }

    .services-arrow {
        left: auto;
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
        width: 130px;
    }

    .services-shape-3 img {
        width: 80px;
    }

    .services-shape-2 {
        display: none;
    }

}

@media (max-width: 576px) {
    .services-pagination.swiper-pagination-bullets {
        width: 100%;
        top: 20px;
    }

    .services-pagination .swiper-pagination-bullet:after {
        font-size: 50px;
    }

    .services-pagination .swiper-pagination-bullet {

        outline: none;
        margin-right: 25px !important;
    }

    /* .our-services-inner .services-img img {
        width: 300px;
        margin-bottom: 40px;
        margin-top: 40px;
        height: 335px;
    } */
    .services-shape-3 img {
        width: 50px;
    }

}


/* ************************* why-us-section ************************* */
.section-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.section-head h3 {
    color: #48A7A5;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-head p {
    color: #6E6E6E;
}

.why-us-section {
    margin-bottom: 50px;
}

/* why us inner */
.why-us-inner {
    margin-top: 50px;
}

.why-us-inner .media {
    margin-bottom: 50px;
}

.why-us-inner .media img {
    max-width: 80px;
    transition: 0.3s;
}

.why-us-inner .media .media-body {
    margin-top: 10px;
    margin-left: 5px;
}

.why-us-inner .media .media-body h5 {
    color: #48A7A5;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 13px;
    transition: 0.3s;
}

.why-us-inner .media .media-body p {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 1.9;
}


.why-us-inner .media:hover img {
    transform: rotate(-10deg);
}


/* ************************* Packages section ************************* */


.packages-section {
    /* background: #F8F8FA; */
    padding: 70px 0;
    position: relative;
}

.section-head-icon {
    display: flex;
    align-items: center
}

.section-head-icon img {
    width: 45px;
    height: 45px;
}

.section-head-icon h3 {
    margin-bottom: 0;
    margin-left: 10px;
}


.packages-section-inner {
    max-width: 85%;
    margin: auto;
}


/* pricing switch */
.pricing-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8FA;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    width: 200px;
    height: 45px;
    border-radius: 8px;
    margin: 30px auto;
    position: relative;

}

.pricing-tab .yearly-tab,
.pricing-tab .monthly-tab {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #48A7A5;
    margin-bottom: 0;
    z-index: 2;
    font-size: 16px;
}


.pricing-tab .switch {
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    transform: translateX(0);
    background: #48A7A5;
    border-radius: 8px;
    transition: 0.3s;
    z-index: 1;
}

.pricing-tab input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-tab input[type="radio"]:checked + label {
    color: #FFF !important;
}

.pricing-tab input[type="radio"]:not(:checked) + label {
    cursor: pointer !important;
}

.pricing-tab input[type="radio"]:checked + label + .switch,
.pricing-tab input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    transform: translateX(100px);
}

/* compare-packages-btn */
.compare-packages-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}

.compare-packages-btn a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 250px;
    border-radius: 30px;
    background-image: linear-gradient(45deg, #48A7A5, #2C89A0);
    transition: 0.3s;
    position: relative;
}

.compare-packages-btn a:after {
    content: "";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #2C89A0;
    right: -6px;
    left: -6px;
    top: -6px;
    bottom: -6px;
    border-radius: 30px;
    transition: .1s;
}

.compare-packages-btn a:hover {
    background-image: linear-gradient(45deg, #2C89A0, #48A7A5);
    width: 280px;
}

.compare-packages-btn a:hover:after {
    right: -3px;
    left: -3px;
    top: -3px;
    bottom: -3px;
}

/* package table */
.package {
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    margin-bottom: 20px;
}


.package-top {
    background: linear-gradient(-231deg, #48A7A5, #2C89A0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    text-align: center;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 10px 30px 0px rgba(41, 135, 159, .25098039215686274);
    position: relative;
    z-index: 1;
}

.gold-package .package-top:after,
.free-package .package-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/package-top-pattern.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.package-name {
    margin-bottom: 15px;
    padding-top: 30px;
}

.free-package .package-name {
    padding-top: 26px;
}

.package-name h5 {
    margin-bottom: 0;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
}

.package-price {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 8px;
    width: 70%;
}

.package-price h5 {
    color: #FFF;
    font-size: 45px;
}

.package-price sup {
    color: #FFF;
    font-size: 28px;
    margin-right: 5px;
}

.package-price sub {
    color: #FFF;
    font-size: 14px;
    margin-left: 5px;
}

.yearly-price,
.monthly-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-price .monthly-price {
    display: none;
}

.package-price.change-pricing-price .yearly-price {
    display: none;
}

.package-price.change-pricing-price .monthly-price {
    display: flex;
}

.package-content {
    margin-top: 20px;
    min-height: 350px;
}

.package-content ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #EEEEEE;
}

.package-content ul li:last-child {
    border-bottom: 0;
}

.package-content ul li p {
    font-size: 13px;
    color: #4D4D4D;
}

.package-content ul li p:last-child {
    text-align: right;
}

.package-content ul li:nth-of-type(even) {
    background: #F6F6F6;
}

.package-subscription {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 10px;
}

.package-subscription a {
    border-radius: 25px;
    color: #FFF;
    background: #4FBAA6;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: 0.3s;
}

.package-subscription a:hover {
    transform: scale(1.05);
    background: #3a9786;
}

.free-package .package-price {
    padding-top: 24px
}

.gold-package .package-price h5,
.merchant-package .package-price h5 {
    font-size: 45px;
}

.merchant-package .package-top {
    background: linear-gradient(231deg, #FFA924 0%, #FFDF1C 95%);
    box-shadow: 0px 10px 30px 0px rgba(255, 233, 28, .25098039215686274);
}

.merchant-package .package-name h5 {
    color: #FFF
}

.merchant-package .package-price sup,
.merchant-package .package-price h5,
.merchant-package .package-price sub {
    color: #FFF
}

.merchant-package .package-subscription a {
    background: #ffc021;
}

.merchant-package .package-subscription a:hover {
    background: #d4a42a;
}

.merchant-package .package-top {
    background: linear-gradient(231deg, #ffa024 0%, #ffe91c 100%);
    box-shadow: 0px 10px 30px 0px rgba(255, 233, 28, .25098039215686274);
}


/* big-business */
.big-business-wrapper {
    width: 100%;
    display: flex;
}

.big-business {
    border-radius: 40px;
    border: 1px solid #48A7A5;
    background: #FFF;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    transition: 0.3s !important;
}

.big-business p {
    color: #555555;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
}

.big-business a {
    display: inline-block;
    background: #4FBAA6;
    padding: 8px 20px;
    border-radius: 40px;
    color: #FFF;
    font-size: 15px;
    transition: 0.3s;
}

.big-business a:hover {
    background: #3a9786;
}

.big-business:hover {
    padding: 8px 35px;
}

.packages-section-wave-top .custom-shape-divider-top-1602942945 {
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.packages-section-wave-top .custom-shape-divider-top-1602942945 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.packages-section-wave-top .custom-shape-divider-top-1602942945 .shape-fill {
    fill: #FFFFFF;
}

.packages-section-wave-bottom .custom-shape-divider-bottom-1602943023 {
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.packages-section-wave-bottom .custom-shape-divider-bottom-1602943023 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.packages-section-wave-bottom .custom-shape-divider-bottom-1602943023 .shape-fill {
    fill: #FFFFFF;
}

.packages-shape-1 {
    left: 10%;
    top: 18%;
}

.packages-shape-2 {
    left: 9%;
    top: 12%;
    transform: rotate(-45deg);
}

.packages-shape-3 {
    left: 6%;
    top: 23%;
    transform: rotate(-45deg);
}


.packages-shape-4 {
    right: 0;
    top: 15%;
    transform: rotate(180deg);
}


.packages-anim-1 {
    z-index: -1;
    top: 0;
    right: 8%;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.packages-anim-1 img {
    width: 40px;
}

.packages-anim-2 {
    z-index: -1;
    top: -2%;
    right: 26%;
    -webkit-animation: moveLeftBounce 8s linear infinite;
    animation: moveLeftBounce 8s linear infinite;
}

.packages-anim-2 img {
    width: 30px;
}


.packages-anim-3 {
    z-index: -1;
    top: 0;
    left: 30%;
    -webkit-animation: animationRotate 20s infinite linear;
    animation: animationRotate 20s infinite linear;
}

.packages-anim-3 {
    width: 50px;
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


@media (max-width: 991px) {
    .compare-packages-btn a {
        width: 200px
    }

    .compare-packages-btn a:hover {
        width: 250px;
    }

    .packages-shape-1 {
        left: 5%;
        top: 5%;
    }

    .packages-shape-2 {
        left: 4%;
        top: 8%;
    }

    .packages-shape-3 {
        left: 8%;
        top: 11%;
    }

    .package {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .packages-section .landing-shape {
        display: none;
    }

    .packages-section-inner {
        max-width: 95%;
    }
}


/* ************************* cust reviews section ************************* */

.cust-reviews-section {
    padding: 100px 0;
    position: relative;
}

.customer-reviews-box {
    padding: 30px 100px;
    box-shadow: 0 2px 20px rgba(170, 170, 170, 0.47);
    max-width: 80%;
    margin: 40px auto;
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    transition: 0.3s;
}

/* .customer-reviews-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/customer-reviews-wave-top.svg");
    width: 124px;
    height: 84px;
    transform: rotateY(180deg);
}

.customer-reviews-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/customer-reviews-wave-bottom.svg");
    width: 100px;
    height: 84px;
    transform: rotateY(180deg);
} */

.customer-reviews-box .quote {
    position: absolute;
    top: -15%;
    right: 2%;
    transition: 0.3s;
}

.customer-reviews-box .quote img {
    width: 70px;
}

.customer-reviews-box:hover .quote {
    right: 1%;
}

/* .customer-reviews-box:hover {
    box-shadow: 0 0 40px 5px rgba(37, 109, 107, 0.24);
} */


.customer-reviews-box p {
    color: #777777;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
}

.customer-reviews-box h4 {
    color: #48A7A5;
    font-size: 13px;
    text-align: center;
    margin: 20px 0 10px;
    font-weight: bold;
}

.customer-reviews-box .customer-reviews-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.customer-reviews-box .customer-reviews-rate li {
    margin-right: 8px;
}

.customer-reviews-box .customer-reviews-rate li .icon.not-fill:before {
    color: #e2e2e2;
}

.customer-reviews-box .customer-reviews-rate li:last-child {
    margin-right: 0
}

.cust-reviews-swiper .swiper-button-prev:after,
.cust-reviews-swiper .swiper-button-next:after {
    display: none;
}

.cust-reviews-swiper .swiper-button-prev,
.cust-reviews-swiper .swiper-button-next {
    outline: none !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    transform: rotate(180deg);
}

.cust-reviews-swiper .swiper-button-prev .icon,
.cust-reviews-swiper .swiper-button-next .icon {
    font-size: 16px;
}

.cust-reviews-swiper .swiper-button-prev .icon:before,
.cust-reviews-swiper .swiper-button-next .icon:before {
    color: #48a7a5;
}


.cust-reviews-swiper .swiper-button-prev:hover,
.cust-reviews-swiper .swiper-button-next:hover {
    background: #48a7a5;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
}

.cust-reviews-swiper .swiper-button-prev:hover .icon:before,
.cust-reviews-swiper .swiper-button-next:hover .icon:before {
    color: #FFF;
}


.cust-reviews-shape-1 {
    right: 3%;
    bottom: 0;
}

.cust-reviews-shape-1 img {
    width: 80px;
}

.cust-reviews-shape-2 {
    left: 0;
    top: 0;
    transform: rotateY(180deg);
}

.cust-reviews-shape-2 img {
    width: 150px;
}

.cust-reviews-shape-3 {
    left: 5%;
    bottom: 51px;
}

.cust-reviews-shape-3 img {
    width: 100px;
}

.cust-reviews-shape-4 {
    left: 8%;
    bottom: 0;
}

.cust-reviews-shape-4 img {
    width: 50px;
}

.cust-reviews-shape-5 {
    left: 13%;
    bottom: -5px;
}

.cust-reviews-shape-5 img {
    width: 40px;
}


.reviews-shape {
    z-index: -1;
    right: 0;
    top: 0;
    transform: rotateY(190deg);

}

.reviews-shape img {
    width: 150px;
}

.reviews-shape {
    z-index: -1;
    left: 0;
    top: 15%;
}

.reviews-shape img {
    width: 150px;
}

.reviews-anim-1 {
    position: absolute;
    z-index: 1;
    right: 9%;
    bottom: 10%;
    -webkit-animation: animationFramesTwo 20s infinite linear;
    animation: animationFramesTwo 20s infinite linear;
}

.reviews-anim-1 img {
    width: 20px;
}

.reviews-anim-2 {
    position: absolute;
    z-index: 1;
    right: 23%;
    bottom: 19%;
    -webkit-animation: animationRotate 20s infinite linear;
    animation: animationRotate 20s infinite linear;
}

.reviews-anim-2 img {
    width: 30px;
}

.reviews-anim-3 {
    position: absolute;
    z-index: 1;
    left: 15%;
    bottom: 10%;
    -webkit-animation: moveLeftRotate 8s linear infinite;
    animation: moveLeftRotate 8s linear infinite;
}

.reviews-anim-3 img {
    width: 50px;
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-20px, 1px) rotate(-36deg);
        transform: translate(-20px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-50px, -72px) rotate(-72deg);
        transform: translate(-50px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-30px, -60px) rotate(-108deg);
        transform: translate(-30px, -60px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveLeftRotate {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(80px) rotate(360deg);
        transform: translateX(80px) rotate(360deg);
    }
    100% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}


@media (max-width: 991px) {
    .cust-reviews-shape-2 img {
        width: 100px;
    }

    .customer-reviews-box {
        padding: 50px 80px;
        max-width: 70%;
    }

    .cust-reviews-shape-4,
    .cust-reviews-shape-5,
    .reviews-anim-1,
    .reviews-anim-2,
    .reviews-anim-3,
    .reviews-shape {
        display: none;
    }

    .cust-reviews-shape-1 {
        right: 3%;
        bottom: 5%;
    }

    .cust-reviews-shape-1 img {
        width: 70px;
    }

}


@media (max-width: 576px) {
    .cust-reviews-section {
        padding-bottom: 50px;
    }

    .section-head p {
        text-align: center;
    }

    .cust-reviews-section .swiper-container {
        padding: 50px 0;
    }

    .customer-reviews-box {
        padding: 100px 20px;
        max-width: 75%;
        box-shadow: 0 0 25px rgba(37, 109, 107, 0.24);
    }

    .cust-reviews-swiper .swiper-button-prev,
    .cust-reviews-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .cust-reviews-swiper .swiper-button-next {
        right: 0;
    }

    .cust-reviews-swiper .swiper-button-prev {
        left: 0;
    }

    .customer-reviews-box .quote {
        top: -36px;
    }

    .cust-reviews-swiper .swiper-button-prev .icon,
    .cust-reviews-swiper .swiper-button-next .icon {
        font-size: 12px;
    }

    .cust-reviews-shape-3 img {
        width: 60px;
    }

}

/* ************************* contact us section ************************* */

.contact_us-section {
    padding-bottom: 50px;
    position: relative;
}

.contact_us-section .section-head {
    margin-bottom: 30px;
}

.contact_us-section .contact_us-section-form {
    padding: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    max-width: 90%;
}

.contact_us-section .contact_us-section-form .form-control {
    background: #F6F6F6;
    border-radius: 30px;
    border: 1px solid #D1D1D1;
    padding: .375rem 1rem;
    font-size: 14px;
    height: 40px;
}

.contact_us-section .contact_us-section-form .form-control::placeholder {
    font-size: 13px;
    color: #909090;
}

.contact_us-section .contact_us-section-form .form-control:focus {
    box-shadow: none;
    border-color: #48A7A5;
}

.contact_us-section .contact_us-section-form textarea.form-control {
    border-radius: 15px;
    resize: none;
    height: 150px
}

.contact_us-section .contact_us-section-form .contact_us-section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.contact_us-section .contact_us-section-form .contact_us-section-btn button {
    width: 220px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: linear-gradient(-90deg, #48A8A6, #4885A8);
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(72, 133, 168, 0.5);
    transition: 0.3s;

}

.contact_us-section .contact_us-section-form .contact_us-section-btn button:hover {
    background: linear-gradient(90deg, #48A8A6, #4885A8);
    box-shadow: 0 0 10px rgba(72, 133, 168, 0.9);
    width: 250px;
}

.contact_us-section-img-box {
    align-self: flex-end;
}

.contact_us-section .contact_us-section-img img {
    width: 100%;
}


@media (max-width: 991px) {
    .contact_us-section .contact_us-section-form {
        max-width: 90%;
        margin: auto;
    }

    .contact_us-section .contact_us-section-img {
        margin: 80px 0 20px;
    }

    .contact_us-section .contact_us-section-img img {
        max-width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

}

@media (max-width: 576px) {
    .contact_us-section .contact_us-section-img img {
        max-width: 85%
    }
}


/* ************************* footer ************************* */

.footer-section {
    background: url("../images/footer-bg-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    padding-top: 100px;
    z-index: 1;
    position: relative;
}

.footer-section.lazybg {
    background-image: none;
    background: linear-gradient(to left, #367675, #1A5766);
}

.footer-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #367675, #1A5766);
    opacity: 0.9;
    z-index: -1;
}

.foot-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF;
}

.foot-social img {
    width: 150px;
}

.foot-social ul {
    display: flex;
    align-items: center;
    align-self: flex-end;
}

.foot-social ul li {
    margin: 0 6px;
}

.foot-social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    transition: 0.3s;
}

.foot-social ul li a:hover {
    background: #48A7A5;
}

.foot-social ul li a:hover .icon:before {
    color: #FFF;
}

.foot-social ul li a .icon {
    font-size: 13px;
}

.foot-social ul li a svg path {
    fill: #48A7A5;
}

.foot-social ul li a:hover svg path {
    fill: #FFF;
}

.foot-social ul li a .icon:before {
    color: #48A7A5;
}

.foot-list {
    padding: 30px 0;
    margin: 0 50px;
}

.foot-list .foot-list-head {
    margin-bottom: 15px;
}

.foot-list .foot-list-head h5 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 15px;
}

.foot-list .foot-list-inner {
    display: flex;
    justify-content: space-between;
}

.foot-list .foot-list-inner.two-col {
    width: 80%;
}

.foot-list .foot-list-inner ul li {
    margin-bottom: 15px;
}

.foot-list .foot-list-inner ul a {
    color: #FFFFFF;
    transition: 0.3s;
}

.foot-list .foot-list-inner ul a:hover {
    color: #6cb8da;
}

.foot-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    padding: 10px 0;
    border-top: 1px solid #FFF;
}


@media(max-width: 575px) {
    .foot-copyright {
        flex-direction: column;
        gap: 10px;
    }
}

.foot-copyright p {
    font-size: 14px;
}

.foot-copyright .payment-icons img {
    width: 80px;
}

.footer-section-wav-top .custom-shape-divider-top-1603001802 {
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.footer-section-wav-top .custom-shape-divider-top-1603001802 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 104px;
}

.footer-section-wav-top .custom-shape-divider-top-1603001802 .shape-fill {
    fill: #FFFFFF;
}

body.page .footer-section-wav-top .custom-shape-divider-top-1603001802 .shape-fill {
    fill: #FCFCFC;
}


@media (max-width: 991px) {
    .foot-list .foot-list-inner.two-col {
        flex-direction: column;
    }

    .foot-list .foot-list-inner {
        margin-bottom: 20px;
    }

    .foot-list {
        margin: 0 20px;
    }
}

@media (max-width: 576px) {
    .foot-social {
        flex-direction: column;
        justify-content: center;
        margin: 30px 0;
    }

    .foot-social ul {
        align-self: center;
        margin-top: 30px;
    }

    .footer-section-wav-top .custom-shape-divider-top-1603001802 svg {
        width: 160%;
        height: 50px;
    }


}


/***************************************************

***********  Sign-in page  ***********

***************************************************/

.sign-wrapper {
    background: url("../images/login-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
}


@media (max-width: 500px) {
    .sign-wrapper {
        background: url("../images/mobile/login-5.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: unset;
    }
}

.sign-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: -1;
}

.sign-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(44, 137, 160, 0.25);
    z-index: -1;
}

/* sign back */
.sign-back {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #48A7A5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: 2px solid transparent;
    cursor: pointer;
}

/* .sign-back .icon::before {
  color: #FFF;
} */

.sign-back:hover {
    background: #15787b;
    transform: scale(1.2);
    border-color: #48A7A5;
    color: #000;
}

.sign-back span {
    color: #FFF;
    position: relative;
    top: 2px;
    right: -1px;
    transform: rotate(180deg);
}

/* .sign-back:hover .icon::before {
  color: #48A7A5;
} */

/* sign haeder */
.sign-wrapper .sign-haeder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.sign-wrapper .sign-haeder .sign-haeder-logo {
    width: 150px;
    height: 94px;
}

.sign-wrapper .sign-haeder img {
    width: 100%;
}

.sign-wrapper .sign-haeder p {
    color: #FFF;
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.sign-wrapper .sign-haeder p:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 40%;
    margin: auto;
    height: 1px;
    background: #48A7A5;
    transition: 0.3s;
}

.sign-wrapper .sign-haeder p:hover:after {
    width: 60%;
}

.sign-wrapper .sign-inner {
    max-width: 500px;
    margin: 20px auto;
}

.sign-wrapper .sign-inner.sinup {
    max-width: 600px;
}

/* sign custom input */
.sign-wrapper .sign-form .inputBox {
    margin-bottom: 22px;
    position: relative;
    width: 100%;
}

.sign-wrapper .sign-form .inputBox .inputBox-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.sign-wrapper .sign-form .inputBox .inputBox-icon .icon {
    font-size: 20px;
}

.sign-wrapper .sign-form .inputBox .inputBox-icon .icon::before {
    color: #48A7A5;
}

.sign-wrapper .sign-form .inputBox .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.sign-wrapper .sign-form .inputBox .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
}

.sign-wrapper .sign-form .inputBox .custom-input {
    height: 45px;
    padding-left: 40px;

    padding-right: 45px;
}


.sign-wrapper .sign-form .inputBox .custom-input.phone-input {
    padding-right: 90px !important;
    padding-left: 40px !important;
    direction: rtl;
}

.sign-wrapper .sign-form .inputBox select.custom-input {
    direction: ltr;
}

.sign-wrapper .sign-form .inputBox .custom-placehoder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    color: #FFF;
    pointer-events: none;
    display: block;
    transition: 0.3s;
    font-size: 13px;
    margin-bottom: 0;
}

.sign-wrapper .sign-form .inputBox .custom-input:focus ~ .custom-placehoder {
    transform: translateY(-33px);
    font-size: 12px;
    color: #48A7A5
}

.sign-wrapper .sign-form .inputBox select.custom-input:valid ~ .custom-placehoder {
    transform: translateY(-33px);
    font-size: 12px;
    color: #48A7A5
}

.sign-wrapper .sign-form .inputBox .custom-input.valid ~ .custom-placehoder {
    transform: translateY(-33px);
    font-size: 12px;
    color: #48A7A5
}

.sign-wrapper .sign-form .inputBox .iti.focusin ~ .custom-placehoder {
    transform: translateY(-33px);
    font-size: 12px;
    color: #48A7A5
}

.sign-wrapper .sign-form .inputBox .line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #FFF;
    width: 100%;
    height: 1px;
}

.sign-wrapper .sign-form .inputBox .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #48A7A5;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}

.sign-wrapper .sign-form .inputBox .custom-input:focus ~ .line:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.sign-wrapper .sign-form .inputBox .custom-input.valid ~ .line:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.sign-wrapper .sign-form .inputBox .custom-input.phone-input3 {
    text-align: right;
}

.phone-number .iti__arrow {
    margin-right: 6px;
    margin-left: 0;
}

.phone-number .sign-form .inputBox .iti__flag-container {
    left: auto;
    right: 0;
}

.phone-number .sign-form .inputBox .iti__flag-container .iti__selected-dial-code {
    margin-left: 0;
}

.phone-number .sign-form .inputBox .phone-input3 {
    padding-left: 40px !important;
    padding-right: 97px !important;
}


.sign-wrapper .sign-form .forget-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
}

.sign-wrapper .sign-form .forget-pass a {
    color: #FFF;
    font-size: 14px;
    transition: 0.3s;
}

.sign-wrapper .sign-form .forget-pass a:hover {
    color: #48A7A5;
}

/* sign btn */
.sign-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.sign-btn .btn {
    background: linear-gradient(-90deg, #48A7A5, #2C89A0);
    color: #FFF;
    width: 300px;
    height: 45px;
    border-radius: 30px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-btn .btn:hover,
.sign-btn .btn:focus {
    color: #FFF;
    background: linear-gradient(90deg, #48A7A5, #2C89A0);
    width: 310px;
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 10px #48A7A5;
}

/* show/hide password */
.show-hide-pass-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.show-hide-pass-btn:focus {
    outline: none;
    box-shadow: 0;
}

.show-hide-pass-btn .icon {
    font-size: 20px;
}

.show-hide-pass-btn .icon:before {
    color: rgba(255, 255, 255, 0.70);
    transition: 0.3s;
}

.show-hide-pass-btn:hover .icon:before {
    color: #FFF;
}


/* sign hint */
.sign-hint {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-hint p {
    color: #FFF;
    font-size: 13px;
}

.sign-hint a {
    color: #48A7A5;
    font-weight: bold;
    transition: 0.3s;
    font-size: 13px;
}

.sign-hint a:hover {
    color: #7de5ff;
}

.sign-wrapper .sign-form .inputBox select.custom-input option {
    color: #000 !important;
}

.agree-term-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agree-term-checkbox p {
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 13px;
}

.agree-term-checkbox a {
    color: #48A7A5;
    font-weight: bold;
    font-size: 13px;
    transition: 0.3s;
}

.agree-term-checkbox a:hover {
    color: #7de5ff;
}


/***************************************************

***********  Sign-up page  ***********

***************************************************/


/* telephone number style */
.iti {
    width: 100%;
}

.iti__country-name {
    font-size: 12px;
}

.iti__arrow--up {
    border-bottom: none
}


.iti__selected-flag {
    direction: rtl !important;
    outline: none;
}

.iti__country-list {
    right: 0;
    left: auto;
    text-align: left;

    max-width: 290px;
    overflow-x: scroll !important;
}

/* tel responsive */
@media (max-width: 1024px) {
    .iti__country-list {
        right: auto;
        left: auto;
    }
}

@media (max-width: 991px) {
    .iti__country-list {
        left: auto;
        right: 0;
    }
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}

.iti__country {
    direction: ltr;
}

.iti__arrow {
    border-top: 4px solid #fff;
}


.iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 6px;
    direction: ltr;
}

/***************************************************

***********  code check page  ***********

***************************************************/

.sign-wrapper .sign-inner.code-check-form {
    margin-top: 70px;
}

.sign-form-head {
    color: #FFF;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-form-head span {
    color: #06D79C;
}

.code-inputs, .code-inputs-email {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    /* direction: rtl; */
}

.code-inputs .code-box, .code-inputs-email .code-box-email {
    background: rgba(255, 255, 255, 0.30);
    width: 50px;
    height: 60px;
    border: 1px solid #FFF;
    border-radius: 4px;
    font-size: 30px;
    margin: 0 10px;
    color: #FFF;
    padding: 5px;
    text-align: center;
}

.code-inputs .code-box:focus, .code-inputs-email .code-box-email:focus {
    box-shadow: none;
    border: 1px solid #06D79C;
}

.code-inputs .code-box::placeholder, .code-inputs-email .code-box-email::placeholder {
    color: #FFF;
}

.code-box::-webkit-inner-spin-button, .code-box-email::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.code-check-return {
    color: #FFF;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.code-check-return .code-return-btn {
    color: #48A7A5;
    transition: 0.3s;
    background: transparent;
    border: none;
    margin-left: 5px;
    outline: none;
    font-weight: bold;
}

.code-check-return .code-return-btn:hover {
    color: #348381;
}

.sign-wrapper .sign-inner.phone-number {
    max-width: 330px;
    margin-top: 70px;
}

.sign-wrapper .sign-inner.forget-password {
    max-width: 500px;
    margin-top: 70px;
}


@media (max-width: 576px) {
    .sign-wrapper .sign-haeder {
        margin-top: 50px;
    }

    .sign-back {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .sign-wrapper .sign-inner {
        max-width: 90% !important;
    }

    .code-inputs .code-box, .code-inputs-email .code-box-email {
        width: 40px;
        height: 46px;
        margin: 0 8px;
        font-size: 26px;
    }

    .sign-wrapper .sign-inner.sinup {
        padding-bottom: 50px;
    }
}

@media (max-width: 330px) {
    .code-inputs .code-box, .code-inputs-email .code-box-email {
        width: 32px;
        height: 39px;
    }
}


/* contact us modal */
.contactUs-modal .close {
    background: #48A8A6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    outline: none;

}

.contactUs-modal .close:not(:disabled):not(.disabled):focus,
.contactUs-modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.contactUs-modal .close span {
    opacity: 1;
}

.contactUs-modal .modal-content {
    padding: 30px 20px 10px;
    position: relative;
    border-radius: 20px;
}

.contact_us-modal .contact_us-modal-head h5 {
    color: #48A7A5;
    font-weight: bold;
    border-left: 3px solid #48A7A5;
    padding-left: 10px;
}

.contact_us-modal .contact_us-modal-head p {
    color: #6E6E6E;
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.7;
}

.contact_us-modal-form {
    margin-top: 30px;
}

.contact_us-modal-form .form-control {
    border-radius: 30px;
    background: #FCFEFF;
    border-color: #DFDFDF;
}

.contact_us-modal .form-control:focus {
    border-color: rgba(72, 167, 165, 0.6);
}

.contact_us-modal-form textarea.form-control {
    border-radius: 10px;
    resize: none;
    height: 150px;
}

.contact_us-modal-form select.form-control {
    font-size: 13px;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contact_us-modal-form .form-control:focus,
.contact_us-modal-form .form-control:active {
    outline: 0;
    box-shadow: none;
}

.contact_us-modal-form .form-control::placeholder {
    font-size: 13px;
    color: #BDBDBD;
}


.contact_us-modal .contact_us-modal-check {
    margin-top: 30px;
}

.contact_us-modal .contact_us-modal-check p {
    margin-bottom: 15px;
    color: #2C89A0;
    font-weight: bold;
    font-size: 14px;
}

.contact_us-modal .contact_us-modal-check .checkbox span:last-child {
    color: #6E6E6E;
    font-size: 13px;
}

.contact_us-modal .contact_us-modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.contact_us-modal .contact_us-modal-btn button {
    color: #FFF;
    background: #48A7A5;
    border-radius: 30px;
    width: 230px;
    height: 38px;
    outline: none;
    transition: 0.3s;
}

.contact_us-modal .contact_us-modal-btn button:hover {
    width: 250px;
    background: #3a8887;
    color: #FFF;
}


@media (max-width: 1024px) {
    .contact_us-modal-form select.form-control {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }

    .cs-select-arrow .select-arrow {
        display: none;
    }
}


/***************************************************

***********  contact us page  ***********

***************************************************/

body.page {
    background: #FCFCFC;
}

.page-header {
    min-height: 500px;
    background: url("../images/contact-us_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

.page-header.contactUs-header {
    background: url("../images/contact-us_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 500px) {
    .page-header.contactUs-header {
        background: url("../images/mobile/contact-us_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.pricing-header {
    background: url("../images/packages-prices_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 500px) {
    .page-header.ourServices-header {
        background: url("../images/mobile/packages-prices_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.shippingRate-header {
    background: url("../images/shipping-rate_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 500px) {
    .page-header.shippingRate-header {
        background: url("../images/mobile/shipping-rate_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.ourServices-header {
    background: url("../images/our-service_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 500px) {
    .page-header.ourServices-header {
        background: url("../images/mobile/our-service_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.blog-header {
    background: url("../images/blog_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.blog-header {
        background: url("../images/mobile/blog_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.aboutUS-header {
    background: url("../images/about-us-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.aboutUS-header {
        background: url("../images/mobile/about-us-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.workingHour-header {
    background: url("../images/working-hour.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
}

.page-header.faq-header {
    background: url("../images/faq_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.faq-header {
        background: url("../images/mobile/faq_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }

}

.page-header.affiliate-header {
    background: url("../images/affiliate-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.page-header.pictures-header {
    background: url("../images/images_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.pictures-header {
        background: url("../images/mobile/images_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.ourVideos-header {
    background: url("../images/videos-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.ourVideos-header {
        background: url("../images/mobile/videos-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}


.page-header.shipmentProhibited-header {
    background: url("../images/shipment-prohibited.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.page-header.historyAchievements-header {
    background: url("../images/history-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 500px) {
    .page-header.historyAchievements-header {
        background: url("../images/mobile/history-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: unset;
    }
}

.page-header.termsUse-header {
    background: url("../images/terms-use-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.page-header.privacyPolicy-header {
    background: url("../images/privacypolicy-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.page-header.shippingTerms-header {
    background: url("../images/shippingterms-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.page-header.blogDetails-header {
    min-height: 150px;
    background: none;
}

@media (max-width: 991px) {
    .page-header.blogDetails-header {
        min-height: auto;
    }
}

.page-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #367675, #1A5766);
    opacity: 0.9;
    z-index: -1;
}

.page-header .page-header-conetnt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-header .page-header-conetnt h1 {
    color: #8AFF9B;
    font-size: 30px;
    margin-bottom: 15px;
}

.page-header .page-header-conetnt p {
    color: #FFFFFF;
    font-size: 18px;
}

/* contact-us-info-boxs */

.contact-us-info-boxs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

.contact-us-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 70px;
    background: #FFF;
    border-radius: 12px;
    transition: 0.3s;
}

.contact-us-box:hover {
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
}


.contact-us-box p {
    color: #48A7A5;
    font-weight: bold;
    margin-top: 20px;
    font-size: 15px;
}

/* .contact-us-box:first-child img {
    margin-top: 15px;
}

.contact-us-box:first-child p {
    margin-top: 40px;
}

.contact-us-box:first-child span {
    margin-top: 8px;
} */

.contact-us-box span {
    color: #6E6E6E;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

.contact-us-box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-us-box img,
.contact-us-box div {
    height: 50%;
}

.contact-us-inner {
    padding: 50px 0;
}

.contact-us-inner-form h2 {
    margin-bottom: 30px;
    margin-left: 10px;
    color: #4D4F5C;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.contact-us-inner-form h2 p {
    position: absolute;
    left: 0;
    top: -19px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    color: #38a2b8;
}

.contact-us-inner-form h2 span:nth-child(1) {
    color: #FFF;
    position: relative;
}

.contact-us-inner-form h2 span:nth-child(1):after {
    content: "";
    position: absolute;
    left: -8px;
    width: 111%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #57B9B7, #339EB8);
    border-radius: 40px 0 0 40px;
    z-index: -1;
}

.contact-us-inner-form h2 span:nth-child(2) {
    color: #424242;
}

.contact-us-inner-form h4 {
    color: #48A8A6;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.contact-us-inner-form p {
    color: #6E6E6E;
    font-size: 14px;
    margin-bottom: 30px;
}


.contact-us-inner-form .form-control {
    background: #F6F6F6;
    border-radius: 30px;
    border: 1px solid #D1D1D1;
    padding: .375rem 1rem;
    font-size: 14px;
    height: 45px;
}

.contact-us-inner-form .form-control::placeholder {
    font-size: 13px;
    color: #909090;
}

.contact-us-inner-form .form-control:focus {
    box-shadow: none;
    border-color: #48A7A5;
}

.contact-us-inner-form textarea.form-control {
    border-radius: 15px;
    resize: none;
    height: 190px
}

.contact-us-inner-form .contact-us-inner-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0 0;
}

.contact-us-inner-form .contact-us-inner-btn button {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: linear-gradient(-90deg, #48A8A6, #4885A8);
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(72, 133, 168, 0.5);
    transition: 0.3s;

}

.contact-us-inner-form .contact-us-inner-btn button:hover {
    background: linear-gradient(90deg, #48A8A6, #4885A8);
    box-shadow: 0 0 10px rgba(72, 133, 168, 0.9);
    width: 210px;
}

.contact-us-inner-img img {
    border-radius: 8px;
}

@media (max-width: 991px) {
    .page-header {
        min-height: 450px;
    }

    .contact-us-info-boxs {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .contact-us-info-boxs .contact-us-box {
        padding: 50px 0;
        width: 70%;
        margin: 0 auto 30px;
    }

    .contact-us-inner-img {
        display: none;
    }
}


/***************************************************

***********  shipping rate page  ***********

***************************************************/


.shipping-rate-box-search {
    background: #FFF;
    border: 1px solid #DDDDDD;
    padding: 15px;
    margin: 50px 0;
    border-radius: 10px;
}

.shipping-rate-box-inner {
    width: 100%;
    position: relative;
}

.shipping-rate-box-inner .shipping-rate-search-btn {
    position: absolute;
    left: 0;
    height: 45px;
    z-index: 2;
    height: 100%;
    background: #4AA6A3;
    border-radius: 4px 0 0 4px;
    width: 45px;
}

.shipping-rate-box-inner .shipping-rate-search-btn .icon::before {
    color: #FFF;
}


/* select 2 style */
.shipping-rate-box-inner .select2 {
    width: 100% !important;
}

.shipping-rate-box-inner .select2-container--default .select2-selection--single {
    border: 1px solid #48A7A5;
}

.shipping-rate-box-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.shipping-rate-box-inner .select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 8px;
    outline: none !important;
}

.shipping-rate-box-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 50px;
}

.shipping-rate-box-inner .select2-selection__placeholder {
    font-size: 13px;
}


/* select 2 global style */
.select2-search {
    margin: 15px !important;
}

.select2-search .select2-search__field {
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    outline: none !important;
    text-align: left;
    direction: ltr;
}

.select2-results__option--selectable {
    font-size: 14px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f7f7f7;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4AA6A3 !important;
    color: #FFF !important;
}


.shipping-rate-form {
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    border-top: 8px solid #48A7A5;
    margin-bottom: 50px;
}

.shipping-rate-form-row {
    padding: 20px 0 15px;
    border-bottom: 1px solid #EBEBEB;
}

.shipping-rate-form-row label {
    color: #48A7A5;
    font-weight: bold;
    margin-bottom: 15px;
}

.shipping-rate-form .form-control {
    height: 40px;
    color: #6E6E6E;
    font-size: 14px;
}

.shipping-rate-form .cs-select-arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shipping-rate-form .input-hint {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #2C89A0;
    font-size: 13px;
}

.shipping-rate-form #grid-weight {
    direction: ltr !important;
    padding-left: 78px;
    padding-right: 85px;
}


.shipping-rate-form #grid-weight::-webkit-outer-spin-button,
.shipping-rate-form #grid-weight::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.shipping-rate-form #grid-weight[type=number] {
    -moz-appearance: textfield;
}


/* .shipping-rate-form input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.shipping-rate-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.shipping-rate-form .shipping-rate-form-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.shipping-rate-form .shipping-rate-form-btn .shipping-rate-btn {
    background: #48A7A5;
    border-radius: 30px;
    color: #FFF;
    height: 40px;
    width: 150px;
    transition: 0.3s;
    outline: 0 !important;
    box-shadow: none;
}

.shipping-rate-form .shipping-rate-form-btn .shipping-rate-btn:hover {
    background: #2f7170;
    width: 160px;
    box-shadow: 0 0 10px rgba(72, 167, 165, 0.5);
}

/* shipping-company-rates */
.shipping-company-rates {
    padding-bottom: 50px;
}

.shipping-company-rates .shipping-company-rate-bx {
    border-radius: 15px;
    background: #F7F9F9;
    margin: 30px 0;
    position: relative;
    max-width: 98%;
    margin: 10px auto 40px;
    transition: 0.3s;
    box-shadow: -2px 2px 15px rgba(62, 156, 163, 0.2);
    z-index: 1;
}

.shipping-company-rates .shipping-company-rate-bx:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 95%;
    height: 80%;
    background: url("../images/shipment-price-mask.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: color-burn;
    -webkit-mix-blend-mode: color-burn;
    -moz-mix-blend-mode: color-burn;
    z-index: -1;
}

.shipping-company-rates .shipping-company-rate-bx .shipping-company-name {
    position: absolute;
    right: 15px;
    top: -19px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #33A7B9, #2E7681);
    color: #FFF;
    border-radius: 10px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
    z-index: 2;
}

.shipping-company-rates .shipping-company-rate-bx .shipping-rate-packages-name {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.shipping-company-rates .shipping-company-rate-bx .shipping-rate-packages-name span {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #3E9CA3 40%, #2B889F 100%, #214A4E 90%);
    color: #FFF;
    border-radius: 24px;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 5px;
}


.shipping-rate-content {
    padding: 20px 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    position: relative;
    min-height: 243px;
    align-items: center;
    padding-bottom: 0;
}

.shipping-rate-content-right {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.shipping-rate-content .shipping-charges {
    color: #2B889F;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.shipping-rate-content h5 {
    font-size: 40px;
    color: #2B889F;
    /* background: #ffffff; */
    margin-bottom: 0;
    width: 54%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.shipping-company-rate-bx .shipping-rate-content .line {
    width: 3px;
    height: calc(220px - 40px);
    background: rgba(43, 136, 159, 0.6);
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

.shipping-rate-content ul {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
}

.shipping-rate-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-bottom: 0;
    width: 100%;
}

.shipping-rate-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(43, 136, 159, 0.15);
    padding: 10px 0;
}

.shipping-rate-content ul li:last-child {
    padding: 10px 0;
}

.shipping-rate-content ul li label {
    margin-bottom: 0;
    color: #2B889F;
    font-weight: bold;
    font-size: 13px;
}

.shipping-rate-content ul li span {
    display: inline-block;
    color: #2B889F;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

.shipping-rate-content .shipping-rate-content-right h5 > span {
    font-size: 25px;
    color: #2B889F;
    margin: 0 3px;
    font-weight: bold;
    margin-top: 15px;
}


@media (max-width: 576px) {

    .shipping-rate-content-right {
        width: 100%;
    }

    .shipping-rate-content .shipping-charges {
        margin-top: 30px;
    }

    .shipping-company-rate-bx .shipping-rate-content .line {
        display: none;
    }

    .shipping-company-rates .shipping-company-rate-bx {
        margin-bottom: 50px;
    }

    .additional-fees-list {
        margin-top: 15px;
        padding-bottom: 20px !important;
    }

    .shipping-rate-content h5 {
        font-size: 40px;
        width: 90%;
    }

    .shipping-rate-content ul {
        width: 90%;
    }

    .shipping-rate-content {
        flex-direction: column;
        align-items: center
    }
}


/* new */
.shipping-company-rate-bx .shipping-rate-content .comprehensive-customs-clearance {
    margin-top: 15px;
    font-weight: bold;
    color: #2B889F;
    font-size: 13px;
    text-align: center;
}

.how-calculate {
    margin-top: 15px;
    margin-left: 8px;
}

.how-calculate .how-calculate-btn {
    background: linear-gradient(-110deg, #3D7886 60%, #55C6CE);
    border: none;
    outline: none;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.how-calculate .how-calculate-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
}


.additional-fees {
    margin-bottom: 0 !important;
}

.additional-fees .btn-cs-dropdown {
    background: linear-gradient(45deg, #3E9CA3 0%, #3E9CA3 50%, #3E9CA3 90%);
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.additional-fees .btn-cs-dropdown .icon {
    color: #FFF;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.additional-fees .btn-cs-dropdown.rotateBtn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.additional-fees-list {
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid rgba(72, 167, 165, .5);
    padding: 20px 0 !important;
    width: 90%;
    margin: auto;
    flex-direction: column;
}

.additional-fees-list li {
    width: auto;
    justify-content: normal;
    display: block;
}

.additional-fees-list li label:nth-child(1) {
    color: #2B889F;
    font-size: 13px;
    font-weight: bold;
}

.additional-fees-list li label:nth-child(2) {
    color: #2B889F;
    font-size: 13px;
    margin-right: 5px;
}

.additional-fees-list li label span {
    font-weight: bold;
}

.additional-fees-list ul li label span {
    color: #555555;
    font-weight: bold;
}

.shipping-rate-content .shipping-rate-result {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shipping-rate-content .shipping-rate-result p {
    font-size: 18px !important;
    color: #2B889F !important;
    font-weight: bold;
}

.shipping-rate-content .shipping-rate-result span {
    font-size: 13px !important;
    color: #F15D40 !important;
    font-weight: normal;
    margin-top: 10px;
}


@media (max-width: 576px) {
    .additional-fees-list {
        width: 90% !important;
        flex-wrap: wrap;
        padding: 5px 15px 5px !important;
    }

    .additional-fees-list li {
        flex-direction: column;
        padding: 7px 0;
    }
}

.shipping-rate-form input[type=number]::placeholder {
    font-size: 12px;
}

/***************************************************

***********  our services page  ***********

***************************************************/

.our-services-box {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.our-services-box:first-child {
    margin-top: 60px;
}

.content-head {
    color: #48A7A5;
    font-weight: bold;
    position: relative;
    padding-left: 8px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

.content-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 5px;
    height: 100%;
    background: #48A7A5;
}

.our-services-box .our-services-text p {
    color: #555555;
    line-height: 2;
    font-size: 15px;
}

.our-services-box .our-services-text ul {
    margin-top: 10px;
}

.our-services-box .our-services-text ul li {
    position: relative;
    color: #555555;
    margin-bottom: 8px;
    padding-left: 15px;
    font-size: 15px;
}

.our-services-box .our-services-text ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 0 3px #48A8A6;
}

.our-services-box .our-services-img {
    max-width: 85%;
    margin: auto;
}

.our-services-number {
    position: absolute;
    bottom: 7%;
    font-size: 15em;
    color: #48A7A5;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(72, 167, 165, 0.3);
    z-index: -1;
}

.our-services-box:nth-child(odd) .our-services-number {
    left: 0;
    transform: translateX(-41px);
}

.our-services-box:nth-child(even) .our-services-number {
    right: 0;
    transform: translateX(50px);
}


.our-services-box:nth-child(3) .our-services-number {
    transform: translateX(-40px);
}

.our-services-page-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.our-services-page-shape-1 img {
    width: 80px;
}


.our-services-img-bg {
    background: url(../images/services-img-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    background-size: contain;
    background-position: top;
}


.our-services-img-bg img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}


.our-services-box:nth-child(2) .our-services-img-bg img {
    top: 40%;
}

@media (min-width: 577px) {
    .our-services-box:nth-child(2) .our-services-img-bg img {
        width: 450px;
    }
}


@media (max-width: 768px) {

    .our-services-box .our-services-img {
        max-width: 60%;
        margin: auto;
    }

    .our-services-img-bg {
        height: 500px;
    }
}

@media (max-width: 576px) {

    .our-services-box .our-services-img {
        max-width: 70%;
        margin: auto;
    }

    .our-services-img-bg {
        height: 300px;
    }

    .our-services-img-bg img {
        width: 250px;
        height: 250px;
        top: 46%;
    }

    .our-services-number {
        bottom: 0;
    }

    .our-services-page-shape-1 {
        display: none;
    }
}


/***************************************************

***********  Blog page  ***********

***************************************************/

.blog-search-box {
    margin: 25px 0 25px;
}

.blog-search-box .search-box-input {
    position: relative;
}

.blog-search-box .search-box-input .icon-search:before {
    color: #47B6BA;
}

.blog-search-box .search-box-input .icon-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-search-box .search-box-input .input-search {
    height: 40px;
    padding-left: 40px;
    border-radius: 20px;
    border: 1px solid #48A7A5;
    font-size: 13px;
    color: #4D4F5C;
}

.blog-search-box .search-box-input .btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    border-radius: 20px !important;
    background: #48A7A5;
    color: #FFF;
    box-shadow: none;
    outline: 0 !important;
    transition: 0.3s;
}

.blog-search-box .search-box-input .btn-search:hover {
    background: #2f7170;
}

/* blog box */

.blog-wrapper .blog-box {
    margin-bottom: 30px;
    display: inline-block;
}

@media(max-width: 767px) {
    .blog-wrapper .blog-box {
        width: 100%;
    }
}

.blog-wrapper .blog-box .blog-box-img {
    height: 235px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-wrapper .blog-box .blog-box-img h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    width: auto;
    height: auto;
    color: #FFF;
    text-align: center;
    padding: 20px 20px;
    font-size: 14px;
}

.blog-wrapper .blog-box .blog-box-img h5:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 50%;
    height: 1px;
    background: #FFF;
}

.blog-wrapper .blog-box .blog-box-img h5:before {
    content: "";
    position: absolute;
    right: 40%;
    transform: translateX(-50%);
    bottom: 4px;
    width: 20%;
    height: 1px;
    background: #FFF;
}


.blog-wrapper .blog-box .blog-box-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.blog-wrapper .blog-box .blog-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: 0.3s;
    border-radius: 5px;
}

.blog-wrapper .blog-box .blog-box-img span {
    color: #fff;
    display: flex;
    background: #48A7A5;
    border-radius: 4px 0 4px 0;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 4px 20px;
    font-size: 12px;
    z-index: 2;
}

.blog-wrapper .blog-box:hover .blog-box-img img {
    transform: scale(1.08) rotate(3deg);
}

.blog-wrapper .blog-box:hover .blog-box-img:after {
    background: rgba(0, 0, 0, 0.5);
}

.blog-wrapper .blog-box .blog-box-content {
    padding: 15px 0;
}

.blog-wrapper .blog-box .blog-box-content .blog-paragraph {
    font-size: 14px;
    line-height: 1.7;
    color: #6E6E6E;
}

.blog-box-foot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px
}

.blog-box-foot .blog-box-statis {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.blog-box-foot .blog-box-statis:first-child {
    margin-left: 0;
}

.blog-box-foot .blog-box-statis:nth-child(1) img {
    width: 20px;
}

.blog-box-foot .blog-box-statis:nth-child(2) img {
    width: 18px;
}

.blog-box-foot .blog-box-statis:nth-child(3) img {
    width: 18px;
    position: relative;
    top: -3px;
}

.blog-box-foot .blog-box-statis span {
    padding-left: 8px;
    font-size: 14px;
    color: #6E6E6E;
    display: inline-block;
}


/***************************************************

***********  Blog Details page  ***********

***************************************************/

#article_dts-wrapper * {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

#article_dts-wrapper .article_dts-content * {
    font-size: 15px !important;
    line-height: 2 !important;
    color: #555555 !important;
    font-size: 14px !important;
}

.article_dts-wrapper .article_dts-img {
    height: 465px;
    width: 100%;
    border-radius: 10px;
}

.article_dts-wrapper .article_dts-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.article_dts-wrapper .article_dts-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.article_dts-wrapper .article_dts-info h2 {
    color: #222222;
    font-weight: bold;
    margin-right: 50px;
    line-height: 2;
    font-size: 15px;
    margin: 0;
}

.article_dts-wrapper .article_dts-info .blog-box-foot {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.article_dts-wrapper .article_dts-info .blog-box-foot .our-articles-statis {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.article_dts-wrapper .article_dts-info .blog-box-foot .our-articles-statis span {
    padding-left: 8px;
    font-size: 14px;
    color: #4b6d6e;
    display: inline-block;
}

.article_dts-wrapper .article_dts-content {
    padding: 20px 50px;
    line-height: 2;
    color: #555555;
    font-size: 14px;
}

.article_dts-wrapper .article_dts-content p {
    margin-bottom: 10px;
}

.article_dts-wrapper .articles-content-img {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.article_dts-wrapper .articles-content-img img {
    max-width: 50%;
    margin-right: 30px;
}

.article_dts-wrapper .article_dts-content h4 {
    font-weight: 500;
    color: #555555;
    margin-bottom: 15px;
    font-size: 17px;
}

.article_dts-wrapper .article_dts-content ul {
    margin-bottom: 20px;
}

.article_dts-wrapper .article_dts-content ul li {
    position: relative;
    padding-left: 20px;
}

.article_dts-wrapper .article_dts-content ul li:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #47b6ba;
}

/* article details review */
.article_dts-wrapper .article_dts-review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.article_dts-wrapper .article_dts-review h3 {
    color: #555555;
    font-size: 20px;
    margin-bottom: 40px;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns {
    display: flex;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .review-box {
    text-align: center;
    margin-right: 50px;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .review-box:last-child {
    margin-right: 0;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .review-box button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    outline: none !important;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .review-box button:hover {
    transform: scale(0.92);
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .review-box p {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .bad-article button {
    border: 1px solid #ef3d3d !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns button img {
    width: 40px;
}


.article_dts-wrapper .article_dts-review .article_dts-review-btns .bad-article p {
    color: #ef3d3d;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .good-article button {
    border: 1px solid #18c139 !important;
}

.article_dts-wrapper .article_dts-review .article_dts-review-btns .good-article p {
    color: #18c139;
}

@media (max-width: 576px) {
    .article_dts-wrapper .articles-content-img {
        flex-direction: column;
    }

    .article_dts-wrapper .articles-content-img img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .article_dts-wrapper .article_dts-content {
        padding: 20px !important;
    }

    .article_dts-wrapper .article_dts-info {
        flex-direction: column;
    }

    .article_dts-wrapper .article_dts-info .blog-box-foot {
        margin-top: 20px;
    }

    .article_dts-wrapper .article_dts-info .blog-box-foot .our-articles-statis {
        margin-top: 15px;
    }

    .article_dts-wrapper .article_dts-info .blog-box-foot .our-articles-statis:first-child {
        margin-left: 0;
    }
}


/***************************************************

***********  About us page  ***********

***************************************************/


.mycn-company {
    margin-top: 80px;
}

.mycn-company .mycn-company-text p {
    color: #555555;
    line-height: 2;
}

.mycn-company .mycn-company-img {
    max-width: 80%;
    margin-left: auto;
}

.mycn-platform {
    margin: 50px 0;
}

.mycn-platform p {
    color: #555555;
    line-height: 2;
}

.mycn-platform .mycn-platform-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 15px 20px;
    background: #48A7A5;
    border-radius: 5px;
}

.mycn-platform .mycn-platform-foot div {
    display: flex;
    align-items: center;
}

.mycn-platform .mycn-platform-foot div p {
    font-size: 14px;
    color: #FCFCFC;
}

.mycn-platform .mycn-platform-foot div span {
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: underline;
    color: #FFF;
}

.mycn-platform .mycn-platform-foot .registration-no {
    align-items: flex-end !important;
}


@media (max-width: 991px) {
    .mycn-company .mycn-company-img {
        max-width: 70%;
        margin: 40px auto;
    }

    .mycn-platform .mycn-platform-foot {
        flex-direction: column;
    }

    .mycn-platform .mycn-platform-foot div:last-child {
        margin-top: 10px;
    }


    .mycn-platform .mycn-platform-foot div {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .mycn-platform .mycn-platform-foot .registration-no {
        align-items: flex-start !important;
    }

    .mycn-platform .mycn-platform-foot div span {
        margin-left: 0 !important;
    }

}

@media (max-width: 576px) {
    .mycn-company .mycn-company-img {
        max-width: 80%;
        margin: 80px auto;
    }
}


/***************************************************

***********  working hour page  ***********

***************************************************/

.working-hour-inner {
    margin-top: 60px;
}

.working-hour-text .working-hour-box {
    margin-bottom: 40px;
}

.working-hour-text .working-hour-box:not(:nth-child(1)) {
    margin-left: 40px;
}

.working-hour-text .working-hour-box h4 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.working-hour-text .working-hour-box h4 img {
    width: 40px;
}

.working-hour-text .working-hour-box h4 span {
    color: #48A7A5;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
}

.working-hour-text .working-hour-box p {
    margin-left: 10px;
    color: #555555;
}

.working-hour-text .working-hour-box.working-hour-box-icon p {
    margin-left: 50px;
}

.working-hour-text .working-hour-list {
    margin-top: 30px;
    margin-left: 10px;
}

.working-hour-text .working-hour-list li {
    margin-bottom: 15px;
    color: #555555;
    position: relative;
    display: flex;
}

.working-hour-text .working-hour-list li p {
    display: flex;
    /* flex: 1; */
}

.working-hour-text .working-hour-list li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #48A7A5;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.working-hour-text .working-hour-list li span:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -4px;
    width: 100%;
    height: 100%;
    border: 1px solid #48A7A5;
    border-radius: 50%;
    z-index: -1;
}


@media (max-width: 768px) {
    .working-hour-img {
        max-width: 80%;
        margin: 80px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .working-hour-img img {
        width: 330px;
    }

}

/***************************************************

***********  faq page  ***********

***************************************************/

.faq-page {
    position: relative;
}

.faq-inner {
    margin-top: 80px;
    padding-bottom: 80px;
}

.faq-inner .faq-nav .nav-tabs {
    width: 100%;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}


.faq-inner .faq-nav .nav-tabs .nav-link {
    border: none;
    text-align: center;
    background: #FCFCFC;
    color: #48A7A5;
    border-radius: 0;
    border: 1px solid #E4E4E4;
    border-right: 0;
}

.faq-inner .faq-nav .nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.faq-inner .faq-nav .nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #E4E4E4;
}

.faq-inner .faq-nav .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.faq-inner .faq-nav .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.faq-inner .nav-tabs .nav-item.show .nav-link,
.faq-inner .nav-tabs .nav-link.active {
    background: #48A7A5 !important;
    color: #FCFCFC !important;
}

.faq-inner .accordion .card {
    margin-bottom: 20px;
    border: 0;
    border-radius: 5px;
    background: transparent;
}

.faq-inner .accordion .card-header {
    padding: 0;
    border: 0;
}

.faq-inner .accordion .card-header button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px;
    background: #F1F5F8;
    text-decoration: none;
    border: 0;
    position: relative;
    text-align: left;
}

.faq-inner .accordion .card-header button span {
    color: #13414D;
    font-size: 16px;
}

.faq-inner .accordion .card-header button .icon {
    transform: rotate(-90deg);
}

.faq-inner .accordion .card-body {
    border: 1px solid #EEEEEE;
    border-top: 0;
}

.faq-inner .accordion .card-body p {
    font-size: 14px;
    line-height: 1.8;
    color: #13414D;
    font-family: 'Montserrat', 'Droid Arabic Kufi', sans-serif;
}

#faqInner.accordion .card-body > * {
    font-family: 'Montserrat', 'Droid Arabic Kufi', sans-serif;
}

.faq-inner .accordion .btn-link .accordion-arrow img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    transition: transform ease-in-out 0.2s;
}


.faq-inner .accordion .btn-link:not(.collapsed) {
    background: #48A8A6;
    color: #ffffff;
}

.faq-inner .accordion .btn-link:not(.collapsed) span {
    color: #FFF;
}

.faq-inner .accordion .btn-link:not(.collapsed) img {
    transform: rotate(180deg) translate(0, 50%);
    filter: brightness(100);
}

.faq-page-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotateY(180deg);
}

.faq-page-shape img {
    width: 200px;
    opacity: 0.3;
}

@media (max-width: 1024px) {
    .faq-page-shape {
        display: none;
    }
}

@media (max-width: 576px) {
    .faq-inner .faq-nav .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .faq-inner .faq-nav .nav-tabs .nav-item {
        width: 100%;
    }

    .faq-inner .faq-nav .nav-tabs .nav-link {
        border-right: 1px solid #E4E4E4;
    }

    .faq-inner .nav-tabs .nav-item.show .nav-link,
    .faq-inner .nav-tabs .nav-link.active {
        border-color: #48A7A5 !important
    }

    .faq-inner .faq-nav .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 0;
    }
}


/***************************************************

***********  affiliate page  ***********

***************************************************/

.affiliate-about {
    margin-top: 80px;
}

.affiliate-about .affiliate-about-text h4 {
    font-size: 21px;
}

.affiliate-about .affiliate-about-text p {
    margin-bottom: 20px;
    color: #13414D;
    line-height: 1.8;
}



.affiliate-about .affiliate-about-text h6 {
    font-size: 16px;
    font-weight: bold;
    color: #13414D;
    margin-bottom: 29px;
}

.affiliate-about .affiliate-about-text ul {
    position: relative;
}

.affiliate-about .affiliate-about-text ul:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(112, 112, 112, 0.06);
    z-index: -1;
}

.affiliate-about .affiliate-about-text ul li {
    font-size: 14px;
    color: #13414D;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.affiliate-about .affiliate-about-text ul li .number {
    color: #41A0A4;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(187,187,187,0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-weight: normal;
}

.affiliate-about .affiliate-about-text ul li p {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.affiliate-about .affiliate-about-text ul li span {
    color: #48A7A5;
    font-weight: bold;
}

.affiliate-about .affiliate-about-text h3 {
    font-size: 16px;
    color: #13414D;
    font-weight: bold;
    line-height: 1.8;
}

.affiliate-about .affiliate-about-img .affiliate-video-box {
    border: 1px solid rgba(112, 112, 112, 0.14);
    padding: 20px;
    border-radius: 15px;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .affiliate-video-inner {
    height: 309.02px;
    position: relative;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .affiliate-video-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.21);
    user-select: none;
    pointer-events: none;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .affiliate-video-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .affiliate-video-inner svg {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .affiliate-video-inner a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.affiliate-about .affiliate-about-img .affiliate-video-box h4 {
    font-size: 16px;
    color: #13414D;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.affiliate-about .affiliate-about-img .affiliate-video-box p {
    font-size: 14px;
    color: #13414D;
    line-height: 1.8;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .btn-marketing-now {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, #48A7A5, #2C89A0);
    color: #FFF;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.affiliate-about .affiliate-about-img .affiliate-video-box .btn-marketing-now:hover {
    background: linear-gradient(to top, #48A7A5, #2C89A0);;
}

.affiliate-skills {
    margin-top: 40px;
}

.affiliate-skills h4 {
    text-align: center;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #48A7A5;
    font-weight: bold;
    position: relative;
}

.affiliate-skills h4:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: auto;
    right: auto;
    width: 40px;
    height: 4px;
    background: #48A7A5;
    border-radius: 0 20px 0 20px;
}

.affiliate-skills .affiliate-boxs {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
    text-align: center;
    margin: 50px 0;
}

.affiliate-skills .affiliate-bx img {
    width: 100px;
}

.affiliate-skills .affiliate-bx p {
    color: #6E6E6E;
    font-weight: bold;
    font-size: 14px;
    width: 80%;
    margin: auto;
    line-height: 1.8;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .affiliate-skills .affiliate-boxs {
        grid-template-columns: repeat(2, 1fr);
    }

    .affiliate-skills .affiliate-bx {
        margin-bottom: 50px;
    }

    .affiliate-skills .affiliate-bx p {
        width: 90%;
    }

    .affiliate-about .affiliate-about-img {
        max-width: 70%;
        margin: 50px auto;
    }
}

@media (max-width: 576px) {
    .affiliate-skills h4 {
        line-height: 1.8;
    }

    .affiliate-skills .affiliate-boxs {
        grid-template-columns: repeat(1, 1fr);
    }

    .affiliate-about .affiliate-about-img {
        max-width: 90%;
        margin: 50px auto;
    }
}


/***************************************************

***********  pictures page  ***********

***************************************************/

.pictures-inner {
    margin: 80px 0;
}

.photo-gallery-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 250px);
    grid-template-areas:
        "img2 img1 img1"
        "img2 img4 img3"
        "img5 img5 img3";
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .photo-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
        grid-template-areas:
            "img1 img1"
            "img3 img2"
            "img4 img5";
    }
}

.photo-gallery-grid .photo-gallery-img {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.photo-gallery-grid .photo-gallery-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0;
    transition: 0.3s;
}

.photo-gallery-grid .photo-gallery-img:hover:after {
    opacity: 0.7;
}

.photo-gallery-grid .photo-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.photo-gallery-grid .photo-gallery-img:hover > img {
    transform: scale(1.1) rotate(2deg);
    transition: 0.3s;
}


.photo-gallery-grid .photo-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-gallery-grid .photo-gallery-img:nth-child(1) {
    grid-area: img1;
}

.photo-gallery-grid .photo-gallery-img:nth-child(2) {
    grid-area: img2;
}

.photo-gallery-grid .photo-gallery-img:nth-child(3) {
    grid-area: img3;
}

.photo-gallery-grid .photo-gallery-img:nth-child(4) {
    grid-area: img4;
}

.photo-gallery-grid .photo-gallery-img:nth-child(5) {
    grid-area: img5;
}


/***************************************************

***********  our-videos page  ***********

***************************************************/


.our-videos-wrapper {
    margin: 50px 0 30px;
}

#video-iframe {
    height: 500px;
    width: 100%;
    border: none;
}

.our-videos-inner {
    margin-bottom: 60px;
}

.my-videos-box {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}

.my-videos-box-video {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.my-videos-box-video a {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.my-videos-box-video a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider .icon-open-video {
    display: flex;
    place-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
}

.video-slider .icon-open-video .icon {
    font-size: 40px;
}

.video-slider .icon-open-video .icon:before {
    color: rgba(255, 255, 255, 0.8);
}

.my-videos-box-info {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.my-videos-box-info p {
    color: #48A7A5;
    font-weight: bold;
    font-size: 14px;
    margin-right: 30px;
}

.my-videos-box-info span {
    color: #4B6D6E;
}


/***************************************************

***********  shipment-prohibited page  ***********

***************************************************/

.shipment-prohibited-inner {
    margin: 80px 0;
}

.shipment-prohibited-inner .media {
    margin-bottom: 50px;
}


.shipment-prohibited-inner .media .media-body {
    margin-left: 15px;
}

.shipment-prohibited-inner .media .media-body h5 {
    color: #48A7A5;
    font-weight: bold;
    font-size: 17px;
}

.shipment-prohibited-inner .media .media-body span {
    margin-top: 10px;
    color: #6E6E6E;
    line-height: 1.8;
    font-size: 14px;
}


/***************************************************

***********  historyAchievements page  ***********

***************************************************/

.clear {
    clear: both;
}

.history-achievements-inner {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 80%;
}

.history-achievements-inner:After {
    content: "";
    position: absolute;
    right: 50%;
    top: 20px;
    width: 2px;
    height: 100%;
    z-index: -1;
    background: #4FBAA6;
}

.history-timeline .timeline-list {
    list-style: none;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-bottom: 60px;

}

.history-timeline .timeline-list:nth-child(odd) {
    text-align: left;
    clear: both;
}

.history-timeline .timeline-list:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.history-timeline .timeline-list .time {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: linear-gradient(90deg, #157371, #48A7A5);
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #4FBAA6;
    position: absolute;
    left: calc(50% - 90px);
    right: 0;
    z-index: 1;
    transform: translateX(50%);
    transition: 0.3s;
}

.history-timeline .timeline-list:hover .time {
    box-shadow: 0 0 0 2px #fff,
    0 0 0 4px #4FBAA6;
    background: linear-gradient(90deg, #157371 70%, #48A7A5 100%);;
}

.history-timeline .timeline-list .time p:first-child {
    font-weight: bold;
}

.history-timeline .timeline-list .timeline-list-content {
    padding-top: 135px;
}

.history-timeline .timeline-list .timeline-list-content .month {
    background: #4FBAA6;
    color: #FFF;
    width: 90px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    margin-left: auto;
    position: relative;
    transition: 0.3s;
}

.history-timeline .timeline-list .timeline-list-content .month:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F1F5F8;
    border: 2px solid #4FBAA6;
    position: absolute;
    right: -21px;
    z-index: 2;
    transition: 0.3s;
}

.history-timeline .timeline-list:nth-child(even) .timeline-list-content .month:after {
    left: -23px;
}

.history-timeline .timeline-list:hover .timeline-list-content .month {
    width: 100px;
}

.history-timeline .timeline-list:hover .timeline-list-content .month:after {
    background: #4FBAA6;
    border-color: #9dd4ca;
}

.history-timeline .timeline-list .timeline-list-content .month:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4FBAA6;
    position: absolute;
    right: -5px;
}

.history-timeline .timeline-list .timeline-list-content .month p {
    font-size: 13px;
}

.history-timeline .timeline-list .timeline-list-content .content {
    color: #1e7c7a;
    line-height: 1.8;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.history-timeline .timeline-list:hover .timeline-list-content .content {
    color: #1d7b79;
}

.history-timeline .timeline-list:nth-child(even) .timeline-list-content .month {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.history-timeline .timeline-list:nth-child(even) .timeline-list-content .month:after {
    left: -23px;
    right: unset;
}

.history-timeline .timeline-list:nth-child(even) .timeline-list-content .month:before {
    left: -5px;
    right: unset;
    border-right: 6px solid #4FBAA6;
    border-left: none;
}

.history-timeline .timeline-list .timeline-list-content-two {
    padding-top: 0;
}

@media (max-width: 768px) {
    .history-achievements-inner {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .history-achievements-inner:After {
        right: 15%;
        height: 100%;
    }

    .history-timeline .timeline-list:nth-child(even) {
        float: right;
    }

    .history-timeline .timeline-list {
        margin-left: auto;
        width: 100%;
    }

    .history-timeline .timeline-list .time {
        width: 80px;
        height: 80px;
        left: auto;
        right: 4%;
        transform: none;
        font-size: 13px;
    }

    .history-timeline .timeline-list .timeline-list-content {
        width: 83.5%;
    }

    .history-timeline .timeline-list:nth-child(even) .timeline-list-content .month {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .history-timeline .timeline-list:nth-child(even) .timeline-list-content .month:after {
        right: -21px !important;
        left: unset;
    }

    .history-timeline .timeline-list .timeline-list-content .month:after {
        right: -21px !important;
    }

    .history-timeline .timeline-list:nth-child(even) .timeline-list-content .month:before {
        left: unset;
        right: -5px;
        border-left: 6px solid #4FBAA6;
        border-right: none;
    }

}

.history-achievements-page {
    position: relative;
}

.history-shapes img {
    position: absolute;
    transform: rotateY(180deg);
}

.history-shapes img:nth-child(1) {
    right: 0;
    top: 0;
    width: 150px;
}

.history-shapes img:nth-child(2) {
    left: 0;
    top: 5%;
    width: 40px;
}

.history-shapes img:nth-child(3) {
    left: 5%;
    top: 13%;
    width: 80px;
}

.history-shapes img:nth-child(4) {
    left: 0;
    top: 20%;
    width: 50px;
}

.history-shapes img:nth-child(5) {
    left: 15%;
    top: 20%;
}

.history-shapes img:nth-child(6) {
    left: 0;
    top: 40%;
    width: 150px;
    transform: rotate(0);
}

.history-shapes img:nth-child(7) {
    left: 0;
    top: 48%;
    width: 40px;
}

.history-shapes img:nth-child(8) {
    left: 0;
    top: 60%;
    width: 80px;
}

.history-shapes img:nth-child(9) {
    left: 15%;
    top: 60%;
    width: 50px;
}

.history-shapes img:nth-child(10) {
    left: 4%;
    top: 65%;
}

.history-shapes img:nth-child(11) {
    left: 0;
    top: 75%;
    width: 40px;
}

.history-shapes img:nth-child(12) {
    left: 0;
    top: 85%;
    width: 80px;
}

.history-shapes img:nth-child(13) {
    left: 15%;
    top: 85%;
    width: 50px;
}

.history-shapes img:nth-child(14) {
    left: 4%;
    top: 90%;
}

.history-shapes img:nth-child(15) {
    left: 0;
    top: 98%;
    width: 40px;
}

.history-shapes img:nth-child(16) {
    right: 15%;
    top: 5%;
    width: 35px;
}

.history-shapes img:nth-child(17) {
    right: 20%;
    top: 4%;
    width: 20px;
}

.history-shapes img:nth-child(18) {
    right: 0;
    top: 50%;
    width: 50px;
}

.history-shapes img:nth-child(19) {
    right: 15%;
    top: 50%;
}

.history-shapes img:nth-child(20) {
    right: 4%;
    top: 55%;
}

.history-shapes img:nth-child(21) {
    right: 0;
    top: 65%;
    width: 40px;
    transform: rotate(0);
}

.history-shapes img:nth-child(22) {
    right: 0;
    top: 70%;
    width: 150px;
}

.history-shapes img:nth-child(23) {
    right: 0;
    top: 90%;
    width: 150px;
}

@media (max-width: 991px) {
    .history-shapes {
        display: none;
    }
}


/***************************************************

***********  pricing page  ***********

***************************************************/


.pricing-inner {
    margin: 50px 0 80px;
}

.table th,
.table td {
    border: 0 !important;
    text-align: center;
    vertical-align: middle;
}

.pricing-inner tbody tr th,
.pricing-inner tbody tr td {
    padding: 20px 15px;
}

.pricing-inner thead th {
    height: 50px;
    vertical-align: middle;
}

.pricing-inner thead th:nth-of-type(1) {
    background: #F1F5F8;
    border-radius: 4px 0 0 4px;
    color: #194267;
}

.pricing-inner thead th:nth-of-type(2) {
    background: #6E6E6E;
    color: #FFF;
}

.pricing-inner thead th:nth-of-type(3) {
    background: #4FBAA6;
    color: #FFF;
}

.pricing-inner thead th:nth-of-type(4) {
    background: #6CB8DA;
    border-radius: 0 4px 4px 0;
    color: #FFF;
}

.pricing-inner tbody tr:nth-of-type(odd) td {
    color: #48A7A5;
}

.pricing-inner tbody tr:nth-of-type(even) td {
    color: #596B83;
}

.pricing-inner tbody tr:nth-of-type(odd) {
    background: #FFF;
}

.pricing-inner tbody tr:nth-of-type(even) {
    background: #F1F5F8;
}

.pricing-inner tbody th {
    color: #194267;
    font-size: 13px;
}

.pricing-inner tbody td {
    color: #596B83;
    font-weight: bold !important;
    font-size: 13px;
}

.pricing-inner tbody td div img {
    width: 27px;
}

.pricing-inner tbody tr.colspan {
    background: #48A7A5;
}

.pricing-inner tbody tr.colspan th {
    height: 59px;
    padding: 0;
}

.pricing-inner tbody tr.colspan th p {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0 !important;
}

.pricing-inner tbody td.img-text {
    position: relative;
}

.pricing-inner tbody td.img-text span.img-span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    left: 58%;
}

.pricing-inner tbody tr.type-packaging div span {
    line-height: 2;
}


@media (max-width: 576px) {
    .pricing-inner tbody tr td {

        max-width: 25%;
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
        line-height: 2;
    }


    .pricing-inner tbody tr td {
        padding: 20px 5px;
    }

    .pricing-inner tbody tr th {
        padding: 15px 5px;
    }

    .pricing-inner thead th {
        font-size: 12px;
        padding: 25px 5px;
    }

    .pricing-inner tbody tr.colspan th p {
        font-size: 15px;
    }

    .pricing-inner tbody td.img-text span.img-span {
        position: relative;
        top: unset;
        transform: none;
        left: unset;
        display: inline-block;
        margin-top: 15px;
    }

}

@media (max-width: 320px) {
    .pricing-inner tbody tr td {
        padding: 21px 0;
        font-size: 12px;
    }
}


/* animate modal */

.animated .modal-content {
    border: none;
}

.animated::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 576px) {
    .iti-mobile .iti--container {
        z-index: 9999;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5630px 15px;
    }
}


.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #FFF
}

.sign-wrapper .sign-form .inputBox .iti__flag-container {
    right: 0 !important;
    left: auto !important;
}

.inputBox input:-webkit-autofill,
.inputBox input:-webkit-autofill:hover,
.inputBox input:-webkit-autofill:focus,
.inputBox textarea:-webkit-autofill,
.inputBox textarea:-webkit-autofill:hover,
.inputBox textarea:-webkit-autofill:focus,
.inputBox select:-webkit-autofill,
.inputBox select:-webkit-autofill:hover,
.inputBox select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: 0 0 0px 0 #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.contact_us-section-form label {
    font-size: 11px;
    color: #F00;
    margin-bottom: 0;
    margin: 3px 10px;
}

.confirm-email-address-haed h1 {
    font-size: 19px;
}

.confirm-email-address-sign-inner img {
    width: 100px;
}

.confirm-email-address-sign-inner h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.confirm-email-address-sign-inner p {
    font-size: 15px;
    margin: 10px 0;
}

.main-section-inner h1 {
    font-size: 29px !important;
}


/* select2 - create account modal */
.select2-search {
    margin: 0 !important;
}

.select2-search--dropdown {
    padding: 12px;
}

.select2-search .select2-search__field {
    height: 32px;
    font-size: 14px;
    text-align: left;
}

.select2-search .select2-search__field:focus,
.select2-search .select2-search__field:active {
    outline: 0;
    box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
    direction: ltr;
    max-height: 150px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #48A7A5;
    border-radius: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}

.select2-results__option--selectable {
    font-size: 13px;
}

.select2-dropdown {
    width: 100%;
    z-index: 9999;
    position: relative;
    border: none;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
    outline: none !important;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    top: 11px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #FFF transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    outline: none !important;
    padding-left: 40px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;;
}

.select2-container--open .select2-dropdown--below {
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    box-shadow: 0 10px 10px rgb(204 204 204 / 10%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #08131a;
    margin-top: 2px;
}

.select2-container--default .select2-results__option--disabled {
    font-size: 13px;
}

.inputBox .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent
}


/* terms use privacy modal */
.terms-use-privacy .modal-header {
    background: #48A7A5;
    display: flex;
    align-items: center;
}

.terms-use-privacy .modal-header h5 {
    color: #FFF;
    font-size: 15px;
}

.terms-use-privacy .modal-header .close {
    margin: 0;
    padding: 0;
    color: #FFF;
    opacity: 1;
    font-size: 20px;
    outline: none;
}

.contact_us-modal-form label.error,
.contact-us-inner label.error {
    color: #F00;
    font-size: 12px;
}

.inputBox label.error {
    color: #F00;
    font-size: 12px;
    position: absolute;
    top: 50px;
}

.sign-wrapper .sign-form .inputBox .custom-input.error ~ .custom-placehoder {
    transform: translateY(-33px) !important;
    font-size: 12px !important;
    color: #48A7A5 !important;
}

.sign-wrapper .sign-form .inputBox {
    margin-bottom: 40px;
}


.sign-mobile-hint {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sign-mobile-hint span:nth-child(1) {
    color: #FFF !important;
}

.sign-mobile-hint span:nth-child(2) {
    color: #06D79C !important;
    margin-top: 5px;
}

.header-action .control-panel {
    padding-left: 0 !important;
}

.header-action a span {
    display: flex;
    transition: 0.3s;
}

.header-action a:hover span {
    transform: scale(1.05);
}

.contactUs-modal .iti--separate-dial-code .iti__selected-flag {
    background: #fff;
    border-radius: 0 30px 30px 0;
    height: 36px;
    padding-left: 16px
}

.nice-select {
    width: 100%;
}

.contact_us-modal .nice-select {
    border-radius: 30px;
    background: #fcfeff;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    font-size: 13px;
    color: #464646;
}

.contact_us-modal .nice-select .option {
    line-height: 35px;
    min-height: 35px;
}

.nice-select:after {
    right: 15px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: rgba(72, 167, 165, 0.6);
}

.nice-select .option.selected {
    color: #48a8a6;
}


.shipping-rate-form-row .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.contact-us-page .iti__selected-flag {
    background: #F6F6F6;
    border-radius: 30px 0 0 30px;
    padding: 0 10px 0 10px;
    height: 41px !important;
    padding-right: 0;
    padding-left: 17px !important;
    padding-right: 8px !important;
    direction: ltr !important;
}

.contact-us-page .iti__arrow {
    margin-left: 6px;
    margin-right: 0;
}

.contact-us-page .phone-input2 {
    padding-left: 100px !important;
}

.contact-us-page .iti__selected-dial-code {
    margin-right: 0;
    color: #6e6e6e;
}

.contact-us-page .iti__country-list {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
}

.contact_us-section-form .iti__arrow {
    margin-left: 0;
    margin-right: 6px;
}

.contact_us-section-form .phone-input2 {
    padding-left: 100px !important;
}

.contact_us-section-form .iti__selected-flag {
    height: 38px;
}

.contact_us-section-form .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    direction: ltr !important;
    padding: 0 0 0 15px;
    border-radius: 30px 0 0 30px;
    background: transparent;
}

.contact_us-section-form .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    color: #727272;
}

.contact_us-section-form .iti__country-list {
    left: 0;
    right: auto;
}

.contact_us-section-form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.contact-us-page .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}


/* contact us modal */
.contactUs-modal .iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
}

.contact_us-modal .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    direction: ltr !important;
    padding: 0 0 0 15px;
}

.contact_us-modal .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    border-radius: 30px 0 0 30px;
}

.contact_us-modal .phone-input1 {
    padding-left: 110px !important;
    padding-right: 15px !important;
}


.contactUs-modal .iti--separate-dial-code .iti__selected-flag {
    border-radius: 30px 0 0 30px;
    direction: ltr !important;
}

.contactUs-modal .iti__country-list {
    right: auto;
    left: 0;
}


.contactUs-modal .phone-input1::placeholder {
    text-align: right !important;
}

.contact_us-section-form .iti__arrow,
.contact-us-page .iti__arrow {
    border-top: 4px solid #222;
}


.contact_us-modal .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: #FFF;
}

.contact_us-modal .iti__arrow {
    border-top: 4px solid #222;
}

.contact_us-modal .iti--separate-dial-code .iti__selected-dial-code {
    color: #222;
}

.sign-wrapper .sign-form .inputBox .custom-input.phone-input3::placeholder {
    color: #f5f5f5;
}

.video-slider {
    margin-right: auto;
    margin-left: auto;
    width: 92%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 80px;
}

.video-slider .swiper-button-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    outline: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #48a8a6;
    transition: 0.3s;
    z-index: 1;
}

.video-slider .swiper-button-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    outline: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #48a8a6;
    transition: 0.3s;
    z-index: 1;
}

.video-slider .swiper-button-prev:hover,
.video-slider .swiper-button-next:hover {
    background: #297271;
}


.video-slider .video-slider-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.video-slider .video-slider-container .swiper-wrapper .swiper-slide a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 8px;
}

.video-slider .video-slider-container .swiper-wrapper .swiper-slide a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.video-slider .swiper-button-prev:after,
.video-slider .swiper-button-next:after {
    font-size: 17px;
}

@media (max-width: 768px) {
    .video-slider {
        width: 85%;
    }

    .video-slider .swiper-button-prev {
        left: -35px;
        width: 28px;
        height: 28px;
    }

    .video-slider .swiper-button-next {
        right: -35px;
        width: 28px;
        height: 28px;
    }

    .video-slider .swiper-button-prev:after,
    .video-slider .swiper-button-next:after {
        font-size: 12px;
    }
}

.ms_bars {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
}

.selected .ms_bars {
    display: block;
}

.selected .icon-open-video {
    display: none;
}

.ms_bars .bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 2px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 28px;
    }
}

.ms_bars .bar:nth-child(1) {
    right: 1px;
    animation-duration: 474ms;
}

.ms_bars .bar:nth-child(2) {
    right: 5px;
    animation-duration: 433ms;
}

.ms_bars .bar:nth-child(3) {
    right: 9px;
    animation-duration: 407ms;
}

.ms_bars .bar:nth-child(4) {
    right: 13px;
    animation-duration: 458ms;
}

.ms_bars .bar:nth-child(5) {
    right: 17px;
    animation-duration: 400ms;
}

.ms_bars .bar:nth-child(6) {
    right: 21px;
    animation-duration: 427ms;
}

.ms_bars .bar:nth-child(7) {
    right: 25px;
    animation-duration: 441ms;
}

.ms_bars .bar:nth-child(8) {
    right: 29px;
    animation-duration: 419ms;
}

.ms_bars .bar:nth-child(9) {
    right: 33px;
    animation-duration: 487ms;
}

.ms_bars .bar:nth-child(10) {
    right: 37px;
    animation-duration: 442ms;
}

/* coupon style create account */

.create-account-coupon-wrapper .create-account-coupon-checkbox {
    margin-right: 10px;
    margin-left: 10px;
}

.create-account-coupon-wrapper .create-account-coupon-checkbox p {
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 13px;
}

.create-account-coupon-wrapper .create-account-coupon-input {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 30px;
    position: relative;
    top: -18px;
}

@media (max-width: 768px) {
    .create-account-coupon-wrapper .create-account-coupon-checkbox {
        margin-bottom: 30px;
    }

    .create-account-coupon-wrapper .create-account-coupon-input {
        top: 0;
    }
}

.create-account-coupon-wrapper .create-account-coupon-input.show-input-coupon {
    opacity: 1 !important;
    visibility: visible !important;
}

.company-url::placeholder {
    text-align: left;
}

/* type button in safari */
*[type="button"] {
    -webkit-appearance: none;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-left: 1px solid #ccc
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #48A7A5
}


/* toast style */
.toast {
    padding: 0 !important;
}

#toast-container > div {
    opacity: 0.9;
    box-shadow: none !important;
}

#toast-container > .toast {
    background-image: none !important;
    min-width: 250px;
    width: auto;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0;
    width: 50px;
    height: 50px;
    /* background-color: rgba(0,0,0,0.1); */
    padding: 15px;
    content: "";
    -webkit-filter: invert(500);
    filter: invert(500);
}

#toast-container > .toast-error:before {
    background-image: url("../images/sad.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

#toast-container > .toast-success:before {
    background-image: url("../images/smile.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.toast-message {
    margin-left: 45px;
    padding: 15px;
}


/* terms-use page */
.terms-use-inner h5 {
    color: #48A7A5;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 18px;
}

.terms-use-inner p {
    color: #555555;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

.terms-use-inner ul {
    margin-bottom: 30px;
    margin-left: 5px;
    list-style: none;
}

.terms-use-inner ul li {
    position: relative;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 15px;
    margin-bottom: 8px;
}

.terms-use-inner ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 0 3px #48A8A6;
}

.terms-of-use-foot {
    margin-top: 50px;
}

.terms-of-use-foot div {
    display: flex;
    margin-bottom: 15px;
}

.terms-of-use-foot div p {
    display: flex;
    margin-bottom: 0;
}

.terms-of-use-foot div p:last-child {
    display: flex;
    font-weight: bold;
    margin: 0 5px;
}


.terms-use-inner a {
    color: #48a7a5;
    text-decoration: underline;
}


/* privacy-policy-inner */

.privacy-policy-inner h2 {
    font-size: 22px;
    color: #48A7A5;
    font-weight: bold;
}

.privacy-policy-inner h3 {
    font-size: 18px;
    font-weight: bold;
    color: #48A7A5;
    margin-bottom: 20px;
}

.privacy-policy-inner p {
    color: #555555;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

.privacy-policy-inner ul {
    margin-bottom: 30px;
    margin-left: 5px;
    list-style: none;
}

.privacy-policy-inner ul li {
    position: relative;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 15px;
    margin-bottom: 8px;
}

.privacy-policy-inner ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 0 3px #48A8A6;
}


/* shipping terms page */
.shipping-terms-inner h3 {
    font-size: 16px;
    font-weight: bold;
    color: #48A7A5;
    margin-bottom: 20px;
}

.shipping-terms-inner p {
    color: #555555;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}


.shipping-terms-inner ul.shipping-terms-note {
    margin-bottom: 30px;
    margin-left: 5px;
    list-style: none;
}

.shipping-terms-inner ul.shipping-terms-note li {
    position: relative;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 15px;
    margin-bottom: 8px;
}

.shipping-terms-inner ul.shipping-terms-note li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 0 3px #48A8A6;
}

.shipping-terms-inner ol {
    margin-bottom: 30px;
    margin-left: 25px;
}

.shipping-terms-inner ol li {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.shipping-terms-inner a {
    color: #48A8A6;
}

.grecaptcha-badge {
    z-index: 99;
}

.grecaptcha-badge {
    visibility: hidden;
}

.pricing-hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.pricing-hr span {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    font-size: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #ffa223;
    font-weight: bold;
}

.pricing-hr img {
    transform: rotateY(180deg);
}

@media (max-width: 1199px) {
    .pricing-hr img {
        display: none;
    }
}

@media (max-width: 576px) {
    .pricing-hr span {
        width: 80%;
    }
}


.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 21px;
    width: 45px;
    margin: 20px auto;
    height: 45px;
    background: #48a7a5;
    border-radius: 50%;
    color: #FFF;
}


.code-check-return .code-return-btn.displaybtn {
    pointer-events: none;
    opacity: 0.5;
}

.timer.hideTimer {
    visibility: hidden;
    opacity: 0;
}


.jssocials {
    position: fixed;
    right: 0;
    display: flex;
    top: calc(50% - 95px);
    z-index: 99;
}

.jssocials .jssocials-shares {
    display: flex;
    flex-direction: column;
}

.jssocials-share:last-child {
    margin: 0.3em 0.3em 0.6em 0;
}

span#error-msg {
    color: #F00;
    font-size: 11px;
    position: absolute;
    top: 51px;
}

.shipping-company-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    margin-bottom: 45px;
}


.shipping-company-weight h4 {
    text-align: center;
    color: #48A7A5;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0;
}

.shipping-company-weight ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-company-weight ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipping-company-weight ul li:not(:last-child) {
    padding-right: 25px;
}


.shipping-company-weight ul li i {
    padding-right: 5px;
}

.shipping-company-weight ul li span {
    font-weight: bold;
    color: #48A7A5;
    font-size: 13px;
}

.shipping-company-weight ul li p {
    color: #6E6E6E;
    font-size: 14px;
    padding-left: 3px;
}


@media (max-width: 576px) {
    .shipping-company-weight {
        flex-direction: column;
    }

    .shipping-company-weight ul {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    .shipping-company-weight ul li {
        margin-top: 15px;
    }
}

.tooltip-inner {
    background: linear-gradient(231deg, #4aa6a4, #29879f) !important;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size: 12px;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #48A7A5 !important;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #48A7A5 !important;
}

.merchant-package .package-top {
    position: relative;
}

.merchant-package .package-top .package-label {
    width: 88px;
    height: 53px;
    background: url(../images/package-label-bg.svg);
    background-repeat: no-repeat;
    background-position: revert;
    background-size: contain;
    position: absolute;
    right: -8px;
    top: 15px;
    color: #6A6A6A;
    font-size: 13px;
    transform: rotate(180deg);
}

.merchant-package .package-top .package-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    font-size: 12px;
    width: 50px;
    margin: auto;
    font-weight: bold;
    transform: rotate(180deg) translateY(-7px);
}

.shipment-counrty-select ~ .select2-container .select2-selection__rendered::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    direction: ltr !important;
    text-align: left !important;
}

@media (max-width: 576px) {
    .code-check-return {
        flex-direction: column;
        align-items: center;
    }

    .code-check-return .code-return-btn {
        margin: 8px 3px;
    }
}

.tax-included {
    color: #FFF;
    font-size: 12px;
}

.merchant-package .tax-included {
    color: #FFF;
}

.shipping-company-rates .shipping-company-rate-bx .shipping-rate-head .package-label {
    width: 75px;
    height: 98px;
    background: url(../images/zigzag-label-2.svg);
    background-repeat: no-repeat;
    background-position: revert;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: -13px;
    color: #FFF;
    font-size: 12px;
}

.shipping-company-rates .shipping-company-rate-bx .shipping-rate-head .package-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 17px;
    font-size: 8px;
    text-align: center;
    font-weight: bold;

    color: #FFF;
    flex-direction: column;
    width: 55px;
    position: absolute;
    right: 10px;
}

@media (max-width: 576px) {
    .shipping-company-rates .shipping-company-rate-bx .shipping-rate-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shipping-company-rates .shipping-company-rate-bx .shipping-rate-head .shipping-rate-head-packages {
        margin-right: 0;
        margin-top: 15px;
    }
}

.save-up {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../images/save-up-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.5;
}

.save-up span {
    font-size: 9px;
    color: #6A6A6A;
    font-weight: bold;
}

.save-up p {
    font-size: 8px;
    font-weight: bold;
    margin-top: -2px;
    color: #6A6A6A;
}

.save-up p span {
    position: relative;
    top: 1px;
    font-size: 11px;
}

.gold-package .save-up span,
.gold-package .save-up p {
    color: #3492A2;
}

@media (min-width: 992px ) and (max-width: 1199px) {
    .save-up {
        width: 65px;
        height: 65px;
    }

    .save-up span {
        font-size: 9px;
    }

    .save-up p {
        font-size: 9px;
    }

    .save-up p {
        font-size: 9px;
    }

    .merchant-package .package-top .package-label {
        width: 76px;
        height: 54px;
        right: -8px;
        top: 7px;
    }

    .merchant-package .package-top .package-label span {
        margin-top: -2px;
    }
}

.main-modal .modal-content .modal-header {
    background: #48a8a6;
    color: #fff !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-modal .modal-header .close {
    margin-left: auto;
    margin-right: -1rem;
    float: right;
    opacity: .9 !important;
    outline: none;
}

.main-modal .modal-content .modal-header button span {
    color: #fff;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-modal .modal-content {
    border-radius: 10px;
    border: 0;
}

.main-modal .modal-content .modal-header .modal-title {
    font-size: 13px;
    font-weight: 700;
}


.d-table {
    text-align: center;
}

.d-table thead {
    background: #F5F6FA;
}

.d-table thead th {
    font-size: 12px;
    font-weight: bold;
    color: var(--tabel-header-color);
    border: none !important;
    text-align: center;
    padding: 13px 18px !important;
}

.d-table thead th:first-child {
    text-align: left !important;
}

.d-table tbody {
    color: #4D4F5C;
    font-size: 13px;
}

.d-table tbody tr {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.d-table tbody tr:hover {
    background: #f7f7f7;
}

.d-table tbody td {
    width: auto !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: 0 !important;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #F1F1F3;
    padding: 13px 18px !important;
}

.d-table tbody td:first-child {
    text-align: left;
}

/* start loader style  */
.loader-wapper {
    position: fixed;
    height: 100vh;
    background: #F6F7F9;
    z-index: 999999999;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: relative;
    width: 50px;
    height: 50px;
}

.loader span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader span:nth-child(1) {
    transform:rotate(calc(18deg * 1));
}
.loader span:nth-child(2) {
    transform:rotate(calc(18deg * 2));
}
.loader span:nth-child(3) {
    transform:rotate(calc(18deg * 3));
}
.loader span:nth-child(4) {
    transform:rotate(calc(18deg * 4));
}
.loader span:nth-child(5) {
    transform:rotate(calc(18deg * 5));
}
.loader span:nth-child(6) {
    transform:rotate(calc(18deg * 6));
}
.loader span:nth-child(7) {
    transform:rotate(calc(18deg * 7));
}
.loader span:nth-child(8) {
    transform:rotate(calc(18deg * 8));
}
.loader span:nth-child(9) {
    transform:rotate(calc(18deg * 9));
}
.loader span:nth-child(10) {
    transform:rotate(calc(18deg * 10));
}
.loader span:nth-child(11) {
    transform:rotate(calc(18deg * 11));
}
.loader span:nth-child(12) {
    transform:rotate(calc(18deg * 12));
}
.loader span:nth-child(13) {
    transform:rotate(calc(18deg * 13));
}
.loader span:nth-child(14) {
    transform:rotate(calc(18deg * 14));
}
.loader span:nth-child(15) {
    transform:rotate(calc(18deg * 15));
}
.loader span:nth-child(16) {
    transform:rotate(calc(18deg * 16));
}
.loader span:nth-child(17) {
    transform:rotate(calc(18deg * 17));
}
.loader span:nth-child(18) {
    transform:rotate(calc(18deg * 18));
}
.loader span:nth-child(19) {
    transform:rotate(calc(18deg * 19));
}
.loader span:nth-child(20) {
    transform:rotate(calc(18deg * 20));
}


.loader span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #48a7a5;
    border-radius: 50%;
    transform: scale(0);
    animation: loader 2s linear infinite;
}


.loader span:nth-child(1):before {
    animation-delay: calc(0.1s * 1);
}

.loader span:nth-child(2):before {
    animation-delay: calc(0.1s * 2);
}

.loader span:nth-child(3):before {
    animation-delay: calc(0.1s * 3);
}

.loader span:nth-child(4):before {
    animation-delay: calc(0.1s * 4);
}

.loader span:nth-child(5):before {
    animation-delay: calc(0.1s * 5);
}

.loader span:nth-child(6):before {
    animation-delay: calc(0.1s * 6);
}

.loader span:nth-child(7):before {
    animation-delay: calc(0.1s * 7);
}

.loader span:nth-child(8):before {
    animation-delay: calc(0.1s * 8);
}

.loader span:nth-child(9):before {
    animation-delay: calc(0.1s * 9);
}

.loader span:nth-child(10):before {
    animation-delay: calc(0.1s * 10);
}

.loader span:nth-child(11):before {
    animation-delay: calc(0.1s * 11);
}

.loader span:nth-child(12):before {
    animation-delay: calc(0.1s * 12);
}

.loader span:nth-child(13):before {
    animation-delay: calc(0.1s * 13);
}

.loader span:nth-child(14):before {
    animation-delay: calc(0.1s * 14);
}

.loader span:nth-child(15):before {
    animation-delay: calc(0.1s * 15);
}

.loader span:nth-child(16):before {
    animation-delay: calc(0.1s * 16);
}

.loader span:nth-child(17):before {
    animation-delay: calc(0.1s * 17);
}

.loader span:nth-child(18):before {
    animation-delay: calc(0.1s * 18);
}

.loader span:nth-child(19):before {
    animation-delay: calc(0.1s * 19);
}

.loader span:nth-child(20):before {
    animation-delay: calc(0.1s * 20);
}

@keyframes loader {
    0% {
        transform: scale(0);
    }
    10% {
        transform: scale(1.03);
    }
    80%, 100% {
        transform: scale(0);
    }
}

.plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotating 2s linear infinite;
    animation-delay: -0.9s;
}

@keyframes rotating {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(370deg);
    }
}

.plane svg {
    width: 35px;
    transform: rotate(225deg);
    position: absolute;
    top: 30px;
    left: 26px;
}

.terms-use-privacy .modal-dialog {
    position: fixed;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: .5s;
    margin: auto;
}

.terms-use-privacy .modal-dialog .modal-content {
    height: 70vh;
}

@media (max-width: 1199px) {
    .terms-use-privacy .modal-dialog {
        width: 95%;
    }
}

.bg-main-shap img {
    position: absolute;
    left: 0;
    top: 230vh;
    z-index: -1;
    transform: rotateY(180deg);
}

@media (max-width: 991px) {
    .bg-main-shap {
        display: none;
    }
}

/* End loader style  */


.company-service-box {
    margin-top: 30px;
}

.company-service-box h4 {
    font-size: 14px;
    font-weight: bold;
    color: #48a7a5;
    margin-bottom: 15px;
}

.company-service-radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.company-service-radio-wrapper label {
    color: #6E6E6E;
    font-size: 14px;
}

.company-service-radio-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.contactUs-modal .niceselect .list {
    max-height: 200px;
    overflow-y: auto;
}

/* featured store */

.featured-store {
    position: relative;
}

.featured-store-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding-top: 60px;
}

.featured-store-inner .featured-store-info {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.featured-store-inner .featured-store-info .featured-store-logo {
    width: 60px;
    height: 60px;
}

.featured-store-inner .featured-store-info .featured-store-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-store-inner .featured-store-data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-top: 15px;
}

.featured-store-inner .featured-store-data h5 {
    font-size: 16px;
    font-weight: bold;
    color: #48A7A5;
    margin-bottom: 15px;
}

.featured-store-inner .featured-store-data p {
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
}

.featured-store-inner .featured-store-img {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-left: 40px;
}

.featured-store-inner .featured-store-img img {
    width: 535px;
    height: 335px;
    -o-object-fit: contain;
    object-fit: contain;
}

.featured-store .swiper-button-prev:after,
.featured-store .swiper-button-next:after {
    display: none;
}

.featured-store .swiper-button-prev,
.featured-store .swiper-button-next {
    outline: none !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.featured-store .swiper-button-prev .icon,
.featured-store .swiper-button-next .icon {
    font-size: 22px;
    transform: rotate(180deg);
}

.featured-store .swiper-button-prev .icon:before,
.featured-store .swiper-button-next .icon:before {
    color: #2C89A0;
}


.featured-store .swiper-button-prev:hover,
.featured-store .swiper-button-next:hover {
    background: #24758a;
}

.featured-store .swiper-button-prev:hover .icon:before,
.featured-store .swiper-button-next:hover .icon:before {
    color: #FFF;
}

.featured-store .swiper-button-next,
.featured-store .swiper-container-rtl .swiper-button-prev {
    left: -80px;
    right: auto;
    top: 60%;
}

.featured-store .swiper-button-prev,
.featured-store .swiper-container-rtl .swiper-button-next {
    right: -80px;
    left: auto;
    top: 60%;
}

@media (max-width: 1200px) {
    .featured-store-inner {
        max-width: 90%;
    }

    .featured-store .swiper-button-next,
    .featured-store .swiper-container-rtl .swiper-button-prev {
        left: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
    }

    .featured-store .swiper-button-prev,
    .featured-store .swiper-container-rtl .swiper-button-next {
        right: 10px;
        top: 50%;
        width: 35px;
        height: 35px;
    }

    .featured-store-inner .featured-store-img img {
        width: auto;
        height: auto;
    }

    .featured-store .swiper-button-prev .icon,
    .featured-store .swiper-button-next .icon {
        font-size: 15px;
    }

}

@media (max-width: 991px) {
    .featured-store-inner {
        max-width: 70%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .featured-store-inner .featured-store-info {
        margin-bottom: 50px;
    }

}


/* mycn community search */

.page-header.mycn-community-header {
    min-height: 420px;
    padding-top: 130px;
}

.mycn-community-search {
    width: 60%;
    display: block;
    margin: 20px auto 0;
    position: relative;
}

.mycn-community-search .input-community-search {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    height: 50px;
    border: 0;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mycn-community-search .input-community-search:focus,
.mycn-community-search .input-community-search:active {
    border: 0 !important;
    outline: none;
    background: #FFF;
    color: #3A3C4C;
}


.mycn-community-search .input-community-search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);;
    font-size: 14px;
}

.mycn-community-search .input-community-search::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);;
    font-size: 14px;
}

.mycn-community-search .input-community-search:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);;
    font-size: 14px;
}

.mycn-community-search .input-community-search::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);;
    font-size: 14px;
}


.mycn-community-search .input-community-search::placeholder {
    color: rgba(255, 255, 255, 0.7);;
    font-size: 14px;
}

.mycn-community-search .btn-community-search {
    position: absolute;
    right: 15px;
    top: 53%;
    background: transparent !important;
    outline: none !important;
    border: 0;
    z-index: 2;
}

.mycn-community-search .btn-community-search .icon {
    font-size: 23px;
}

.mycn-community-search .btn-community-search .icon:before {
    color: #FFF;
}

.mycn-community-search .input-community-search:focus ~ .btn-community-search .icon:before,
.mycn-community-search .input-community-search:active ~ .btn-community-search .icon:before {
    color: #3A3C4C !important;
}

.mycn-community-content .ask-question {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mycn-community-content .ask-question .btn {
    background: #4AA6A4;
    border-radius: 20px;
    color: #FFF;
    border: #4AA6A4;
    font-size: 13px;
    padding: 7px 25px;
}

.mycn-community-content .ask-question .btn:hover,
.mycn-community-content .ask-question .btn:focus,
.mycn-community-content .ask-question .btn:active {
    background: #1B807D;
    box-shadow: none !important;
}

.mycn-community-content .mycn-community-card {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.mycn-community-content .mycn-community-card .user-question {
    color: #263843;
    font-weight: bold;
    font-size: 13px;
}

.mycn-community-content .mycn-community-card .owner-question-info {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-content .mycn-community-card .owner-question-info img {
    border-radius: 50%;
    object-fit: cover;
    height: 45px;
    border: 1px solid #707070;
}

.mycn-community-content .mycn-community-card .owner-question-info .owner-question-data {
    margin-left: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mycn-community-content .mycn-community-card .owner-question-info .owner-question-data .owner-question-name {
    color: #555554;
    font-weight: bold;
    font-size: 12px;
}

.mycn-community-content .mycn-community-card .owner-question-info .owner-question-data .owner-question-date {
    color: #555554;
    font-weight: normal;
    font-size: 12px;
}

.mycn-community-content .mycn-community-card .community-question {
    font-size: 13px;
    color: #555554;
    margin: 15px 0;
    line-height: 1.9;
}

.question-reply-info {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.question-reply-info .question-reply-info-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question-reply-info .question-reply-info-img .question-reply-info-pattern {
    margin-right: 10px;
}

.question-reply-info .question-reply-info-img .question-reply-info-users {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question-reply-info .question-reply-info-img .question-reply-info-users div {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 50%;
}

.question-reply-info .question-reply-info-img .question-reply-info-users div:nth-child(1) {
    margin-left: 0;
}

.question-reply-info .question-reply-info-img .question-reply-info-users div img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
}

.question-reply-info .question-reply-info-img .question-reply-number {
    margin-left: 15px;
    color: #C3CCD3;
    font-size: 13px;
}

.question-reply-info .question-reply-comments-number {
    display: -webkit-box;
    display: -ms-flexbox;
}

.question-reply-info .question-reply-comments-number span {
    color: #C3CCD3;
    margin-right: 8px;
    font-size: 13px;
}

@media (max-width: 576px) {
    .mycn-community-search {
        width: 90%;
    }
}

.mycn-community-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mycn-community-pagination ul li {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.mycn-community-pagination ul li:not(:last-child) a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #C3CCD3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-pagination ul li a {
    -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.mycn-community-pagination ul li:not(:last-child) a:hover {
    background: #308da0;
    color: #FFF;
    border-color: #308da0;
}

.mycn-community-pagination ul li.next-page a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.mycn-community-pagination ul li.next-page a i {
    margin-left: 10px;
}

.ask-question-modal .modal-content {
    padding: 30px 20px 10px;
    position: relative;
    border-radius: 20px;
}

.ask-question-modal .close {
    border-radius: 50%;
    opacity: 1 !important;
    text-shadow: none;
    color: #3D3D3F;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    outline: none;
}


.ask-question-form label {
    color: #263843;
    font-weight: bold;
    font-size: 13px;
}

.ask-question-form .form-control {
    background: #F6F6F6 !important;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    height: 45px;
    margin-top: 5px;
    border-radius: 8px;
}

.ask-question-form textarea.form-control {
    height: 200px;
    padding-top: 15px;
    resize: none;
}

.ask-question-form .form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(85, 85, 84, 0.45);
}

.ask-question-form .form-control::-moz-placeholder {
    font-size: 12px;
    color: rgba(85, 85, 84, 0.45);
}

.ask-question-form .form-control:-ms-input-placeholder {
    font-size: 12px;
    color: rgba(85, 85, 84, 0.45);
}

.ask-question-form .form-control::-ms-input-placeholder {
    font-size: 12px;
    color: rgba(85, 85, 84, 0.45);
}

.ask-question-form .form-control::placeholder {
    font-size: 12px;
    color: rgba(85, 85, 84, 0.45);
}

.ask-question-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #BCC0C2;
    padding-top: 20px;
    margin-top: 25px;
}

.ask-question-action .btn {
    width: 120px;
    height: 37px;
    margin-left: 15px;
    border-radius: 20px;
    font-size: 14px;
}

.ask-question-action .btn-close {
    background: transparent;
    border: 1px solid #222222;
    color: #222222;
}

.ask-question-action .btn-close:active,
.ask-question-action .btn-close:focus,
.ask-question-action .btn-close:hover {
    background: #f0f0f0 !important;
    border-color: #8f8f8f !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ask-question-action .btn-primary {
    background: #4AA6A4;
    border: 1px solid #4AA6A4;
    color: #FFF;

}

.ask-question-action .btn-primary:active,
.ask-question-action .btn-primary:focus,
.ask-question-action .btn-primary:hover {
    background: #3c8887 !important;
    border-color: #3c8887 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* reply */
.mycn-community-reply {
    margin: 20px 0;
}

.mycn-community-reply-card {
    background: #FFF;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 25px;
}

.mycn-community-reply-card .community-reply-question {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CED0D4;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head .user-name-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head .user-name-img img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 45px;
    height: 45px;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head .user-name-img p {
    margin-left: 10px;
    color: #4D4F5C;
    font-size: 14px;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head .community-reply-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-reply-card .community-reply-question .community-reply-question-head .community-reply-time span {
    padding-left: 5px;
    font-size: 12px;
    color: #767988;
}


.mycn-community-reply-card .community-reply-question .community-reply-question-main h1 {
    font-size: 14px;
    color: #4D4F5C;
    line-height: 1.8;
    margin-top: 25px;
    padding-left: 25px;
}

.mycn-community-reply-card .community-reply-question-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-check {
    margin-bottom: 15px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-action button {
    background: transparent;
    border: 0;
    outline: none;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-action button:hover svg path {
    stroke: #06D79C
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-action .vote-number {
    color: #3D3D3F;
    font-size: 16px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote.active .reply-question-vote-action .vote-number {
    color: #4AA6A4;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote.active .reply-question-vote-check svg path {
    fill: #4AA6A4
}

.mycn-community-reply-card .community-reply-question-box .reply-question-vote .reply-question-vote-action button.active svg path {
    fill: #4AA6A4;
    stroke: transparent;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper {
    margin-left: 20px;
     -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner {
    margin-bottom: 15px;
    background: #F7F7F7;
    border-radius: 16px;
    padding: 20px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner.replay-two {
    margin-left: 100px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-info {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-info .reply-question-inner-info-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-info .reply-question-inner-info-name img {
    border-radius: 50%;
     -o-object-fit: cover;
    object-fit: cover;
    width: 36px;
    height: 36px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-info .reply-question-inner-info-name p {
    margin-left: 10px;
    color: #4D4F5C;
    font-size: 12px;
    font-weight: bold;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-info .reply-question-inner-info-time {
    color: #4D4F5C;
    font-size: 11px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-text {
    font-size: 13px;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner .reply-question-inner-text p {
    line-height: 1.8;
    color: #4D4F5C;
}

.mycn-community-reply-card .reply-question-form {
    margin-bottom: 15px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .user-replay-image {
    margin-right: 15px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .user-replay-image img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 36px;
    height: 36px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    position: relative;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control {
    background: #F7F7F7;
    border-radius: 20px;
    border: none;
    outline: none;
    min-height: 40px;
    resize: none;
    padding: 10px 20px;
    font-size: 14px;
}


.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control::-moz-placeholder {
    font-size: 12px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control::-ms-input-placeholder {
    font-size: 12px;
}


.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .reply-question-input .form-control::placeholder {
    font-size: 12px;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .attachment-file {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.mycn-community-reply-card .reply-question-form .reply-question-form-wrapper .attachment-file .attachment-input {
    -webkit-appearance: none;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
}

.mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-form .reply-question-form-wrapper .attachment-file i {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, - 50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);

}

.mycn-community-reply-card .community-reply-footer {
    margin-top: 15px;
    margin-left: 100px;
}

.mycn-community-reply-card .community-reply-footer .view-additional-responses {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    color: #9A9A9A;
}

.mycn-community-reply-card .community-reply-footer .view-additional-responses a:hover {
    color: #4aa6a4;
}

.mycn-community-reply-card .community-reply-footer .reply-question-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CED0D4;
}

@media (max-width: 767px) {
    .mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner.replay-two {
        margin-left: 50px;
    }
}

@media (max-width: 576px) {
    .mycn-community-reply-card .community-reply-question-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mycn-community-reply-card .community-reply-question-box .reply-question-vote {
        margin: 10px auto 30px;
    }

    .mycn-community-reply-card .community-reply-question-box .reply-question-wrapper .reply-question-inner.replay-two {
        margin-left: 15px;
    }

    .mycn-community-reply-card .community-reply-footer {
        margin-left: 25px;
    }

}

.big-business-form .niceselect .list {
    max-height: 200px !important;
    overflow-y: auto !important;
}

.big-business-form .contact_us-modal-form {
    background: #FFF;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
            box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
    border-radius: 8px;
}

.big-business-form .big-business-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.big-business-form .big-business-img img {
    width: 80%;
}

.big-business-form .phone-input1 {
    direction: ltr;
    text-align: left;
}

.intercom-wrapper {
    z-index: 2147483000;
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(10, 168, 154);
    left: 20px;
    right: auto;
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 6px 0px, rgb(0 0 0 / 16%) 0px 2px 32px 0px;
}

.intercom-wrapper .intercom-box {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    opacity: 1;
    transform: rotate( 0deg ) scale(1);
}


.cs-captcha {
    margin: 20px 0;
}

.cs-captcha .cs-captcha-box {
    background: #FFF;
    height: auto;
    width: 200px;
    border-radius: 5px;
    /* box-shadow: 0 0 6px rgb(0 0 0 / 13%); */
    border: 1px solid rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    margin: auto;
}

.cs-captcha-result {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 40px;
}

.cs-captcha-math {
    background: #efefef;
    padding: 8px;
    margin-right: 5px;
    border-radius: 3px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    text-align: center;
    height: 40px;
}


.cs-captcha-math label {
    font-size: 14px;
    color: #000;
    margin: 0 3px;
}

.cs-captcha-math span {
    font-size: 18px;
}

.captcha-result {
    width: 100%;
    height: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 5px;
    -moz-appearance: textfield;
    outline: none;
    text-align: center;
}

.captcha-result::-webkit-outer-spin-button,
.captcha-result::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.forget-pass-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 30px;
    background: #FFF;
    border-radius: 100px;
}

.forget-pass-toggle .radio {
    margin-bottom: 0;
    width: 50%;
}

.forget-pass-toggle .radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

@media (max-width: 575px) {
    .forget-pass-toggle .radio label {
        padding: 15px 0;
    }
}

.forget-pass-toggle .radio label span {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #48a8a6;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}


.forget-pass-toggle input:checked ~ span {
    background: #48a8a6 !important;
    border-color: transparent;
}

.forget-pass-toggle input ~ span svg path {
    fill: transparent;
}

.forget-pass-toggle input:checked ~ span svg {
    font-size: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
}

.forget-pass-toggle input:checked ~ span svg path {
    fill: #FFF;
}

.forget-pass-toggle .radio label p {
    color: #45a3a4;
    font-size: 13px;
}

.email-input.hide {
    display: none;
}
.email-input.show {
    display: flex;
}
.tel-input.hide {
    display: none;
}
.tel-input.show {
    display: flex;
}

.creat-account-link {
    margin-left: 5px;
}


.article_dts-wrapper .article_dts-img {
    position: relative;
}

.article_dts-wrapper .article-h1 {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    text-align: center;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0;
    width: 50%;
    margin: auto;
    line-height: 1.5;
    font-size: 30px;
}

.article_dts-wrapper .article-h1:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

.article_dts-wrapper .article-h1:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: auto;
    right: 80px;
    width: 20%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
    .article_dts-wrapper .article-h1 {
        font-size: 22px;
        width: 70%;
    }

    .article_dts-wrapper .article-h1:after {
        width: 80%;
        margin: auto;
    }

    .article_dts-wrapper .article-h1:before {
        width: 15%;
    }
}


.main-modal {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 0 !important;
}

.contact_us-modal .contact_us-modal-form #error-msg {
    position: static;
}

.subscription-packages .package-subscription {
    padding: 0 !important;
}

.subscription-packages .package-subscription.merchant-package a {
    background: #ffc021;
}

.subscription-packages .package-subscription.merchant-package a:hover {
    background: #d4a42a;
}

@media (max-width: 767px) {
    .subscription-packages .package-subscription {
        margin: 0 !important;
    }
    .subscription-packages .package-subscription a {
        font-size: 13px;
    }
}


/* bootstrap-select */
.shipment-information-number {
	position: relative;
}

.shipment-information-number .bootstrap-select {
	position: absolute;
	width: 100px;
	height: 100%;
	display: none;
	right: 0;
}

.shipment-information-number .bootstrap-select  .dropdown-toggle {
	outline: none !important;
	-webkit-box-shadow: none !important;
					box-shadow: none !important;
	background: #48a7a5;
	border: none !important;
	color: #FFF;
	padding: 0;
	height: 100%;
}

.shipment-information-number .bootstrap-select  .dropdown-toggle .filter-option {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.shipment-information-number .bootstrap-select  .dropdown-toggle .filter-option .filter-option-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.shipment-information-number .bootstrap-select  .dropdown-toggle .filter-option .filter-option-inner-inner {
	font-size: 13px;
}

.shipment-information-number .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 80px;
    right: 0;
}

.shipment-information-number .btn-light:not(:disabled):not(.disabled).active,
.shipment-information-number .btn-light:not(:disabled):not(.disabled):active,
.shipment-information-number .show>.btn-light.dropdown-toggle {
    background: #48a7a5;
    color: #FFF;
}

.shipment-information-number  .dropdown-toggle::after {
	margin-right: 0.855em;
	border-top: .2em solid;
	border-left: .2em solid transparent;
	border-right: .2em solid transparent;
}

.shipment-information-number .bootstrap-select .dropdown-menu {
	border: 0;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
					box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	padding: 0;
}

.shipment-information-number .dropdown-item.active,
.shipment-information-number .dropdown-item:active {
  background-color: #48a7a5;
}

.shipment-information-number .dropdown-item .text {
  font-size: 13px;
}

.shipment-information-number .shipment-info-number-label {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #48a7a5;
    font-weight: 600;
    width: 70px;
    height: 38px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.20rem 0 0 0.20rem;
    border-right: 1px solid #DDD;
}

.pricing-inner-head {
    width: 25%;
}

.remember-me label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
}

.remember-me label p {
    margin-left: 5px;
}

.captcha-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.captcha .btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 15px;
    height: 40px;
}

.captcha .btn img {
    width: 17px;
    height: 17px;
}

.captcha-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.captcha-wrapper {
    display: flex;
    align-items: flex-start;
}


.shipping-rate-form-row .form-group > label {
    color: #6E6E6E;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
}

@media(max-width: 991px) {
    .our-services-page .our-services-box:nth-child(even) .row .col-lg-6:nth-child(2){
        order: -1;
    }
}

.login-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.login-social p {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 14px;
}

.login-social .login-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.login-social .login-social-list li {
    margin-right: 15px;
}

.login-social .login-social-list li:last-child {
    margin-right: 0;
}

.login-social .login-social-list li a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .shipping-not-available .modal-dialog {
        max-width: 392px;
    }
}

.shipping-not-available .modal-content {
    border: none;
    border-radius: 4px;
}

.shipping-not-available .modal-content .close {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 15px;
    outline: none !important;
}

.shipping-not-available .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px;
}

.shipping-not-available .modal-body h4 {
    color: #E00311;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 14px;
}

.shipping-not-available .modal-body p {
    font-size: 13px;
    color: #464646;
    text-align: center;
    line-height: 29px;
}


@media (min-width: 576px) {
    .enter-email-modal .modal-dialog {
        max-width: 461px;
    }
}

.enter-email-modal .modal-content {
    border: none;
    border-radius: 4px;
}

.enter-email-modal .modal-content .close {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 15px;
    outline: none !important;
}

.enter-email-modal .form-control {
    background: #F6F6F6;
    border-radius: 30px;
    border: 1px solid #E1E1E1;
    padding: 0.375rem 1rem;
    font-size: 14px;
    height: 45px;
    width: 100%;
}

.enter-email-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px;
}

.enter-email-modal .modal-body h4 {
    font-size: 13px;
    font-weight: bold;
    color: #464646;
    margin: 15px 0 16px;
}

.enter-email-modal .modal-body form {
    width: 100%;
}

.enter-email-modal .btn-primary {
    margin-left: auto;
    margin-top: 16px;
    background: #1AA3A3;
    color: #FFF;
    border: none;
    border-radius: 5px;
    min-width: 109px;
    min-height: 40px;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    display: block;
}
.enter-email-modal .btn-primary:hover,
.enter-email-modal .btn-primary:focus,
.enter-email-modal .btn-primary:active {
    background: #258787 !important;
}

.form-control {
    text-transform: initial !important;
}
