/* reset */

* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    margin: 0px;
    padding: 0px ;
}
ol,ul{
    margin-bottom: 0px !important;
}
html{
    margin: 0px ;
    padding: 0px;
}
/* make color variables */
.arrow2hide{
    display: none;
}

:root {
    --blue: #018AF4;
    --white: #ffffff;
    --h1Color: #01194A;
    --h1fontFamily: "Inter";
    --boxColor: #F3F9FF;
    --white: #fff;
    --black: #000;
    --fontFmaily: 'Inter';
    --fontSizeh1: 40px;
    --subheading: 20px;
}

a {
    text-decoration: none;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

p {
    color: #6A6680 !important;
    font-family: var(--fontFmaily);
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.headingMain {
    color: var(--h1Color);
    text-align: center;
    font-family: var(--fontFmaily);
    font-weight: 600;
    font-size: var(--fontSizeh1);
    line-height: 48.41px;
}

.main-header .block{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}
.my-class{
    width: 80% !important;
}
.blockhide{
    width: 0% !important;
}
.main-header .block ol {
    margin-top: 20px;
}

.main-header .block ol li{
    list-style: none;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(60 59 59 / 38%);
}

.main-header .block ol li a{
    color: #fff;

}
.subheading {
    color: var(--h1Color);
    text-align: center;
    font-family: var(--fontFmaily);
    font-weight: 500;
    font-size: var(--subheading);
    line-height: 24.2px;
}


.main-header {
    height: 100px;
    background: transparent;
    height: 45px;
    padding-top: 20px;
}
.submit .main-header {
    background: red !important;
    height: 200px !important;
}

.main-header .headerCont .logo {
    width: 50%;
}

.main-header .headerCont .headerItem {
    display: flex;
    align-items: center;
}

.main-header .headerCont .headerItem .links {
    width: 30%;
}

.main-header .headerCont .headerItem .signinBtn {
    width: 20%;
    display: flex;
    justify-content: center;
}
.light-header.main-header .headerCont .headerItem .lightsignin {
    width: 20%;
    display: flex;
    justify-content: center;
}
.main-header .headerCont .headerItem ul {
    display: flex;
    justify-content: space-between;
}

.main-header .headerCont .headerItem ul li {
    list-style: none;
}



.main-header .headerCont .headerItem ul .en {
    display: flex;
    align-items: center;
}

.main-header .headerCont .headerItem ul .en a {
    display: flex;
}
.main-header .headerCont .headerItem ul li{
  position: relative;
}
.main-header .headerCont .headerItem ul li a::after{
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: -20px;
    transition: all 1s;
    background-color: #fff;
    opacity: 0;
}
.main-header .headerCont .headerItem ul li a:hover::after{
    opacity: 1;
    left:0px;
}

.light-header.main-header .headerCont .headerItem ul li a::after{
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: -3px;
    left: -20px;
    transition: all 1s;
    background-color: var(--h1Color);
    opacity: 0;
}
.light-header.main-header .headerCont .headerItem ul li a:hover::after{
    opacity: 1;
    left:0px;
}

.main-header .headerCont .headerItem ul .en img {
    margin-left: 5px;
}


.main-header .headerCont .headerItem ul li a {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}
.light-header.main-header .headerCont .headerItem{
    display: flex;
    align-items: center;
}
.light-header.main-header .headerCont .headerItem ul li a{
    color: var(--h1Color);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
a:hover{
    text-decoration: none !important;
}

.lightsignin .getStartedBtn{
    background-color: #018AF4 !important;
}

.main-header .headerCont .headerItem .getStartedBtn {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    padding: 6px 0px 10px 0px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.main-header .headerCont .headerItem .getStartedBtn:hover{
    background-color: transparent !important;
    border: 1px solid  rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    
}
.light-header.main-header .headerCont .headerItem .getStartedBtn:hover{
    background-color: transparent !important;
    border: 1px solid  var(--h1Color);
    transition: all 0.5s;
}
.light-header.main-header .headerCont .headerItem .getStartedBtn:hover a{
    color: var(--h1Color);
}

.main-header .headerCont .headerItem .getStartedBtn a {
    color: #fff;
    padding: 10px 30px 10px 30px;
}

.footerSec {
    background: #0E1C33;
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-footer .footerItem .links .row {
    display: flex;
    justify-content: space-between;
}

.main-footer .footerItem .items {
    display: flex;
    justify-content: space-between;
}

.main-footer .footerItem .items .links {
    width: 70%;
    margin-top: 25px;
}

.main-footer .footerItem .items .links .row .link {
    font-family: var(--fontFmaily);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
}

.main-footer .footerItem .items .links .row2 {
    margin-top: 20px;
}

.main-footer .footerItem .items .socialMedia {
    margin-left: 50px;
}

.main-footer .footerItem .items .socialMedia .media-logo {
    display: flex;
}

.main-footer .footerItem .items .socialMedia .media-logo .logo {
    margin-right: 25px;
}

.main-footer .footerItem .items .socialMedia .follow {
    color: #fff;
    font-family: var(--fontFmaily);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.main-footer .footerItem .items .socialMedia .media-logo {
    display: flex;
    margin-top: 20px;
}

.main-footer .footerItem .links .row .link a {
    color: #fff;
}

.copyrightbar {
    background-color: #091426;
    padding: 20px 0px;
}

.copyrightbar .copyrightSections {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.copyrightbar .copyrightSections .sec {
    color: #fff;
}

.copyrightbar .copyrightSections .secEn {
    display: flex;
    align-items: center;
}

.copyrightbar .copyrightSections .secEn img {
    margin-left: 5px;
}


/* Footer End HGeader End */


/* container Main */

.containerMain {
    background-color: #F3F9FF;
    width: 100%;
}



/* Container Size on big screens */

@media screen and (min-width: 1280px) {
    .container {
        width: 1280px;
        margin: auto;
    }
}

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

    .container {
        margin: 0px 20px;
        overflow: hidden;
    }

} 

.container .sectionSlashSupportWork h1 {
    margin-bottom: 20px;
}

.container .sectionSlashSupportWork p {
    text-align: center;
    margin-top: 0px !important;
}


/* Main Slider Section 0 */

.mainSlider {
    background: url('../images/Mask group.png');
    height: 900px;
    margin-top: -100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menuMobile{
    display: none !important;
}
.mainSlider .mainSliderItems {
    padding-right: 50%;
}

.mainSlider .mainSliderItems p {
    color: var(--white) !important;
}

.mainSlider .mainSliderItems .uperheading {
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    font-style: normal;
}

.mainSlider .mainSliderItems .bottomHeading {
    font-family: var(--fontFmaily);
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    font-style: normal;
    margin-bottom: 5%;
    margin-top: 5%;
}

.mainSlider h3 {
    font-family: var(--fontFmaily);
    font-size: 70px;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--white) !important;
}

.mainSlider .mainSliderItems input {
    padding: 19px 10px;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    font-family: var(--fontFmaily);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    border: 5px solid rgba(0, 119, 187, 0.5);
    background-clip: padding-box
}

textarea:focus,
input:focus {
    outline: none;
}

.mainSlider .mainSliderItems .getStartedBtn {
    background-color: #018AF4;
    border-radius: 50px;
    padding:16px;
    display: inline-block;
    margin-top: 30px;
    border: 2px solid #018AF4;
    transition: all 0.5s;

}

.mainSlider .mainSliderItems .getStartedBtn a {
    color: #fff;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 16px 30px;
    
}
.mainSlider .mainSliderItems .getStartedBtn:hover{
    padding:16px;
    background-color: transparent;
    border: 2px solid #018AF4;
    transition: all 0.5s;
}
.mainSlider .mainSliderItems .getStartedBtn:hover a{
    background-color: transparent;
    border-radius: 50px;
    padding: 16px 30px;
}
.sectionSlashSupportWork {
    margin-top: 100px;
}


/* How Slashsupport works Section 1 */

.supportWorkboxParent {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.supportWorkboxParent .supportWorkboxChild {
    background-color: var(--boxColor);
    width: 290px;
    height: 259px;
    border-radius: 20px;
}

.supportWorkboxParent .supportWorkboxChild h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.supportWorkboxParent .supportWorkboxChild p {
    /* padding: 10px 20px 30px 20px; */
    text-align: center;
    font-family: var(--fontFmaily);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    padding-left: 20px;
    padding-right: 20px;
}

.supportWorkboxParent .supportWorkboxChild .icon {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.supportWorkboxParent .swc2,
.swc4 {
    margin-top: 129.5px;
}

.supportWorkboxParent .supportWorkboxChild {
    position: relative;
}

.supportWorkboxParent .supportWorkboxChild .arrow {
    position: absolute;
    top: 50%;
    right: -14%;
}

.supportWorkboxParent .supportWorkboxChild .arrow2 {
    position: absolute;
    right: -14%;
}


/* Who Choose SlashSupport */

.whoChooseSlashSuport .whyChooseContParent {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1 h3 {
    text-align: left !important;
    margin-bottom: 20px;
}

.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1 p {
    margin-bottom: 40px;
}

.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1 dl dt {
    color: #018AF4;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--fontFmaily);
}

.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1 dl dd {
    margin-left: 15px;
    padding: 10px 0px 15px 0px;
    color: #6A6680;
    padding-right: 100px;
}
.whoChooseSlashSuport .whyChooseContParent .whyChooseCont2{
    width: 50%;
}
.whoChooseSlashSuport .whyChooseContParent .whyChooseCont2 img{
    width: 100%;
}
.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1{
    width: 50%;
}
.accessDT {
    position: relative;
}

.accessDT .dot {
    position: absolute;
    right: 10%;
}

.whyChooseContParent .whyChooseCont2 .whyChooseCont2Img {
    object-fit: contain;
}

/* Section 3 Team Seciton */

.teamSec {
    display: flex;
    padding-bottom: 100px;
    padding-top: 100px;
    /* justify-content: space-between; */
}

.teamSec .teamsec1 {
    width: 30%;
}

.teamSec .teamsec1 h3 {
    text-align: left !important;
    margin-bottom: 10px;
}

.teamSec .teamsec1 .getStartedBtn {
    background-color: #AC074C;
    border-radius: 50px;
    /* padding: 16px 30px; */
    display: inline-flex;
    margin-top: 30px;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.teamSec .teamsec1 .getStartedBtn:hover {
    background-color: transparent;
    border: 2px solid #AC074C;
    transition: all 0.5s;
}
.teamSec .teamsec1 .getStartedBtn:hover a{
    color: #AC074C;
}

.teamSec .teamsec1 .getStartedBtn a {
    color: var(--white);
    padding: 16px 30px;

}

.teamSec .teamsec2 {
    width: 20%;
    margin-top: 30px;
    margin-left: 50px;
}

.teamSec .teamsec2 ul li {
    list-style: none;
    font-size: 20px;
    line-height: 24.2px;
    font-family: var(--fontFmaily);
    font-weight: 500;
    color: #6A6680;
    cursor: pointer;
    font-style: normal;
    /* border-bottom: 2px solid transparent; */
    margin-bottom: 26px;
    transition: 0.5s;
    /* display: inline-block; */
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
   
  }
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    color: #018AF4;
    background-color: #018AF4;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .hover-underline-animation:hover{
    color: #018AF4;
  }

.teamSec .teamsec3 {
    width: 50%;
    margin-top: 30px;
}

.teamSec .teamsec3 .teamMemebers {
    display: flex;
    justify-content: space-between;
}

.teamSec .teamsec3 .teamMemebers .teamMember {
    width: 100px;
    height: 300px;
    object-fit: contain;
}

.teamSec .teamsec3 .teamMemebers .teammemver2 img {
    margin-top: 30%;
}


/* Section 4 Video Section */

/* Modal */

.modal{
    display:none; 
    position:fixed;
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  .modal-body{
    margin: 20px 0px;
    
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: var(--h1Color);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    color: var(--h1Color);
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }

.videoSectionMobile{
    display: none;
}
@media only screen and (max-width: 768px)  {
    .thanksDiv{
        display: block !important;
    }
    .thanksDiv .item1{
        margin-bottom: 50px;
    }
  .videoSection{
    background-image: url('../image-5 1.png') !important;
  }
  .videoSection .videoSec {
    width: 0% !important;
}
.videoSection .videoSec1{
    width: 90% !important;
    margin: auto;
}
.videoSection .videoSec1 h3{
    padding-right: 0px !important;
}
}

.videoSection {
    background-image: url('../images/image-5 2.png');
    height: 605px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.videoSection .videoSec {
    width: 40%;
}

.videoSection .videoSec1 {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.videoSection .videoSec1 h3 {
    color: var(--white);
    padding-right: 20%;
    text-align: left !important;
}

.videoSection .videoSec1 p {
    color: var(--white);
    padding-right: 25%;
}

.videoSection .videoSec1 .buttonGroup {
    display: flex;
    margin-top: 30px;
    cursor: pointer;
    align-items: center;
}
.videoSec .videoSec1 .buttonGroup span{
    cursor: pointer;
}
.videoSection .videoSec1 p {
    color: var(--white) !important;
}

.videoSection .videoSec1 .buttonGroup p {
    margin-left: 20px;
    color: var(--white) !important;
}


/* Section 5 How it works */

.howitWorks {
    padding-top: 50px;
}

.cardsrow11 {
    padding-bottom: 100px;
}

.howWorksCards .cardsRow1 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}


.howWorksCards .cardsRow1 .card {
    width: 350px;
    border-radius: 20px;
    background-color: var(--boxColor);
    transition: 0.5s;
    margin-bottom: 20px;
}
.howWorksCards .cardsRow1 .card .icon{
    margin-bottom:20px;
}
.howWorksCards .cardsRow1 .card:hover {
    background-color: #AC074C;
    cursor: pointer;
    transition: 0.5s;
}

.howWorksCards .cardsRow1 .card:hover h3 {
    color: #fff !important;
    transition: 0.5s;
}

.howWorksCards .cardsRow1 .card:hover p {
    color: #fff !important;
    transition: 0.5s;
}

.howWorksCards .cardsRow1 .card:hover img {
    transition: 0.5s;
    filter: brightness(100);
}

.howitWorks h3 {
    margin-bottom: 20px;
}

.howitWorks p {
    text-align: center;
    max-width: 768px;
    margin: auto;
}

.howWorksCards .cardsRow1 .card {
    padding: 30px 20px 30px 19.81px;
}

.howWorksCards .cardsRow1 .card h3 {
    font-family: var(--fontFmaily);
    font-size: 30px;
    color: #01194A;
    font-weight: 500;
    line-height: 36.31px;
    margin-bottom: 15px;
}


/* Section 6 Find talent */

.talentNeeded {
    background-image: url('../images/Rectangle 6639.png');
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.talentNeeded .talentneededSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.talentNeeded .talentneededSection .talentNeededH {
    font-size: 50px;
    font-family: var(--fontFmaily);
    font-weight: 500;
    color: var(--white);
    text-align: center;
    width: 920px;
    margin-bottom: 0px;
}

.talentNeeded .talentneededSection .textBtn {
    display: flex;
    align-items: center;
    flex-direction: column;
}
/* #progress-bar{
    display: none !important;
} */
.talentNeeded .talentneededSection .getStartedBtn {
    display: inline-flex;
    justify-content: center;
    background-color: #AC074C;
    border-radius: 50px;
    margin-top: 30px;
    border: 2px solid transparent;
    transition: all 0.5s;

}

.talentNeeded .talentneededSection .getStartedBtn a {
    color: #fff;
    padding: 16px 30px;
}
.talentNeeded .talentneededSection .getStartedBtn:hover{
    border: 2px solid #AC074C;
    transition: all 0.5s;
    background-color: transparent;
}



/* Section 6 clientTestimonials */

.clientTestimonials {
    background-color: var(--boxColor);
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.clientTestimonials .clientTestimonialSec{
    display: flex;
}
.clientProgress{
    display: none;
}
.clientTestimonials h3 {
    margin-bottom: 50px;
}

.clientTestimonials .sec1 .sec1imgdiv{
    width: 400px;
    height: 450px;
}
.clientTestimonials .sec1 .sec1imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.clientTestimonials .sec2 {
    margin-left: 150px;
}

.clientTestimonials .sec2 h3 {
    font-family: var(--fontFmaily);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #018AF4;
}

.clientTestimonials .sec2 .clientSpeaks {
    font-family: var(--fontFmaily);
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 30%;
}

.clientTestimonials .sec2 .clientName {
    font-family: var(--fontFmaily);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    color: #01194A !important;
}

.clientTestimonials .sec2 .clientDesignation {
    font-family: var(--fontFmaily);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A6680;
    margin-top: 10px;
}

 .buttonGroup {
    margin-top: 20px;
}

 .buttonGroup .arrow {
    font-size: 30px;
    padding: 8px 15px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

 .buttonGroup .arrow2 {
    margin-left: 20px;
}


/* Section 6 Brands */

.brands {
    width: 100%;
    height: 150px;
    background-color: #0E1C33;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.brands .brandsLogos {
    display: flex;
    justify-content: space-around;
}

.brands .brandsLogos img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}


/* Seciton 9 Blogs */

.blogsHeading p {
    text-align: center;
    margin-bottom: 40px;
}

.blogsHeading h3 {
    margin-bottom: 20px;
}

.blogsCards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.blogsCards .card h3 {
    font-size: 24px;
    font-family: var(--fontFmaily);
    font-weight: 600;
    color: #01194A;
    margin-top: 18px;
    margin-bottom: 18px;
}
.blogsCards .card a{
    color: #018AF4;
}

.blogsCards .card p {
    font-weight: 400;
    text-align: justify;
}

.blogsCards .card {
    width: 350px;
    border-radius: 20px;
    border: 1px solid #CCDDFF;
    padding: 20px 30px 30px 20px;
}

.blogsCards .card img {
    display: flex;
    margin: auto;
}


/* Page Sign In  */
.signin-container .signInSection{
    display: flex;
}
.signin-container .signInSection .sec{
    width:50%;
}
.signin-container .signInSection .sec1{
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/signin.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;

}
.signin-container .signInSection .sec1 h3{
    font-family: var(--fontFmaily);
    font-size: 70px;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    width: 80%;
    margin: auto;

}
.signin-container .signInSection .sec2{
    display: flex;
    align-items: center;
    width: 50%;
    margin: auto;

}
.signin-container .signInSection .sec2 .logo{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.signin-container .signInSection .sec2 .items{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.signin-container .signInSection .sec2 .items .contwith{
    font-family:var(--fontFmaily);
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #01194A !important;
}
.signin-container .signInSection .sec2 .items .enterOtp{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #6A6680;
    margin-bottom: 0px;

}
.signin-container .signInSection .sec2 .items .email{
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color:#01194A !important;
    margin-top: 10px;
}
.signin-container .signInSection .sec2 .items{
/*    width: 65%;*/
    margin: auto;
}
.signin-container .signInSection .sec2 .otpInputs{
    display: flex;
    justify-content: space-between;
    /* width: 80%; */
    margin-top: 0px;
}
.signin-container .signInSection .sec2 .items 
.optreceive{
    text-align: center;
}
.signin-container .signInSection .sec2 .otpInputs input{
    border-radius: 50px;
    width: 80px;
    padding: 8px 5px;
    border:1px solid #B3B3B3 !important;
    font-family:var(--fontFmaily); 
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 10px;
}
.signin-container .signInSection .sec2 p {
    width: 100%;
}
.signin-container .signInSection .sec2 p .signininput{
    border-radius: 50px;
    padding:15px;
    width: 95%;
    border:1px solid #B3B3B3 !important;
    font-family:var(--fontFmaily); 
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.signin-container .signInSection .sec2 .items .btn{
    width: 95%;
    background-color:#018AF4;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.signin-container .signInSection .sec2 .items p{
    font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
margin-top: 25px;
}
.signin-container .signInSection .sec2 .items a{

    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #018AF4;
}
/* Submit Request Page */
.submitRequestPage{
    display: flex;
}
.submitRequestPage .left{
    width: 70%;
    margin-top: 100px;
    margin-right: 100px;
}
.submitRequestPage .left h3{
    text-align: left;
} 
.submitRequestPage .left .bar1{
    margin-top: 20px;
}
.submitRequestPage .left .bar1 h3{

    text-align: left;
}
.submitRequestPage .left .bar1 input{
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #FDFDFD;
    border: 1px solid #D9D9D9;
    margin-top: 20px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.submitRequestPage .left .bar2 .input1::placeholder{
    color: #fff !important;
}
.submitRequestPage .left .bar2 .optgrp{
    margin-top: 25px;
}
.submitRequestPage .left .bar2 .radiogrp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submitRequestPage .left .bar2 .radiogrp .radioopt{
    display: flex;
    align-items: baseline;
}
.submitRequestPage .left .bar2 .radiogrp .radioopt label{
margin-left: 5px;
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
color: #6A6680 !important;
}
.submitRequestPage .left .bar2 select{
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #FDFDFD;
    border: 1px solid #D9D9D9;
    margin-top: 20px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.submitRequestPage .left .bar2 textarea{
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #FDFDFD;
    border: 1px solid #D9D9D9;
    margin-top: 20px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.submitRequestPage .left .bar2 input{
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background-color: #FDFDFD;
    border: 1px solid #D9D9D9;
    margin-top: 20px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.submitRequestPage .left .btns{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.submitRequestPage .left .btn{
    color: #018AF4;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #018AF4;
    background-color: #fff;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;

}
.submitRequestPage .left .btn2{
    background-color: #018AF4;
    color: #fff !important;

}

/* Section 3 Calender and time slots */
.bar3 .calenderTime{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bar3 .calenderTime .calender{
    /* width: 60%; */
    width: calc(60% - 50px);
    margin-right: 30px;
}
.bar3 .calenderTime .timeslot{
    width: 40%;
}
.bar3 .calenderTime .timeslot .time{
    width: 100%;
    text-align: center;
    color: #091426;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #D9D9D9;
}
.btn-success{
    background-color: #091426 !important;
    color: #fff !important;
}
.bar3 .calenderTime .timeslot .currentDate{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #01194A !important;

}
.bar3 .calenderTime .timeslot .timezoone{
    font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
color: #01194A !important;
margin-top: 20px;
}
.bar3 .calenderTime .timeslot .timezoone img{
    margin-right: 10px;
}

/* Progress bar code */
:root{
    --blue: #018AF4;
    }
    #progress {
      position: relative;
      margin-bottom: 30px;   
    }
    #progress .stepsName{
        display: flex;
        margin-top: 70px;
        justify-content: space-between;
    }
    #progress .stepsName p{
        font-family:var(--fontFmaily);
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;  
        color: #01194A !important;
    }
    
    #progress-bar {
      position: absolute;
      background: var(--blue);
      height: 10px;
      width: 0%;
      top: 50%;
      left: 0;
      border-radius: 15px;
    }
    
    #progress-num {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
    }
    
    #progress-num::before {
      content: "";
      background-color: #DAE1EF;
      position: absolute;
      top: 50%;
      left: 0;
      height: 10px;
      width: 100%;
      z-index: -1;
      border-radius: 15px;
      overflow: hidden
    }
    
    #progress-num .step {
      z-index: 1;
      
    }
    
    #progress-num .step.active {
      border-color: var(--blue);
      background-color: var(--blue);
      color: #fff;
    }
    
    .bar-section{
      display: none;
 
    }
    .bar-section.active{
    display: block;

    
    }
    .submitRequestPage{
        margin-bottom: 100px;
    }
.submitRequestPage .right{
    width: 30%;
    display: flex;
    margin-top: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.submitRequestPage .right .sidebox{
    background-color: #F3F9FF;
    border-radius: 20px;
    padding: 30px;
    margin-top: -5px;
}
.submitRequestPage .right .sidebox h3{
    font-family: var(--fontFmaily);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
    
}
.submitRequestPage .right .sidebox .bullets li{
    list-style: none;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8A9E !important;
    margin-bottom: 25px;
    
}
.submitRequestPage .right .sidebox2{
background-color: #FFF6E5;
padding: 10px 30px 20px 30px;
border-radius: 10px;
margin-top: 50px;
}
.submitRequestPage .right .sidebox2 .h3{
    font-family: var(--fontFmaily);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.submitRequestPage .right .sidebox2 p{
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #8C8A9E !important;
    margin-top: 20px;
}
.submitRequestPage .right .sidebox2 .contactBtn{
    /* background-color: #142035;
    padding: 10px;
    border-radius: 50px;
    color: #fff; 
    text-align: center;
    display: inline-block; */
    display: flex;
    justify-content: center;
}
.submitRequestPage .right .sidebox2 .contactBtn p{
      background-color: #142035;
        padding: 10px 20px;
        border-radius: 50px;
        color: #fff !important;
        font-family: var(--fontFmaily);
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 30px;
}
/* Image upload css */

  
  .box {
    position: relative;
    border: 1px solid #6A6680;
    border-radius: 50px !important;
    margin-top: 10px;
    padding: 10px 15px;
    /* width: 100%; */
  }
  
  .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
  }
  
  .box-tools {
    /* position: absolute; */
    right: 10px;
    top: 5px;
  }
  
  .dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
    width: 100%;
    background: var(--boxColor);
    border-radius: 10px;
    margin-top: 20px;

  }
  
  .dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
  }
  
  .dropzone,
  .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
  }
  
  .dropzone-wrapper:hover,
  .dropzone-wrapper.dragover {
    background: #ecf0f5;
  }
  
  .preview-zone {
    text-align: center;
    display: inline-block;
  }
  
  .preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .btnCancel{
    padding: 0px !important;
    border: none !important;
    color: #6A6680 !important; 

  }
  .dragDrop{
    color:#01194A;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
  }
  .dragDrop a{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #018AF4 !important;
  }
  .box-body{
    display: flex;
    align-items: center;
  }
  .nameFile{
    margin-right: 20px;
  }
  /* Celender */
  /* .calender-section{}
  #calender{
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    font-family: 'Lato', sans-serif;
  } */
  #calendar_weekdays div{
    display:inline-block;
    vertical-align:top;
  }
  #calendar_content, #calendar_weekdays, #calendar_header{
    position: relative;
    width: 320px;
    overflow: hidden;
    float: left;
    z-index: 10;
  }
  #calendar_weekdays div, #calendar_content div{
    width:40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    background-color: #FFFFFF;
    color: #787878;
  }
  #calendar_content{
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px; 
    border-radius: 0px 0px 12px 12px;
  }
  #calendar_content div{
    float: left;
  }
  #calendar_content div:hover{
    background-color: #F8F8F8;
  }
  #calendar_content div.blank{
    background-color: #E8E8E8;
  }
  #calendar_header, #calendar_content div.today{
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  #calendar_content div.today{
    color: #FFFFFF;
  }
  #calendar_header{
    width: 100%;
    height: 37px;
    text-align: center;
    background-color: #FF6860;
    padding: 18px 0;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px; 
    border-radius: 12px 12px 0px 0px;
  }
  #calendar_header h1{
    font-size: 1.5em;
    color: #FFFFFF;
    float:left;
    width:70%;
  }
  i[class^=icon-chevron]{
    color: #FFFFFF;
    float: left;
    width:15%;
    border-radius: 50%;
  }
  /* CSS Media Screens Query */
  @media only screen and (max-width: 768px) {
    
    .main-header .headerCont .headerItem .links{
        width: 80%;
        display: flex;
        justify-content: flex-end;
    }
    .light-header.main-header .headerCont .headerItem .links{
        width: 80%;
        display: flex;
        justify-content: flex-end;
    }
    .menuMobile{
        display: flex !important;
    }

.blogsCards{
    flex-wrap: wrap;
}
.whyChooseContParent{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.whyChooseCont2Img{
    width: 90%;
}

.mainSlider .mainSliderItems{
 padding: 0px !important;   
    }
    .supportWorkboxParent{
        flex-wrap: wrap;
    }
    .headingMain{
        font-family: var(--fontFmaily);
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;

    }
    .whoChooseSlashSuport .whyChooseContParent .whyChooseCont1 p{
        font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;

    }
    .talentNeeded .talentneededSection .textBtn{
        margin: 20px;
    }
    .howWorksCards .cardsRow1{
        flex-wrap: wrap;
    }
    .howitWorks p{
        text-align: left;
    }
    .howWorksCards .cardsRow1 .card{
        margin-bottom: 25px;
    }
    .howWorksCards .cardsrow11{
        margin-top: 0px;
    }
    .howWorksCards .cardsRow1 .card h3{
        font-family: Inter;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;

    }
    p{
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;

    }
    .clientTestimonials .sec2 h3{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .clientTestimonials .clientTestimonialSec .bar-section div{
        flex-wrap: wrap;
    }
    .clientTestimonials .sec2{
        margin-left: 0px !important;
    }
    .clientTestimonials .sec2 .clientSpeaks{
        padding-right: 0px !important;
    }
    .clientTestimonials{
        padding: 50px 0px 50px 0px;
    }
    .slick-next, .slick-prev{
        top: 95% !important;   
    }

    .clientTestimonials h3{
        font-weight: 600 !important;
    }
    .talentNeeded .talentneededSection .talentNeededH{
        font-family: Inter;
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%;

    }
    .submitRequestPage .right{
        margin-top: 100px !important;
    }
    .bar3 .calenderTime .timeslot{
        width:100%;
        margin-top: 80px;
    }
    .bar3 .calenderTime .timeslot .timezoone{
        text-align: center;
    }
    .talentNeeded{
        height: 700px;
        border-radius: 20px;
    }
    .brands{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .brands .brandsLogos{
        overflow-y: scroll;
        justify-content: start !important;
        
    }
    .brands .brandsLogos::-webkit-scrollbar {
        display: none;
      }
    .brands .brandsLogos img{
        margin-right: 20px;
        width: 80px;
    }
    .blogsHeading h3{
        text-align: center;
    }
    .blogsCards .card{
        margin-bottom: 25px;
        width:90%;

    }
    .main-header .headerCont .headerItem ul{
        flex-wrap: wrap;
    }
    .light-header.main-header .headerCont .headerItem ul{
        flex-wrap: wrap;
    }
    .mainSlider h3{
        font-family: Inter;
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: 0em;
text-align: center;
    }
    .mainSlider .mainSliderItems .uperheading{
        text-align: center;
    }
    .mainSlider .mainSliderItems .bottomHeading{
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;

    }
    .mainSlider .mainSliderItems input{
        display: none;
    }
   
    .mainSliderItems{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }
    .mainSlider{
        height: 600px;

    }
    .teamSec{
        flex-wrap: wrap;
        padding: 50px 0px;
    }
    .teamSec .teamsec1{
        width: 100%;
    }

    .teamSec .teamsec2{
        width: 100%;
    }
    .teamSec .teamsec2 ul{
        display: flex;
        justify-content: space-between;
        overflow-y: scroll;
        margin-right: 30px;
    }
    .teamSec .teamsec2 ul::-webkit-scrollbar {
        display: none;
      }
    .teamSec .teamsec2 ul li{
        margin-right: 20px;
    }

    .teamSec .teamsec3{
        width: 100%;
    }
    .teamSec .teamsec3 .teamMemebers{
        /* flex-wrap: wrap; */
        overflow-y: scroll;
        margin: 0px 40px;
    }
    .teamSec .teamsec3 .teamMemebers::-webkit-scrollbar{
        display: none;
    }

    .teamSec .teamsec3 .teamMemebers .teamMember
    {
        margin-right: 20px;
    }
    .clientTestimonials .clientTestimonialSec .sec1 img{
        width: 90%;
        margin: auto;
    }
    .blogsCards .card img{
        width: 100%;
    }

    .main-footer .footerItem .items{
        flex-wrap: wrap;

    }
    .main-footer .footerItem .items .socialMedia{
        margin-left: 0px !important;
        margin-top: 20px;
        
    }
    .footerSec{
       padding: 30px;
    }
    .main-footer .footerItem .items .links{
        display: flex;
        justify-content: space-between;
        width: 90%;

    }
    .main-footer .footerItem .links .row{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .main-footer .footerItem .items .links .row2{
        margin-top: 0px;
    }
    .main-footer .footerItem .items .links .row .link{
        padding-bottom: 10px;
    }
    .menuMobile{
        display: block;
    }
    .menuMobileHide{
        display: none !important;
    }
    .main-header .headerCont .logo img{
        width: 150px;
    }
    .light-header.main-header .headerCont .logo img{
        width: 150px;
    }
    .mobilehide{
        display: none;
    }
    .supportWorkboxParent .supportWorkboxChild{
        width: 80%;
    }
    .supportWorkboxParent .supportWorkboxChild .arrow .arrowhide{
        display: none !important;
    }
    .supportWorkboxParent .supportWorkboxChild .arrow{
        left: 100% !important;
        top: 70%;
    }
    .supportWorkboxParent .supportWorkboxChild .arrow2{
        left: -15% !important;
        top: 70%;
    }
    .arrow2hide{
        display: block;
    }
    .supportWorkboxParent .swc2, .swc4{
        margin-top: 50px;
        margin-left: 18%;
    }
    .supportWorkboxParent .swc3{
        margin-top: 50px;
        
    }
        .arrowhide1{
            display: none;
        }
    /* Signin page responsiveness */
    .signInSection{
        flex-wrap: wrap;
        
    }
    .signin-container .signInSection .sec1{
        width: 100%;
        background-position: center;
        height: 310px;
        background-size: cover;
    }
    .signin-container .signInSection .sec1 h3{
        font-family: var(--fontFmaily);
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: center;

    }
    .signin-container .signInSection .sec2 .items{
        width: 90%;
    }
    .signin-container .signInSection .sec2{
        width: 100%;
    }
    .signin-container .signInSection .sec2 .logo{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .signin-container .signInSection .sec2 .items .contwith{
        font-size: 22px !important;
    }
    .signin-container .signInSection .sec2 .items .terms{
        margin-bottom: 20px;
    }
    .signin-container .signInSection .sec2 .otpInputs input{
        width: 50px;
        justify-content: space-around;
    }
    .submitRequestPage{
        flex-wrap: wrap;
    }
    .submitRequestPage .left{
        width: 90%;
        margin: auto;
    }
    .submitRequestPage .right{
        margin: auto;
    width: 90%;
        
}
.submitRequestPage .left h3{
    font-size: 16px;
}
.whoChooseSlashSuport .whyChooseContParent .whyChooseCont1{
    width: 90%;
    margin: auto;
}
.whoChooseSlashSuport .whyChooseContParent .whyChooseCont2{
    width: 90%;
    margin: auto;
}
.container .sectionSlashSupportWork h1{
    text-align: center;
}
.howWorksCards .cardsRow1 .card {
    width: 100% !important;
}
.main-footer .footerItem .items .links .row .link{
    text-align: left;
}
}
.dragDrop{
    text-align: center;

}
.slick-next:before, .slick-prev:before{
    font-size: 40px !important;
    color:#01194A !important;
}

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

    .slick-next, .slick-prev{
        margin-top: 50px !important;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 30px !important;
        color:#01194A !important;
       
    }
   
    .slick-next{
        left: 90% !important;
    } 
    .slick-prev{
        left:90% !important;  
        z-index: 99; 
    }
} 

/* Slick arrows */
 .slick-next, .slick-prev{
    top:90% !important;
}

.slick-prev{
    left:80% !important;  
    z-index: 99; 
}
.slick-next{
    left: 86%;
} 

/* Tablet Screen Size */
@media only screen and (max-width: 1024px) and (min-width: 769px)  {

    
    .bar3 .calenderTime{
        flex-wrap: wrap;
    }
    .bar3 .calenderTime .timeslot{
        width:100% !important;
        margin-top: 50px;
    }
    .bar3 .calenderTime .timeslot .timezoone{
        text-align: center;
    }
    .signin-container .signInSection .sec1 h3{
        font-size: 50px;
    }
    .signin-container .signInSection .sec2 .items{
        width: 85%;
    }
    .signin-container .signInSection .sec2 .items .otpInputs {
        flex-wrap: wrap;

    }
    .signin-container .signInSection .sec2 .items .otpInputs .otpinpt{
        width: 20%;
        margin-bottom: 10px;

    }
    .signin-container .signInSection .sec2 .otpInputs input{
        width: 50px;
        justify-content: space-around;
    }
  
}
.brands .brandsLogos{
    width: 100%;
}
@media only screen and (max-width: 1279px) and (min-width: 769px)  {

    .teamSec .teamsec2{
        margin-left: 0px;
    }
    .howWorksCards .cardsRow1 .card{
        width: 280px !important;
    }
    .howWorksCards .cardsRow1 .card h3{
        font-size: 26px;
    }
    .teamSec{
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .teamSec .teamsec1{
        width: 100%;
        margin-bottom: 30px;
    
    }
    .teamSec .teamsec3{
        width: 80%;
    }
    .clientTestimonials .sec2{
        margin-left: 20px;
    }
    .clientTestimonials .sec2 .clientSpeaks{
        padding-right: 0px !important;
    }
    .slick-slide img{
        width:300px;
    }
    .blogsCards .card{
        margin-bottom: 20px;
    }
    .videoSection .videoSec1 h3{
        padding-right: 10%;
    }
    .mainSlider .mainSliderItems{
        padding-right: 20%;
    }
    .teamSec .teamsec3 .teamMemebers .teamMember{
        width: auto !important;
    }
    .talentNeeded .talentneededSection .talentNeededH{
        width: 100%;
    }
    .container{
        margin: 0px 20px;
        overflow: hidden;
    }
    .blogsCards .card img{
        width: 100%;
    }
    .blogsCards .card{
        width: 275px;
    }
    .supportWorkboxParent{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .supportWorkboxParent .supportWorkboxChild{
        width: 40%;
    }
    /* .supportWorkboxParent .supportWorkboxChild .arrow2{
        display: none;
    } */
    .arrow33hide{
        display: block !important;
    }
    .arrowhide1{
        display: none ;
    }
   .arrow2{
    left: -10%;
    top: 50%;
   }
   .supportWorkboxParent .swc2{
    margin-top: 200px !important;
   }
   .supportWorkboxParent .swc2{
    margin-top:0px ;
}
   .supportWorkboxParent .swc3{
    margin-top: -70px;
   }
   .whoChooseSlashSuport .whyChooseContParent{
    flex-wrap: wrap;
   }
   .whoChooseSlashSuport .whyChooseContParent .whyChooseCont1{
    width: 100%;
    order: 2;
   }
   .whoChooseSlashSuport .whyChooseContParent .whyChooseCont2{
    width: 70%;
    order: 1;
    margin: auto;
   }
   .teamSec .teamsec3 .teamMemebers .teamMember{
    margin-right: 20px;
   }
   .teamSec .teamsec3 .teamMemebers{
    overflow-y: scroll;
   }
   .teamSec .teamsec3 .teamMemebers::-webkit-scrollbar{
    display: none;
   }
   .teamSec .teamsec3 .teamMemebers{
    margin-left: 40px;
   }
   .main-header .headerCont .logo{
    width: 40%;
   }
   .light-header.main-header .headerCont .logo{
    width: 40%;
   }
   .main-header .headerCont .headerItem .links{
    width: 40%;
   }
   .light-header.main-header .headerCont .headerItem .links{
    width: 40%;
   }
}
.teamSec .teamsec3 .teamMemebers .teamMember{
    width: auto;
}
.arrow33hide{
    display: none;
}
/*  thanks page*/
.thanksNextSteps{
    font-size: 
    20px !important;
    text-align: center !important;
}
.thankText{
    margin-top: 150px;
}
.thanksDiv{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.thanksDiv .content{
   text-align: center;
}
.thanksDiv .content p{
    font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0em;
text-align: center;
color: #01194A;
margin-top: 15px;
}
.thankText h3{
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--h1Color);    
}
.thankText p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    text-align: center;
    color: #6A6680 !important;    
}


@media only screen and (max-width: 1350px) and (min-width: 1279px)  {
    .mainSlider .mainSliderItems{
        padding-left: 50px;
    }
    .supportWorkboxParent{
        padding-left: 3px;
        padding-right: 3px;
    }
    .whyChooseContParent{
        padding-left: 50px;
        padding-right: 50px;
    }
    .teamSec{
        padding-left: 50px;
        padding-right: 50px;
    }
    .cardsRow1{
        padding-left: 50px;
        padding-right: 50px;
    }
    .clientTestimonials .clientTestimonialSec{
        padding-left: 50px;
    }
    .talentNeeded .talentneededSection{
        padding-left: 50px;
        padding-right: 50px;
    }
    .blogsCards{
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-header{
        padding-left: 50px;
        padding-right: 50px;
    }
    .light-header.main-header {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 390px){
.container {
    margin: 0px 10px;
}
}







/*
* Calender Style
*/

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}

.fc .fc-daygrid-day-number{
    color: var(--h1Color);
}

.fc .fc-col-header-cell-cushion { /* needs to be same precedence */
    padding-top: 5px; /* an override! */
    padding-bottom: 5px; /* an override! */
}

/*my css*/
.my_select{
    padding: 19px 10px ;
    width: 100%;
    border-radius: 10px;
    background-color: #FDFDFD;
    border: 5px solid #2626e0;
    margin-top: 5px;
    font-family: var(--fontFmaily);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
