@import 'reset.css';

/* Header */
header {
    font-family: inherit;
    background-color: var(--white);
    padding: 14px 0;
    margin: 0;
}

header .logo-block {
    width: 200px;
}

header .logo-block img {
    height: auto;
}

header .bottom-header {
    background-color: #fff;
    padding: 12px 0 0 0;
    margin: 0;
}

header .primary-menu {
    width: 100%;
}

header .primary-menu ul {
    gap: 43px;
}

header .primary-menu ul li {
    text-align: center;
    margin-inline: 25px;
}

header .primary-menu ul li a {
    font-family: inherit;
    font-size: 15px;
    color: var(--black);
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.10em;
    padding: 0;
    margin: 0;
}

header .primary-menu ul li a:hover {
    color: var(--red);
}

header .primary-menu ul li.current_page_item a {
    color: var(--red);
}

header .cta-block {
    width: 430px;
}



header .primary-menu.stellarnav ul ul.sub-menu {
    top: 35px;
    width: 270px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: var(--red);
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 0 0 10px 10px;
}

header .primary-menu.stellarnav ul ul.sub-menu>li {
    margin: 0;
}

header .primary-menu.stellarnav ul ul.sub-menu>li>a:not(:has(.icon-plus)) {
    display: block;
    text-align: left;
    border-bottom: 1px dashed #ff8090;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

header .primary-menu.stellarnav li.has-sub>a::after {
    content: '';
    margin-left: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--red);
    display: inline-block;
}

header .primary-menu.stellarnav li.has-sub>.sub-menu li.has-sub a::after {
    border-top: 6px solid #fff;
}




/*


header .primary-menu.stellarnav ul ul.sub-menu > li:last-child > a{ border-bottom: none; }

header .primary-menu.stellarnav ul.sub-menu .sub-menu { left: 100%; }
header .primary-menu.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform .3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: none; }
header .primary-menu.stellarnav li.has-sub> .sub-menu li.has-sub > a:after{ rotate: -90deg; }*/



header .cta-block .account-btn {
    background-color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

header .cta-block .account-btn>svg:nth-of-type(1) {
    width: 25px;
    fill: var(--red);
}

header .cta-block .account-btn>span {
    font-size: 15px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

header .cta-block .account-btn {
    font-size: 15px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--black);
}


.banner {
    margin: 0;
    padding: 0;
    position: relative;
}

.banner .image {
    margin: 0;
    padding: 0;
    height: 516px;
}

.banner .image img {
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}

.banner .desc {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
}

.banner .desc .big-block {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.banner .desc .big-block .lt-block {
    margin: 0;
    padding: 0;
    width: 50%;
    position: relative;
    height: 496px;
}

.banner .desc .big-block .lt-block .text-block {
    margin: 0;
    padding: 0;
    max-width: 330px;
}

.banner .desc .big-block .lt-block .text-block h1 {
    font-family: inherit;
    font-size: 59px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 0 0 20px 0;
    margin: 0;
}

.banner .desc .big-block .lt-block .text-block h1 span {
    color: var(--red);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.08em;
    padding-bottom: 8px;
}

.banner .desc .big-block .lt-block .text-block h1 i {
    color: var(--red);
    font-weight: 700;
}

.banner .desc .big-block .lt-block .text-block p {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.00em;
    padding: 0;
    margin: 0 0 15px 0;
}

.banner .desc .big-block .lt-block .text-block p span {
    color: var(--deep-red);
    font-weight: 700;
}

.banner .desc .big-block .lt-block .text-block a {
    margin-bottom: 12px;
    width: 200px;
    padding: 13px 30px 13px;
    text-align: center;
}

.banner .desc .big-block .lt-block .cortoon-img {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -18px;
    bottom: 0;
}

.banner .desc .big-block .rt-block {
    margin: 0;
    padding: 0;
    width: 50%;
}


/* WHY CHOOSE US SECTION */
.why-choose-us-section {
    background-color: #fff;
    padding: 80px 0 0 0;
    margin: 0;
}

.why-choose-us-section h2 {
    margin-bottom: 35px;
}

.why-choose-us-section h3 {
    font-size: 23px;
    margin-bottom: 12px;
}

.why-choose-us-section .card {
    text-align: center;
    padding: 20px;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.why-choose-us-section .card:before {
    content: "";
    position: absolute;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: var(--pink-400);
    left: -40px;
    top: -70px;
}

.why-choose-us-section .card:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--pink-400);
    right: -64px;
    bottom: -69px;
}



.why-choose-us-section .card .icon-block {
    --_size: 65px;
    width: var(--_size);
    height: var(--_size);
    border-radius: 50%;
    background-color: var(--red);
    background-image: linear-gradient(135deg, #ED223C, #FD5469);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 16px 0px rgba(107, 80, 84, 0.32);
    margin: 0 auto 20px;
    padding: 0;
}

.why-choose-us-section .important-CTAs {
    background: #ffebee;
    padding: 50px 0;
    margin: 0;
    box-shadow: 0 0 0 100vmax #ffebee;
    clip-path: inset(0 -100vmax);
    margin-top: 50px;
}

.why-choose-us-section .important-CTAs .block {
    text-align: center;
}

.why-choose-us-section .important-CTAs .block p {
    min-height: 72px;
}

.modal.checklist-download .modal-content .modal-header h2 {
    color: var(--red);
}

.modal.checklist-download .modal-content .modal-body .gform_footer .gform_button {
    color: var(--white) !important;
    background-color: var(--red) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
    !important font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    letter-spacing: 0.10em !important;
    border-radius: 50px !important;
    border: none !important;
    text-transform: uppercase !important;
    padding: 13px 30px 13px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out !important;
}

.modal.checklist-download .modal-content .modal-body {
    padding-bottom: 30px;
}

.modal.checklist-download .modal-content .modal-body .gform-body .ginput_container input {
    font-family: inherit;
    font-size: 17px;
    color: var(--black);
    line-height: 1.3;
    background-color: #fff;
    caret-color: var(--deep-red);
    border: 1px solid #FCDADE;
    padding: 28px 25px;
    margin: 0;
    box-shadow: 0px 6px 8px 0px rgba(237, 33, 59, 0.07);
    font-weight: 400;
    border-radius: 50px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}









/* OUR PARTERS SECTION */
.our-partner-section {
    margin: 0;
    padding: 82px 0 30px 0;
    margin: 0;
}

.our-partner-section .main-title {
    margin-bottom: 36px;
}

.our-partner-section .our-partners--slider .logo-block {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(237, 33, 59, 0.08);
    text-align: center;
    overflow: hidden;
    margin-inline: 15px;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}


.our-partner-section .our-partners--slider .logo-block>img {
    scale: 0.9;
    display: inline-block;
}

.our-partner-section .our-partners--slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    gap: 7px;
    margin: 32px 0 0 0;
    padding: 0;
}

.our-partner-section .our-partners--slider .slick-dots li {
    --_radius: 8px;
    width: var(--_radius);
    height: var(--_radius);
    background-color: var(--pink-400);
    border-radius: 50px;
}

.our-partner-section .our-partners--slider .slick-dots li.slick-active {
    background-color: var(--red);
    width: 25px;
}

.our-partner-section .our-partners--slider .slick-dots li>button {
    opacity: 0;
    width: 0;
    height: 0;
    font-size: 0;
}



.our-partner-section .rating-box {
    margin: 0;
    padding: 40px 0 0 0;
}

.our-partner-section .rating-box .card-box {
    margin: 0;
    padding: 50px 25px 29px 25px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    box-shadow: 0px 9px 11px 0px rgba(205, 205, 205, 0.31);
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.our-partner-section .rating-box .card-box:hover {
    box-shadow: none;
}

.our-partner-section .rating-box .card-box:before {
    content: "";
    position: absolute;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: var(--pink-400);
    left: -40px;
    top: -70px;
}

.our-partner-section .rating-box .card-box:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--pink-400);
    right: -70px;
    bottom: -75px;
}

.our-partner-section .rating-box .card-box .d-flex {
    flex-direction: column;
    gap: 10px;
}

