@media (min-width: 1400px) {
    .container {
        max-width: 1392px;
    }
}

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

@media (max-width: 1400px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }


}

/************************************************************/
@media (max-width: 1200px) {

    body {
        font-size: 18px;
    }

    .title-xxl {
        font-size: 80px;
    }

    .title-xl {
        font-size: 60px;
    }


    .title-lg {
        font-size: 45px;
    }

    .title-sm {
        font-size: 32px;
    }

    .text-40 {
        font-size: 35px;
    }

    .text-30 {
        font-size: 26px;
    }

    .text-26 {
        font-size: 24px;
    }

    .text-22 {
        font-size: 20px;
    }

    .text-20 {
        font-size: 18px;
    }

    .dBtn {
        font-size: 18px;
        padding: 18px 35px;
    }

    section {
        padding: 100px 0px;
    }

    .customDivider {
        margin: 40px 0px;
    }

    /************Header Start************/

    .navbar .nav-link {
        font-size: 18px;
        padding: 15px 25px !important;
    }

    /************Header End************/

    /****************Homepage Start****************/

    .homeBanner {
        padding: 250px 0px 180px;
    }

    .bannerImage {
        max-width: 50%;
    }

    .bgBannerSection,
    .twoColBannerSection .bannerWrap {
        min-height: 750px;
    }

    /****************Homepage End****************/

    /********Who We Are Page Start***********/
    .primaryCard.type1 {
        min-height: 250px;
        padding: 20px;
    }

    .whoWeAreBanner::before {
        width: 527px;
        height: 527px;
    }

    /********Who We Are Page End***********/

    /*************Inner Page Start**************/
    .pageTopSection {
        padding-top: 250px;
    }

    .innerBanner {
        padding: 180px 0px 80px;
    }

    .ctaSection {
        padding: 50px 0px;
    }

    /*************Inner Page End**************/

    /******************Previous Assignment Page Start*******************/
    .assignmentsList {
        gap: 20px 0px;
        margin: 80px -10px 0px;
    }

    .previousAssignmentSection {
        background-size: 70%;
    }

    .assignmentsList li {
        width: 33%;
        padding: 0 10px;
    }

    .flip-card-front,
    .flip-card-back {
        padding: 20px;
    }

    /******************Previous Assignment Page End*******************/
    /*****************Client Page Start******************/
    .expertiseSection::before {
        width: 754px;
        height: 754px;
    }

    .primaryCard.type2 {
        min-height: 300px;
        padding: 30px;
    }

    .arrowBtn {
        height: 63px;
        width: 63px;
    }

    .sixColCounter {
        grid-template-columns: repeat(3, 1fr);
    }

    /*****************Client Page End******************/

    /*****************Candidates Page Start******************/
    .threeColIconList {
        gap: 70px 0px;
    }

    .threeColIconList li .icon {
        margin-bottom: 25px;
    }
    .candidateSection1::before{
        width: 754px;
        height: 754px; 
        top: -100px;
    }
    /*****************Candidates Page End******************/






}

