/* global classes for new pages  */

.newPages {
    font-size: 15px; 
    color: #383737;
    font-family: "Poppins", sans-serif;
}

.newPages h1,
.newPages h2,
.newPages h3,
.newPages h4,
.newPages h5,
.newPages h6 {
    color: black;
}

.f-sb{font-weight: 600;}

.section.bg-black * {color: white;}
.section.bg-black .tag-lines,
.section.bg-black .blue-color { color: #4db8ff;}

.newPages .blue-color { color: #4db8ff;}

/* -- */

    .customBtn{ background-color: white;
        border-radius: 38px;
        /* padding: 8px 14px 6px 16px; */
        padding: 10px 22px;
        display: inline-flex;
        border: solid 1px black;
        color: black;
        font-size: 17px;
        gap: 10px;
        transition: all 0.3s ease;
            align-items: center;
    }

    /* hover effect */

    .customBtn .icon-right-arrow {
        background-color: #000000;
    }
    .customBtn .icon-right-arrow path {
        fill: #ffffff;
    }
    .customBtn:hover {
        color: white;
         background-color: #000000;
    }

    .customBtn:hover .icon-right-arrow {
        background-color: #ffffff;
    }

    .customBtn:hover path {
        fill: #000000;
    }

    /* black bg button style  */
    .darkBtnIcon {
        background: black;
        color: white;
    }

    .darkBtnIcon .icon-right-arrow path {
        fill: #4db8ff;
    }

    .darkBtnIcon .icon-right-arrow {
        background-color: white;
    }

    .darkBtnIcon:hover {
        color: white;
    }

    .darkBtnIcon:hover .icon-right-arrow {
        background-color: #4db8ff;
    }

    .darkBtnIcon:hover path {
        fill: #FFFFFF;
    }

    /* same in black section */

    .section.bg-black .customBtn {
        color: white;
         background-color: #000000;
         border-color: white;
    }

    .section.bg-black .customBtn .icon-right-arrow {
        background-color: #ffffff;
    }

    .section.bg-black .customBtn path {
        fill: #000000;
    }
    .section.bg-black .customBtn:hover {background-color: white;
        color: black;
    }
    .section.bg-black .customBtn:hover .icon-right-arrow {
        background-color: #000000;
    }
    .section.bg-black .customBtn:hover .icon-right-arrow path {
        fill: #ffffff;
    }

.deliveringContent{position: relative;}

.deliveringContent .para {
    border-left: solid 2px #4db8ff;
    padding-left: 12px;
}
.deliveringContent .para p{
    line-height: 1.8;}

.deliveringContent .arrow-up-btm{ 
    position: absolute; left: -71px; right: auto; top: auto; bottom: -52px; margin: 0; 
    transform: rotate(0deg);
    width: 82px;
}

.custom-dots-wrapper {
    position: relative;
    z-index: 5;
}

.custom-dots-wrapper .container {
    position: relative;
}

.deliveringSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
    z-index: 4;
}

.custom-dots-wrapper .slick-dots {
    bottom: auto;
    top: 0;
    left: 0;
    height: 230px;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-dots-wrapper .slick-dots li {
    margin: 0;
}
.custom-dots-wrapper .slick-dots li button{padding: 10px;}
.custom-dots-wrapper .slick-dots li button:before {
    font-size: 30px;
}.custom-dots-wrapper .slick-dots li.slick-active button:before {
    font-size: 40px;
}


.servicesGrid {}

.servicesGrid .servicesGridItem {
    border: solid 1px white;
    position: relative;
    margin-bottom: 30px;
    min-width: 200px;
}

.servicesGrid .servicesGridItem .itemImg {
    display: block;
    width: 100%;
}

.servicesGrid .servicesGridItem .itemOverlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    padding: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.servicesGrid .itemOverlay h4 {
    font-weight: 600;
    margin-bottom: 20px;
        font-size: 20px;
}

.servicesGrid .itemOverlay p {
    color: white;
}


.servicesGridSection .section-title{
    font-size: 33px;
}

.servicesGridSection .tag-lines {
    color: #4db8ff;
    text-align: left;
    font-weight: normal;
}

.servicesGridSection .country-flag-arrow {
    height: 52px;
    width: 52px;
    background: url(../images/rotateArrowWhite.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -42px;
    top: 3px;
    display: flex;
    transform: rotate(0);
}

.QASection .section-title{font-size: 45px; font-weight: bold;}

.QASection p {
    color: #383737;
    font-size: 16px;
}

.QAGridItem {
    border: 1px solid #AEAEAE;
    border-radius: 18px;
    padding: 20px 14px;
    min-width: 200px;
}

.QAGrid>.col:nth-child(even) {
    padding-top: 100px;
}

.QAGridItem p {
    margin-bottom: 0;
    color: #343434;
    font-size: 14px;
}

.QAGridItem .sn {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
    display: block;
    color: #4db8ff;
}


.QAGridItem h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}

.whyUsSection .section-title{font-size: 45px; font-weight: normal;}

.whyUsSection .arrow-up-btm{ left: -100px;
    margin: 0;
    top: auto;
    bottom: 0;
}


.whyUsGrid .whyUsGridItem {
    border: 1px solid #AEAEAE;
    border-radius: 18px;
    padding: 20px 14px;
    background-color: white;
    min-width: 200px;
}

.whyUsGrid>.col:nth-child(even) {
    padding-top: 60px;
}

.whyUsGrid .whyUsGridItem h3 {
    color: black;
    font-size: 23px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}

.whyUsGrid .whyUsGridItem p {
    color: #383737;
    font-size: 15px;
    margin-bottom: 0;
}

.whyUsGrid .whyUsGridItem .icon-wrapper {
    background-color: black;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-bottom: 14px;
}

.faqSection .section-title{
    font-size: 50px;
    font-weight: bold;
}

.faqSection .tag-lines{
    color: black;
    font-size: 15px;
    font-weight: normal;
}

/* accordion css */
.question-answer .accordion-item .accordion-button {
    border: 1px solid #393939;
    border-radius: 20px;
    background: transparent;
    color: black;
    margin-top: 20px;
    line-height: 1.5;
    padding: 15px 25px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px
}

.question-answer .accordion-body p {
    color: white;
    font-size: 14px
}

.question-answer .accordion-body p span {
    color:  #4db8ff
}

.question-answer .accordion-button::after {
    background: black url(../images/arrow-top.svg) no-repeat;
    border-radius: 20px;
    background-size: 10px;
    background-position: center
}

.accordion-button:focus {
    box-shadow: none
}

.question-answer .accordion-item.active .accordion-body {
    padding: 1rem 1.25rem;
    background: black;
    border-radius: 0 0 20px 20px;
    margin: 0;
    padding-top: 0
}

.question-answer .accordion-item.active .accordion-button {
    border: 0;
    border-radius: 20px 20px 0 0;
    background: black;
    color: white
}

.question-answer .accordion-item.active .accordion-button:not(.collapsed)::after {
    background:  #4db8ff url(../images/arrow-top.svg) no-repeat;
    background-size: 10px;
    background-position: center
}

.faqSection .tag-lines{position: relative;}
.faqSection .arrow-up-btm {
    position: absolute;
    margin: 0;
    background-size: contain;
    width: 51px;
    transform: rotate(58deg);
    height: 51px;
    left: -2px;
    top: 28px;
}

.arrow-up-btm{
    background-image: url(../images/rotateArrowBack.png);
    position: absolute;
}

.section.bg-black .arrow-up-btm{
    background-image: url(../images/rotateArrowWhite.png);
}


@media (max-width: 575.98px) { 

    .servicesGridSection .tag-lines{
        display: inline-block;
    }
    .servicesGridSection .tag-lines .country-flag-arrow{ display: none; }

    .QAGrid>.col:nth-child(even),
    .whyUsGrid>.col:nth-child(even) {
        padding-top: 0;
    }

 }

@media (max-width: 991.98px) {
    .deliveringSlider-wrapper { display: flex; flex-direction: column; }
    .deliveringSlider-wrapper .custom-dots-wrapper { position: relative; 
        z-index: 5; 
        order: 2; 
        padding-top: 15px; }
    .custom-dots-wrapper .slick-dots {position: static; 
        width: auto; 
        height: auto;
        flex-direction: row;
        justify-content: center;}
    .custom-dots-wrapper .slick-dots li button:before{font-size: 30px;}
    .custom-dots-wrapper .slick-dots li.slick-active button:before {
        font-size: 40px;
    }

    .process-steps .stepImg span::before,
    .process-steps .stepImg span::after,
    .process-steps .stepImg::after,
    .arrowUp-icon{display: none;}

    .whyChoose-section .choose-cardList{padding-left: 0;}
}

/* Compliance Page */

/* stay Compliant */

.CompliantImages{ position: relative; margin-bottom: 200px; }
.CompliantImages img{ border-radius: 22px; }
.overLapImg{ position: absolute; top: 85%; left: -80px; width: 70%; }

.stayCompliant h2{font-size: 50px; font-weight: bold;}
.stayCompliant h2 strong{ color: #4DB8FF;}

.stayCompliant p{line-height: 1.7;}

.stayCompliant .arrowWrapper .arrowUp-icon{ 
    width: 135px;
    top: -5%;
    right: 10%;
    -webkit-transform: rotate(-15deg) scaleX(-1);
    transform: rotate(-15deg) scaleX(-1);
}

/* offerings section */

.offerings-section .section-title{ font-size: 48px; font-weight: 600;}

.offering-content .offering-number{font-size: 100px; 
    color: rgba(255, 255, 255, 0.38); display: block;}
.offering-content h3{font-size: 40px; font-weight: 600;}
.offering-content p{line-height: 1.8; font-size: 17px;}

/* Needs HIPAA & GDPR Section  */
.HIPAA-GDPR .section-title{
    font-size: 45px;
    max-width: 700px;
    line-height: 1.35;
}

.HIPAA-GDPR .arrowWrapper .arrowUp-icon{
    left: 32%;
    width: 95px;
    -webkit-transform: rotate(-115deg) scaleX(-1);
    transform: rotate(-115deg) scaleX(-1);
    top: -50px;
}

.HIPAA-GDPR .QAGridItem{position: relative;
    padding-top: 64px;
}
.HIPAA-GDPR .sn{position: absolute;
background: url(../images/sn-bg.jpg) no-repeat;
height: 60px;
width: 60px;
left: -1px;
top: -1px;
color: black;
    font-size: 27px;
}

.HIPAA-GDPR .QAGrid>.col:nth-child(3){
    padding-top: 35px;
}

.HIPAA-GDPR .QAGridItem h3 { font-size: 21px; }

.HIPAA-GDPR .QAGridItem p{ line-height: 1.65; }

/* process Section */
.processSection .section-title{ font-size: 55px; line-height: 1.25;}


.processSection .arrowWrapper .arrowUp-icon{
    left: 0;
    width: 48px;
    top: -50px;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    transform: rotate(70deg);
    left: -46px;
}

.process-steps .stepImg{width: 60%; position: relative; margin-bottom: 20px;}
.process-steps .stepImg img{ border-radius: 20px;}

.process-steps .stepImg span{position: relative; display: block;
    padding: 0 10px;
    margin-left: -10px;
    background-color: black;
}

.process-steps .stepImg span::before,
.process-steps .stepImg span::after{content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px white;
}
.process-steps .stepImg span::after{border-radius: 5px;
    background-color: white;
    right: -10px;
    height: 11px;
    width: 11px;
}
.process-steps .stepImg span::before{ 
    left: -10px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    height: 9px;
    width: 9px;
    margin-top: -5px;
}

.process-steps .stepImg::after{
    content: "";
    width: 200px;
    height: 1px;
    background-color: white;
    left: 100%;
    top: 50%;
    position: absolute;
    margin-top: -1px;
}

.process-steps > div:first-child .stepImg span::before,
.process-steps > div:last-child .stepImg span::after,
.process-steps > div:last-child .stepImg::after{display: none;}

.process-steps h4{font-size: 20px; line-height: 1.5; font-weight: 600; margin-bottom: 8px;}
.process-steps p{ line-height: 1.6;}


/* whyChoose section  */

.whyChoose-section .section-title{
    font-size: 50px;
    font-weight: 600;
        max-width: 780px;
}

.whyChoose-section .arrowUp-icon{
    transform: rotate(45deg);
    left: -15px;
    top: -29px;
}

.choose-cardList{
    padding-left: 100px;
}

.choose-cardList .choose-card{
    border: 1px solid #AEAEAE;
    border-radius: 18px;
    padding: 20px 14px;
    background-color: white;
    min-width: 200px;
}

.choose-cardList .choose-card .icon-wrapper {
    background-color: black;
    height: 46px;
    width: 46px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 14px;
}

.choose-cardList .choose-card h4
 {
    color: black;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}

.choose-cardList .choose-card p {
    color: #383737;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}


.question-answer.bg-black .accordion-item .accordion-button{
    background-color: white;
}
.question-answer.bg-black .accordion-item.active .accordion-button{
    background-color: transparent;
    border: solid 1px white;
    border-width: 1px 1px 0px 1px;
}
.question-answer.bg-black .accordion-item.active .accordion-body{
    background-color: transparent;
    border: solid 1px white;
    border-width: 0px 1px 1px 1px;
}

.arrowWrapper{ position: relative; }
.arrowWrapper .arrowUp-icon{ 
    position: absolute;
    width: 108px;
    height: 100px;
    background: url(../images/rotateArrowBack.png) center / contain no-repeat;
}


.faqSection.bg-black .arrowWrapper .arrowUp-icon{
    left: 0px;
    width: 48px;
    -webkit-transform: rotate(51deg);
    transform: rotate(51deg);
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    top: -44px;
}