.our-partner-section .rating-box .card-box .stat-number {
    font-family: inherit;
    font-size: 26px;
    color: var(--red);
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.our-partner-section .rating-box .card-box p {
    font-family: inherit;
    font-size: 19px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}


/* HOW WE HELP SECTION */
.how-we-help-section {
    background-color: #fff;
    padding: 50px 0;
    margin: 0;
}

.how-we-help-section .main-title {
    margin-bottom: 10px;
}

.how-we-help-section h5 {
    margin-bottom: 50px;
}

.how-we-help-section .content-box .block {
    margin-bottom: 50px;
}

.how-we-help-section .content-box .block .icon-box {
    width: 80px;
    background: aliceblue;
    background-image: linear-gradient(135deg, #ED223C, #FD5469);
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(241 46 71 / 38%);
}

.how-we-help-section .content-box .block .text-block {
    width: calc(100% - 120px);
}

/* OUR SERVICES */
.our-services-section {
    margin: 0;
    padding: 40px 0 60px 0;
}

.our-services-section .main-title {
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
}

.our-services-section .our-services--slider {
    padding: 0;
    margin: 0;
}

.our-services-section .our-services--slider .slick-list {
    padding: 10px 0;
}

.our-services-section .our-services--slider .services-block {
    background-color: #fff;
    margin-inline: 15px;
    border-radius: 8px;
    height: 580px;
    background-color: var(--pink-400);
    box-shadow: 0px 2px 10px 0px rgba(29, 0, 4, 0.16);
}

.our-services-section .our-services--slider .services-block>.img-block {
    height: 274px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

.our-services-section .our-services--slider .services-block>.text-block {
    background-color: var(--pink-400);
    padding: 26px;
    margin: 0;
}

.our-services-section .our-services--slider .services-block>.text-block h3 {
    font-family: inherit;
    font-size: 30px;
    color: var(--black);
    line-height: 1.3;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    margin: 0;
}

.our-services-section .our-services--slider .services-block>.text-block h3>span {
    color: var(--red);
    font-weight: 700;
}


.our-services-section .our-services--slider .services-block>.text-block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    margin: 0;
}

.our-services-section .our-services--slider button.slick-arrow {
    --_size: 53px;
    position: absolute;
    top: -70px;
    width: var(--_size);
    height: var(--_size);
    border-radius: 50%;
    background-color: var(--pink-400);
    color: var(--deep-red);
    border: none;
    text-align: center;
    line-height: var(--_size);
    z-index: 9999;
    transition: 0.1s ease;
}

.our-services-section .our-services--slider button.slick-arrow:active {
    scale: 0.95;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.our-services-section .our-services--slider button.slick-arrow.slick-prev {
    right: 60px;
}

.our-services-section .our-services--slider button.slick-arrow.slick-next {
    right: 0;
}





























/* DONT WANT AN ACCOUNT */
.dont-want-an-account {
    margin: 0;
    padding: 64px 0 200px 0;
    background: var(--pink-400);
}

.dont-want-an-account .top-title {
    margin: 0;
    padding: 0 0 90px 0;
    text-align: center;
}

.dont-want-an-account .top-title h2 {
    font-size: 51px;
}

.dont-want-an-account .blocks {
    margin: 0;
    padding: 0;
}

.dont-want-an-account .blocks .box {
    margin: 0;
    padding: 45px 10px 15px 10px;
    border: 1px solid #FCD3D5;
    border-radius: 10px;
    background: var(--white);
    position: relative;
    text-align: center;
    height: 100%;
}

.dont-want-an-account .blocks .box .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px 0 0 0;
    overflow: hidden;
}



.dont-want-an-account .blocks .box:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: var(--red);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.dont-want-an-account .blocks .col-lg-2.col-md-3:nth-child(even) .box:after {
    bottom: initial;
    top: 0;
}

.dont-want-an-account .blocks .box p {
    font-family: inherit;
    font-size: 17px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
}

.dont-want-an-account .blocks .box .top-block {
    margin: 0;
    padding: 0 0 10px 0;
    display: inline-block;
    position: relative;
    z-index: 22;
    width: 100%;
    text-align: center;
}

.dont-want-an-account .blocks .box .top-block .icon {
    --_size: 65px;
    width: var(--_size);
    height: var(--_size);
    border-radius: 50%;
    background-color: var(--red);
    background-image: linear-gradient(135deg, #ED223C, #FD5469);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 16px 0px rgba(107, 80, 84, 0.32);
    margin: 0 auto;
    padding: 0;
}

.dont-want-an-account .blocks .box .top-block span {
    --_size: 38px;
    margin: 0;
    padding: 0;
    width: var(--_size);
    height: var(--_size);
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
    border: 1px solid #FBCFD5;
    position: absolute;
    top: -30px;
    right: 53px;
    font-size: 14px;
}

.dont-want-an-account .blocks .col-lg-2.col-md-4:nth-child(even) .box:before {
    content: "";
    position: absolute;
    width: 212px;
    height: 62px;
    top: -62px;
    right: -115px;
    background: url(../images/top-dotted-line.png) no-repeat center;
}

.dont-want-an-account .blocks .col-lg-2.col-md-4:nth-child(odd) .box:before {
    content: "";
    position: absolute;
    width: 212px;
    height: 62px;
    bottom: -62px;
    right: -115px;
    background: url(../images/bottom-dotted-line.png) no-repeat center;
}

.dont-want-an-account .blocks .col-lg-2.col-md-4:nth-child(even):last-child .box:before {
    display: none;
}


/* MEMBER BENEFITS */
.member-benefits-section {
    background-color: #fff;
    /*    background-image: url(../images/member-benefits-section-bg.jpg);	*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 80px 0;
    margin: 0;
}

.member-benefits-section h2 {
    position: relative;
    padding: 0 0 60px 0;
    margin: 0 0 30px 0;
}

.member-benefits-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 40px;
    background-color: #FBD3D8;

}

.member-benefits-section .member-benefits--block {
    background-color: #fff;
    box-shadow: 0 2px 15px 0 #1d00040f;
    border-radius: 24px;
    border: 1px solid #ffcaca;
    overflow: hidden;
    padding: 0;
}

.member-benefits-section .member-benefits--block .top-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    background-color: var(--cream);
    border-bottom: 1px solid #ffcaca;
    text-align: center;
    padding: 30px;
}

.member-benefits-section .member-benefits--block .bottom-block {
    background-color: #fff;
    padding: 30px;
    margin: 0;
}

.member-benefits-section .member-benefits--block .bottom-block ul {
    column-count: 1;
    column-gap: 30px;
}

.member-benefits-section .member-benefits--block .bottom-block ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 24px 0;
}

.member-benefits-section .member-benefits--block .bottom-block ul li::before {
    content: '\F26A';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'bootstrap-icons';
    font-size: 18px;
    color: var(--green);
    color: var(--red);
    padding: 0;
    margin: 0;
}

.member-benefits-section .member-benefits--block .bottom-block .btn-block {
    padding: 0;
    margin: 30px 0 0 0;
}


.privacy-policy #cms-section h2 {
    color: var(--red);
}

.privacy-policy #cms-section h4 {
    color: var(--red);
}

.privacy-policy #cms-section a {
    color: var(--red);
}

.privacy-policy #cms-section {
    padding-bottom: 90px;
}



.get-in-touch-section.tracking-page .form-block {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*.get-in-touch-section.tracking-page .form-block input{ text-align:center; }*/

.cms-area.privacy {
    margin: 0;
    padding-top: 60px;
}





/* OUR REVIEWS */
.our-reviews-section {
    background-color: var(--cream);
    padding: 82px 0;
    margin: 0;
}

.our-reviews-section h2 {
    position: relative;
    font-family: inherit;
    font-size: 50px;
    padding: 0 0 60px 0;
    margin: 0;
}

.our-reviews-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 60px;
    background-color: #cbcbcb;
}

.our-reviews-section .our-reviews-section--slider {
    padding: 30px 0 0 0;
    margin: 0;
}

.our-reviews-section .our-reviews-section--slider .review-block {
    background-color: var(--white);
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 25px;
    margin: 0 15px;
}

.our-reviews-section .our-reviews-section--slider .review-block h3 {
    font-family: inherit;
    font-size: 24px;
    color: var(--red);
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 7px 0;
    margin: 0;
}

.our-reviews-section .our-reviews-section--slider .review-block small {
    display: block;
    font-family: inherit;
    font-size: 15px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 14px 0;
    margin: 0;
}

.our-reviews-section .our-reviews-section--slider .review-block .stars {
    color: #FFCB2B;
    font-size: 18px;
    padding: 0;
    margin: 0 0 16px 0;
}

.our-reviews-section .our-reviews-section--slider .review-block p {
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    padding: 0;
    margin: 0;
}







/* FIGHT CLIMATE CHANGE */
.fight-climate-change {
    margin: 0;
    padding: 44px 0;
}

.fight-climate-change .top-block {
    margin: 0;
    padding: 0 0 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fight-climate-change .top-block h2 {
    font-size: 51px;
    line-height: 1.2;
}

.fight-climate-change .top-block h2 span {
    color: var(--black);
    display: block;
}

.fight-climate-change .bottom-block {
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 0 0 90px 90px;
    overflow: hidden;
}

.fight-climate-change .bottom-block .left-img {
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
}

.fight-climate-change .bottom-block .left-img img {
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}

.fight-climate-change .bottom-block .rt-content {
    margin: 0;
    padding: 32px 30px;
    background: url(../images/green-shape-bg.jpg) no-repeat center;
    background-size: cover;
    width: 60%;
    height: auto;
}

.fight-climate-change .bottom-block .rt-content h4 {
    font-family: inherit;
    font-size: 51px;
    color: var(--white);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 0 35px 0;
}

.fight-climate-change .bottom-block .rt-content p {
    font-family: inherit;
    font-size: 24px;
    color: var(--white);
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 30px 0;
}

.fight-climate-change .bottom-block .rt-content a {
    background: var(--white);
    color: var(--green);
}



/* LATEST NEWS */
.latest-news {
    margin: 0;
    padding: 20px 0 50px 0;
    border-bottom: 1px solid #E5E5E5;
}

.latest-news .top-title {
    margin: 0;
    padding: 0 0 40px 0;
}

.latest-news .news-block {
    margin: 0;
    padding: 0;
}

.latest-news .news-block .box {
    margin: 0;
    padding: 0;
}

.latest-news .news-block .box a {
    display: inline-block;
}

.latest-news .news-block .box .image {
    margin: 0;
    padding: 0;
    height: 247px;
    border-radius: 8px;
    overflow: hidden;
}

.latest-news .news-block .box .image img {
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}

.latest-news .news-block .date {
    margin: 0;
    padding: 17px 27px 34px 0;
    background: var(--white);
    border-radius: 0 8px 0 0;
    position: relative;
    top: -27px;
    z-index: 22;
    display: inline-block;
}

.latest-news .news-block .date:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: var(--red);
    left: 7px;
    bottom: 0;
}

.latest-news .news-block .date h5 {
    font-family: inherit;
    font-size: 20px;
    color: var(--red);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.latest-news .news-block p {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}

.latest-news .news-block .slick-track .slick-slide>div {
    margin: 0 15px;
}

.latest-news .news-block .slick-track .slick-slide.slick-active:first-child>div {
    margin-left: 0;
}

.latest-news .news-block .slick-prev {
    border: none;
    background: transparent;
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 60px;
    top: -90px;
    overflow: hidden;
    border: none;
}

.latest-news .news-block .slick-next {
    border: none;
    background: transparent;
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 0px;
    top: -90px;
    overflow: hidden;
    border: none;
}

.latest-news .news-block .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFDEE2;
    font-size: 18px;
    color: var(--red);
    left: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.latest-news .news-block .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFDEE2;
    font-size: 18px;
    color: var(--red);
    left: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}



/* OUR FAQs */
.our-faqs {
    margin: 0;
    padding: 59px 0 140px 0;
}

.our-faqs .top-title {
    margin: 0;
    padding: 0 0 40px 0;
}

.our-faqs .faq-block {
    margin: 0;
    padding: 0;
}

.our-faqs .faq-block .accordion-item {
    border: none;
}

.our-faqs .faq-block .accordion-item .accordion-button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-family: inherit;
    font-size: 22px;
    color: var(--black);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.00em;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}

.our-faqs .faq-block .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.our-faqs .faq-block .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.our-faqs .faq-block .accordion-item .accordion-body {
    border: none;
    padding-left: 0;
}

.our-faqs .faq-block .accordion-item .accordion-body p {
    font-family: inherit;
    font-size: 19px;
    color: var(--black);
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 10px 0;
}

.our-faqs .faq-block .accordion-item .accordion-body p span {
    color: var(--red);
    font-weight: 700;
}

.our-faqs .faq-block .accordion-item .accordion-button::after {
    background: url(../images/plus-icon.png) no-repeat center;
}

.our-faqs .faq-block .accordion-item .accordion-button:not(.collapsed)::after {
    background: url(../images/minus.png) no-repeat center;
}

.our-faqs .faq-block .accordion-item:first-child .accordion-button {
    border-top: none;
}

.our-faqs .faq-block .accordion-item .accordion-button[aria-expanded="false"] {
    border-bottom: none;
}


/* BEST BUSINESS LOGOS */
.best-business-logo-section {
    background-color: var(--red);
    padding: 50px 0;
    margin: 0 0 100px 0;
}

.best-business-logo-section .logo-block {
    width: 180px;
}

@media only screen and (max-width: 480px) {
    .best-business-logo-section .logo-block {
        width: 160px;
    }
}


/* FOOTER */
footer {
    margin: -110px 0 0 0;
    padding: 170px 0 20px 0;
    background: #FDF0EF;
    border-radius: 200px 200px 0 0;
}

footer .top-block {
    margin: 0;
    padding: 0 0 68px 0;
}

footer .top-block h3 {
    font-family: inherit;
    font-size: 27px;
    color: var(--black);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: block;
}

footer .top-block h3 span {
    color: var(--red);
    font-weight: 700;
}

footer .top-block h3:after {
    content: "";
    position: absolute;
    width: 84%;
    height: 1px;
    background: #D6D6D6;
    right: 0;
    top: 14px;
}

footer .top-block .contact-block {
    margin: 0;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}

footer .top-block .contact-block .box {
    margin: 0;
    padding: 0;
}

footer .top-block .contact-block .box h5 {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 14px 0;
}

footer .top-block .contact-block .box h5 i {
    color: var(--red);
    padding-right: 0px;
    font-size: 18px;
}

footer .top-block .contact-block .box a {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
    transition: color 0.3s ease-in-out;
}

footer .top-block .contact-block .box a:hover {
    color: var(--red);
}

footer .bottom-block {
    margin: 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #FBCBD0;
}

footer .bottom-block .block {
    margin: 0;
    padding: 0;
}

footer .bottom-block .block .footer-logo {
    margin: 0;
    padding: 0 0 22px 0;
}

footer .bottom-block .block .social {
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

footer .bottom-block .block .social h5 {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative;
    display: inline-block;
}

footer .bottom-block .block .social h5:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #CBC3C2;
    top: 10px;
    right: 0;
}

footer .bottom-block .block .social a {
    font-size: 22px;
    color: var(--red);
}

footer .bottom-block .block .button-block {
    margin: 0;
    padding: 0;
}

footer .bottom-block .block h3 {
    font-family: inherit;
    font-size: 18px;
    color: var(--black);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 26px 0;
}

footer .bottom-block .block ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

footer .bottom-block .block ul li {
    margin: 0;
    padding: 0 0 17px 0;
    width: 50%;
}

footer .bottom-block .block ul li a {
    font-family: inherit;
    font-size: 17px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    transition: color 0.3s ease-in-out;
}

footer .bottom-block .block ul li a:hover {
    color: var(--red);
}

footer .bottom-block .block .form-block {
    margin: 0;
    padding: 0;
}

footer .bottom-block .block .form-block input {
    height: 62px;
    border: none;
    border: 1px solid #FAD0D3;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
    margin-bottom: 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    padding-left: 25px;
}

footer .bottom-block .block .form-block .wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    display: block;
    margin: -15px 0 0 0;
}

footer .bottom-block .block .form-block .wpcf7 form .wpcf7-response-output:empty{
    display: none;
}

footer .bottom-block .block .form-block .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red) !important;
    color: var(--red);
    text-align: center !important;
    font-size: 14px !important;
}