@media only screen and (min-width: 1200px) and (max-width: 1359px)  {
    
    body.candidate section.bgGray.why-choose-section .text-26 {
        font-size: 17px;
    }
    .why-choose-section .bullet-points {
        display: flex;
        gap: 15px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px)  {
    
    body.candidate section.bgGray.why-choose-section .text-26 {
        font-size: 17px;
    }
    .why-choose-section .bullet-points {
        display: flex;
        gap: 10px;
        font-size: 20px;
    }
    .why-choose-section .choose-icons img {
        min-width: 40px;
        width: 40px;
        margin-top: 15px;
    }
    .why-choose-section .bullet-points.candidates .choose-icons img{
        min-width: 32px;
        width: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1099px)  {
    
    body.candidate section.bgGray.why-choose-section .text-26 {
        font-size: 14px;
    }
    .why-choose-section .bullet-points.candidates .choose-icons img{
        min-width: 32px;
        width: 32px;
    }
    .why-choose-section .bullet-points {
        display: flex;
        gap: 10px;
        font-size: 20px;
    }
    .why-choose-section .choose-icons img {
        min-width: 40px;
        margin-top: 15px;
    }
}

/************************************************************/
@media (max-width: 991.98px) {
    .container {
        padding: 0 15px;
    }
    .why-choose-section .choose-icons img {
       
        margin-top: 0px;
    }
    .why-choose-section .bullet-points.candidates {
        font-size: 20px;
        align-items: center;
    }
    .why-choose-section .bullet-points {
        
        gap: 15px;
        font-size: 20px;
        align-items: center;
    }

    .title-xxl {
        font-size: 55px;
    }

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

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

    .title-sm {
        font-size: 22px;
    }

    .text-40 {
        font-size: 30px;
    }

    .text-30 {
        font-size: 24px;
    }

    .text-26 {
        font-size: 22px;
    }

    .text-17 {
        font-size: 16px;
    }

    .dBtn {
        font-size: 16px;
        padding: 14px 25px;
    }

    section {
        padding: 70px 0px;
    }

    .inputWrap input,
    .inputWrap textarea,
    .inputWrap select {
        padding: 12px 0px;
        font-size: 16px;
    }

    .inputWrap.input-33 {
        width: calc(33.33% - 15px);
    }

    .sliderArrowWrap .swiper-button-next,
    .sliderArrowWrap .swiper-button-prev {
        width: 35px;
        height: 35px;
    }


    /*****************Header Start*****************/
    .siteHeader {
        padding: 15px 0px;
    }

    nav.navbar {
        padding: 80px 50px 25px;
        position: fixed;
        height: 100vh;
        overflow: auto;
        width: 100%;
        right: -100%;
        top: 0;
        background: #20232e;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

    .menuOpened nav.navbar {
        right: 0px;
    }

    .navbar .nav-link {
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 16px;
    }

    /***************Header End******************/

    /***************Footer Start******************/
    .footerBottom .rightInfo {
        gap: 10px 33px;
    }

    .siteFooter {
        padding-top: 100px;
        padding-bottom: 25px;
    }

    .servicesWrap {
        padding: 40px 0px;
    }

    .siteFooter .serviceList a,
    .customRadioList .customRadio label {
        font-size: 16px;
    }

    .customRadioList,
    .siteFooter .serviceList {
        gap: 8px 10px;
    }

    /***************Footer End******************/




    /****************Homepage Start****************/
    .homeBanner {
        padding: 180px 0px 120px;
    }

    .underlineText::before {
        height: 15px;
    }

    .underlineText.big::before {
        height: 20px;
    }

    .bannerImage {
        max-width: 45%;
    }

    .bgBannerSection {
        min-height: auto;
    }

    .twoColBannerSection .bannerWrap {
        min-height: 500px;
        padding: 70px 20px;
    }

    .twoColBannerSection .bannerWrap .textWrap {
        max-width: 360px;
    }

    .bgBannerSection .btnWrap {
        margin-top: 35px;
        gap: 10px 15px;
    }

    .arrowImage {
        width: 30px;
        margin-right: 15px;
    }

    /****************Homepage End****************/


    /********Who We Are Page Start***********/

    .whoWeAreBanner::before {
        width: 427px;
        height: 427px;
    }

    .maskedImage {
        margin-bottom: 20px;
        max-width: calc(100% - 100px);
    }

    .primaryCard.type1 {
        min-height: 200px;
    }

    /********Who We Are Page End***********/

    /*************Inner Page Start**************/
    .pageTopSection {
        padding-top: 200px;
    }

    /*************Inner Page End**************/

    /*****************Location Section Start******************/
    .mapWrap {
        margin: 40px auto 0px;
    }

    .tooltipText {
        font-size: 25px;
        padding: 15px;
    }

    /*****************Location Section End******************/

    /*****************Client Page Start******************/
    .primaryCard.type2 {
        min-height: 250px;
        padding: 20px;
    }

    .arrowBtn {
        height: 53px;
        width: 53px;
    }

    .arrowBtn img {
        width: 20px;
    }

    .expertiseList li {
        width: 50%;
    }


    /*****************Client Page End******************/



    /*****************Candidates Page Start******************/
    .threeColIconList {
        gap: 50px 0px;
    }

    .threeColIconList li {
        width: 50%;
    }
    .fourColCounter {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 30px;
    }
    .fourColCounter .counterWrap {
        padding-top: 25px;
    }
    /*****************Candidates Page End******************/




}
span.fullstop.blue {
    color: var(--secondary);
    font-size: 39px;
    padding-left: 1px;
    line-height: 20px;
    
}
/************************************************************/
@media (max-width: 767.98px) {
    .home-second .underlineText::before {
        height: 10px;
    }
    .homeBanner h4 {
        font-size: 19px;
    }
    .flip-card-front h3 {
        font-size: 36px;
    }
    .whoWeAreBanner h4 , body.who_we_are section.py-0 h2{
        font-size: 20px;
    }
    body.who_we_are section.py-0 .underlineText.big::before {
        height: 10px;
    }
    .homeBanner .underlineText::before {
        height: 8px;
    }
    .whoWeAreBanner .underlineText::before {
        height: 8px;
    }
    body {
        font-size: 16px;
    }

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

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

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

    .text-40 {
        font-size: 24px;
    }

    .text-30 {
        font-size: 22px;
    }

    .text-26 {
        font-size: 18px;
    }

    .text-20 {
        font-size: 16px;
    }

    .text-17 {
        font-size: 15px;
    }

    .inputWrap input,
    .inputWrap textarea,
    .inputWrap select {
        padding: 12px 0px;
        font-size: 15px;
    }

    /***************Footer Start******************/
    .siteFooter {
        padding-top: 80px;
    }

    .footerBottom {
        font-size: 13px;
    }

    .footerBottom .rightInfo {
        gap: 10px 25px;
    }

    .footerBottom .footerLogo {
        margin-bottom: 20px;
    }

    .siteFooter .serviceList a,
    .customRadioList .customRadio label {
        font-size: 15px;
        padding: 8px 15px 10px;
    }

    /***************Footer End******************/

    /****************Homepage Start****************/
    .homeBanner {
        padding: 140px 0px 80px;
    }

    .underlineText::before {
        height: 12px;
    }

    .bannerImage {
        max-width: 80%;
        opacity: .5;
        max-height: 60%;
    }

    .arrowImage {
        width: 20px;
        margin-right: 10px;
    }

    /****************Homepage End****************/

    /********Who We Are Page Start***********/
    .maskedImage {
        margin-bottom: 20px;
        max-width: calc(100% - 40px);
    }

    .whoWeAreBanner::before {
        width: 327px;
        height: 327px;
        top: 150px;
    }

    /********Who We Are Page End***********/

    /*************Inner Page Start**************/
    .primaryCard.type1 {
        min-height: 150px;
    }

    .primaryCard {
        margin-top: 20px;
    }

    .twoColBannerSection {
        grid-template-columns: repeat(1, 1fr);
    }

    .twoColBannerSection .bannerWrap {
        min-height: 400px;
    }

    .pageTopSection {
        padding-top: 150px;
    }

    .innerBanner {
        padding: 150px 0px 50px;
    }

    /*************Inner Page End**************/
    /******************Previous Assignment Page Start*******************/
    .assignmentsList {
        margin: 60px -10px 0px;
    }

    .assignmentCard .flip-card-inner {
        min-height: 300px;
    }

    .assignmentsList li {
        width: 50%;
    }

    .assignmentsList .text-26 {
        font-size: 20px;
    }

    /******************Previous Assignment Page End*******************/

    /*****************Location Section Start******************/
    .tooltipWrap .mapPointer {
        width: 14px;
    }

    .tooltipWrap.active .mapPointer {
        transform: scale(1.8);
        transform-origin: bottom center;
    }

    .tooltipText {
        font-size: 20px;
        padding: 10px;
        top: 22px;
    }

    /*****************Location Section End******************/

    /*****************Client Page Start******************/
    .mapLocationList li {
        padding: 0px 0px 15px;
    }

    .expertiseSection::before {
        width: 550px;
        height: 550px;
    }

    /*****************Client Page End******************/

    /*****************Candidates Page Start******************/
    .candidateSection1::before{
        width: 550px;
        height: 550px;
        top: -50px;
    }
    .fourColCounter {
        grid-template-columns: repeat(1, 1fr);
    }
    /*****************Candidates Page End******************/




}

/************************************************************/
@media (max-width: 576.98px) {
    .inputWrap.input-33 {
        width: 100%;
    }

    /***************Footer Start******************/
    .footerBottom .rightInfo {
        gap: 10px 20px;
        width: 100%;
        margin-top: 15px;
    }

    /***************Footer End******************/
    /********Who We Are Page Start***********/
    .whoWeAreBanner::before {
        width: 280px;
        height: 280px;
    }

    /********Who We Are Page End***********/

    /*************Inner Page Start**************/
    .twoColBannerSection .bannerWrap {
        min-height: 350px;
    }

    /*************Inner Page End**************/

    /******************Previous Assignment Page Start*******************/
    .assignmentCard .flip-card-inner {
        min-height: 200px;
    }

    .assignmentsList li {
        width: 100%;
    }

    /******************Previous Assignment Page End*******************/


    /*****************Location Section Start******************/
    .tooltipText {
        font-size: 16px;
    }

    /*****************Location Section End******************/

    /*****************Client Page Start******************/
    .expertiseList {
        gap: 20px 0px;
    }

    .expertiseList li {
        width: 100%;
        padding-left: 22px;
        padding-right: 10px;
    }

    .expertiseSection::before {
        width: 80%;
        height: 500px;
    }

    .expertiseList li::before {
        width: 12px;
        height: 12px;
        top: 4px;

    }

    .sixColCounter {
        grid-template-columns: repeat(2, 1fr);
    }

    /*****************Client Page End******************/

    /*****************Candidates Page Start******************/
    .threeColIconList {
        gap: 50px 0px;
    }

    .threeColIconList li {
        width:100%;
    }

    .candidateSection1::before{
        width: 80%;
        height: 500px;
    }
    /*****************Candidates Page End******************/
}