@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

/***** General CSS *****/
:root {
    --primary-color: #7477ae;
    --primary-dark-color: #0060a1;
    --secondary-color: #5e5e5e;
    --secondary-dark-color: #0575c1;
    --dark-color: #333333;
    --light-color: #ffffff;
    --cream-color: #fff8eb;
    --lightgrey-color: #d3d3d3;
    --darkgrey-color: #777777;
    --halfwhite-color: #eaeaea;
    --green-color: #45c998;
    --transparentred-color: #7477ae6b;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: var(--dark-color);
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

sup {
    top: -1em;
    font-size: 50%;
}

p {
    line-height: 25px;
}

a {
    font-size: 18px;
    text-decoration: none !important;
    outline: none !important;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

h2 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px;
    line-height: 1.1em;
}

h3 {
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

h4 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

section.banner {
    height: 100vh;
}

.ct-menu-section {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: space-between;
}

#cw-logo {
    float: left;
    width: 25%;
    position: relative;
}

a {
    font-size: 18px;
    text-decoration: none !important;
    outline: none !important;
}

#cw-logo img {
    width: 100%;
    object-fit: contain;
    height: 60px;
}

.rfq_wrap {
    float: left;
}

.rfq_wrap .button-link {
    min-height: 47px;
}

.button-Red {
    background-color: #7477ae;
    border: 0px;
    color: var(--light-color) !important;
}

.button-link {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: none !important;
    text-align: left;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button-Red:before {
    background-color: #8f91bd !important
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

header#masthead {
    padding: 15px 0px;
    background: transparent;
    position: absolute;
    z-index: 9999;
    width: 100%;
    float: left;
    top: 0px !important;
}

/* Innerpage Banner Section */
.innerpage_banner {
    background-repeat: no-repeat;
    background-position: top;
    padding: 200px 0px 50px 0px;
    text-align: center;
    z-index: 999;
    position: relative;
    background: var(--halfwhite-color);
}

.innerpage_banner h1 {
    padding: 0px 10px;
    color: var(--dark-color);
    text-align: left !important;
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 65px;
    border-left: 4px solid #7477ae;
}

.innerpage_banner .title_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.innerpage_banner .title_content p,
.innerpage_banner .title_content li {
    font-size: 16px;
    margin-bottom: 5px;
}

.innerpage_banner li a,
.innerpage_banner p a {
    color: var(--secondary-color);
}

.innerpage_banner li a:hover,
.innerpage_banner p a:hover {
    color: var(--primary-color);
}

/* Innerpage Banner Section */
@media only screen and (min-width: 1199px) {
    .container {
        max-width: 1200px;
    }
}

section ul li {
    list-style-type: none;
    padding-left: 30px;
    background: url(../images/red-tick.png) no-repeat left top 9px;
    margin: 0 0 15px 0;
    background-size: 16px;
    background-position-x: 5px;
}

ul {
    padding: 0;
}

section {
    padding: 40px 0px;
    width: 100%;
    float: left;
}

.service_highlight_section-block .service_hightlight_wrap {
    display: flex;
    align-items: stretch;
}

.service_highlight_section-block .service_hightlight_wrap>div.heading {
    width: 25%;
}

.service_highlight_section-block .service_hightlight_wrap .heading h5 {
    color: var(--darkgrey-color);
    padding-right: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    height: 100%;
}

.service_highlight_section-block .service_hightlight_wrap>div {
    width: 16.7%;
}

.service_highlight_section-block .service_hightlight_wrap>div.service_highlight_content h6 {
    padding: 20px 25px;
    border: 5px solid #0583d84a;
    font-size: 20px;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.service_highlight_section-block .service_hightlight_wrap>div.service_highlight_content:last-child h6 {
    border-right: 5px solid #0583d84a;
}

.service_highlight_section-block .service_hightlight_wrap>div.service_highlight_content h6 {
    border-right: unset;
    white-space: pre-wrap;
}

.service_highlight_section-block .service_hightlight_wrap>div.service_highlight_content h6 {
    font-weight: 600;
}

.text_image_section-block .row {
    align-items: center;
}

.red_and_white_highlight_section .highlight {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 70px 50px 35px 30px;
}

.align-Left {
    text-align: left;
}

.red_and_white_highlight_section .highlight li {
    position: relative;
    margin-bottom: 5px;
    background-image: unset;
}

.red_and_white_highlight_section .highlight * {
    color: var(--light-color);
}

.red_and_white_highlight_section .highlight li:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/red-tick.svg) no-repeat center center;
    left: 0;
    top: 0;
    filter: brightness(0) invert(1);
    background-size: 13px;
}