footer .bottom-block .block .form-block input:focus {
    border: 1px solid var(--red);
}

footer .copyright-text {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}

footer .copyright-text p {
    margin: 0;
    padding: 0;
}


/*BACK TO TOP*/
#back-to-top-btn {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 2%;
    background-color: #ED213B;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#back-to-top-btn.show {
    display: block;
}







/*About Us Page CSS*/
.inner-page-banner {
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../images/about-page-banner.png) no-repeat center;
    border-radius: 0 0 100px 100px;
    background-size: cover;
    height: 430px;
}

/*.inner-page-banner .desc{ margin:0; padding:0; position:absolute; width:100%; left:0; top:0; }*/
.inner-page-banner .desc {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.inner-page-banner .desc .text-block {
    margin: 0;
    padding: 0;
}

.inner-page-banner .desc .text-block h1 {
    font-family: inherit;
    font-size: 62px;
    color: var(--black);
    line-height: 1;
    font-weight: 200;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
}

.inner-page-banner .desc .text-block h1 span {
    color: var(--red);
    font-weight: 700;
}

.inner-page-banner .desc .cartoon {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15%;
    bottom: -38px;
}




.about-under-banner {
    margin: 0;
    padding: 100px 0 0 0;
}

.about-under-banner .top-block {
    margin: 0;
    padding: 0 0 100px 0;
}

.about-under-banner .top-block .block {
    margin: 0;
    padding: 0;
}

.about-under-banner .top-block .block h2 {
    margin: 0;
    padding: 15px 0 30px 0;
    line-height: 1.2;
}

.about-under-banner .top-block .block h2 span {
    display: initial;
}

.about-under-banner .top-block .block p {
    font-size: 19px;
    line-height: 1.7;
    padding-bottom: 35px;
}

.about-under-banner .bottom-block {
    margin: 0;
    padding: 40px 40px 40px 0;
    background: var(--red);
    border-radius: 10px;
    position: relative;
}

.about-under-banner .bottom-block .image-block {
    margin: 0;
    padding: 0;
}

.about-under-banner .bottom-block .text-block {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 630px;
}

.about-under-banner .bottom-block .text-block h3 {
    font-family: inherit;
    font-size: 30px;
    color: var(--white);
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 16px 0;
}

.about-under-banner .bottom-block .text-block p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    padding: 00;
    color: var(--white);
}

.about-under-banner .bottom-block .text-block a {
    font-size: 19px;
    line-height: 1;
    margin: 0;
    padding: 5px 0 2px 0;
    color: var(--white);
    border-bottom: 1px solid var(--white);
}




.some-of-our-partner {
    margin: 0 0 147px 0;
    padding: 80px 0;
    background: var(--cream);
}

.some-of-our-partner h2 {
    margin: 0 0 30px 0;
    padding: 0 0 80px 0;
    position: relative;
}

.some-of-our-partner h2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #CBCBCB;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.some-of-our-partner .about-partner-logo {
    margin: 0;
    padding: 0;
}

.some-of-our-partner .about-partner-logo .box {
    margin: 0;
    padding: 0;
}

.some-of-our-partner .about-partner-logo .slick-prev {
    border: none;
    background: var(--pink-400);
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 60px;
    top: -160px;
    overflow: hidden;
    border: none;
    color: var(--deep-red);
}

.some-of-our-partner .about-partner-logo .slick-next {
    border: none;
    background: var(--pink-400);
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 0px;
    top: -160px;
    overflow: hidden;
    border: none;
    color: var(--deep-red);
}



/**
*
*   CONTACT PAGE CSS
*
*/
.get-in-touch-section {
    background-color: #fff;
    padding: 90px 0;
    margin: 0;
}

.get-in-touch-section h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.get-in-touch-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 1px;
    height: 40px;
    background-color: var(--pink-400);
}

.get-in-touch-section .form-block .form-control {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1.3;
    background-color: #fff;
    caret-color: var(--deep-red);
    border: 1px solid #FCDADE;
    /*    padding: 23px 25px;*/
    margin: 0;
    box-shadow: 0px 6px 8px 0px rgba(237, 33, 59, 0.07);
    background-color: #F4F4F4;
    border: 1px solid #D8D8D8;
    text-align: left;
    height: 70px;
    border-radius: 10px;
    padding-left: 22px;
    padding-right: 220px;
}

.get-in-touch-section .form-block textarea.form-control {
    height: 160px;
    resize: none;
}


.how-to-contact-section {
    background-color: var(--cream);
    padding: 80px 0;
    margin: 0;
}

.how-to-contact-section .main-title {
    position: relative;
    text-align: center;
    margin: 0 0 80px 0;
}

.how-to-contact-section .main-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 1px;
    height: 40px;
    background-color: var(--pink-400);
}

.how-to-contact-section .map-card {
    border: 1px solid #FFD7DB;
    border-radius: 8px;
    overflow: hidden;
}

.how-to-contact-section .map-card iframe {
    width: 100%;
    height: 420px;
}

.how-to-contact-section .map-card .text-content {
    background-color: #fff;
    padding: 30px;
}

.how-to-contact-section .map-card .text-content h3 {
    position: relative;
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}



.how-to-contact-section .map-card .text-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: var(--deep-red);
    margin: 0;
}

.how-to-contact-section .map-card .text-content ul li,
.how-to-contact-section .map-card .text-content ul li>a {
    font-family: inherit;
    font-size: 17px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0 0 32px 0;
}

.how-to-contact-section .map-card .text-content ul li>a {
    margin: 0;
    transition: 0.3s ease;
}

.how-to-contact-section .map-card .text-content ul li>a:hover {
    color: var(--red);
}

.how-to-contact-section .map-card .text-content ul li>i,
.how-to-contact-section .map-card .text-content ul li>a>i {
    color: var(--red);
    margin-right: 15px;
}

/**
*
*  ECOMMERCE INGRATION PAGE CSS
*
*/
.ecommerce-integration-page--banner .desc .big-block {
    align-items: center;
}

.ecommerce-integration-page--banner .desc .big-block .lt-block {
    position: relative;
    height: auto;
}

.ecommerce-integration-page--banner .desc .big-block .lt-block .text-block {
    margin: 0;
    padding: 0 30px 0 0;
    max-width: 100%;
}

.ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1 {
    font-family: inherit;
    font-size: 60px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 400;
    padding: 0;
    margin: 0 0 37px 0;
    margin: 0 0 17px 0;
}

.ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1>span {
    font-size: inherit;
    color: var(--red);
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
}

.get-started-with-section {
    background-color: #fff;
    padding: 90px 0;
    margin: 0;
}

.get-started-with-section .main-title {
    padding: 0;
    margin: 0 0 20px 0;
}

.get-started-with-section .text-block {
    padding: 0;
    margin: 0;
}

.get-started-with-section .text-block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    padding: 0;
    margin: 0 0 20px 0;
}

.get-started-with-section .text-block h5 {
    font-family: inherit;
    font-size: 18px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.get-started-with-section .text-block ul li {
    position: relative;
    font-family: inherit;
    font-size: 18px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
}

.get-started-with-section .text-block ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--red);
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.get-started-with-section .img-block {
    margin-top: -240px;
}

/**
*
* Member Account Page
*
*/
.member-account-page--banner .desc .cartoon {
    bottom: 0;
}

.member-account-signup-process {
    background-color: #fff;
    padding: 70px 0;
    margin: 0;
}

.member-account-signup-process h2 {
    padding: 0;
    margin: 0 0 40px 0;
}

.member-account-signup-process p>a {
    color: var(--red);
}

.dont-want-an-account--account-page {
    padding: 100px 0;
    margin: 0;
}

.dont-want-an-account--account-page .confirmation-form {
    padding: 60px 0 0 0;
    margin: 0;
    text-align: center;
}

.dont-want-an-account--account-page .confirmation-form .gfield_consent_label {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.3;
    padding: 0;
}

.dont-want-an-account--account-page .confirmation-form .gfield_consent_label>a {
    color: var(--red);

}

.dont-want-an-account--account-page .confirmation-form .gform_footer.before {
    text-align: center;
    justify-content: center;
}

.dont-want-an-account--account-page .confirmation-form input#gform_submit_button_3 {
    background: #ed213b;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 13px 35px;
    box-shadow: none;
}

.dont-want-an-account--account-page .confirmation-form input#gform_submit_button_3:active {
    box-shadow: none;
}




