/*Global css*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'button_shield_personal_use_Rg';
    src: url('../fonts/button_shield_personal_use_only-webfont.woff2') format('woff2'),
        url('../fonts/button_shield_personal_use_only-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #fff;
    /* font-family: "Poppins", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

a,
button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a {
    text-decoration: none;
    color: #a4a5c0;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #012169;
}

a,
img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

label {
    font-weight: 400;
    color: #b8b8b9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    color: #0a1610;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 98px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    display: block;
    margin: 0 0 16px;
    color: #000;
    font-weight: 400;
}

p:last-child {
    margin: 0;
}

.btn-custom {
    font-family: "Poppins", sans-serif;
    padding: 0px 20px;
    background-color: #62d1c1;
    border: solid 1px transparent;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    color: #012169;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.btn-custom:hover {
    color: #fff;
    background-color: #012169;
    border-color: #012169;
}

.btn-custom-blue {
    background-color: #012169;
    color: #fff;
}

.btn-custom-blue:hover {
    background-color: #62d1c1;
    border-color: #62d1c1;
}

.btn-custom-blue i {
    margin-left: 10px;
}

.outline-btn {
    background-color: transparent;
    border-color: #315A43;
    color: #315A43;
}

.outline-btn:hover {
    background-color: #fff;
    color: #000;
}

.dark-btn {
    background-color: #315A43;
    color: #fff;
}

.small-btn {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
}

button:focus {
    outline: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #696d6b;
    background: #f7f7f7;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0px 16px;
}

.form-control:focus {
    color: #b8b8b9;
    background-color: #f7f7f7;
    outline: 0;
    box-shadow: none;
    outline: none;
    border-color: #315A43;
    border-width: 2px;
}

.form-control::-webkit-input-placeholder {
    color: #696d6b;
}

.form-control:-ms-input-placeholder {
    color: #696d6b;
}

.form-control::placeholder {
    color: #696d6b;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 16px;
    height: 48px !important;
    line-height: 45px;
    background: #f7f7f7 url(../images/dropdown-arrow.svg) no-repeat center right 16px;
    background-size: 30px;
}

textarea.form-control {
    line-height: normal;
    height: 100px;
    padding: 16px;
}

/***CONTAINER***/
.container {
    width: 100%;
    max-width: 1470px;
    position: relative;
}

/***CONTAINER END***/

/***PADDING***/
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-top-bottom-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

/***PADDING END***/

/*****heading******/
.headingBlock h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.headingBlockSpan {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.headingBlockSpan:after {
    position: absolute;
    right: -110px;
    top: 10px;
    width: 100px;
    height: 3px;
    background-color: #62d1c1;
    content: "";
}

/*****heading end******/

/**checkBox**/
.customcheckBox {
    padding-left: 30px;
    position: relative;
    margin: 0;
    color: #7B7B7B;
}

.customcheckBox a {
    color: #fff;
    text-decoration: underline;
}

.customcheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmarkhd {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #7B7B7B;
}

.customcheckBox input:checked~.checkmarkhd {
    background-color: #9FDA47;
    border-color: #9FDA47;
}

.checkmarkhd:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheckBox input:checked~.checkmarkhd::after {
    display: block;
}

.customcheckBox .checkmarkhd::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**checkBox END**/

/**header**/
.header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0;
}

.logo img {
    display: block;
    transition: width 0.3s ease-in-out;
    width: 80%;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation ul li a {
    color: #0a1610;
    position: relative;
}

.navigation ul li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #091b66;
    height: 2px;
    content: "";
    transition: all 0.3s ease;
}

.navigation ul li a:hover:after {
    width: 100%;
}

.navigation ul li a:hover {
    color: #091b66;
}

.navigation ul li.active a {
    color: #091b66;
}

.navigation ul li.active a:after {
    width: 100%;
}

/**header End**/