.red_and_white_highlight_section .left-content .highlighted_text h2 {
    font-size: 43px;
    color: var(--primary-color);
    position: relative;
}

.red_and_white_highlight_section .left-content .highlighted_text h2:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/bx-down-arrow-alt.svg) no-repeat center center;
    margin-left: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.red_and_white_highlight_section .left-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-top: 25px;
}

.red_and_white_highlight_section.text_image_section-block .row {
    align-items: stretch;
}

.red_and_white_highlight_section .left-content h2 {
    font-weight: 400;
}

.full_width_image_section_parallax-block.no_parallax_section img {
    width: 100%;
    object-fit: cover;
}

.content-Center .buttons_wrap {
    justify-content: center;
    display: flex;
}

section.testimonials_section-block.align-Center {
    text-align: center;
}

.full_width_image_section_parallax-block.no_parallax_section.asd img {
    width: 100%;
    object-fit: contain;
}

.image_wrap.image-Center img {
    object-fit: contain;
    height: auto;
}

.boxed_3_column_section-block .boxed_col {
    border: 9px solid #0583D859;
    padding: 25px;
    border-top: 0px;
}

.boxed_3_column_section-block .boxed_content p:last-child {
    margin: 0;
}

.boxed_3_column_section-block .boxed_row>div:not(:first-child) {
    margin-left: 0;
    border-left: 0;
}

.boxed_3_column_section-block .boxed_row>div:nth-child(1),
.boxed_3_column_section-block .boxed_row>div:nth-child(2),
.boxed_3_column_section-block .boxed_row>div:nth-child(3) {
    border-top: 9px solid #0583D859;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq_section-block .accordion-header button.collapsed {
    background-color: var(--transparentred-color);
    color: var(--dark-color);
}

.faq_section-block .accordion-header button {
    font-size: 20px;
    font-weight: 600;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 30px;
}

.faq_section-block .accordion-item {
    margin-bottom: 30px;
    border: 0;
}

.faq_section-block .accordion-header button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.faq_section-block .accordion-collapse.collapsing,
.faq_section-block .accordion-collapse.collapse.show {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.faq_section-block .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.align-Center {
    text-align: center;
}

.faq_section-block .faq_boxes_row {
    padding-top: 50px;
}

#raq_multi_step {
    padding: 30px 0px 30px 0px;
}

.multi_color_heading {
    background: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content_wrap form input,
.content_wrap form textarea,
.content_wrap form select {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 8px 15px;
    font-size: 16px;
    color: var(--dark-color);
    border: 1.5px solid var(--lightgrey-color);
    border-radius: 10px;
    outline: none !important;
    margin-bottom: 15px;
}

.content_wrap form textarea {
    height: 100px;
}

.content_wrap form button {
    padding: 18px 20px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: none !important;
    text-align: left;
    background-color: var(--primary-color);
    border: 0px;
    color: var(--light-color) !important;
    width: auto;
    border-radius: 0;
    font-weight: 400;
    font-style: normal;
}

#raq_multi_step.text_image_section-block .row {
    align-items: unset;
}

.button-link span.button_sub_text {
    display: block;
    font-size: 12px;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: var(--light-color) !important;
}

.button-Blue {
    background-color: var(--secondary-color);
    border: 0px;
    color: var(--light-color) !important;
}

.button-link img {
    padding-left: 10px;
}

.get_started_section-block .buttons_wrap {
    justify-content: center;
}

.buttons_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.get_started_section-block {
    text-align: center;
}

h2.normal_heading {
    font-weight: 600;
}

.get_started_section-block img.getstarted_logo {
    max-width: 280px;
    margin: 20px 0px;
    height: auto;
}

.get_started_section-block .getstarted_content p {
    color: var(--darkgrey-color);
    font-size: 25px;
}

/** Footer Starts **/
footer#colophon {
    background-color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 50px 0px 0px 0px;
    color: var(--light-color);
    position: relative;
    overflow: hidden;
}