.new-member-online-application-form-section {
    background: #fff;
    padding: 70px 0;
    margin: 0;
}

.new-member-online-application-form-section h2 {
    padding: 0;
    margin: 0 0 50px 0;
}

.new-member-online-application-form-section .new-application-form .form-control {
    font-family: inherit;
    font-size: 17px;
    color: var(--black);
    line-height: 1.3;
    background-color: #fff;
    caret-color: var(--deep-red);
    border: 1px solid #FCDADE;
    padding: 23px 25px;
    margin: 0;
    box-shadow: 0px 6px 8px 0px rgba(237, 33, 59, 0.07);
}










.welcome-new-member-section {
    background-color: #fff;
    padding: 70px 0 0 0;
    margin: 0;
}

.welcome-new-member-section .main-title {
    padding: 0;
    margin: 0 0 80px 0;
}

.welcome-new-member-section .content {
    padding: 50px 0 0 0;
}

.welcome-new-member-section .content p {
    font-size: 18px;
    line-height: 1.5;
}

.welcome-new-member-section .common-form .top-block {
    position: relative;
}

.welcome-new-member-section .common-form .top-block .card-imgs {
    position: absolute;
    right: -100px;
    top: -100px;
}






/**

    PRE-PAID MEMBER PAGE
    
*/
.prepaid-member-section-page {
    background-color: #fff;
    padding: 100px 0 0 0;
}

/**

    ADDITIONAL CHARGES PAGE
    
*/
.additional-fees-charges-section {
    background-color: #fff;
    padding: 100px 0;
}

.additional-fees-charges-section .entry-content {
    padding: 0;
    margin: 0;
}

.additional-fees-charges-section .entry-content h2 {
    font-family: inherit;
    font-size: 30px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0 24px 0;
    margin: 0;
}

.additional-fees-charges-section .entry-content p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 24px 0;
    margin: 0;
}

.additional-fees-charges-section .entry-content p>a {
    color: #ED213B;
}

.additional-fees-charges-section .all-charges-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 0;
    margin: 0 0 50px 0;
}

@media only screen and (max-width: 991px) {
    .additional-fees-charges-section .all-charges-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .additional-fees-charges-section .all-charges-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
}


.additional-fees-charges-section .all-charges-blocks .block {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(135deg, #f9f9f9, #fff);
    border-radius: 20px;
    padding: 25px;
    margin: 0;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    isolation: isolate;
    transition: box-shadow 0.3s ease-in-out;
}

.additional-fees-charges-section .all-charges-blocks .block:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.additional-fees-charges-section .all-charges-blocks .block:nth-child(odd) {
    background-color: var(--pink-400);
    background-image: linear-gradient(306deg, var(--pink-400), #ffc2cb);
}

.additional-fees-charges-section .all-charges-blocks .block::after {
    --_size: 70px;
    --_offset: -20px;
    content: '';
    display: block;
    position: absolute;
    right: var(--_offset);
    bottom: var(--_offset);
    width: var(--_size);
    height: var(--_size);
    border-radius: 53% 50% 70% 30% / 34% 30% 70% 66%;
    background-color: #FDD6DC;
    z-index: -1;
}

.additional-fees-charges-section .all-charges-blocks .block h3 {
    font-family: inherit;
    font-size: 25px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0;
}

.additional-fees-charges-section .all-charges-blocks .block h3>span {
    color: var(--red);
}

.additional-fees-charges-section .all-charges-blocks .block p {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.8;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.additional-fees-charges-section .manual-booking-fee-block {
    background-color: var(--pink-400);
    border-radius: 20px;
    padding: 30px;
    margin: 0;
}

.additional-fees-charges-section .manual-booking-fee-block h3 {
    font-family: inherit;
    font-size: 25px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0 25px 0;
    margin: 0;
}

.additional-fees-charges-section .manual-booking-fee-block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 15px 0;
    margin: 0;
}

.additional-fees-charges-section .extra-text {
    font-family: inherit;
    font-size: 22px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    padding: 40px 0;
    margin: 0;
}

.additional-fees-charges-section .extra-text a {
    color: var(--red);
}


/**

    FAQ PAGE
    
*/
.faq-section {
    background-color: #fff;
    padding: 60px 0;
    margin: 0;
}

.faq-section .lt-block {
    background-color: #fff;
    padding: 0;
    margin: 0 0 30px 0;
}

.faq-section .lt-block ul li {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    isolation: isolate;
}

.faq-section .lt-block ul li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: transparent;
    rotate: 45deg;
    z-index: -1;
}

.faq-section .lt-block ul li a {
    display: block;
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    border-radius: 6px;
    background-color: var(--pink-400);
    padding: 15px 12px;
    margin: 0;
}

.faq-section .lt-block ul li.active a {
    background-color: var(--red);
    color: var(--pink-400);
    font-weight: 700;
}

.faq-section .lt-block ul li.active::after {
    background-color: #ed213b;
}

.faq-section .callout-card {
    position: relative;
    background-color: var(--red);
    border-radius: 12px;
    padding: 15px;
    margin: 0;
    isolation: isolate;
}

/*
.faq-section .callout-card::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: var(--cream);
    border-radius: 0 50px 0 0;
    z-index: -1;
}
*/

.faq-section .callout-card h2 {
    font-family: inherit;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px 0;
}

.faq-section .callout-card h2>span {
    display: block;
    padding: 10px 0 0 0;
    border-top: 1px dashed #fff;
    margin: 10px 0 0 0;
}

.faq-section .callout-card .add-btn {
    display: block;
    font-family: inherit;
    font-size: 18px;
    color: var(--red);
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 13px 20px;
    margin: 0;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
    border: 1px solid #ededed;
    transition: 0.1s ease;
}

.faq-section .callout-card .add-btn:hover {
    box-shadow: none;
}

.faq-section .callout-card .add-btn:active {
    scale: 0.95;
}


.faq-section .right-block .accordion-title {
    font-family: inherit;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 20px 0;
    position: relative;
    background: #ed213b;
}

.faq-section .right-block .accordion-title:first-child {
    margin-top: 0;
}

.faq-section .right-block .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    color: var(--black);
}

.faq-section .right-block .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--cream);
}

.faq-section .right-block .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-section .right-block .accordion-item .accordion-header .accordion-button::after {
    content: '\F64D';
    font-family: 'bootstrap-icons';
    color: var(--red);
    background-image: none;
    transform: none;
}

.faq-section .right-block .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\F63B';
}

.faq-section .right-block .accordion-item .accordion-body>strong,
.faq-section .right-block .accordion-item .accordion-body {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
}

.faq-section .right-block .accordion-item .accordion-body a {
    color: var(--red);
}

.faq-section .right-block .accordion-item .accordion-body>ol {
    list-style: decimal;
}

.faq-section .right-block .accordion-item .accordion-body>ol ::marker {
    color: var(--red);
    font-weight: 700;
}

.faq-section .right-block .accordion-item .accordion-body>ul li,
.faq-section .right-block .accordion-item .accordion-body>ol li {
    margin-bottom: 15px;
    margin-left: 12px;
}

/**

Our Services Page

*/
.all-services-blocks--all-services-page {
    position: relative;
    background-color: #fff;
    padding: 100px 0 100px 0;
    margin: 0;
}

.all-services-blocks--all-services-page .avataar-img {
    position: absolute;
    right: 0;
    bottom: -54%;
}

.all-services-blocks--all-services-page .block {
    position: relative;
    background-image: url('../images/all-services-block-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    background-color: var(--white);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #FCDADE;
    padding: 45px;
    margin: 0 0 30px 0;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
}

.all-services-blocks--all-services-page .block::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: var(--red);
}

.all-services-blocks--all-services-page .block .icon-block {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--red);
    background-image: -moz-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -webkit-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -ms-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.32);
    display: grid;
    place-content: center;
}

.all-services-blocks--all-services-page .block h3 {
    font-family: inherit;
    font-size: 24px;
    color: var(--black);
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.all-services-blocks--all-services-page .block .content p {
    font-family: inherit;
    font-size: 18px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0;
}

.all-services-blocks--all-services-page .block .content a {
    font-family: inherit;
    font-size: 18px;
    color: var(--red);
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}


/**

Express parcel Delivery page

*/

.faq-section--single-service-page {
    padding: 0 0 100px 0;
    margin: 0;
}

.faq-section--single-service-page h2 {
    margin-bottom: 1rem !important;
}


.faq-section--single-service-page .accordion-button {
    font-size: 18px;
    font-weight: 700;
}

.faq-section--single-service-page .accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--black);
}

.faq-section--single-service-page .accordion-button:focus {
    box-shadow: none;
}

.faq-section--single-service-page .accordion-button::after {
    content: '\F64D';
    font-family: 'bootstrap-icons';
    font-weight: 700;
    font-size: 16px;
    color: var(--red);
    background-image: url('');
    transform: none;
}

.faq-section--single-service-page .accordion-button:not(.collapsed)::after {
    content: '\F63B';
    font-family: 'bootstrap-icons';
    font-weight: 700;
}


/**
*
*   PALLET DELIVERY PAGE
*
*/

.all-delivery-info-blocks-section {
    background-color: #fff;
    padding: 100px 0 60px 0;
}

.all-delivery-info-blocks-section .row {
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
}

.all-delivery-info-blocks-section .block {
    background-color: #fff;
    border-right: 1px solid #eee;
    padding: 30px;
    margin: 0;
    height: 100%;
}

.all-delivery-info-blocks-section .block .top-part {
    padding: 0;
    margin: 0 0 15px 0;
}

.all-delivery-info-blocks-section .block h3 {
    font-family: inherit;
    font-size: 26px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px 0;
}

.all-delivery-info-blocks-section .block h3 span {
    color: var(--red);
    font-weight: 700;
}


.all-delivery-info-blocks-section .block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0;
}


.all-delivery-info-blocks-section .col-lg-4:first-child>.block {
    background-color: var(--red);
    border-radius: 10px 0 0 10px;
    padding: 30px;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.all-delivery-info-blocks-section .col-lg-4:first-child>.block>h3 {
    font-family: inherit;
    font-size: 44px;
    color: var(--white);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.all-delivery-info-blocks-section .col-lg-4:first-child>.block>h3>span {
    display: block;
    color: currentColor;
    font-weight: 700;
}


.all-delivery-info-blocks-section .col-lg-4:last-child>.block {
    border-right: none;
    border-radius: 0 10px 10px 0;
}


/**

Parcel Delivery Page

*/
.all-parcel-delivery-info-blocks-section {
    background-color: #fff;
    padding: 80px 0;
    margin: 0;
    padding-bottom: 0;
}

.all-parcel-delivery-info-blocks-section .block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    background-image: url('../images/all-services-block-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    border: 1px solid #FDE8EA;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
    padding: 30px;
    margin: 0;
}

.all-parcel-delivery-info-blocks-section .block::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 4px;
    background-color: var(--red);
    transform: translateX(-50%);
}

.all-parcel-delivery-info-blocks-section .block .icon-block {
    --_size: 100px;
    height: var(--_size);
    width: var(--_size);
    border-radius: 50%;
    background-image: -moz-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -webkit-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -ms-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.32);
    display: grid;
    place-items: center;
}