/***bannerBlock***/
.bannerBlock {
    background: url(../images/banner-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 150px;
}

.bannerCaption {
    padding-top: 115px;
}

.bannerCaptionHeading {
    font-size: 85px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
}

.bannerCaptionHeading i {
    display: block;
}

.heartIconHeading {
    margin-bottom: 15px;
}

.heartIconHeading i {
    margin-top: -10px;
    margin-left: 10px;
}

.bannerCaptionHeadingBg {
    background-color: rgba(93, 209, 193, 0.1);
    border-radius: 10px;
    padding: 8px 20px 0;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.bannerCaptionHeadingBg i {
    display: block;
    margin-right: 10px;
}

.clientUsd {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: -6px;
}

.clientUsd li {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #0f0f10;
    margin-left: -15px;
}

.clientUsd li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.careLine {
    display: block;
    font-size: 18px;
    color: #0a1610;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 40px;
}

.bannnerCallInfo .btn-custom {
    margin-right: 20px;
}

.callCard {
    display: flex;
    align-items: center;
}

.callCard i {
    width: 60px;
    height: 60px;
    background-color: #62d1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.callCard span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #0a1610;
}

.callCard span a {
    color: #0a1610;
}

.callCard span small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #0a1610;
}

.bannerBlockImg {
    margin-right: -210px;
    margin-left: -110px;
}

.bannerBlockImg img {
    display: block;
}

/***bannerBlock End***/

/***mdServiceBlock***/
.mdServiceBlock {
    margin-top: -80px;
}

.mdServiceBlock .container {
    max-width: 1040px;
}

.mdServiceCard {
    padding: 40px;
    background: #fff url(../images/img4.png) no-repeat left bottom;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* .mdServiceCard:hover {
    background: #012169 url(../images/img5.png) no-repeat left bottom;
} */

.mdServiceCard:before {
    transition: all 0.3s ease;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    height: 61%;
    content: "";
    border-top: solid 1px #012169;
    border-left: solid 1px #012169;
    border-right: solid 1px #012169;
    opacity: 0;
}

/* .mdServiceCard:hover:before {
    opacity: 1;
} */

.mdServiceCard h4 {
    margin-bottom: 0;
    transition: all 0.3s ease;
    color: #012169;
    font-size: 40px;
    letter-spacing: 2px;
}

/* .mdServiceCard:hover h4 {
    color: #fff;
} */

.mdServiceCard i {
    display: block;
}

.mdServiceCard i img {
    display: block;
    transition: all 0.3s ease;
}

/* .mdServiceCard:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

/***mdServiceBlock End***/

/****wellnessBlock****/
.wellnessBlock {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.wellnessBlock:before {
    background: url(../images/img6.png) no-repeat top left;
    position: absolute;
    width: 372px;
    height: 422px;
    content: "";
    left: 0;
    top: -80px;
}

.wellnessBlockContent {
    max-width: 710px;
}

.wellnessBlockContent p {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
    color: #000;
}

.wellnessBlockContent ul {
    padding-top: 30px;
    margin-top: 18px !important;
}

.wellnessBlockContent ul li {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    color: #0a1610;
    font-weight: 300;
    margin-bottom: 30px;
}

.wellnessBlockContent ul li:last-child {
    margin-bottom: 0;
}

.wellnessBlockContent ul li:after {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
    background: url(../images/check-icon.png) no-repeat;
    content: "";
    background-size: 25px;
}

.wellnessBlockContent h4 {
    font-size: 34px;
}

/****wellnessBlock End****/

/***situationBlock***/
.situationBlock {
    background: url(../images/situation-bg.jpg) no-repeat center center;
    padding-top: 130px;
    padding-bottom: 130px;
    margin-bottom: 200px;
    background-size: cover;
}

.situationBlock .headingBlockSpan {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.situationBlock .headingBlockSpan:before {
    background-color: #fff;
    width: 40px;
    left: -50px;
    height: 1px;
    top: 14px;
    content: "";
    position: absolute;
}

.situationBlock .headingBlockSpan:after {
    background-color: #fff;
    width: 40px;
    right: -50px;
    height: 1px;
    top: 14px;
}

.situationBlock .headingBlock h2 {
    color: #fff;
}

.situationBlock .headingBlock p {
    color: #fff;
    font-size: 18px;
}

.situationBlockInner {
    max-width: 1170px;
    margin: 50px auto -270px;
}

.situationCardInput {
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.situationCard {
    background-color: #62d1c1;
    width: 50%;
    flex: 0 0 50%;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.situationCardBlue {
    background-color: #012169;
}

.situationIcon {
    margin-bottom: 25px;
    display: block;
}

.situationCard span {
    display: block;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    line-height: 1.2;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.readLink {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
}

.readLink i {
    margin-left: 10px;
}

.engageCard {
    background: #000;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.engageCard img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.engageCardInfo {
    position: absolute;
    /* top: 65.88%; */
    right: 0;
    transform: translateY(-50%);
    width: 97%;
    padding-right: 20px;
    bottom: -14px;
}

.engageCardInfo span {
    display: block;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
}

.engageCardInfo p {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 17px;
}

/***situationBlock End***/

/***clentLogosBlock***/
/*.clentLogoSlider {--slider-inner-width:2500px;--slider-speed:80s;transform: translate3d(0, 0, 0);animation: scroll linear infinite var(--slider-speed);width: calc(2 * var(--slider-inner-width));transition: animation-play-state ease 0.3s;display: flex;align-items: center;list-style: none;margin: 0 0 30px;}
.clentLogoSlider li{flex-grow: 1;display: flex; align-items: center;justify-content: center;opacity:0.5;}
@keyframes scroll {
0% {transform: translateX(-5%);	}
100% {transform: translateX(calc((0px - var(--slider-inner-width)) - 5%))}
}*/
.clentLogosBlock {
    overflow: hidden;
    padding-bottom: 30px;
}

.clentLogoSlider {
    animation: clentLogosSlider 30s linear infinite;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.clentLogoSlider li {
    max-width: 12.5%;
    flex: 0 0 12.5%;
    text-align: center;
}

.clentLogoImg {
    height: 97px;
    margin: 0 auto;
    opacity: 0.5;
}

.clentLogoImg img {
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.clentLogoSliderOne {
    animation: clentLogosSliderOne 30s linear infinite;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.clentLogoSliderOne li {
    max-width: 12.5%;
    flex: 0 0 12.5%;
    text-align: center;
}

@keyframes clentLogosSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes clentLogosSliderOne {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/***clentLogosBlock End***/

/***ourServiceBlock***/
.ourServiceBlock {
    padding-bottom: 50px;
}

.ourServiceBlockInner {
    border-top: solid 1px #ebebeb;
    padding-top: 100px;
}

.ourServiceCard {
    border: solid 1px #ebebeb;
    border-radius: 10px;
    padding: 30px 35px;
    display: block;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
}

.ourServiceCardTop {
    display: block;
    min-height: 270px;
}

.ourServiceIcon {
    display: block;
    margin-bottom: 20px;
}

.ourServiceIcon img {
    display: block;
}

.ourServiceCardHeading {
    display: block;
    color: #012169;
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 12px;
    min-height: 40px;
}

.ourServiceCard p {
    font-weight: 300;
    color: #000;
    /* min-height: 150px; */
}

.numberTag {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 105px;
    line-height: 1;
    color: #0a1610;
    opacity: 0.05;
    font-family: "Bebas Neue", sans-serif;
}


.ourServiceCard:hover {
    background-color: #012169;
}


.ourServiceCard:hover .ourServiceCardHeading {
    color: #fff;
}

.ourServiceCard:hover p {
    color: #fff;
}

.ourServiceCard:hover .numberTag {
    color: #fff;
}

.ourServiceCard .ourServiceIcon img {
    filter: invert(70%) sepia(39%) saturate(478%) hue-rotate(122deg) brightness(101%) contrast(84%);
}

.ourServiceCard:hover .ourServiceIcon img {
    filter: invert(70%) sepia(39%) saturate(478%) hue-rotate(122deg) brightness(101%) contrast(84%);
}




/***ourServiceBlock End***/

/***ourTestimonials***/
/* .ourTestimonials {
    background-color: #f6f9f9;
    padding-top: 70px;
} */
.ourTestimonials {
    background-color: #f6f9f9;
    padding-top: 50px;
    /* padding-bottom: 77px; */
}

.ourTestimonialsInfo .headingBlock {
    padding-left: 20px;
}

.testimonialsSliderCard {
    background: #fff url(../images/cotIcon.png) no-repeat top 30px right 30px;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px;
}

.testimonialsSlider .owl-item.active .testimonialsSliderCard {
    box-shadow: 0 0 30px rgba(123, 161, 246, 0.15);
}

.userTestImg {
    width: 107px;
    height: 107px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}

.userTestImg img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonialsSliderCard h5 {
    margin-bottom: 0;
    color: #012169;
    font-size: 28px;
}

.testimonialsSliderCard p {
    color: #2a2a2a;
}

.userTital {
    display: block;
    color: #999999;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
}

.ourTestimonialsInfo {
    /* margin-left: -90px; */
    /* margin-right: -20px; */
    margin-left: 50px;
}

.testimonialsSlider {
    overflow: hidden;
    padding: 30px 20px;
}

.testimonialsSlider .owl-stage-outer {
    overflow: initial;
}

.ourTestimonialsInfo .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.ourTestimonialsInfo .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #dde3ea !important;
    display: block;
    margin: 0 5px;
}

.ourTestimonialsInfo .owl-dot.active {
    background-color: #012169 !important;
}



.testimonialArrow {

    color: #62d1c1;
    font-size: 18px;
    border: solid 2px #62d1c1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}


/***ourTestimonials End***/

/***footer***/
.footer {
    background-color: #091b66;
    padding-top: 110px;
}

.ftLogo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ftLinks {
    border-left: solid 1px #243477;
    margin-left: 20px;
    padding-left: 80px;
    padding-bottom: 40px;
}

.footer h5 {
    color: #fff;
    margin-bottom: 20px;
}

.ftLinks ul li {
    padding-bottom: 10px;
}

.ftLinks ul li a {
    color: #fff;
}

.ftImg {
    position: absolute;
    right: -60px;
    bottom: 0;
}

.ftImg img {
    display: block;
}

.ftBottomLinks {
    border-top: solid 1px #243477;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: -200px;
}

.ftBottomLinks ul {
    padding-bottom: 6px;
    flex-wrap: wrap;
}

.ftBottomLinks ul li {
    padding-right: 3px;
    font-weight: 300;
}

.ftBottomLinks ul li a {
    color: #fff;
}

.ftBottomLinks p {
    color: #fff;
}

/***footer end***/

.container2 {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #012169;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
    transform: rotate(-45deg) translate(-2px, 2px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menuImage {
    display: none;
}

/*****About******/
.innerBannerBlock {
    padding: 0;
    background: inherit;
    position: relative;
}

.innerBannerBlock:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(228, 230, 239, 1) 2%, rgba(224, 240, 252, 0) 45%);
    z-index: 1;
}

.innerBannerBlock img {
    width: 100%;
    display: block;
}

.innerBannerCaption {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}

.innerBannerCaption h1 {
    margin-bottom: 0;
    line-height: 1;
}

.innerBannerCaption .subHd {
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    display: block;
    margin-top: 10px;
}

.breadcrumbBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
    position: relative;
    z-index: 3;
}

.breadcrumbBlock ul {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(123, 161, 246, 0.2);
    padding: 14px 40px;
}

.breadcrumbBlock ul li {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 32px;
}

.breadcrumbBlock ul li:last-child {
    margin-right: 0;
}

.breadcrumbBlock ul li a {
    position: relative;
    color: #62d1c1;
}

.breadcrumbBlock ul li a:after {
    position: absolute;
    right: -28px;
    top: 9px;
    background-color: #62d1c1;
    width: 25px;
    height: 2px;
    content: "";
}

.careSituation {
    max-width: 860px;
    margin: 0 auto 70px;
    padding: 70px 15px 25px;
    border-bottom: solid 6px #f2f2f2;
}

.careSituation h6 {
    font-weight: 400;
    font-size: 16px;
    color: #0a1610;
    margin-bottom: 20px;
}

.complaintsBlock {
    background: url(../images/complaints-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 220px;
    padding-bottom: 70px;
}

.complaintsBlock .container {
    max-width: 1200px;
}

.complaintsTopBlock {
    background-color: #012169;
    margin-top: 0;
    position: relative;
    top: -110px;
}

.complaintsCard {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    border-right: solid 1px #1b3878;
    padding: 30px;
}

.complaintsCard:last-child {
    border-color: transparent;
}

.complaintsCardHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.complaintsCardHead:after {
    width: 125px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.complaintsCardHead h4 {
    color: #fff;
    margin-bottom: 15px;
}

.complaintsCardHead h4 span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 6px;
}

.complaintsCard p {
    color: #fff;
    line-height: 30px;
}

.socialManagement .headingBlock {
    padding-bottom: 10px;
}

.socialManagement .headingBlock h6 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.socialManagement .headingBlock h2 {
    color: #fff;
}

.pTagInfo {
    padding-right: 20px;
    position: relative;
}

.pTagInfoRight {
    padding-left: 20px;
    padding-right: 0;
}

.lineCard {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    right: -15px;
}

.lineCard:before,
.lineCard:after {
    width: 21px;
    height: 21px;
    content: "";
    background: url(../images/icon12.png) no-repeat;
    position: absolute;
    right: -10px;
}

.lineCard:before {
    top: -5px;
}

.lineCard:after {
    bottom: -5px;
}

.pTagInfo p {
    color: #fff;
    line-height: 30px;
}

.whatWeDoBlock .headingBlock {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: table;
    margin: 0 auto -50px;
    padding: 18px 80px;
    position: relative;
}

.whatWeDoBlock .headingBlock h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.whatWeDoBlock .headingBlock h2 {
    margin-bottom: 0;
    line-height: 30px;
}

.whatWeService {
    border-radius: 6px;
    overflow: hidden;
}

.whatWeServiceCard {
    background-color: #012169;
    width: 50%;
    flex: 0 0 50%;
    padding: 90px 40px 40px 40px;
    min-height: 359px;
}

.whatWeServiceCard i {
    width: 130px;
    flex: 0 0 130px;
    height: 130px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 2px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.whatWeServiceCardInfo h3 {
    color: #fff;
}

.whatWeServiceCardInfo ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    width: 50%;
    padding: 8px 0 8px 32px;
}

.whatWeServiceCardInfo ul li:after {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/whiteCheck.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 100%;
}

.serviceCardGreen {
    background-color: #62d1c1;
}

.serviceCardGreen .whatWeServiceCardInfo h3 {
    color: #fff;
}

.serviceCardGreen .whatWeServiceCardInfo ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    width: 50%;
    padding: 8px 0 8px 32px;
}

.serviceCardGreen .whatWeServiceCardInfo ul li:after {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/whiteCheck.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 100%;
}

.countryBlock {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.countryCard {
    width: 50%;
    flex: 0 0 50%;
}

.countryCard i {
    display: block;
    width: 63px;
    flex: 0 0 63px;
    margin-right: 10px;
}

.countryCard i img {
    display: block;
}

.countryCard span {
    display: block;
    font-size: 18px;
}

.wellnessBlockAbout:before {
    left: 330px;
    top: 80px;
}

/*****About End******/

/****servicePageBlock*****/
.servicePageBlock {
    padding: 80px 0;
}

.serviceCard {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(123, 161, 246, 0.2);
    border-radius: 5px;
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.serviceCardImg {
    height: 270px;
}

.serviceCardImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.serviceCardInfo {
    padding: 20px;
}

.serviceCardInfoHeading {
    background-color: #012169;
    border-radius: 5px;
    padding: 10px 12px;
    max-width: 250px;
    margin: -55px 0 25px;
    position: relative;
}

.serviceCardInfoHeading i {
    width: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
}

.serviceCardInfoHeading h5 {
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
}

/****servicePageBlock End*****/

/****faqBlock****/
.faqBlock {
    padding-top: 70px;
    padding-bottom: 70px;
}

.faqBlock .container {
    max-width: 1170px;
}

.faqBlock h2 {
    text-align: center;
    margin-bottom: 60px;
}

.faqBlock h2 span {
    color: #62d1c1;
}

.faqAccordion .card {
    background-color: #fff;
    padding: 0 20px;
    border: none;
    border-radius: 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 20px rgba(123, 161, 246, 0.2);
}

.faqAccordion .card .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}

.faqAccordion .card .card-header .card-link {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 20px 0 20px 40px;
    position: relative;
    line-height: 20px;
}

.faqAccordion .card .card-header .card-link:after {
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    background: url(../images/faq-arrow.png) no-repeat;
    width: 25px;
    height: 25px;
}

.faqAccordion .card .card-header .card-link[aria-expanded="true"]:after {
    background: url(../images/faq-arrow1.png) no-repeat;
}

.faqAccordion .card-body {
    padding: 0 0 30px;
}

.startedFaq {
    padding-top: 30px;
}

.startedFaq h3 span {
    color: #62d1c1;
}

.startedFaq p {
    font-weight: 400;
    font-size: 16px;
    color: #0a1610;
}

/****faqBlock End****/

/****contactPage****/
.contactPage {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contactPage .container {
    max-width: 1170px;
}

.stayTouchBlock {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 60px 25px;
    margin-bottom: 40px;
}

.stayTouchBlock h2 {
    text-align: center;
    margin-bottom: 30px;
}

.stayTouchBlock h2 small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #62d1c1;
    padding-bottom: 10px;
}

.stayTouchCard {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    border: solid 1px #ffffff;
}

.stayTouchCard i {
    width: 42px;
    flex: 0 0 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #012169;
}

.stayTouchCard span {
    display: block;
    font-size: 16px;
}

.stayTouchCard:hover {
    border: solid 1px #62d1c1;
}

.contactLinksCard {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 15px;
}

.contactLinksCard i {
    max-width: 42px;
    margin-right: 35px;
}

.contactLinksCard span {
    display: block;
}

.contactLinksCard span strong {
    display: block;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
}

.contactLinksCard span a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.socialLinksUrl {
    padding-top: 30px;
}

.socialLinksUrl ul li {
    margin-right: 10px;
}

.socialLinksUrl ul li a {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #012169;
    border-radius: 50%;
}

.formBlockContact {
    padding: 30px;
    border: solid 1px #ebebeb;
    border-radius: 10px;
}

.formBlockContact label {
    margin-bottom: 5px;
    display: block;
    color: #0a1610;
    font-size: 16px;
}

.mapBlockCard {
    margin-top: 80px;
    margin-bottom: 20px;
}

.mapBlockCard img {
    display: block;
    width: 100%;
}

/****contactPage End****/

/******privacyPage******/
.privacyPage {
    padding-top: 70px;
    padding-bottom: 70px;
}

.privacyPage .container {
    max-width: 1170px;
}

.privacyPage ul {
    padding-top: 20px;
    padding-bottom: 40px;
}

.privacyPage ul li {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 16px;
}

.privacyPage ul li:last-child {
    margin-bottom: 0;
}

.privacyPage ul li:after {
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    top: 0;
    background: url(../images/check-icon2.png) no-repeat;
    content: "";
}

/******privacyPage End******/

/******featuresPageBlock*******/
.featuresPageBlock {
    padding-top: 80px;
}

.typeUsersListCard {
    padding-bottom: 40px;
}

.typeUsersList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.typeUsersList li {
    margin: 0 8px;
}

.typeUsersList li a {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 50px;
    color: #6d6d6d;
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    padding: 10px 25px;
    text-align: left;
    line-height: 24px;
}

.typeUsersList li a span {
    display: block;
    margin-bottom: -5px;
}

.typeUsersList li a i {
    flex: 0 0 auto;
    margin-right: 15px;
    display: block;
    opacity: 0.7;
}

.situationFeatures .headingBlock {
    max-width: 1040px;
    margin: 0 auto;
}

.situationFeatures .headingBlock p {
    color: #fff;
}

.situationFeaturesInner {
    max-width: 1170px;
    margin: 50px auto -270px;
}

.situationFeaturesInnerCard {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 16px;
    background: #012169 url(../images/img4.png) no-repeat left bottom;
}

.situationFeaturesInnerCard h5 {
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.situationFeaturesInnerCard h5 i {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: block;
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-right: 15px;
}

.situationFeaturesInnerCard ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.situationFeaturesInnerCard ul li {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    width: 50%;
    flex: 0 0 50%;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.situationFeaturesInnerCard ul li:after {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    background: url(../images/check-icon3.png) no-repeat;
    content: "";
}

.featuresInnerCardGreen {
    background: #6bb92b url(../images/img4.png) no-repeat left bottom;
}

.twoLiCard li {
    width: 50%;
    flex: 0 0 50%;
}

/******featuresPageBlock End*******/

/******ServiceDetailPage Start******/
.serviceDetailBlock {
    padding: 100px 0;
}

.serviceDetailBlock .headingBlock h2 {
    color: #081c66
}

.serviceDetailBlock::before {
    background: url(../images/img6.png) no-repeat top left;
    position: absolute;
    width: 372px;
    height: 422px;
    content: "";
    left: 0;
    top: 0;
}

.serviceDetailBlock::after {
    background: url('../images/bottom-hexgon-img.png') no-repeat bottom right;
    position: absolute;
    content: "";
    width: 272px;
    height: 172px;
    right: 20px;
    bottom: 50px;
    z-index: -1;
}

.bdr-text-block {
    border-left: solid 3px #62d1c1;
    padding-left: 55px;
}

.serviceDetailBlock .contentBlock p {
    margin-bottom: 30px;
}

.serviceDetailBlock .centerImg img {
    width: 100%;
    display: block;
}

.whatOfferBlock {
    background-color: #f5f5f5;
    padding: 120px 0 50px 0;
    position: relative;
    margin-bottom: 120px;
}

.whatOfferBlock::after {
    background: url('../images/bubble-shape.png') no-repeat;
    content: "";
    background-size: 100%;
    width: 514px;
    height: 460px;
    display: block;
    position: absolute;
    right: 70px;
    bottom: 22%;
}

.whatOfferBlock .container {
    max-width: 1200px;
}

.featureBlock {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: calc(100% - 45px);
    margin-bottom: 45px;
    overflow: hidden;
    z-index: 1;
}

.featureBlock .blockText {
    z-index: 1;
    position: relative;
}

.featureBlock .icon img {
    transition: all ease 0.3s;
    max-width: 55px;
}

.featureBlock .featureTitle {
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    color: #000000;
    line-height: 1.2;
    display: block;
    margin: 9px 0 5px 0;
}

.featureBlock .hoverImgBlock {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1b326e;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.featureBlock .hoverImgBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featureBlock:hover .featureTitle,
.featureBlock:hover p {
    color: #ffffff;
}

.featureBlock:hover .icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(350%) contrast(104%);
}

.featureBlock:hover .hoverImgBlock {
    opacity: 1;
}

.iconTextBlock i {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    min-width: 84px;
    margin-right: 33px;
}

.iconTextBlock h4 {
    margin-bottom: 0;
}

.iconTextBlock .textBlock {
    padding-right: 20%;
}

.whatOfferBlock .girlImg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 26%;
}

/******ServiceDetailPage End******/



.headdingBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -33px;
    position: relative;
    z-index: 3;
}

.headding h1 {
    display: flex;
    align-items: center;
    background: #091b66;
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(123, 161, 246, 0.2);
    padding: 2px 40px;
    color: #fff;
    font-size: 38px;
    font-family: "Bebas Neue", sans-serif;
}


.introduction ul {
    padding-top: 30px;
}

.introduction ul li {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}

.introduction ul li:last-child {
    margin-bottom: 0;
}

.introduction ul li:after {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
    background: url(../images/check-icon.png) no-repeat;
    content: "";
    background-size: 25px;
}


.whatWeOffer {
    border-top: 0px;
    padding-top: 0px;
}

.whatWeOffer h2 {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto 70px auto;
}

.whatWeOffer h2 span {
    color: #62d1c1;
    display: block;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    position: relative;
    width: fit-content;
    margin: 0px auto 10px auto;
}

/* .whatWeOffer h2 span:before {
    width: 35px;
    background-color: #62d1c1;
    height: 3px;
    position: absolute;
    left: -35px;
    content: '';
    top: 10px;
}

.whatWeOffer h2 span::after {
    width: 35px;
    background-color: #62d1c1;
    height: 3px;
    position: absolute;
    right: -35px;
    content: '';
    top: 10px;
} */

.ftbutnArea {
    display: flex;
    justify-content: space-between;
    margin-right: 170px;
}

.whatWeBlock {
    position: relative;
    padding-bottom: 50px;
}

.whatweft {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ourTestimonialsImg {
    position: relative;
}

/* .ourTestimonialsImg img {
    position: absolute;
    left: -90px;
    top: -242px;
} */
/* .ourTestimonialsImg img {
    position: absolute;
    left: -90px;
    bottom: 0;
    top: 0px;
    margin: auto 0px;
    width: 80%;
} */

.homeTestimonial {
    background-image: url(../images/test.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 51%;
}


/******New ServicePage Start******/
.servFeat {
    min-height: 665px;
    border-radius: 50px;
    background-color: #000;
    position: relative;
    margin-bottom: 30px;
}

.servFeat:after {
    background-color: #000;
    width: 100%;
    min-height: 400px;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    content: '';
    border-radius: 0px 0px 24px 24px;
    background: linear-gradient(to bottom, rgba(9, 27, 102, 0) 0%, rgba(9, 27, 102, 1) 55%, rgba(9, 27, 102, 1) 100%);
}

.servFeat img {
    border-radius: 45px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.serviceDesc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    padding: 0px 30px 30px 30px;
    color: #fff;
}

.serviceDesc h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
    min-height: 56px;
}

.serviceDesc p {
    color: #fff;
}

.serviceBtn {
    background-color: #fff;
    border-radius: 55px;
    color: #091b66;
    padding: 10px 10px 10px 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.serviceBtn:hover {
    background-color: #62d1c1;
    color: #091b66;
}

.serviceBtn:hover img {
    transform: rotate(45deg);
    transition: .5s ease-in-out;
}



/******New ServicePage End******/


.careSituation h2 {
    color: #091b66;
}

.aboutsect .ourServiceBlockInner {
    border-top: 0px;
    padding: 0px;
    max-width: 1140px;
    margin: 0 auto;
}

.ourServiceCardHeading span {
    display: block;
    font-size: 20px;
}


.headRight {
    width: 100%;
    justify-content: space-between;
}

.headRight .navigation {
    width: 100%;

}

.headRight .navigation ul {
    justify-content: center;
}

.headRight a {
    flex: 0 0 170px;
}


.featurdBenefit {
    background-color: #012169;
}

.featurdBenefit h2 {
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.featurdBenefit {
    background-color: #012169;
    width: fit-content;
    padding: 10px 27px;
    border-radius: 60px;
    margin: 0 auto 75px auto;
}

.thankYou {
    background-color: #fcfcfc;
    padding: 50px 0px;
}

.thankContainer {
    max-width: 1012px;
    margin: 0px auto;
    border-radius: 24px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.09);

}

.thankContainer .leftSect {
    flex: 0 0 437px;
    background-color: #012169;
    border-radius: 24px 0 0px 24px;
    position: relative;
}

.imgpos img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.thankContainer .rightSect {
    width: 100%;
    padding: 40px 40px 40px 60px;
}

.thankContainer .rightSect h1 {
    font-family: 'button_shield_personal_use_Rg' !important;
    font-size: 72px;
    color: #012169;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.thankContainer .rightSect h1 span {
    color: #62d1c1;
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.thankyoulist {
    min-height: 395px;
}

.thankyoulist ul {
    padding: 0px;
    margin: 40px 0px 0px 0px;
    list-style: none;
}

.thankyoulist ul li {
    padding: 0px 0 0 55px;
    margin: 0px 0px 12px 0px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;

}

.thankyoulist ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(../images/check1.png);
    background-repeat: no-repeat;
    content: '';
    width: 35px;
    height: 33px;
}

.serviceTest {
    position: relative;
    padding-top: 130px;
}

.serviceTestiImg {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.serviceTestiImg img {
    width: 85%;
}

.AboutHead h6 {
    color: #62d1c1;
    font-weight: 600 !important;
}

.AboutHead h2 {
    color: #012169
}

.looking {
    font-size: 16px;
    margin-top: 20px
}


/* .LLA {
    min-height: 676px;
} */



/* Header Scroll*/

.fixed {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 2px 29px 1px rgba(0, 0, 0, 0.17);
    padding: 6px 0 9px 0;

}

.fixed .logo {
    width: 200px;
}

.fixed .logo img {
    width: 100%;
}

.rectAgencybg {
    background-image: url(../images/recagencbg.png);
    background-repeat: no-repeat;
    background-position: left;

}