footer#colophon::before {
    position: absolute;
    left: -500px;
    bottom: -50px;
    z-index: 999;
}

footer .footer_content {
    width: 100%;
    float: left;
}

footer .footer_content h2 {
    padding: 20px 0px;
    text-align: center;
}

.footer_menu_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 20px 0px 0px 0px;
}

.footer_menu_wrap .footer_col {
    float: left;
}

.footer_menu_wrap .footer_col h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.footer_menu_wrap .footer_col ul {
    padding: 0;
    margin: 0px;
}

.footer_menu_wrap .footer_col ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.footer_menu_wrap .footer_col ul li a {
    color: var(--lightgrey-color);
    font-size: 15px;
}

.footer_menu_wrap .footer_col ul li a:hover {
    color: var(--primary-color);
}

.footer_buttons {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.footer_buttons::before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    border-top: 1px solid #707070;
}

.footer_buttons .buttons_wrap {
    justify-content: center;
    gap: 10px;
}

.footer_contact_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 40px;
}

.footer_contact_wrap .footer_contact_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 60%;
    padding: 20px 0px 0px 100px;
}

.footer_address {
    float: left;
    padding: 0px 40px;
}

.footer_address h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.footer_address,
.footer_address a,
.footer_address p {
    color: var(--lightgrey-color);
    font-size: 15px;
}

.footer_address a:hover {
    color: var(--light-color);
}

.footer_contact_right {
    width: auto;
    float: right;
    text-align: right;
}

.clutchwidget iframe {
    max-width: 130px !important;
    float: right !important;
}

.footer_contact_right .sm_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 30px 0px 40px 0px;
}

.footer_contact_right .sm_wrap a {
    margin: 0px 0px 0px 15px;
    height: 40px;
    width: 40px;
}

.copyright_content {
    width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

.copyright_content p,
.copyright_content a {
    color: var(--lightgrey-color);
    font-size: 15px;
}

.copyright_content a {
    text-decoration: underline !important;
}

.copyright_content a:hover {
    color: var(--primary-color);
}

.grecaptcha-badge {
    display: none !important;
}

.client_logos_section-block .images_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-items: center;
}

.image_wrap.image-Center.sdf {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0;
}

.image_wrap.image-Center.sdf>img {
    width: 100% !important;
    height: auto !important;
    display: block;
    padding: 5px;
}

.image_wrap.image-Center.sdf>img:last-child {
    position: relative;
    top: 85px;
    height: 400px !important;
    object-fit: cover;
    
}

/* Features Section */
.cw_features_section-block .animated_title_wrap {
    width: 100%;
}

.cw_features_section-block .animated_title_wrap h2 {
    font-size: 135px;
    color: var(--darkgrey-color);
    font-weight: 300;
    font-weight: 400;
    letter-spacing: -4px;
}

.cw_features_section-block .animated_title_wrap h2 span {
    color: var(--secondary-color);
    padding-left: 15px;
}

.cw_features_section-block .featured_content {
    width: 55%;
    float: left;
    padding: 25px 0px;
    color: var(--darkgrey-color);
}

.cw_features_section-block .animated_title_wrap {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    float: unset !important;
    transform: translateZ(0);
}

.cw_features_section-block .animated_title_list_wrap div.animated_title.item {
    display: block;
}

.cw_features_section-block .animated_title_list_wrap {
    transform: translateZ(0);
    overflow: hidden;
    height: calc(100% - 20px);
}

.cw_features_section-block .animated_title_wrap h2 span {
    color: var(--primary-color);
    padding-left: 15px;
}

/* Know Us More Section */
.know_us_more_section-block {
    padding: 0px 0px 40px 0px;
}

.know_us_more_section-block .inner_section {
    background-color: var(--dark-color);
    width: 100%;
    padding: 40px 0px;
    position: relative;
}

.know_us_more_section-block .inner_section::after {
    content: " ";
    position: absolute;
    background: var(--light-color);
    height: 100%;
    width: 10%;
    float: right;
    top: 0;
    right: 0;
}

.know_us_more_section-block h2.normal_heading {
    color: var(--light-color);
    margin-bottom: 5px;
    font-weight: 300;
    font-weight: 400;
}