.all-parcel-delivery-info-blocks-section .block h3 {
    font-family: inherit;
    font-size: 24px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}


.page-template-template-prepaid-web-bookings .common-quote-section .avatar-block2 {
    opacity: 0;
}




/**

Freight Insurance Page

*/
.our-insurance-section {
    background-color: #fff;
    padding: 80px 0;
    margin: 0;
}

.our-insurance-section .title-block {
    padding: 0;
    margin: 0 0 66px 0;
}

.our-insurance-section .title-block h2 {
    margin-bottom: 30px;
}

.our-insurance-section .get-coverage-block {
    background-color: #fff;
    background-image: url('../images/all-services-block-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #FCDCE0;
    border-radius: 10px;
    padding: 36px;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
    margin: 0 0 85px 0;
}

.our-insurance-section .get-coverage-block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
    margin: 0 0 28px 0;
}

.our-insurance-section .get-coverage-block p:last-child {
    padding: 0;
    margin: 0;
}

.our-insurance-section .get-coverage-block p>a {
    color: var(--black);
    text-decoration: underline;
}

.our-insurance-section .get-coverage-block .btn-block .btn {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 25px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.our-insurance-section .insurance-features-blocks .block {
    position: relative;
    background-color: #fff;
    background-image: url('../images/all-services-block-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
    border: 1px solid #FCDBDF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
    padding: 28px;
    margin: 0 0 30px 0;
    box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
}

.our-insurance-section .insurance-features-blocks .block::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--red);
    width: 30px;
    height: 4px;
}

.our-insurance-section .insurance-features-blocks .block .icon-block {
    width: 100px;
    height: 100px;
    background-image: -moz-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -webkit-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    background-image: -ms-linear-gradient(141deg, rgb(254, 87, 108) 0%, rgb(237, 34, 60) 100%);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.our-insurance-section .insurance-features-blocks .block h3 {
    font-family: inherit;
    font-size: 24px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.our-insurance-section .insurance-features-blocks .block p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0;
}

.our-insurance-section .insurance-features-blocks .col-lg-4:last-child .block {
    background-color: var(--red);
    color: #fff;
    height: 267px;
}

.our-insurance-section .insurance-features-blocks .col-lg-4:last-child .block h3 {
    color: #fff;
}

.our-insurance-section .insurance-features-blocks .col-lg-4:last-child .block .btn.btn-secondary {
    background-color: #fff;
    color: var(--black);
}

.our-insurance-section .insurance-features-blocks .img-block img {
    margin: -100px 0 0 0;
    scale: 0.8;
}


/**

 Terms & Conditions Section

*/
.terms-and-conditions-section {
    background-color: #fff;
    padding: 80px 0;
    margin: 0;
}

.terms-and-conditions-section .accordion-item {
    border: none;
    margin-bottom: 30px;
}

.terms-and-conditions-section .accordion-item .accordion-header .accordion-button,
.terms-and-conditions-section .accordion-item .accordion-header .accordion-button.collapsed {
    font-family: inherit;
    font-size: 20px;
    color: var(--red);
    line-height: 1.3;
    font-weight: 700;
    background-color: #fff;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgb(255, 208, 214);
    border-style: solid;
    padding: 18px 20px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
}

.terms-and-conditions-section .accordion-item .accordion-body>* {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.7;
    font-weight: 400;
    padding: 0;
    margin: 0 0 12px 0;
}

.terms-and-conditions-section .accordion-item .accordion-body p>a {
    color: var(--red);
}

.terms-and-conditions-section .accordion-item .accordion-body h4 {
    font-size: 16px;
    color: var(--red);
    font-weight: 700;
}

.terms-and-conditions-section .accordion-item .accordion-body .definition-block {
    background-color: var(--pink-400);
    border-radius: 20px;
    padding: 30px;
}

.terms-and-conditions-section .accordion-item .accordion-body .definition-block h3 {
    font-family: inherit;
    font-size: 30px;
    color: var(--red);
    line-height: 1.3;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.terms-and-conditions-section .accordion-item .accordion-body .definition-block ul li {
    position: relative;
    padding: 0;
    margin: 0 0 12px 0;
}

.terms-and-conditions-section .accordion-item .accordion-body .definition-block ul li>strong {
    position: relative;
    padding: 0 0 0 18px;
}

.terms-and-conditions-section .accordion-item .accordion-body .definition-block ul li strong::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--red);
    vertical-align: middle;
}


/**

Packing Guideline Page

*/
.packing-guidelines-section {
    background-color: #fff;
    padding: 80px 0;
    margin: 0;
}

.packing-guidelines-section .title-block {
    padding: 0;
    margin: 0 0 30px 0;
}

.packing-guidelines-section .title-block .main-title {
    font-family: inherit;
    font-size: 30px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
}

.packing-guidelines-section .title-block .main-title p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.packing-guidelines-section .all-guidelines-block .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}



.packing-guidelines-section .all-guidelines-block .d-grid .block {
    background-color: var(--pink-400);
    background-repeat: no-repeat;
    background-position: 97% 3%;
    background-size: auto;
    height: 427px;
    overflow: auto;
    border-radius: 20px;
    padding: 40px;
    margin: 0;
}

.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(2),
.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(3),
.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(6),
.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(7),
.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(10),
.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(11) {
    background-color: #F5F5F5;
}

.packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(even) {
    transform: translateY(80px);
}

@media only screen and (max-width: 768px) {
    .packing-guidelines-section .all-guidelines-block .d-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(even) {
        transform: translateY(0);
        background-color: #F5F5F5;
    }

    .packing-guidelines-section .all-guidelines-block .d-grid .block:nth-child(odd) {
        background-color: var(--pink-400);
    }
}

.packing-guidelines-section .all-guidelines-block .d-grid .block h3 {
    font-family: inherit;
    font-size: 24px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 24px 0;
    margin: 0;
}

.packing-guidelines-section .all-guidelines-block .d-grid .block h3>span {
    color: var(--red);
    font-weight: 700;
}

.packing-guidelines-section .all-guidelines-block .d-grid .block h4 {
    font-size: 18px;
    color: var(--black);
}

.packing-guidelines-section .all-guidelines-block .d-grid .block p,
.packing-guidelines-section .all-guidelines-block .d-grid .block ul li {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    padding: 0 0 12px 0;
    margin: 0;
}

.packing-guidelines-section .all-guidelines-block .d-grid .block p>a {
    color: var(--red);
}



.single-percel-delivery-content {
    padding: 110px 0 90px 0;
    margin: 0;
}

.single-percel-delivery-content .big-block {
    padding: 20px;
    margin: 0 0 30px 0;
    border: 1px solid var(--red);
    background: #FFEBEE;
    border-radius: 20px;
}

.single-percel-delivery-content .big-block .text-block {
    padding: 0;
    margin: 0;
}

.single-percel-delivery-content .big-block .text-block h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 200;
}

.single-percel-delivery-content .big-block .text-block h5 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}

.single-percel-delivery-content .big-block .text-block p {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.7;
    padding: 0;
    margin: 0 0 18px 0;
}

.single-percel-delivery-content .big-block .text-block ul li {
    font-family: inherit;
    font-size: 14px;
    color: var(--black);
    line-height: 1.7;
    padding: 0 0 0 22px;
    margin: 0 0 10px 0;
    background-image: url('../images/check-mark.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
}

.single-percel-delivery-content .big-block:nth-child(even) .col-lg-6.col-md-6:nth-child(1) {
    order: 2;
}

.single-percel-delivery-content .big-block:nth-child(even) .col-lg-6.col-md-6:nth-child(2) {
    order: 1;
}

.single-percel-delivery-content .big-block .image-block {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.single-percel-delivery-content .big-block .image-block img {
    width: 100%;
}

#get-quote.btn-secondary::after {
    color: #fff;
}






/**
 * 
 * 
 * 
 * */
.single-blog-banner {
    text-align: center;
    color: #fff;
    background-color: var(--red);
    padding: 50px 0;
    margin: 0;
}

.single-blog-page-contentarea {
    background-color: #fff;
    padding: 100px 0 200px 0;
}

.single-blog-page-contentarea h1,
.single-blog-page-contentarea h2,
.single-blog-page-contentarea h3,
.single-blog-page-contentarea h4,
.single-blog-page-contentarea a {
    color: var(--red);
}




.latest-news .all-news-block {
    margin: 0;
    padding: 0;
}

.latest-news .all-news-block .box {
    margin: 0;
    padding: 0;
}

.latest-news .all-news-block .box a {
    display: inline-block;
}

.latest-news .all-news-block .box .image {
    margin: 0;
    padding: 0;
    height: 247px;
    border-radius: 8px;
    overflow: hidden;
}

.latest-news .all-news-block .box .image img {
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: cover;
}

.latest-news .all-news-block .date {
    margin: 0;
    padding: 17px 27px 34px 0;
    background: var(--white);
    border-radius: 0 8px 0 0;
    position: relative;
    top: -27px;
    z-index: 22;
    display: inline-block;
}

.latest-news .all-news-block .date:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: var(--red);
    left: 7px;
    bottom: 0;
}

.latest-news .all-news-block .date h5 {
    font-family: inherit;
    font-size: 20px;
    color: var(--red);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.latest-news .all-news-block p {
    font-family: inherit;
    font-size: 20px;
    color: var(--black);
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}

.latest-news .all-news-block .slick-track .slick-slide>div {
    margin: 0 15px;
}

.latest-news .all-news-block .slick-track .slick-slide.slick-active:first-child>div {
    margin-left: 0;
}

.latest-news .all-news-block .slick-prev {
    border: none;
    background: transparent;
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 60px;
    top: -90px;
    overflow: hidden;
    border: none;
}

.latest-news .all-news-block .slick-next {
    border: none;
    background: transparent;
    border: 1px solid var(--black);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: 0px;
    top: -90px;
    overflow: hidden;
    border: none;
}

.latest-news .all-news-block .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFDEE2;
    font-size: 18px;
    color: var(--red);
    left: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.latest-news .all-news-block .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFDEE2;
    font-size: 18px;
    color: var(--red);
    left: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.latest-news .all-news-block .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.latest-news .all-news-block .page-changer {
    width: max-content;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.latest-news .all-news-block .page-changer a {
    color: var(--red);
}

.latest-news .all-news-block .page-changer .page-numbers.current {
    color: var(--black);
}

.latest-news.all-blogs {
    padding-top: 70px;
}






.new-application-form .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    accent-color: red;
    border: 1px solid #ED213B;
    box-shadow: none;
}

.new-application-form .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #ED213B;
    block-size: 12px;
    width: 12px;
    height: 12px;
}

.new-application-form .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #ED213B;
    box-shadow: none;
}

.new-application-form .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border: 1px solid #ED213B;
    box-shadow: none;
}




.new-application-form .gform-body .gform_page_footer .gform-theme-button.button {
    color: var(--white) !important;
    background-color: var(--red) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    letter-spacing: 0.10em !important;
    border-radius: 50px !important;
    border: none !important;
    border: 1px solid transparent !important;
    text-transform: uppercase !important;
    padding: 13px 30px 13px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out !important;
}

.new-application-form .gform-body .gform_page_footer .gform_button.button {
    color: var(--white) !important;
    background-color: var(--red) !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    letter-spacing: 0.10em !important;
    border-radius: 50px !important;
    border: none !important;
    border: 1px solid transparent !important;
    text-transform: uppercase !important;
    padding: 13px 30px 13px !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out !important;
}




.new-application-form .gform_heading {
    display: none;
}

.new-application-form .gf_progressbar_percentage {
    background-color: #ED213B !important;
}

.new-application-form .member-application-form-text h3 {
    color: #ED213B;
}

.new-application-form .ginput_container input {
    font-family: inherit !important;
    font-size: 15px !important;
    color: var(--black) !important;
    line-height: 1.3 !important;
    background-color: #fff !important;
    caret-color: var(--deep-red);
    padding: 23px 25px;
    margin: 0;
    box-shadow: 0px 6px 8px 0px rgba(237, 33, 59, 0.07) !important;
    height: 50px;
    min-height: 60px;
    border: none;
    border: 1px solid #FCDADE;
}



.banner.pricing .image {
    height: 400px;
}

.banner.pricing .desc .big-block .rt-block {
    width: 24%;
}

.get-in-touch-section.tracking-page .top-text {
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
    text-align: center;
}

.get-in-touch-section.tracking-page .top-text h3 {
    font-family: inherit;
    font-size: 40px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.00em;
    padding: 0;
    margin: 0 0 30px 0;
}

.get-in-touch-section.tracking-page .form-block .position-block {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}

.get-in-touch-section.tracking-page .form-block .position-block .form-control{
    border-radius: 10px 0 0 10px;
}

.get-in-touch-section.tracking-page input.submit-btn.triggercall-btn {
    background: var(--red);
    color: #fff;
    border: 1px solid var(--red);
    width: 150px;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.get-in-touch-section.tracking-page label#trackingid-error {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
    color: var(--red);
    font-style: italic;
}

.get-in-touch-section.tracking-page .form-block .form-btn {
    position: relative;
    color: var(--white);
    background-color: var(--red);
    text-transform: capitalize;
    padding: 13px 30px 13px;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    font-size: 20px;
    border: none;
    height: 70px;
    font-weight: 600;
    width: 196px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}



.how-it-works-integration-page {
    margin: 0;
    padding: 80px 0;
}

.how-it-works-integration-page .top-block {
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: center;
    max-width: 630px;
}

.how-it-works-integration-page .top-block h2 {
    font-size: 50px;
    padding-bottom: 20px;
}

.how-it-works-integration-page .top-block p {
    font-size: 20px;
    line-height: 1.4;
}

.how-it-works-integration-page .bottom-list {
    margin: 0 auto;
    padding: 0 0 0px 0;
    max-width: 990px;
}

.how-it-works-integration-page .bottom-list .list-box {
    margin: 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 37px;
}

.how-it-works-integration-page .bottom-list .list-box .number {
    margin: 0;
    padding: 0;
    position: relative;
}

.how-it-works-integration-page .bottom-list .list-box .number:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 110px;
    background: var(--red);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100px;
    z-index: 1;
}

.how-it-works-integration-page .bottom-list .list-box:last-child .number:after {
    display: none;
}