.links_wrap {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0px;
}

.links_wrap .link_inner_wrap {
    width: auto;
    float: left;
    margin-right: 30px;
}

.links_wrap .link_inner_wrap a {
    background: var(--halfwhite-color);
    color: var(--dark-color);
    border-radius: 12px;
    padding: 26px 20px 26px 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.links_wrap .link_inner_wrap a::before {
    content: " ";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 30px 0 30px 25px;
    border-color: transparent transparent transparent var(--primary-color);
    border-style: solid;
}
.align-Center div, .align-Center p, .align-Center li, .align-Center h1, .align-Center h2, .align-Center h3, .align-Center h4, .align-Center h5, .align-Center h6, .align-Center .buttons_wrap {
    text-align: center;
    justify-content: center;
}
/* Why CW Section */
.why_cw_section-block {
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 250px;
}

.why_cw_section-block .title_desc_wrap {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
}

.why_cw_section-block .features_list {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.why_cw_section-block .features_list ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.features_list ul li {
    width: 48%;
    float: left;
    list-style-type: none;
    padding-left: 30px;
    background: url(../../../wp-content/uploads/2021/09/red-tick.svg) no-repeat left top 8px;
    margin: 0 1% 25px 1%;
}

.whycw_row {
    background: var(--primary-color);
    border-right: 15px solid var(--dark-color);
    position: relative;
}

.whycw_row .accomplishments_list {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding: 20px 0px;
}

.whycw_row .accomplishments_list .accomplishment {
    float: left;
    color: var(--light-color);
}

.whycw_row .accomplishments_list .accomplishment .accomplishment_value {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whycw_row .accomplishments_list .accomplishment .accomplishment_value h2 {
    margin: 0px;
}

.whycw_row .accomplishments_list .accomplishment .accomplishment_value span {
    font-size: 43px;
    font-weight: 500;
}

.whycw_row .image_wrap img {
    position: absolute;
    bottom: 0;
    float: left;
}




section.privacy_section {
    margin-top: 120px;
}


/*pakages start*/
section.tab_sec {
    padding: 80px 0;
}


.Packages-web {
    background: #fff;
    box-shadow: 0 0 10px 0 #999696;
    padding: 30px;
    border-radius: 15px;
    /* border: 2px solid #0583d8; */
    width: 90%;
    margin: 15px auto;
}

.Packages-web ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: unset;
    padding-left: 0;
}
.tab-box.act {
    visibility: visible;
    height: auto;
}
span.p1 {
    color: #0583d8;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.tab-box {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-menu ul li a.active {
    color: #fff;
    background-color: var(--primary-color);
    text-decoration: none;
}
.tab-menu ul li a {
    color: #000;
    text-transform: uppercase;
    /* letter-spacing: 0.44px; */
    font-weight: bold;
    display: inline-block;
    padding: 18px 21px;
    background-color: var(--transparentred-color);
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    /* background: #0000004a; */
    width: 200px;
    margin: 0 auto;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tab-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.tab-menu ul li {
    background-image: unset;
}
.Packages-web ul li span {
    width: 90%;
}
/*pakages end*/

.boxed_content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
.fullwidth_content_wrap h2 {
    font-size: 38px;
    color: #000;
}



.Packages-web h5 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    /* background: #0583d8; */
    padding: 10px 8px;
    border-radius: 2px;
}
.Packages-web p {
    color: #000;
    font-weight: 700;
}
ul.price-1 {
    justify-content: space-between;
    /* background: #0583d8; */
    border-radius: 2px;
}

ul.price-1 li {
    margin: 0;
    padding: 10px 12px;
    color: #000;
    font-weight: 700;
}

ul.price-1 li span {
    color: #000;
}
.Packages-web ul li i {
    color: #7477ae;
}
span.p1 {
    color: #7477ae;
    font-weight: 600;
    text-align: center;
    display: block;
}


.image_wrap.image-Center.sdf img:nth-child(2) {
    height: 400px !important;
    object-fit: cover;
}

.image_wrap.image-Center.sdf img:nth-child(1) {
    height: 300px !important;
    object-fit: cover;
    object-position: left;
}

.Packages-web a {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 30%;
    margin-top: 25px;
}
.Packages-web h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}