.how-it-works-integration-page .bottom-list .list-box .number span {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFEBEE;
    border: 1px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 50px;
    color: var(--red);
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.how-it-works-integration-page .bottom-list .list-box .right-text {
    margin: 0;
    padding: 0;
}

.how-it-works-integration-page .bottom-list .list-box .right-text h4 {
    font-family: inherit;
    font-size: 28px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 10px 0;
}

.how-it-works-integration-page .bottom-list .list-box .right-text p {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 15px 0;
}

.how-it-works-integration-page .bottom-list .list-box .right-text p b {
    font-weight: 700;
}

.page-template-template-ecommerce-integration .how-it-works-integration-page .bottom-list .list-box .right-text p {
    font-size: 16px;
}

.how-it-works-integration-page .bottom-list .list-box .right-text p {
    font-size: 28px;
    padding: 0;
}



.integration-benefits {
    margin: 0;
    padding: 0 0 70px 0;
}

.integration-benefits .top-title {
    margin: 0;
    padding: 0 0 40px 0;
    text-align: center;
}

.integration-benefits .top-title h2 {
    font-size: 50px;
    font-weight: 700;
}

.integration-benefits .middle-block {
    margin: 0;
    padding: 0;
}

.integration-benefits .middle-block .benefit-box {
    margin: 0 0 60px 0;
    padding: 0;
    max-width: 770px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.integration-benefits .middle-block .benefit-box .icon {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #FFEBEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-benefits .middle-block .benefit-box .text {
    margin: 0;
    padding: 0;
    width: calc(100% - 228px);
}

.integration-benefits .middle-block .benefit-box .text h4 {
    font-family: inherit;
    font-size: 40px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.00em;
    padding: 0;
    margin: 0 0 12px 0;
}

.integration-benefits .middle-block .benefit-box .text h4 span {
    color: var(--red);
    font-weight: 700;
}

.integration-benefits .middle-block .benefit-box:nth-child(odd) {
    margin-left: auto;
}

.integration-benefits .middle-block .benefit-box:nth-child(even) .icon {
    order: 2;
}

.integration-benefits .middle-block .benefit-box:nth-child(even) .text {
    order: 1;
}

.integration-benefits .bottom-block {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 740px;
}





.what-we-do-help {
    margin: 0;
    padding: 60px 0 0 0;
}

.what-we-do-help .top-block {
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: center;
    max-width: 840px;
}

.what-we-do-help .top-block h2 {
    font-size: 50px;
    padding-bottom: 20px;
}

.what-we-do-help .top-block p {
    font-size: 20px;
    line-height: 1.4;
}

.what-we-do-help .middle-block {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.what-we-do-help .middle-block .benefit-box {
    margin: 0 0 60px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: space-between;
}

.what-we-do-help .middle-block .benefit-box .icon {
    margin: 0;
    padding: 0;
    width: 302px;
    height: 302px;
    border-radius: 50%;
    background: #FFEBEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-we-do-help .middle-block .benefit-box .text {
    margin: 0;
    padding: 0;
    width: calc(100% - 228px);
    max-width: 700px;
}

.what-we-do-help .middle-block .benefit-box .text h4 {
    font-family: inherit;
    font-size: 40px;
    color: var(--black);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.00em;
    padding: 0;
    margin: 0 0 12px 0;
}

.what-we-do-help .middle-block .benefit-box .text h4 span {
    color: var(--red);
    font-weight: 700;
}

.what-we-do-help .middle-block .benefit-box:nth-child(even) .text {
    order: 2;
}

.what-we-do-help .middle-block .benefit-box:nth-child(even) .icon {
    order: 1;
}

.what-we-do-help .bottom-block {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 740px;
}





.how-we-do-it-help {
    margin: 0;
    padding: 30px 0 40px 0;
}

.how-we-do-it-help h2 {
    text-align: center;
    padding-bottom: 60px;
}

.how-we-do-it-help .box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.how-we-do-it-help .box .icon {
    margin: 0 auto;
    padding: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #FFEBEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-do-it-help .box .texts {
    margin: 0;
    padding: 0;
}

.how-we-do-it-help .box .texts h5 {
    font-family: inherit;
    font-size: 28px;
    color: var(--red);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 30px 0 15px 0;
}

.how-we-do-it-help .box .texts p {
    line-height: 1.8;
}




.next-step-help {
    margin: 0;
    padding: 0px 0 90px 0;
    text-align: center;
}

.next-step-help .content {
    margin: 0 auto;
    padding: 0;
    max-width: 1070px;
}

.next-step-help .content h2 {
    padding-bottom: 18px;
}

.next-step-help .content p {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
}




.what-we-do-help.story-page .middle-block {
    max-width: 100%;
}

.what-we-do-help.story-page .middle-block .benefit-box .icon {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: inline-block;
}





.mission-vision-story-page {
    margin: 0;
    padding: 0;
}

.mission-vision-story-page .box {
    margin: 0;
    padding: 0 0 70px 0;
}

.mission-vision-story-page .box h2 {
    font-family: inherit;
    font-size: 50px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 28px 0;
}

.mission-vision-story-page .box h2 span {
    color: var(--red);
    font-weight: 700;
}

.mission-vision-story-page .box p {
    font-family: inherit;
    font-size: 30px;
    color: var(--black);
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.00em;
    font-style: italic;
    margin: 0;
    padding: 0;
}





.our-values-story-page {
    margin: 0 0 50px 0;
    padding: 70px 0;
    background: #FFEBEE;
}

.our-values-story-page .bottom-list {
    margin: 0;
    padding: 35px 0 0 0;
}

.our-values-story-page .bottom-list ul li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 30px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0px 0 38px 48px;
    position: relative;
}

.our-values-story-page .bottom-list ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    width: 36px;
    height: 36px;
    background: var(--red);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: 0;
    top: -2px;
}






.effecting-shipping-support {
    margin: 0;
    padding: 120px 0 70px 0;
}

.effecting-shipping-support .top-text {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 1047px;
}

.effecting-shipping-support .top-text h3 {
    font-family: inherit;
    font-size: 50px;
    color: var(--black);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 30px 0;
}

.effecting-shipping-support .top-text h3 span {
    font-weight: 700;
    color: var(--red);
}

.effecting-shipping-support .top-text .text {
    margin: 0 auto;
    padding: 0;
    max-width: 720px;
}

.effecting-shipping-support .mid-block {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px;
}

.effecting-shipping-support .mid-block .icon-text {
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.effecting-shipping-support .mid-block .icon-text .icon {
    margin: 0;
    padding: 0;
    width: 86px;
    height: 86px;
    background: #FFEBEE;
    border: 1px solid var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 8px 0px rgba(237, 33, 59, 0.16);
}

.effecting-shipping-support .mid-block .icon-text .rt-text {
    margin: 0;
    padding: 0;
    width: calc(100% - 111px);
}

.effecting-shipping-support .mid-block .icon-text .rt-text p {
    font-family: inherit;
    font-size: 28px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}

.effecting-shipping-support .bottom-block {
    margin: 0 auto;
    padding: 15px 0 0 0;
    max-width: 870px;
    text-align: center;
}

.effecting-shipping-support .bottom-block p {
    font-family: inherit;
    font-size: 22px;
    color: var(--black);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 20px 0;
}




.how-we-do-it-help.member .top-text {
    text-align: center;
    margin: 0 auto;
    max-width: 728px;
    padding: 0 0 45px 0;
}

.how-we-do-it-help.member .top-text h2 {
    padding-bottom: 20px;
}

.how-we-do-it-help.member .top-text p {
    font-size: 20px;
    line-height: 1.5;
}

.how-we-do-it-help.member .box {
    margin-bottom: 60px;
}




.freight-insure-insurance {
    margin: 0;
    padding: 80px 0 50px 0;
}

.freight-insure-insurance .top-block {
    margin: 0;
    padding: 0;
    text-align: center;
}

.freight-insure-insurance .top-block p {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 22px;
}

.freight-insure-insurance .mid-block {
    margin: 0 auto;
    padding: 20px 0 0 0;
    max-width: 572px;
    display: flex;
    gap: 30px;
    align-items: end;
    position: relative;
    justify-content: center;
}

.freight-insure-insurance .mid-block .icon {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.freight-insure-insurance .mid-block .card-box {
    margin: 0;
    padding: 44px 58px 30px 58px;
    background: var(--red);
    border-radius: 15px;
    text-align: center;
}

.freight-insure-insurance .mid-block .card-box h3 {
    font-family: inherit;
    font-size: 30px;
    color: var(--white);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 20px 0;
}

.freight-insure-insurance .mid-block .card-box a {
    background: var(--white);
    color: var(--black);
}

.freight-insure-insurance .mid-block .card-box a:hover {
    border: 1px solid var(--white);
    color: var(--white);
    background: transparent;
}

.freight-insure-insurance .paragraph-text {
    margin: 0;
    padding: 50px 0 60px 0;
    text-align: center;
}

.freight-insure-insurance .paragraph-text a {
    color: var(--black);
    text-decoration: underline;
}

.freight-insure-insurance .bottom-card {
    margin: 0;
    padding: 0;
}

.freight-insure-insurance .bottom-card .col-lg-3.col-md-6 {
    margin-bottom: 25px;
}

.freight-insure-insurance .bottom-card .box {
    margin: 0;
    padding: 30px 25px 15px 25px;
    background: #FFF3F3;
    border: 1px solid var(--red);
    border-radius: 10px;
    box-shadow: 0px 11px 17px 0px rgba(24, 24, 24, 0.03);
    height: 100%;
}

.freight-insure-insurance .bottom-card .box .icon {
    margin: 0;
    padding: 0 0 18px 0;
}

.freight-insure-insurance .bottom-card .box h4 {
    font-family: inherit;
    font-size: 22px;
    color: var(--red);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 14px 0;
}

.freight-insure-insurance .bottom-card .box p {
    font-family: inherit;
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}




.freightsure-form {
    margin: 0;
    padding: 0;
}

.freightsure-form .top-title {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 1068px;
}

.freightsure-form .top-title h4 {
    font-family: inherit;
    font-size: 28px;
    color: var(--black);
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0;
}

.freightsure-form .bottom-block {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 350px;
    text-align: center;
}

.freightsure-form .bottom-block h4 {
    font-family: inherit;
    font-size: 28px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.00em;
    margin: 0;
    padding: 0 0 30px 0;
}


.welcome-new-member-section.prepaid-member-section-page.web-booking {
    padding: 70px 0;
}

.welcome-new-member-section.prepaid-member-section-page.web-booking .common-form .form-block .btn.btn-primary {
    background: var(--red);
    color: var(--white);
}

























































/*+++++++++++++++++++++++++++++++++++++++
            MEDIA QUERIES 
++++++++++++++++++++++++++++++++++++++++*/

@media only screen and (orientation:landscape) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (orientation:portrait) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-width: 1499px) {
    .member-benefits-section .member-benefits--block {
        max-width: 850px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1399px) {
    .btn {
        gap: 8px;
        font-family: inherit;
        font-size: 14px;
        padding: 10px;
    }

    .w-49 {
        width: 48%;
    }

    .banner .desc .big-block .lt-block {
        width: 56%;
    }

    .banner .desc .big-block .rt-block {
        width: 44%;
    }

    .common-form .top-block .text h4 {
        font-size: 26px;
    }

    .common-form {
        padding: 28px 30px 14px 30px;
    }

    .common-form .top-block {
        padding: 0 0 25px 0;
    }

    .w-49 {
        width: 48%;
    }

    .common-form .form-block .package-item label {
        font-size: 14px;
    }

    .w-32 {
        width: 31%;
    }

    .common-form .form-block .agree-text::before {
        width: 30px;
        left: -30px;
    }

    .common-form .form-block .agree-text::after {
        width: 30px;
        right: -30px;
    }



    header .primary-menu ul li {
        margin-inline: 10px;
    }

    header .logo-block {
        width: 220px;
        width: 30%;
    }

    header .primary-menu {
        width: 500px;
        width: 50%;
    }

    header .cta-block {
        width: 30%;
    }

    footer .top-block h3::after {
        width: 81%;
    }

    .dont-want-an-account .blocks .box {
        padding: 45px 20px 18px 20px;
    }

    .member-account .account-benefit-block .col-lg-4.col-md-6:last-child .box::after {
        bottom: 130px;
    }

    .member-account .account-benefit-block .box h3::after {
        width: 300px;
    }

    .quote-now-common .big-block .rt-block {
        max-width: 550px;
    }

    .quote-now-common .big-block .rt-block h5 {
        font-size: 30px;
    }

    .inner-page-banner .desc .cartoon {
        max-width: 600px;
    }

    .inner-page-banner .desc .text-block h1 {
        font-size: 70px;
    }

    .about-under-banner .bottom-block .image-block {
        max-width: 470px;
        bottom: -80px;
    }

    .about-under-banner {
        padding: 100px 0 120px 0;
    }


    .common-quote-section .avatar-block {
        max-width: 220px;
        margin: -11px 0 0 0;
    }

    .common-quote-section .text-content h2 {
        font-size: 30px;
    }




}

@media screen and (max-width: 1199px) {
    .banner .image {
        display: none;
    }

    .banner {
        background: #FFEBEE;
        padding: 20px 0;
    }

    .banner .desc {
        position: initial;
    }

    .banner .desc .big-block {
        flex-direction: column;
    }

    .banner .desc .big-block .lt-block {
        width: 100%;
    }

    .banner .desc .big-block .rt-block {
        width: 100%;
    }

    header .primary-menu ul li a {
        letter-spacing: 0.04em;
    }

    header .primary-menu ul li {
        margin-inline: 14px;
    }

    .banner .desc .big-block .lt-block {
        display: flex;
        align-items: center;
        height: auto;
    }

    .banner .desc .big-block .lt-block .text-block {
        max-width: 550px;
    }

    .banner .desc .big-block .lt-block .cortoon-img {
        position: initial;
    }

    header .primary-menu {
        width: 47%;
    }

    header .cta-block .account-btn>span {
        letter-spacing: 0.02em;
    }

    .btn-primary {
        letter-spacing: 0.02em;
        padding: 11px 28px 11px;
    }

    header .cta-block {
        width: 32%;
    }

    .w-49 {
        width: 49%;
    }

    .w-32 {
        width: 32%;
    }

    .common-form .form-block {
        justify-content: space-between;
    }

    .common-form .form-block .package-item {
        justify-content: space-between;
    }

    .our-partner .rating-box .card-box .d-flex {
        font-size: 35px;
    }

    .main-title {
        font-size: 50px;
    }

    .second-title {
        font-size: 40px;
    }

    .dont-want-an-account .blocks .box {
        padding: 45px 15px 18px 15px;
    }

    .dont-want-an-account .blocks .col-lg-2.col-md-3:nth-child(2n+1) .box::before {
        width: 168px;
        bottom: -58px;
        background-size: 100%;
        right: -100px;
    }

    .dont-want-an-account .blocks .col-lg-2.col-md-3:nth-child(2n) .box::before {
        width: 168px;
        top: -58px;
        background-size: 100%;
        right: -100px;
    }

    .member-account .account-benefit-block .box h3 {
        font-size: 40px;
        line-height: 1.2;
    }

    .member-account .account-benefit-block .box h3::after {
        width: 239px;
    }

    .member-account .account-benefit-block .box h4 {
        font-size: 24px;
        line-height: 1.3;
    }

    .member-account .account-benefit-block .box p {
        font-size: 16px;
        line-height: 1.5;
    }

    .fight-climate-change .top-block h2 {
        font-size: 40px;
    }

    .fight-climate-change .bottom-block .rt-content h4 {
        font-size: 40px;
    }

    .fight-climate-change .bottom-block .rt-content p {
        font-size: 22px;
        line-height: 1.5;
    }

    .latest-news .news-block p {
        font-size: 19px;
        line-height: 1.5;
    }

    .our-faqs .faq-block .accordion-item .accordion-body p {
        font-size: 17px;
        line-height: 1.6;
    }

    .quote-now-common .big-block .rt-block {
        max-width: 400px;
    }

    .quote-now-common .big-block .rt-block h5 {
        font-size: 25px;
    }

    footer .top-block h3::after {
        width: 78%;
    }

    footer .top-block .contact-block .box a {
        font-size: 18px;
    }

    footer .top-block .contact-block .box h5 {
        font-size: 17px;
    }

    .about-under-banner .bottom-block .image-block {
        position: initial;
        margin: 0 auto;
    }

    .about-under-banner .bottom-block .text-block {
        max-width: 100%;
        text-align: center;
    }

    .about-under-banner .bottom-block {
        padding: 30px;
    }

    .about-under-banner {
        padding: 100px 0 30px 0;
    }




}

@media screen and (max-width: 991px) {

    .stellarnav .menu-toggle span.bars span {
        width: 35px;
        height: 2px;
        background-color: var(--black);
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .stellarnav.active .bars span:nth-child(2) {
        opacity: 0;
    }

    .stellarnav.active .bars span:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .stellarnav.active .bars span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    header .primary-menu ul li a {
        text-align: left;
    }

    header .primary-menu.stellarnav li.has-sub>a::after {
        opacity: 1;
    }

    header .primary-menu.stellarnav .menu-toggle {
        padding: 0;
    }

    header .primary-menu.stellarnav.mobile ul {
        background: rgb(237 33 59);
    }

    header .primary-menu ul li.current_page_item a {
        color: #ffffff;
    }

    header .primary-menu.stellarnav.mobile a.dd-toggle .icon-plus::after,
    header .primary-menu.stellarnav.mobile a.dd-toggle .icon-plus::before {
        border-bottom: solid 3px #ffffff;
    }

    header .primary-menu ul {
        position: absolute !important;
        left: 0px;
        width: 100%;
        z-index: 999;
    }

    header .primary-menu {
        width: auto;
        order: 3;
    }

    header .cta-block {
        width: 44%;
        width: 60%;
        order: 2;
    }

    header .logo-block {
        order: 1;
        margin: auto;
        margin-bottom: 15px;
        width: 40%;
    }

    .our-values-story-page .bottom-list ul li {
        font-size: 22px;
    }

    .our-values-story-page {
        padding: 50px 0 30px 0;
    }

    .banner-section--home .d-flex.align-items-center {
        flex-direction: column;
    }

    .banner-section--home .hero-text-block {
        width: 100%;
    }

    .banner-section--home .hero-form-block {
        width: 100%;
        z-index: 2;
    }

    .our-partner-section {
        padding-top: 125px;
    }

    .dont-want-an-account .blocks .col-lg-2.col-md-4:nth-child(2n) .box::before {
        display: none;
    }

    .dont-want-an-account .blocks .col-lg-2.col-md-4:nth-child(2n+1) .box::before {
        display: none;
    }

    .dont-want-an-account {
        padding: 50px 0 40px 0;
    }

    .dont-want-an-account .blocks .col-lg-2.col-md-4 {
        margin-bottom: 30px;
    }

    .dont-want-an-account .top-title {
        padding-bottom: 25px;
    }

    footer .top-block .contact-block {
        flex-direction: column;
    }

    footer .top-block .contact-block .box {
        margin-bottom: 20px;
    }

    footer .top-block {
        padding-bottom: 15px;
    }

    footer .bottom-block .block {
        margin-bottom: 20px;
    }

    footer .top-block h3::after {
        display: none;
    }

    .our-partner-section .rating-box .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    .some-of-our-partner .about-partner-logo .slick-prev {
        top: -80px;
    }

    .some-of-our-partner .about-partner-logo .slick-next {
        top: -80px;
    }

    .some-of-our-partner {
        margin-bottom: 70px;
    }

    header .primary-menu.stellarnav li.has-sub>a:after {
        display: none;
    }

    header .primary-menu.stellarnav ul ul ul.sub-menu {
        background: var(--red);
        position: initial !important;
    }

    header .primary-menu.stellarnav ul ul ul.sub-menu li a {
        color: #fff;
    }

    .stellarnav a.dd-toggle .icon-plus::after,
    .stellarnav a.dd-toggle .icon-plus::before {
        border-bottom: solid 3px var(--red);
    }

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-section h2 {
        font-size: 38px;
    }

    .why-choose-section p {
        font-size: 18px;
    }

    .why-choose-section .card h2 {
        font-size: 24px;
        margin-top: 20px;
        line-height: 1.2;
    }

    .how-it-works-integration-page .top-block h2 {
        font-size: 38px;
    }

    .how-it-works-integration-page .bottom-list .list-box .right-text p {
        font-size: 19px;
    }

    .how-it-works-integration-page .bottom-list .list-box .number span {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .how-it-works-integration-page .bottom-list .list-box {
        gap: 18px;
    }

    .Platform-Benefits-section .heading h2 {
        font-size: 38px;
    }

    .Platform-Benefits-section .list {
        padding: 0 30px 0 60px;
    }

    .Next-Steps-section h2 {
        font-size: 38px;
    }

    .Next-Steps-section p {
        font-size: 17px;
        line-height: 1.6;
    }

    .what-we-do-help .middle-block .benefit-box {
        flex-direction: column;
        align-items: inherit;
    }

    .what-we-do-help .middle-block .benefit-box .text {
        width: 100%;
        max-width: 100%;
    }

    .what-we-do-help .middle-block .benefit-box:nth-child(odd) .text {
        order: 2;
    }

    .what-we-do-help .middle-block .benefit-box:nth-child(odd) .icon {
        order: 1;
    }

    .what-we-do-help.story-page .middle-block .benefit-box .icon {
        max-width: 250px;
    }

    .what-we-do-help .middle-block .benefit-box .icon {
        width: 250px;
        height: 250px;
    }

    .effecting-shipping-support {
        padding: 50px 0;
    }

    .effecting-shipping-support .top-text h3 {
        font-size: 35px;
    }

    .effecting-shipping-support .mid-block .icon-text .rt-text p {
        font-size: 20px;
    }

    .how-we-do-it-help.member .top-text h2 {
        font-size: 35px;
    }

    .effecting-shipping-support .bottom-block p {
        font-size: 18px;
    }

    .how-we-do-it-help.member .top-text p {
        font-size: 18px;
    }

    .freightsure-form .top-title h4 {
        font-size: 22px;
    }

    .freightsure-form .bottom-block h4 {
        font-size: 22px;
    }

    .freight-insure-insurance .mid-block .card-box {
        padding: 44px 28px 30px 28px;
    }

    .freight-insure-insurance {
        padding-top: 50px;
    }



}

@media screen and (max-width:768px) {
    .banner-section--home .hero-text-block {
        margin-bottom: 25px;
    }

    .main-title {
        font-size: 40px;
    }

    .our-services-section .our-services--slider .services-block>.text-block {
        padding: 25px 15px;
    }

    .our-services-section .our-services--slider .services-block>.text-block h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .dont-want-an-account .top-title h2 {
        font-size: 40px;
    }

    .our-reviews-section h2 {
        font-size: 40px;
    }

    .our-reviews-section {
        padding: 50px 0;
    }

    .our-reviews-section .our-reviews-section--slider .review-block h3 {
        font-size: 20px;
    }

    .fight-climate-change .top-block {
        flex-direction: column;
        gap: 20px;
    }

    .fight-climate-change .bottom-block {
        flex-direction: column;
        border-radius: 0 0 40px 40px;
    }

    .fight-climate-change .bottom-block .left-img {
        width: 100%;
    }

    .fight-climate-change .bottom-block .rt-content {
        width: 100%;
    }

    .member-benefits-section {
        padding: 50px 0;
    }

    .our-faqs .faq-block .accordion-item .accordion-body p {
        font-size: 16px;
    }

    .our-faqs .faq-block .accordion-item .accordion-button {
        font-size: 19px;
    }

    .latest-news .news-block p {
        font-size: 16px;
    }

    .ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1 {
        font-size: 40px;
    }

    .ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1 span {
        display: inline-block;
    }

    .banner .desc .big-block {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .banner .desc .big-block .lt-block .text-block {
        margin: 0 auto;
    }

    .banner .desc .big-block .lt-block {
        text-align: center;
    }

    .banner.ecommerce-integration-page--banner {
        padding-bottom: 0;
    }

    header .d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
    }

    header .logo-block {
        width: 30%;
    }

    header .primary-menu {
        order: 2;
    }

    header .cta-block {
        order: 3;
        width: 100%;
    }

    .btn-primary {
        padding: 11px 18px 11px;
    }

    .all-parcel-delivery-info-blocks-section .block {
        margin-bottom: 30px;
    }

    .common-quote-section .avatar-block {
        margin: 0;
    }

    .common-quote-section {
        padding: 20px;
    }

    /*.common-quote-section .row{ justify-content:center; }*/
    .common-quote-section .text-content>.badge {
        position: initial;
    }

    .common-quote-section .text-content {
        margin: 0;
        padding: 0;
    }

    .common-quote-section .avatar-block2 {
        margin: 10px 0 0 0;
    }

    .common-quote-section .text-content h2 {
        margin: 0 0 15px 0;
    }

    .all-delivery-info-blocks-section .col-lg-4.col-md-4 {
        margin-bottom: 25px;
    }

    .all-delivery-info-blocks-section .row {
        box-shadow: initial;
    }

    .all-delivery-info-blocks-section .block {
        box-shadow: 0px 6px 16px 0px rgba(237, 33, 59, 0.1);
    }

    .get-started-with-section {
        padding: 50px 0;
    }

    .get-started-with-section .img-block {
        margin: 0;
    }

    .w-49 {
        width: 48%;
    }

    .w-32 {
        width: 48%;
    }

    .welcome-new-member-section .common-form .top-block .card-imgs {
        position: initial;
    }

    .inner-page-banner .desc .cartoon {
        max-width: 300px;
        right: 0;
        bottom: initial;
        top: 20%;
    }

    .inner-page-banner .desc .text-block h1 {
        font-size: 45px;
    }

    .about-under-banner .top-block {
        padding-bottom: 50px;
    }

    .about-under-banner .top-block .block p {
        padding-bottom: 5px;
    }

    .single-percel-delivery-content .big-block:nth-child(even) .col-lg-6.col-md-6:nth-child(1) {
        order: 1;
    }

    .single-percel-delivery-content .big-block:nth-child(even) .col-lg-6.col-md-6:nth-child(2) {
        order: 2;
    }

    .single-percel-delivery-content .big-block .text-block h2 {
        font-size: 30px;
    }

    .single-percel-delivery-content {
        padding-top: 50px;
    }

    .latest-news .all-news-block .box a {
        width: 100%;
    }

    .get-in-touch-section {
        padding: 50px 0;
    }

    .get-in-touch-section.tracking-page .top-text h3 {
        font-size: 25px;
    }

    .get-in-touch-section.tracking-page .form-block .form-btn {
        width: 140px;
    }

    .get-in-touch-section .form-block .form-control {
        padding-right: 160px;
    }


}

@media screen and (max-width:575px) {
    .member-benefits-section .member-benefits--block .bottom-block ul {
        column-count: 1;
    }

    .dont-want-an-account .top-title h2 {
        font-size: 30px;
    }

    .our-reviews-section h2 {
        font-size: 30px;
    }

    .fight-climate-change .top-block h2 {
        font-size: 30px;
        text-align: center;
    }

    .fight-climate-change .bottom-block .rt-content h4 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .fight-climate-change .bottom-block .rt-content p {
        font-size: 18px;
    }

    .main-title {
        font-size: 30px;
    }

    header .logo-block {
        width: 45%;
    }

    .w-49 {
        width: 47%;
    }

    .w-32 {
        width: 47%;
    }

    .common-form {
        padding: 28px 20px 14px 20px;
    }

    .common-form .top-block .text h4 {
        font-size: 22px;
        text-align: left;
    }

    .common-form .form-block .form-group label {
        font-size: 16px;
        text-align: left;
    }

    .common-form .form-block .package-item label {
        font-size: 16px;
        text-align: left;
    }

    .some-of-our-partner {
        margin-bottom: 50px;
    }

    .inner-page-banner {
        height: 350px;
    }

    .inner-page-banner .desc .text-block {
        position: relative;
        top: -70px;
    }

    .inner-page-banner .desc .cartoon {
        top: initial;
        bottom: 0px;
    }

    .about-under-banner .top-block .block h2 {
        font-size: 30px;
    }

    .btn-outline {
        margin-top: 5px;
    }

    .single-percel-delivery-content .big-block .text-block h2 {
        font-size: 25px;
    }




}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {
    .w-49 {
        width: 100%;
    }

    .w-32 {
        width: 100%;
    }



}

@media screen and (max-width:350px) {}

.page-template-template-carbon-offsets-service .ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1>span {
    color: #000
}

.page-template-template-carbon-offsets-service .ecommerce-integration-page--banner .desc .big-block .lt-block .text-block h1 {
    color: #4DBC5A
}

.about-under-banner .top-block .col-lg-6:nth-child(1) .block {
    border-radius: 10px;
    overflow: hidden
}

.about-under-banner .top-block .col-lg-6:nth-child(1) .block img {
    width: 100%;
    height: auto
}