/* Minification failed. Returning unminified contents.
(885,36): run-time error CSS1046: Expect comma, found '0'
(885,40): run-time error CSS1046: Expect comma, found '/'
(1753,11): run-time error CSS1036: Expected expression, found ';'
(1754,12): run-time error CSS1036: Expected expression, found ';'
 */
/** Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
    (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
*/

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../../fonts/Poppins-Regular.ttf') format('truetype'), url('../../../fonts/Poppins-Medium.ttf') format('truetype'), url('../../../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../../../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Aileron-Regular';
    src: url('../../../fonts/Aileron-Regular.otf') format('opentype'), url('../../../fonts/Aileron-SemiBold.otf') format('opentype');
}

body {
    margin: 0;
    font-family: 'Poppins-Regular', sans-serif !important;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

div#content {
    width: 99.1vw;
}

a {
    text-decoration: none;
    color: #060C57;
}

    a:hover {
/*        color: #060C57 !important;
*/        text-decoration: none !important;
    }
    a.GetAQuoteButton:hover.GetAQuoteButtonText {
        color: #060C57 !important;
        border: 1px solid #060c57;
        text-decoration: none !important;
    }

/*Navigation*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-top: 41px !important;
}

.navbar-expand-lg .navbar-nav {
    padding-right: 65px;
}
/**/

.landingpage1 {
    float: right;
    left: 50%;
    top: 25%;
    position: absolute;
}
.landingpage2 {
    float: left;
    right: 50%;
    top: 25%;
    position: absolute;
}
.banner-image1 {
    background-image: url(../../../Images/CloudSquad/banner-image1-1920x937.jpg);
    /* width: 1920px; */
    height: 740px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.imagetexth2 {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    line-height: 40px;
    font-weight: 400;
    width: 501px;
}
.imagetexth1 {
    font-family: "SourceSansPro-Regular",sans-serif;
    font-size: 60px;
    color: #060C57;
    letter-spacing: -0.85px;
    line-height: 65px;
    font-weight: 400;
    width: 542px;
    padding-top: 27px;
    margin-bottom: 64px;
}
.button-solid-start {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background: #010A72;
    border-bottom: #010A72;
    border-right: #010A72;
    border-radius: 4px;
    width: 175px;
    height: 53px;
    margin-top: 64px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 35px;
    padding-left: 35px;
}
a.buttons.button-solid-start:hover {
    color: #ffffff;
}
.banner-image2 {
    background-image: url('../../../Images/CloudSquad/banner-image2-1920x937.jpg');
    height: 740px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-image3 {
    background-image: url('../../../Images/CloudSquad/banner-image3-1920x937.jpg');
    height: 740px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.landingSlider {
    text-align: center;
    width: fit-content;
    padding-top: 74px;
    margin: 0;
}
* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
    a.prev {
        color: #060C57;
    }
    a.prev:hover {
        color: #FFFFFF;
    }
    a.next {
        color: #060C57;
    } 
    a.next:hover {
        color: #FFFFFF;
    }

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.1);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 3px;
    width: 70px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #FFFFFF;
        border: 5px solid #FFFFFF;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
    .fade:not(.show) {
        opacity: unset!important;
    }

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.nav-bar {
    display: flex;
    width: 100%;
}
.navbar{
    position:absolute!important;
}
.navbar-collapse {
    align-items: unset !important;
    flex-grow:0!important;
}
.navbar-expand-lg {
    width: 100%;
}
.icon-menu {
    background-image: url('../../../Images/CloudSquad/icon-menu-blue.png');
    width: 19px;
    height: 15px;
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.cloudsquadimg {
    background-repeat: no-repeat;
    width: 45%;
    height: 36px;
    margin-left: 37px;
    padding-top: 33px;
    /*padding-bottom:731px;*/
    float: left
}
.navright {
    /*width: 55%;*/
    box-sizing: unset;
    display: contents;
}
.options {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 14px;
    color: #060c57 !important;
    letter-spacing: 0;
    line-height: 28px;
    list-style-type: none;
    margin-top: 0;
    /*margin-left: 414px;*/
    /*margin-right: 431px;*/
    padding-top: 41px;
    word-spacing: 28px;
    /*width: 361px;*/
    height: 28px;
    padding-left: 0;
    padding-right: 30px;
    text-align: center !important;
}

.buttonStyle {
    padding-top: 32px;
}

.buttonTopStyle {
    margin-top: 10px;
}
.buttonTopStylePricing {
    margin-top: -1px;
}

.button1 {
    padding-right: 14px;
}

.buttons {
    display: inline;
    word-spacing: normal;
}

a.buttons.button-outline.button-blue:hover {
    color: #060c57;
}

li {
    display: inline;
}

.button-outline {
    border: 1px solid #010A72;
    border-radius: 4px;
    /*margin-left:1039px;
    margin-right:299px;
    padding-top:32px;*/
    width: 102px;
    height: 46px;
}

.button-blue {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    background-color: transparent;
    /*width:55px;
    height: 23px;*/
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 23px;
    padding-left: 24px;
}

.button-solid {
    background: #060C57;
    border-radius: 4px;
    width: 110px;
    height: 46px;
}

.button-solid-login {
    background: #060C57;
    border-radius: 4px;
    width: 110px;
    height: 46px;
}
a.buttons.button-solid-login.button-wht-login:hover {
    color: #FFFFFF;
}

.button-wht {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    /*width: 60px;
    height: 23px;*/
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 23px;
    padding-left: 24px;
    /*padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 35px;
    padding-left: 35px;*/
}

.button-wht-login {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    /*width: 60px;
    height: 23px;*/
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 23px;
    padding-left: 24px;
}


a.buttons.button-solid.button-wht {
    padding-top: 13px;
    padding-bottom: 12px;
    padding-right: 23px;
    padding-left: 24px;
}

    a.buttons.button-solid.button-wht:HOVER {
        COLOR: #ffffff;
    }

.connect {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    padding-top: 46px;
    padding-left: 17px;
    margin: 0;
}

.icon-facebook {
    content: url('../../../Images/CloudSquad/icon-facebook.svg');
    width: 9px;
    height: 16px;
    margin-top: 5px !important;
    margin-left: 15px;
}
.icon-facebook-blue {
    content: url('../../../Images/CloudSquad/icon-facebook-blue.svg');
    width: 9px;
    height: 16px;
    margin-top: 5px !important;
    margin-left: 15px;
}

.icon-instagram {
    content: url('../../../Images/CloudSquad/icon-instagram.svg');
    width: 15px;
    height: 15px;
    margin-top: 6px !important;
    margin-left: 15px;
}
.icon-instagram-blue {
    content: url('../../../Images/CloudSquad/icon-instagram-blue.svg');
    width: 15px;
    height: 15px;
    margin-top: 6px !important;
    margin-left: 15px;
}

.icon-facebook-blue-footer {
    content: url('../../../Images/CloudSquad/icon-facebook-blue.svg');
    width: 20px;
    height: 20px;
}

.icon-instagram-blue-footer {
    content: url('../../../Images/CloudSquad/icon-instagram-blue.svg');
    width: 20px;
    height: 20px;
}

.icon-support-footer {
    content: url('../../../Images/CloudSquad/icon-support.png');
    width: 20px;
    height: 20px;
}

.icon-email-footer {
    content: url('../../../Images/CloudSquad/icon-email.png');
    width: 20px;
    height: 20px;
}

.banner {
    text-align: center;
}

.logo-banner {
    background-image: url('../../../Images/CloudSquad/logo-banner.jpg');
    height: 129px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #F8F7FD;
    background-position: center;
    display: inline-block;
}


.bg-cloud-shape {
    background-image: url('../../../Images/CloudSquad/bg-cloud-shape.svg');
    /*width: 1440px;*/
    height: 697px;
}

.whyChoose {
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    padding-top: 80px;
    margin: 0;
}

.newWay {
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 40px;
    padding-top: 21px;
    margin: 0;
}

.picturerow {
    display: -ms-flexbox;
    display: table;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}

.column {
    float: left;
    /*width: 33.33%;*/
    padding-top: 18px;
    text-align: center
}

.extraContainer {
    width: 300px;
    /*height:126px;*/
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.i1 {
    /*padding-left: 275px;*/
}

.illustration-1 {
    width: 250px;
    height: 250px;
}

.i2 {
    padding-left: 20px;
}

.illustration-2 {
    width: 250px;
    height: 250px;
}

.illustration-3 {
    width: 250px;
    height: 250px;
}

.newWayH1 {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 20px;
    color: #010A72;
    letter-spacing: 0;
    text-align: center;
}

.newWayP {
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}

.line {
    background: #F7F7F7;
    width: 80%;
    padding: 0.5px;
    margin-top: 73px;
    margin-bottom: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-width: inherit;
}

.tailorYourNeeds {
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 40px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.feature {
}

.featureLineLeft {
}

.featureLineRight {
}

.clubKids {
    padding-top: 30px;
}

.cloudClubs {
    display: flex;
    width: 85%;
    margin-left: auto!important;
    margin-right: auto!important;
}

.clubsScreen {
    width: 60%;
    height: 650px;
    padding-top: 30px;
    padding-right: 6px;
    /*padding-left:69px;*/
}

.clubscreen{

}

.clubskidsHeading {
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    line-height: 40px;
    font-weight: 400;
}

.clubsText {
    width: 515px;
    padding-top: 200px;
}

.club {
    margin-left: 50px;
}

.clubspara {
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.cloudKids {
    display: flex;
    /*padding-left: 250px;*/
    width: 85%;
    margin-left: auto!important;
    margin-right: unset!important;
}

.kidsScreen {
    width: 60%;
    height: 650px;
    padding-left: 30px;
    padding-right: 45px;
}

.kidscreen{

}

.kid {
    margin-right: 50px;
}

.kidsText {
    width: 315px;
    padding-top: 200px;
}

.bg1 {
    background-image: url('../../../Images/CloudSquad/bg-element-1.png');
    /*width:561px;*/
    height: 465px;
    background-repeat: no-repeat;
}

.bg2 {
    background-image: url('../../../Images/CloudSquad/bg-element-2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 603px 520px;
}

.gotQuestions {
    padding-bottom: 100px;
}

.gotQ {
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    font-weight: 400;
    padding-top: 102px;
}

.ourSquad {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 60px;
    color: #060C57;
    background-color: unset;
    border-color: unset;
    letter-spacing: -0.85px;
    text-align: center;
    line-height: 65px;
    font-weight: 400;
    margin-bottom: 60px;
}

.questionDivider {
    width: 50%;
}

.ourSquadQuestions {
    width: 460px;
    height: 60px;
    align-items: center;
    margin: auto;
    /*display:inline;*/
    display: inline-block;
    position: inherit;
    /*margin-right: 20px;*/
    text-align: left;
    padding: .790em;
}

.questiondropdown {
    color: #6F7F9B;
    width: 460px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.textquestion {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #6F7F9B;
}
.quetionlinks {
    color: #6F7F9B;
}
    .quetionlinks:hover {
        color: #CD0462;
    }

/*.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%)!important;
}*/
.btn {
    text-align: left;
    padding: .790em;
}

.Q {
    display: -webkit-box;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.whatIsCq {
    width: 460px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    padding-top: 18px;
    color: #060C57;
}
a.ourSquadQuestions.whatIsCq.SQ:hover {
    color: #CD0462;
}
a.ourSquadQuestions.whatIsCq:hover {
    color: #CD0462;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
}

/*a {
    color: unset;
}*/

.bottomSquad {
    /*padding-bottom: 81px;*/
    padding-bottom: 81px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.button-solid-magenta {
    background: #CD0462;
    border-radius: 5px;
    width: 220px;
    height: 53px;
}

.seemoreFAQ {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 15px 40px;
    border-color: #CD0462;
    border-bottom: #CD0462;
    border-right: #CD0462;
}
a.button-solid-magenta.seemoreFAQ:hover {
    color: #FFFFFF;
}

button:focus {
    outline: unset !important;
}

.tryCloudSquad {
    background-image: url('../../../Images/CloudSquad/getstarted-bg.svg');
    background-position: center;
    background-size: 1348px;
    background-repeat: no-repeat;
    margin-top: 220px;
    margin-bottom: 116px;
    height: 408px;
}

.H2-wht {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    padding-top: 70px;
}

.blue-part-H2 {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
}

.perfectforyou {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
}

.perfectforyouText {
    width: 475px;
    margin-left: auto;
    margin-right: auto;
}

.rectangle {
    background: #FFFFFF;
    border-radius: 5px;
    width: 523px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 17px;
}

.emailtoStart {
    text-align: left
}

.letsgetstarted {
    text-align: left;
    /*margin-left: -175px;*/
    margin-top: 25px;
    margin-left: 25px;
    width: 304px;
}

.emailtoStartText {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
    padding-left: 20px;
}
/*input:focus {
    outline: unset;
    background-color: #FFFFFF;
}*/
.vl {
    /*border-left: 1px solid #010A72;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    float: right;
    padding-right: 195px;*/
    position: absolute;
}

    .vl:before {
        content: '';
        /*position: absolute;*/
        right: 0;
        /*border-right: 1px solid #cfc7c0;*/
        top: 10%;
        bottom: 10%;
        height: 70px;
    }

.getstarted {
    font-family: "Poppins-Medium",sans-serif;
    font-size: 16px;
    color: #CD0462 !important;
    letter-spacing: -0.5px;
    text-align: center;
    font-weight: 500;
    padding-right: 55px;
    padding-left: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-left: 1px solid #cfc7c0;
}

.nocreditcardrequired {
    opacity: 0.5;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    text-align: center;
}

.footerSection {
}

.footersections {
    text-align: center;
}

.company {
    width: 15%;
    display: inline-block;
    text-align: left;
}

.H5Company {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 600;
}

.body2 {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #010A72;
    letter-spacing: -0.09px;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
}

.aboutCloudSquads {
    width: 63%;
    display: inline-block;
    text-align: left;
}

.jointhesquad {
    width: 15%;
    display: inline-block;
    text-align: left;
}

.jointhesquadpara {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #010A72;
    letter-spacing: -0.09px;
    text-align: left;
    line-height: 32px;
    font-weight: 400;
}

.jointhesquadparaTerms {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #010A72;
    letter-spacing: -0.09px;
    text-align: left;
    line-height: 32px;
    font-weight: 400;
}

.legal {
    width: 15%;
    display: inline-block;
    text-align: left;
}

.alreadyamemeber {
    width: 17%;
    display: inline-block;
    text-align: left;
}

.pinkRectangle {
    background: #CD0462;
    border-radius: 5px;
    width: 204px;
    height: 205px;
    padding: 32px;
    margin-left: auto;
    margin-right: auto;
}

.H3-wht {
    font-family: "Poppins-Medium",sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    font-weight: 500;
}

.wellwelcomeback {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
}

.signinbottombutton {
    background: #FFFFFF;
    border-radius: 5px;
    width: 128px;
    height: 48px;
}

.signinbottombuttontext {
    font-family: "Poppins-Medium",sans-serif;
    font-size: 16px;
    color: #CD0462!important;
    letter-spacing: -0.5px;
    font-weight: 500;
}

span.MenuIcon.sf-icon-user-profile-1-wf {
    color: #CD0462;
    font-size: 16px;
}

.logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bottomLogo {
    /*width:197px;*/
    height: 36px;
}

.copyright {
    padding-bottom: 81px;
    float: right;
    margin: 0;
    margin-top: 5px;
    color: #060C57;
}


/*Page 2*/
.nav-bar-pricingpage {
    display: -webkit-inline-box;
    width: 100%;
}

.connect-pricing {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 13px;
    color: #060C57;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    padding-top: 46px;
    padding-left: 17px;
    margin: 0;
}

.cloud-shape {
    background-image: url('../../../Images/CloudSquad/SignUp/cloud-shape.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.pricingtop {
    text-align: center;
    padding-top: 10%;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.selectyourPricing {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 50px;
    color: #060C57;
    letter-spacing: -0.71px;
    text-align: center;
    line-height: 65px;
    font-weight: 400;
}

.whenyouneed {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 68px;
    margin: 0;
}

.bg {
    background: #F7F8FD;
    text-align: center;
}

.pricing-buttons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 57px;
}

.pricing-price-buttons {
    padding-top: 97px;
    padding-bottom: 57px;
    text-align: center;
}

.button-solid-blue {
    background: #060C57;
    border-radius: 4px;
}

.monthly {
    font-family: "Poppins-SemiBold",sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    width: 173px;
    height: 46px;
}

.button-outline-blue {
    border: 1px solid #010A72;
    border-radius: 4px;
}

.yearly {
    font-family: "Poppins-SemiBold",sans-serif;
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    width: 173px;
    height: 46px;
    background-color: transparent;
}

.pricingrow {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    /*padding-left: 5px;*/
}

.w-price {
    /* float: left; */
    box-sizing: border-box;
    padding: 1em;
    /*width: 231px;*/
    margin-right: auto;
    margin-left: auto;
}

.pricingTable {
    background: #FFFFFF;
    border: 0.1px solid #E7EAEE;
    box-shadow: 0 2px 3px 0 rgba(44,46,48,0.05);
    border-radius: 8px;
    width: 231px;
    height: 390px;
}

    .pricingTable:hover  {
        background: #CD0462;
        border: 0 solid #E7EAEE;
        box-shadow: 0 2px 3px 0 rgba(44,46,48,0.05);
        border-radius: 8px;
        color: #FFFFFF !important; 
    }

        .pricingTable:hover > .price-value, .pricingTable:hover > .pricingtitle, .pricingTable:hover > .month, .pricingTable:hover > .members, .pricingTable:hover > .members .number {
            color: #FFFFFF !important;
        }


.pricingtitle {
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 30px;
    color: #060C57;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 19px;
    margin: 0;
}

.pricingline {
    border: 0.5px solid #E7EAEE;
    margin: 0;
}

.price-value {
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 48px;
    color: #CD0462;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    padding-top: 16px;
    margin: 0;
}

.month {
    font-family: "Aileron-SemiBold",sans-serif;
    font-size: 14.4px;
    color: #97A3B9;
    letter-spacing: 0;
    text-align: center;
    line-height: 27.2px;
    font-weight: 600;
    padding-bottom: 18.8px;
    margin: 0;
}

.members {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 18.4px;
    color: #6F7F9B;
    letter-spacing: -0.06px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 27px;
}

.number {
    font-family: "Poppins-Bold",sans-serif;
    font-size: 18.4px;
    color: #6F7F9B;
    letter-spacing: -0.06px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
}

.signupbutton {
    background: #FFFFFF;
    border: 0.1px solid #C9CDD5;
    border-radius: 4px;
    width: 158px;
    height: 42.20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 41.81px;
    font-family: "Poppins-Regular",sans-serif;
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    text-align: center;
    line-height: 42.20px;
    font-weight: 400;
}

.signuptext {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 14px;
    color: #6F7F9B !important;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    vertical-align: -webkit-baseline-middle;
}

.lookingforapackage {
    font-family: "Aileron-Regular",sans-serif;
    font-size: 18px;
    color: #6F7F9B;
    letter-spacing: 0;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
    padding-top: 48px;
    padding-bottom: 17px;
}

.GetAQuoteButton {
    border: 1px solid #CD0462;
    border-radius: 5px;
    width: 195.25px;
    height: 54.23px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 55px;
}

.GetAQuoteButtonText {
    font-family: "Poppins-Medium",sans-serif;
    font-size: 16px;
    color: #CD0462 !important;
    letter-spacing: -0.5px;
    text-align: center;
    font-weight: 500;
}

.morefeatureQuestions {
    height: 890px;
}

.morebg2 {
    height: 875px;
    background-image: url('../../../Images/CloudSquad/bg-element-2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 603px 520px;
}

.morefeatures {
    padding-top: 88px;
}

.allthepricinghave {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 86px;
}

.featureRow {
    width: 60%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.featureRowPadding {
    padding-top: 33px;
    padding-bottom: 100px;
}

.morefeature {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}

.morefeaturePicture {
    padding-right: 13px;
}

.morefeatureHeading {
    font-family: "Poppins-Medium", sans-serif;
    font-size: 20px;
    color: #010A72;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
}

.morefeatureText {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    width: 300px;
    padding-bottom: 34px;
    margin: 0;
}

.gotmoreQ {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 32px;
    color: #060C57;
    letter-spacing: -0.45px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 55px;
}

.cloudfooter {
    background-image: url('../../../Images/CloudSquad/SignUp/cloud-shape-2.png');
    background-position: top left;
    /*background-size:314px 351px;*/
    background-repeat: no-repeat;
}

.footer-bg {
    background-image: url('../../../Images/CloudSquad/footer-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1327px;
}

.findoutmore {
    padding-top: 120px;
}

.wantofind {
    font-family: "Poppins-Regular",sans-serif;
    font-size: 18px;
    color: #060C57;
    letter-spacing: 0;
    text-align: center;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 21px;
}

.getintouch {
    font-size: 35px;
    color: #060C57;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 80px;
    font-weight: 400;
    padding-bottom: 48px;
    margin: 0;
}

.getintouchinput {
    font-family: 'Poppins-Regular', sans-serif !important;
    display: block;
    width: 630px;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #C5D0E6;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

input {
    font-size: 14px !important;
    color: #6F7F9B;
    letter-spacing: 0;
    font-weight: 400;
}
    input:-internal-autofill-selected {
        appearance: unset ;
        background-color: unset !important;
        background-image: none !important;
        color: inherit !important;
    }

.button-solid-magenta-getintouch {
    background: #CD0462;
    border-radius: 5px;
    width: 195px;
    height: 54px;
    margin-top: 29px;
}

.footer-bg-pricing {
    background-image: url(../../../Images/CloudSquad/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1533px;
    background-position: center bottom
}

.float-right-try {
    float: right !important;
}


/*Signup*/
.cloudsquadimgSignup {
    background-repeat: no-repeat;
    /*width: 45%;*/
    height: 36px;
    margin-left: 37px;
    padding-top: 33px;
    float: left;
}

.signupcontainer {
    background-color: #FFFFFF;
    width: 101%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center;*/
}

.sectiondivider {
    display: flex;
    box-sizing: border-box;
    transform: translateY(0) scale(1);
    max-width: 1920px;
    max-height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.flex-child {
    /*flex:1;*/
}

.flex-left {
    /*flex: 1;*/
    width: 60%;
    transform: translateY(0);
    /*padding: 60px 30px 20px;*/
    /* transform: translateY(80px);*/
}

.flex-right {
    /*flex: 1;*/
    width: 40%;
    overflow: hidden;
    box-sizing: border-box;
}

.cloudshape2 {
    background-image: url('../../../Images/CloudSquad/SignUp/cloud-shape-cropped.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 400px;
    margin: 0;
}

.signupfeatureimg {
    width:;
    height:;
}

.signupimg {
    /*float: right;*/
    background-image: url(../../../Images/CloudSquad/SignUp/feature-images.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    transform: scale(1);
    height: 791px;
    /*width: 755px;*/
    /*object-fit: cover;
    border-style: none;*/
}

.logintoCloudSquad {
    padding-top: 31.31px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.welcomeback {
    font-size: 16px;
    color: #060C57;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.loginfont {
    font-size: 32px;
    text-align: left;
    color: #060C57;
    letter-spacing: -0.45px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 40px;
}

.LogInForm {
    text-align: left;
}

label {
    padding-bottom: 14px;
}

.emailAddress {
    font-size: 12px;
    color: #060C57;
    text-align: left;
    font-weight: 400;
}

.emailPassword {
    font-size: 13px;
    color: #060C57;
    text-align: left;
    font-weight: 400;
}

.inEmail {
    /* width:;
    margin-left:auto;*/
    /*display: flex;*/
    padding-left: 40px;
    width: 350px;
}

.base {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #C5D0E6;
    border-radius: 20px;
    width: 350px;
    height: 40px;
    margin-top: 14px;
}

input {
    background-color: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-image: unset;
}

    input:focus {
        outline: unset;
    }

.emailPasswordUser {
    font-family: "Poppins-Regular", sans-serif !important;
    /*font-size: 14px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    padding-left: 43px;
    position: absolute;
    padding-top: 8px;*/
}

.emailimg {
    /*background-image: url('../../../Images/CloudSquad/SignUp/icon-email.svg');*/
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 16px;
    padding-top: 8px;
    padding-left: 12px;
}

.passwordimg {
    /*background-image: url('../../../Images/CloudSquad/SignUp/icon-password.svg');*/
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 16px;
    padding-top: 8px;
    padding-left: 12px;
}

.password {
    font-size: 12px;
    color: #060C57;
    text-align: left;
    font-weight: 400;
}

.registrationbuttonOutline {
    border: 1px solid #CD0462;
    border-radius: 5px;
}

loginbuttonOutline {
}

.registrationLoginbutton {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 14px;
    color: #CD0462;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.remeberforgotpass {
    font-size: 12px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.registrationButton {
    border: 1px solid #CD0462;
    border-radius: 5px;
    width: 159.39px;
    height: 42.4px;
    margin: auto;
    margin-top: 40px;
}

.buttonslogin {
    /*float:right;*/
    padding-top: 30px;
    width: fit-content;
    /*margin-left: auto;*/
    margin-right: auto;
}

.button-whtLogin {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 14px;
    color: #CD0462 !important;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 15px 58px;
    border: 2px solid;
    border-radius: 5px;
    width: 159.39px;
}

.LogInButton {
    border: 1px solid #CD0462;
    background-color: #CD0462;
    border-radius: 5px;
    width: 159.39px;
    height: 42.4px;
    margin: auto;
    margin-top: 40px;
}

.button-magenta {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 14px;
    background-color: #CD0462;
    color: #FFFFFF !important;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 15px 58px;
    border: 2px solid;
    border-color: #CD0462;
    border-radius: 5px;
    width: 159.39px;
}

    .button-magenta:hover {
        cursor: pointer;
    }

    .remForget {
    padding-top: 35px;
}

.rememberMe {
    font-size: 12px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.forgotPassword {
    font-size: 12px;
    color: #6F7F9B;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    padding-left: 110px;
}

.bottomcloud {
    background-image: url('../../../Images/CloudSquad/SignUp/cloud-shape.svg');
    /*width: 423px;*/
    /* height: 324px; */
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0;
}

.Loginline {
    background: #C5D0E6;
    width: 80%;
    padding: 1px;
    margin-top: 73px;
    margin-bottom: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-width: inherit;
}

.forgetpasswordline {
    margin-top: 390px;
}

.privacy {
    font-size: 12px;
    color: #060C57;
    text-align: left;
    font-weight: 400;
}

.privacyCopyright {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.copy {
    float: right;
}

.contactnumber {
    margin-left: auto;
    margin-right: auto;
    width: 16em;
    text-align: center;
}
.contactArksoft {
    display: inline-block;
}

@media (max-width:px) {
}


/*Home Page Media Tags*/
    @media (min-width: 992px) {
    .col-lg-6 {
            max-width: 30%!important;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            float: left;
        }

        .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media(max-width:1920px) {
    .sectiondivider {
        height: 1007px;
    }

    .logintoCloudSquad {
        padding-top: 20%;
    }

    .Loginline {
        margin-top: 230px;
    }

    .privacyCopyright {
        width: 80%;
    }

    .signupimg {
        background-image: url('../../../Images/CloudSquad/SignUp/feature-images@3x.jpg');
        height: 100%;
    }

    .forgotPassword {
        padding-left: 90px;
    }
}
    @media(max-width:1920px) {
        .navbar-collapse {
            flex-grow: 0 !important;
        }

        .bg1 {
            height: 810px;
        }

        .bg2 {
            height: 810px;
        }

        .tryCloudSquad {
            margin-top: 0;
        }

        .banner-image1 {
            height: 850px;
        }
        .banner-image2 {
            height: 850px;
        }
    
        .banner-image3 {
            height: 850px;
        }
        .cloudsquadimg {
            width: 55%;
        }

        .tryCloudSquad {
            margin-top: 75px;
        }

        .footerSection {
            margin-top: 220px;
        }

        .footerSectionPricing {
            margin-top: 110px;
        }

        .footer-bg {
            background-position: unset;
            background-repeat: no-repeat;
            background-size: cover;
            height: 1235px;
        }
    }

    @media (max-width:1879px) {
        .Loginline {
            margin-top: 20px;
        }
    }

    @media (max-width:1540px){
        .logintoCloudSquad {
            padding-top: 24%;
        }
    }

    @media (max-width:1536px) {
    .logintoCloudSquad {
        padding-top: 15%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 40%;
    }

        .Loginline {
            width: 65%;
            padding: 1px;
            margin-top: 6%;
            overflow: inherit;
        }

    .privacyCopyright {
    }

    .privacy {
    }
}
    @media(max-width:1536px) {
        .cloudsquadimg {
            width: 45%;
        }
        .navbar-collapse {
            flex-grow: 0 !important;
        }
        .banner-image1 {
            height: 740px;
        }
        .banner-image2 {
            height: 740px;
        }
        .banner-image3 {
            height: 740px;
        }
        
        /*Clubs*/
        .cloudClubs {
            display: flex;
            width: 95%;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        p.clubspara {
            width: 400px;
        }
        /*Try*/
        .tryCloudSquad {
            margin-top: 100px;
        }

        /*Pricing Home Page*/
        /*Features*/
        .featureRow {
            width: 75%;
        }
        /*Footer*/
        .footer-bg-pricing {
            height: 1630px;
        }
    }

    @media (max-width:1458px) {
        .button-whtLogin {
            padding: 15px 53px;
        }
    }

    @media(max-width:1440px) {
    .cloudsquadimgSignup {
        /* padding-top: 60px; */
    }

    .logintoCloudSquad {
        /*padding-top: 30%;*/
        width: 41%;
    }

    .button-whtLogin {
    }

    .privacyCopyright {
        width: 65%;
    }
}
    @media(max-width:1440px){
        .navbar-expand-lg .navbar-nav {
            padding-right: 15px !important;
        }
        /*Clubs*/
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            margin-left: 165px;
        }
        /*Kids*/
        .cloudKids {
            width: 90%;
        }
        .options{
            padding-top:0px;
        }
        .buttonTopStyle{
            margin-top:0px;
        }
        .buttonStyle{
            padding-top:0;
        }
    }

    @media (max-width:1404px) {
        .logintoCloudSquad {
            width: 42%;
        }
    }

    @media (max-width:1370px) {
        .logintoCloudSquad {
            width: 43%;
        }
        .buttonslogin {
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (max-width:1339px) {
        .logintoCloudSquad {
            width: 44%;
        }

    }

    @media (max-width:1309px) {
        .logintoCloudSquad {
            width: 45%;
        }
    }

    @media(max-width:1280px) {
    .logintoCloudSquad {
        width: 46%;
    }
        .inEmail {
            width: 365px;
        }

    .button-whtLogin {
        padding: 15px 55px;
    }
}
    @media (max-width:1280px){
        /*Clubs*/
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            margin-left: 165px;
        }
        /*Kids*/
        .cloudKids {
            width: 95%;
        }
    }
    
    @media (max-width:1268px){
        .logintoCloudSquad {
            width: 48%;
        }
        .base {
            width: 365px;
        }
    }

    @media (max-width:1207px) {
        .logintoCloudSquad {
            width: 51%;
        }
        .button-whtLogin {
            padding: 16px 60px;
        }
        .button-magenta {
            width: 169.39px;
        }
        .logintoCloudSquad {
            padding-top: 30%;
        }
    }

    @media (max-width:1188px) {
        .logintoCloudSquad {
            width: 52%;
        }
    }

    @media (max-width:1165px) {
        .logintoCloudSquad {
            width: 53%;
        }
    }

    @media (max-width:1145px) {
        .logintoCloudSquad {
            width: 54%;
        }
    }

    @media (max-width:1122px) {
        .logintoCloudSquad {
            width: 55%;
        }
    }

    @media (max-width:1105px) {
        .logintoCloudSquad {
            width: 56%;
        }
    }
    
    @media (max-width:1185px) {
        .logintoCloudSquad {
            width: 57%;
        }
    }
    
    @media (max-width:1165px) {
        .logintoCloudSquad {
            width: 58%;
        }
    }

    @media (max-width:1045px) {
        .logintoCloudSquad {
            width: 59%;
        }
    }
    
    @media (max-width:1035px) {
        .logintoCloudSquad {
            width: 60%;
        }
    }

    @media (max-width:1024px) {
    .cloudsquadimgSignup {
        padding-top: 10%;
        margin-left: unset;
        float: unset;
        text-align: center;
    }

    .cloudshape2 {
        height: 1366px;
    }

    .bottomcloud {
        height: 1366px;
    }

    .signupcontainer {
        display: unset;
        flex-direction: unset;
    }

    .flex-right {
        flex: unset;
        overflow: unset;
        box-sizing: unset;
    }

    .flex-left {
        flex: unset;
        transform: unset;
        width: 100%;
    }

    .sectiondivider {
        display: unset;
        transform: unset;
        max-height: 100%;
        overflow: unset;
    }

    .signupimg {
        float: unset;
        background-image: unset;
        background-repeat: unset;
        background-size: unset;
        transform: unset;
        width: unset;
        height: unset;
    }

    .logintoCloudSquad {
        margin-top: unset;
        padding-top: 30%;
        width: 40%;
    }

    .buttonslogin {
        margin-left: auto;
    }

    .welcomeback {
        text-align: center;
    }

    .loginfont {
        text-align: center;
    }

    .base {
        margin-right: auto;
        margin-left: auto;
        width: 400px;
    }

        .inEmail {
            width: 400px;
        }

    .button-whtLogin {
        padding: 15px 66px;
    }

        .button-magenta {
            padding: 15px 68px;
            width: 189.39px;
        }

    .forgotPassword {
        padding-left: 130px;
        float: unset;
    }

    .Loginline {
        padding: 1px;
    }

    .buttonslogin {
        text-align: center;
    }

    .remForget {
        text-align: center;
    }

    .Loginline {
        margin-top: 35%;
    }

        .privacyCopyright {
            width: 20%;
            text-align: center;
        }

    .privacy {
        margin-left: unset;
        font-size: 0;
    }

    .copy {
        float: unset;
        padding-right: unset;
        text-align: center;
        font-size: 12px;
        color: #060C57;
        font-weight: 400;
    }
}
    @media (max-width:1024px){
         /*Login*/
        .logintoCloudSquad {
            width: 39%;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-top: 5px !important;
            padding-left: 10px;
        }
        
        .button-outline {
            border: unset;
            border-radius: unset;
            width: unset;
            height: unset;
        }
        .button-blue {
            font-family: 'Poppins-Regular', sans-serif;
            font-size: 14px;
            padding-right: 0;
            padding-left: 0;
        }
        .button-wht-login {
            font-family: 'Poppins-Regular', sans-serif;
            font-size: 14px;
            color: #060C57;
            letter-spacing: 0;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0;
        }
        .button-solid-login {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
        }
        .connect {
            font-size: 0;
            padding-top: 0;
            padding-left: 0;
            margin: 0;
        }

        .connect-pricing {
            font-size: 0;
            padding-top: 0;
            padding-left: 0;
            margin: 0;
        }
        .imagetexth2 {
            font-size: 30px;
            width: 442px;
        }
        .imagetexth1 {
            font-size: 50px;
            width: 442px;
        }
        /*.button-wht {
            font-size: 0;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0;
            border-width: unset;
            border: unset;
        }*/
        a.buttons.button-solid-start {
            font-size: 0;
        }
        .button-solid-start {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
        }
        .banner-image1 {
            background-image: url(../../../Images/CloudSquad/banner-image1.jpg);
            height: 535px;
            background-position: unset;
        }
        .banner-image2 {
            background-image: url(../../../Images/CloudSquad/banner-image2.jpg);
            height: 535px;
            background-position: unset;
        }
        .banner-image3 {
            background-image: url(../../../Images/CloudSquad/banner-image3.jpg);
            height: 535px;
            background-position: unset;
        }
        .landingSlider {
            padding-top: 0;
        }

        /*Why*/
        .bg-cloud-shape {
            background-position: top;
            height: 100%;
            background-repeat: no-repeat;
        }
        .column {
            float: unset;
        }
        .extraContainer {
            margin-left: auto;
            margin-right: auto;
        }
        .line {
            margin-top: 38px !important;
            margin-bottom: 32px;
        }

        /*Tailored*/
        .slick-next {
            right: -15px!important;
        }
        .slick-prev {
            left: -15px!important;
        }

        /*Clubs*/
        .col-md-6 {
            flex: inherit!important;
            max-width: inherit!important;
        }
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            width: 520px;
            margin-left: unset;
            margin-left: auto;
            margin-right: auto;
        }
        .clubscreen {
            width: inherit;
        }
        .cloudClubs {
            width: 100%;
            padding-bottom: 37px;
        }
        .clubsScreen {
            height: unset;
        }
        .club {
            margin-left: auto;
            margin-right: auto;
        }
        .clubsText {
            padding-top: 0;
        }
        .clubskidsHeading {
            text-align: center;
        }
        p.clubspara {
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }
        h2.clubskidsHeading {
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }

        /*Kids*/
        .col-lg-6 {
            max-width: 100% !important;
        }
        .order-lg-12 {
            -ms-flex-order: 12;
            order: unset!important;
        }
        .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: unset!important;
            max-width: 50%;
        }
        .cloudKids {
            width: 100%!important;
        }
        .kidsText {
            width: 315px;
            padding-top: 20px;
        }
        .kid {
            margin-right: 0;
        }
        .kidscreen {
            width: inherit;
        }
        .kidsScreen {
            height: unset;
        }
        .gotQuestions {
            padding-bottom: 59px;
        }

        /*GotQ*/
        .Q {
            display: inline;
        }
        .questionDivider {
            width: 100%;
            margin-bottom: 15px;
        }
        .bg1 {
            height: 875px;
        }
        .bg2 {
            height: 875px;
        }
        /*Try*/
        a.getstarted.float-right-try {
            padding-right: 30px;
            padding-left: 30px;
            /*padding-top: 10px;
            padding-bottom: 10px;*/
            padding-top: 23px;
            padding-bottom: 23px;
            width: 145px;
        }

        /*Footer*/
        .footer-bg {
            height: 1090px;
        }
        .footerSection {
            margin-top: 145px;
        }
        .company {
            width: 25%;
            display: inline-block;
            text-align: left;
            float: left;
            /*margin-left: 10%;*/
        }
        .legal {
            width: unset;
            display: inline-block;
            text-align: left;
        }
        .H5Company {
            font-family: "Poppins-SemiBold", sans-serif;
            font-size: 16px;
            color: #060C57;
            letter-spacing: 0;
            line-height: 0;
            font-weight: 600;
        }
        .jointhesquadparaTerms {
            font-family: "Poppins-Regular", sans-serif;
            font-size: 16px;
            color: #010A72;
            letter-spacing: unset;
            text-align: unset;
            line-height: 0;
            font-weight: 400;
        }
        .jointhesquadpara {
            /*margin-left: 25px;*/
        }
        .jointhesquad {
            width: 20%;
            display: inline-block;
            text-align: left;
            float: left;
        }
        .alreadyamemeber {
            width: 35%;
            display: inline-block;
            text-align: left;
        }
        .logo {
            text-align: center;
        }
        .copyright {
            font-size: 10px;
            float: inherit;
        }

        /*Pricing Home Page*/
        /*prices*/
        .w-price {
            padding: 5px;
        }
        /*MoreFeatures*/
        .featureRow {
            display: grid;
        }
        .featureRowPadding {
            padding-bottom: 100px;
        }
        /*more questions*/
        .morebg2 {
            height: 1255px;
        }
        /*footer*/
        .footerSectionPricing {
            margin-top: 145px;
        }
        .copyright {
            padding-bottom: 41px;
        }
        .footer-bg-pricing {
            height: 1972px;
        }
    }

    @media (max-width:1015px) {
        .logintoCloudSquad {
            width: 40%;
        }
    }

    @media (max-width:989px) {
        .logintoCloudSquad {
            width: 41%;
        }
    }
    
    @media (max-width:965px) {
        .logintoCloudSquad {
            width: 42%;
        }
    }
    
    @media (max-width:945px) {
        .logintoCloudSquad {
            width: 43%;
        }
    }
    
    @media (max-width:920px) {
        .logintoCloudSquad {
            width: 44%;
        }

        .privacyCopyright {
            width: 25%;
            text-align: center;
        }
    }

    @media (max-width:895px) {
        .logintoCloudSquad {
            width: 45%;
        }
    }
    
    @media (max-width:885px) {
        .logintoCloudSquad {
            width: 46%;
        }
    }

    @media (max-width:859px) {
        .logintoCloudSquad {
            padding-top: 15%;
            width: 45%;
        }
        .inEmail {
            width: 400px;
        }
        .button-magenta {
            width: 178.39px;
        }
    }
    
    @media (max-width:855px) {
        .logintoCloudSquad {
            width: 47%;
        }
    }

    @media (max-width:820px) {
        .logintoCloudSquad {
            width: 48%;
        }
    }
    
    @media (max-width:805px) {
        .logintoCloudSquad {
            width: 49%;
        }
    }

    @media (max-width:800px) {
        .logintoCloudSquad {
            width: 49%;
        }
    }

    @media (max-width:785px) {
        .logintoCloudSquad {
            width: 50%;
        }
    }

    @media (max-width:770px) {
        .logintoCloudSquad {
            width: 51%;
        }
    }

    @media (max-width:768px) {
    .cloudsquadimgSignup {
        padding-top: 10%;
        margin-left: unset;
        float: unset;
        text-align: center;
    }

    .flex-left {
        width: 100%;
    }

    .base {
        width: 345px;
    }

    .logintoCloudSquad {
        padding-top: 15%;
        width: 46%;
    }

    .privacyCopyright {
        width: 30%;
        text-align: center;
    }

    .forgotPassword {
        padding-left: 85px;
    }

    .Loginline {
        margin-top: 20%;
        width: 50%;
    }

    .privacyCopyright {
        text-align: center;
    }

    .cloudshape2 {
        height: auto;
    }

    .bottomcloud {
        height: auto;
    }

    .button-whtLogin {
        padding: 15px 56px;
    }

    .button-magenta {
        padding: 15px 58px;
    }
        .button-magenta {
            width: 158.39px;
        }
}
    @media (max-width: 768px) {
        .cloudsquadimg {
            margin-left: unset;
            width: 100%;
        }
        .navbar-expand-lg .navbar-nav {
            background-color: #cbd1f1;
            border-radius: 5px;
        }
        .nav-bar {
            width: 100%;
        }
        .connect {
            font-size: 0;
            padding-top: 0;
            padding-left: 0;
            margin: 0;
        }
        .connect-pricing {
            font-size: 0;
            padding-top: 0;
            padding-left: 0;
            margin: 0;
        }
        .imagetexth2 {
            font-size: 0;
            width: 0;
        }
        .imagetexth1 {
            font-size: 0;
            width: 0;
        }
        /*.button-wht {
            font-size: 0;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0;
            border-width: unset;
            border: unset;
        }*/
        .button-solid-start {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
        }
        .banner-image1 {
            background-image: url(../../../Images/CloudSquad/banner-image1.jpg);
            height: 435px;
            background-position: unset;
        }
        .banner-image2 {
            background-image: url(../../../Images/CloudSquad/banner-image2.jpg);
            height: 435px;
            background-position: unset;
        }
        .banner-image3 {
            background-image: url(../../../Images/CloudSquad/banner-image3.jpg);
            height: 435px;
            background-position: unset;
        }
        /*Why*/
        .bg-cloud-shape {
            background-position: top;
            height: 100%;
            background-repeat: no-repeat;
        }
        .column {
            float: unset;
        }
        .extraContainer {
            margin-left: auto;
            margin-right: auto;
        }
        .line {
            margin-top: 38px !important;
            margin-bottom: 32px;
        }
        /*Tailored*/
        .slick-next {
            right: -15px!important;
        }
        .slick-prev {
            left: -15px!important;
        }
        /*Clubs*/
        .col-md-6 {
            flex: inherit!important;
            max-width: inherit!important;
        }
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            width: 520px;
        }
        .clubscreen {
            width: inherit;
        }
        .cloudClubs {
            width: 100%;
            padding-bottom: 37px;
        }
        .clubsScreen {
            height: unset;
        }
        .club {
            margin-left: auto;
            margin-right: auto;
        }
        .clubsText {
            padding-top: 0;
        }
        .clubskidsHeading {
            text-align: center;
        }
        p.clubspara {
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }
        h2.clubskidsHeading {
            width: 520px;
            margin-left: auto;
            margin-right: auto;
        }
        /*Kids*/
        .cloudKids {
            width: 100%;
        }
        .kidsText {
            width: 315px;
            padding-top: 20px;
        }
        .kid {
            margin-right: 0;
        }
        .kidscreen {
            width: inherit;
        }
        .kidsScreen {
            height: unset;
        }
        .gotQuestions {
            padding-bottom: 59px;
        }
        /*GotQ*/
        .Q {
            display: inline;
        }
        .questionDivider {
            width: 100%;
            margin-bottom: 15px;
        }
        .bg1 {
            height: 875px;
        }
        .bg2 {
            height: 875px;
        }
        /*try*/
        .tryCloudSquad {
            margin-top: 2px;
        }
        a.getstarted.float-right-try {
            padding-top: 23px;
            padding-bottom: 23px;
        }
        /*Footer*/
        .footer-bg {
            height: 935px;
        }
        .footerSection {
            margin-top: 105px;
        }
        .company {
            width: 25%;
            display: inline-block;
            text-align: left;
            float: left;
            /*margin-left: 10%;*/
        }
        .legal {
            width: unset;
            display: inline-block;
            text-align: left;
        }
        .H5Company {
            font-family: "Poppins-SemiBold", sans-serif;
            font-size: 16px;
            color: #060C57;
            letter-spacing: 0;
            line-height: 0;
            font-weight: 600;
        }
        .jointhesquadparaTerms {
            font-family: "Poppins-Regular", sans-serif;
            font-size: 0;
            color: #010A72;
            letter-spacing: unset;
            text-align: unset;
            line-height: 0;
            font-weight: 400;
        }
        .jointhesquadpara {
            /*margin-left: 25px;*/
        }
        .jointhesquad {
            width: 20%;
            display: inline-block;
            text-align: left;
            float: left;
        }
        .alreadyamemeber {
            width: 35%;
            display: inline-block;
            text-align: left;
        }
        .logo {
            text-align: center;
        }
        .copyright {
            padding-bottom: 19px;
            font-size: 10px;
            float: inherit;
        }

        /*Pricing Home Page*/
        /*Select*/
        .pricingtop {
            padding-top: 15%;
        }

        /*prices*/
        .pricing-buttons {
            padding-top: 65px;
        }
        .lookingforapackage {
            width: 53%;
            margin-left: auto;
            margin-right: auto;
        }

        /*MoreFeatures*/
        .featureRow {
            width: 80%;
            display: inline-grid;
        }
        .morefeature {
            padding-right: 0;
        }
        .featureRowPadding {
            padding-bottom: 50px;
        }

        /*More questions*/
        .morebg2 {
            height: 1200px;
        }

        /*getintouch*/
        .findoutmore {
            padding-top: 80px;
        }
        .wantofind {
            padding-bottom: 0;
        }
        .getintouchinput {
            width: 530px;
        }

        /*footer*/
        .footerSectionPricing {
            margin-top: 110px;
        }
        .footer-bg-pricing {
            height: 2000px;
        }
        .copyright {
            /*padding-bottom: 35px;*/
        }
    }

    @media(max-width:765px) {
        .logintoCloudSquad {
            width: 46%;
        }
    }

    @media(max-width:750px) {
        .logintoCloudSquad {
            width: 47%;
        }
        .button-magenta {
            width: 158.39px;
        }
    }
    
    @media(max-width:739px) {
        .logintoCloudSquad {
            width: 47%;
        }
        .button-magenta {
            width: 158.39px;
        }
    }
    
    @media(max-width:739px) {
        .logintoCloudSquad {
            width: 48%;
        }
    }
    
    @media(max-width:719px) {
        .logintoCloudSquad {
            width: 49%;
        }
    }

    @media(max-width:705px) {
        .logintoCloudSquad {
            width: 50%;
        }
    }

    @media(max-width:695px) {
        .logintoCloudSquad {
            width: 51%;
        }
    }

    @media(max-width:679px) {
        .logintoCloudSquad {
            width: 52%;
        }
    }

    @media(max-width:660px) {
        .logintoCloudSquad {
            width: 53%;
        }
    }



    @media (max-width:650px) {
    .logintoCloudSquad {
        margin-top: 23px;
    }

    .welcomeback {
        font-size: 12px;
        text-align: center;
    }

    .loginfont {
        font-size: 24px;
        text-align: center;
    }

    .buttonslogin {
        text-align: center;
    }

    .base {
        margin-left: auto;
        margin-right: auto;
    }

    .button-whtLogin {
        padding: 15px 49px;
    }

    .button-magenta {
        padding: 15px 54px;
    }

    .forgotPassword {
        padding-left: 70px;
    }

    .Loginline {
        margin-top: 57px;
    }
}
    @media screen and (max-width: 650px) {
        .cloudsquadimg {
            /*width: 197px;
            height: 36px;
            margin-left: 101px;
            margin-right: auto;
            padding-top: 33px;
            padding-bottom: 0;
            float: unset;
            text-align: center;
            align-items: center;*/
        }
    }
    
    @media (max-width: 649px) {
        .logintoCloudSquad {
            width: 55%;
        }
        .button-whtLogin {
            padding: 15px 55px;
        }
        .button-magenta {
            width: 165.39px;
        }
    }  
    
    @media (max-width: 635px) {
        .logintoCloudSquad {
            width: 56%;
        }

        .privacyCopyright {
            width: 31%;
            text-align: center;
        }
    }
    
    @media (max-width: 625px) {
        .logintoCloudSquad {
            width: 57%;
        }
    }
    
    @media (max-width: 615px) {
        .logintoCloudSquad {
            width: 58%;
        }
    }
    
    @media (max-width: 615px) {

        .logintoCloudSquad {
            width: 59%;
        }
        .privacyCopyright {
            width: 32%;
            text-align: center;
        }
    }

    
    @media screen and (max-width: 600px) {
        .column {
            width: 100%;
        }

    }

    @media (max-width: 595px) {

        .logintoCloudSquad {
            width: 60%;
        }

        .privacyCopyright {
            width: 33%;
            text-align: center;
        }
    }

    @media (max-width: 585px) {

        .logintoCloudSquad {
            width: 61%;
        }

        .privacyCopyright {
            width: 33%;
            text-align: center;
        }
    }

    @media (max-width: 575px) {

        .logintoCloudSquad {
            width: 62%;
        }

        .privacyCopyright {
            width: 34%;
            text-align: center;
        }
    }

    @media(max-width:570px) {
        .logintoCloudSquad {
            width: 61%;
        }
        .button-magenta {
            width: 161.39px;
        }
    }

    @media (max-width: 565px) {

        .logintoCloudSquad {
            width: 63%;
        }

        .privacyCopyright {
            width: 34%;
            text-align: center;
        }
    }
    

    @media (max-width: 555px) {

        .logintoCloudSquad {
            width: 64%;
        }

        .privacyCopyright {
            width: 35%;
            text-align: center;
        }
    }

    @media(max-width:540px) {
    .logintoCloudSquad {
        margin-top: 0;
        padding-top: 10%;
        width: 72%;
    }

    .base {
        width: 350px;
    }

    .button-whtLogin {
        padding: 15px 62px;
    }

    .button-magenta {
        padding: 15px 68px;
    }
        .forgotPassword {
            padding-left: 90px;
        }

    .privacyCopyright {
        text-align: center;
        width: 40%;
    }

    .Loginline {
        margin-top: 55px;
        width: 70%;
    }

    .forgetpasswordline {
        margin-top: 305px !important;
    }

    .button-magenta {
        width: 145.39px;
    }

    .button-whtLogin {
        width: 145.39px;
    }

    .remForget {
        padding-top: 30px;
    }

    .logintoCloudSquad {
        margin-top: 7%;
    }
}
    @media (max-width:540px){
        .banner-image2 {
            background-position: right;
        }
        /*Banner*/
        .logo-banner {
            height: 75px;
            background-size: 900px;
        }

        /*Tailored*/
        .slick-next {
            right: -5px !important;
        }
        .slick-prev {
            left: -5px !important;
        }

        /*Clubs*/
        p.clubspara {
            width: 80%;
        }
        h2.clubskidsHeading {
            width: unset;
        }
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            width: 90%;
        }

        /*Kids*/
        .kidsText.kid.col-lg-6.col-md-12.col-sm-12.order-sm-12.order-md-12.order-lg-1 {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        /*try*/
        .tryCloudSquad {
            height: 466px;
            background-size: unset;
        }
        .rectangle {
            width: 335px;
        }
        .letsgetstarted {
            margin-bottom: 25px;
        }
        a.getstarted.float-right-try {
            background: #fff;
            margin-top: 15px;
            border-radius: 5px;
            border-radius: 5px;
            display: block;
        }
        .float-right-try {
            float: unset !important;
            margin-left: auto;
            margin-right: auto;
        }
        .blue-part-H2 {
            width: 335px;
        }
        .perfectforyouText {
            width: 335px;
        }
        .nocreditcardrequired {
            font-size: 0;
        }
        .getstarted {
            border-left: unset;
        }
        .bottomSquad {
            width: 190px;
        }
        
        /*questions*/
        .bg2 {
            height: 905px;
        }

        /*Footer*/
        .footer-bg {
            /*height: 920px;*/
            height: 975px;
        }
        .signinbottombutton {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
            border: unset;
        }
        .signinbottombuttontext {
            background: #FFFFFF;
            border-radius: 5px;
            width: 128px;
            height: 48px;
        }
        .pinkRectangle {
            background: #CD0462;
            border-radius: 5px;
            width: 204px;
            height: 205px;
            padding: 32px;
            margin-left: auto;
            margin-right: auto;
        }
        .company {
            width: 40%;
        }
        .jointhesquadparaTerms {
            font-size: 0;
            letter-spacing: 0;
            text-align: unset;
            line-height: 0;
        }
        .jointhesquad {
            float: left;
            width: 17%;
            display: inline-block;
            text-align: left;
            margin-right: 10%;
        }
        .jointhesquadpara {
            text-align: left;
            padding-right: 12px;
        }
        .footerSection {
            margin-top: 120px;
        }
        .footersections {
            text-align: center;
            width: inherit;
            padding: 5px;
            height: fit-content;
        }
        a.buttons.button-solid.button-wht {
            padding-top: 13px;
            padding-bottom: 12px;
            padding-right: 23px;
            padding-left: 24px;
        }
        span.MenuIcon.sf-icon-user-profile-1-wf {
            color: #CD0462;
            font-size: 16px;
        }
        .logo {
            text-align: center;
        }
        .copyright {
            font-size: 10px;
            float: inherit;
            padding-bottom: 40px;
        }


        /*Pricing Home Page*/
        /*Select*/
        .cloudsquadimg {
            width: 75%;
        }
        .pricingtop {
            width: 335px;
        }
        h1.selectyourPricing {
            margin-top: 60px;
        }
        .selectyourPricing {
            font-size: 24px;
            letter-spacing: -0.34px;
            line-height: 35px;
        }
        .whenyouneed {
            padding-bottom: 17px;
        }
        /*Footer*/
        .footerSectionPricing {
            margin-top: 120px;
        }
    }

    @media (max-width:539px){
        .logintoCloudSquad {
            padding-top: 10%;
            width: 65%;
        }
        .button-magenta {
            width: 152.39px;
        }
        .button-magenta {
            padding: 15px 55px;
        }
        .button-whtLogin {
            padding: 15px 50px;
        }
        .forgotPassword {
            padding-left: 85px;
        }
    }

    @media (max-width:529px){
        .logintoCloudSquad {
            width: 67%;
        }
        .button-magenta {
            width: 155.39px;
        }
        .button-magenta {
            padding: 15px 55px;
        }
        .button-whtLogin {
            padding: 15px 55px;
        }
        
    }

    @media (max-width:510px){
        .logintoCloudSquad {
            width: 68%;
        }
        
    }

    @media (max-width:500px){
        .logintoCloudSquad {
            width: 70%;
        }
        
    }

    @media (max-width:480px){
        .logintoCloudSquad {
            width: 71%;
        }
        
    }

    @media (max-width:485px){
        .logintoCloudSquad {
            width: 72%;
        }
        .privacyCopyright {
            text-align: center;
            width: 41%;
        }
    }
    
    @media (max-width:475px){
        .logintoCloudSquad {
            width: 75%;
        }
        .button-whtLogin {
            padding: 15px 57px;
        }
        .button-magenta {
            padding: 15px 60px;
        }
        .button-magenta {
            width: 163.39px;
        }
        .forgotPassword {
            padding-left: 95px;
        }
    }

    @media (max-width:470px) {
        .logintoCloudSquad {
            width: 74%;
        }

        .privacyCopyright {
            text-align: center;
            width: 41%;
        }

        .button-whtLogin {
            padding: 15px 50px;
        }
    }
    @media (max-width:470px) {
        .button-magenta {
            padding: 15px 50px;
        }
        .button-magenta {
            width: 156.39px;
        }
        .forgotPassword {
            padding-left: 70px;
        }
        .privacyCopyright {
            text-align: center;
            width: 42%;
        }
    }

    @media (max-width:450px) {
        .logintoCloudSquad {
            width: 76%;
        }
        .privacyCopyright {
            text-align: center;
            width: 44%;
        }
        .button-magenta {
            width: 150.39px;
        }
        .forgotPassword {
            padding-left: 65px;
        }
    }
    
    @media (max-width:430px){
        .logintoCloudSquad {
            padding-top: 10%;
            width: 84%;
        }
        .button-whtLogin {
            padding: 15px 42px;
        }
        .button-magenta {
            padding: 15px 46px;
        }
        .forgotPassword {
            padding-left: 45px;
        }
    }

    @media (max-width:415px){
        .cloudsquadimg {
            margin-left: unset;
            width: 100%;
        }
        .nav-bar {
            width: 100%;
        }
        .connect {
            font-size: 0;
            padding-top: 0;
            padding-left: 0;
            margin: 0;
        }
        .imagetexth2 {
            font-size: 0;
            width: 0;
        }
        .imagetexth1 {
            font-size: 0;
            width: 0;
        }
        .button-wht {
            font-size: 0;
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0;
            border-width: unset;
            border: unset;
        }
        .button-solid-start {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
        }
        .banner-image1 {
            background-image: url(../../../Images/CloudSquad/banner-image1.jpg);
            height: 435px;
            background-position: unset;
        }

        /*banner*/
        .logo-banner {
            height: 60px;
            background-size: 700px;
        }

        /*Why*/
        .whyChoose {
            font-size: 12px;
            padding-top: 35px;
        }
        .newWay {
            font-size: 25px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .bg-cloud-shape {
            background-position: top;
            height: 100%;
            background-repeat: no-repeat;
        }
        .column{
            float:unset;
        }
        .extraContainer {
            margin-left: auto;
            margin-right: auto;
        }
        .i2 {
            padding-left:0;
        }
        .line {
            margin-top: 38px !important;
            margin-bottom: 32px;
        }

        /*Tailored*/
        .slick-next {
            right: -2px!important;
        }
        .slick-prev {
            left: -2px!important;
        }

        /*Clubs*/
        .clubscreen {
            width: inherit;
        }
        .cloudClubs {
            width: 100%;
        }
        .clubsScreen {
            height: unset;
        }
        .club {
            margin-left: auto;
            margin-right: auto;
        }
        .clubsText {
            padding-top: 0;
        }
        .clubskidsHeading {
            text-align: center;
        }
        p.clubspara {
            text-align: center;
        }

        /*Kids*/
        .cloudKids {
            width: 100%;
        }
        .kidsText {
            width: 315px;
            padding-top: 20px;
        }
        .kid {
            margin-right: 0;
        }
        .kidscreen {
            width: inherit;
        }
        .kidsScreen {
            height: unset;
        }
        .gotQuestions {
            padding-bottom: 59px;
        }

        /*gotQ*/
        .footer-bg {
            height: 1575px;
        }
        .bg1 {
            background-size: contain;
            height: 725px;
        }.bg2 {
            background-size: contain;
        }
        .gotQ {
            font-size: 12px;
            padding-top: 41px;
        }
        .ourSquad {
            font-size: 25px;
            margin-bottom: 32px;
        }
        .Q {
            display: inline;
            max-width: 400px;
        }
        .questionDivider {
            width: 100%;
            margin-bottom: 15px;
        }
        .whatIsCq {
            width: 335px;
            font-size: 14px;
        }
        .questiondropdown {
            width: 335px;
        }
        .textquestion {
            width: 300px;
            font-size: 14px;
        }
        a.ourSquadQuestions.whatIsCq.SQ {
            height: 100%;
        }
        a.ourSquadQuestions.whatIsCq {
            height: 100%;
        }

        /*Try*/
        .tryCloudSquad {
            height: 466px;
            background-size: unset;
        }
        .rectangle {
            width: 335px;
        }
        .letsgetstarted {
            margin-bottom: 25px;
        }
        a.getstarted.float-right-try {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .blue-part-H2 {
            width: 335px;
        }
        .perfectforyouText {
            width: 335px;
        }
        .nocreditcardrequired{
            font-size:0;
        }
        .getstarted{
            border-left:unset;
        }

        /*Footer*/
        .signinbottombutton {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
            border: unset;
        }
        .signinbottombuttontext {
            font-size: 0;
            color: unset;
            letter-spacing: 0;
        }
        .wellwelcomeback {
            font-size: 0;
        }
        .H3-wht {
            font-size: 0;
        }
        .pinkRectangle {
            background: unset;
            border-radius: 0;
            width: 0;
            height: 0;
            padding: 0;
        }
        .H5Company {
            font-size: 16px;
            letter-spacing: 0;
            line-height: unset;
            font-weight: unset;
        }
        .company {
            width: 40%;
        }
        .jointhesquadparaTerms {
            font-size: 0;
            letter-spacing: 0;
            text-align: unset;
            line-height: 0;
        }
        .jointhesquad {
            float: left;
            width: 17%;
            display: inline-block;
            text-align: left;
        }
        .jointhesquadpara {
            text-align: left;
            padding-right: 12px;
        }
        .footerSection {
            margin-top: 120px;
        }
        .footersections {
            text-align: center;
            width: inherit;
            padding: 5px;
            height: fit-content;
        }
        .logo {
            text-align: center;
        }
        .copyright {
            font-size: 10px;
            float: inherit;
            padding-bottom: 20px;
        }
        .footer-bg {
            height: 920px;
        }


        /*Pricing Home Page*/
        /*Select*/
        .pricingtop {
            width: 335px;
        }
        h1.selectyourPricing {
            margin-top: 60px;
        }
        .selectyourPricing {
            font-size: 24px;
            letter-spacing: -0.34px;
            line-height: 35px;
        }
        .whenyouneed {
            padding-bottom: 17px;
        }

        /*prices*/
        .pricing-buttons {
            padding-top: 34px;
            padding-bottom: 24px;
        }
        .monthly {
            width: 131px;
        }
        .yearly {
            width: 131px;
        }
        .pricingTable {
            width: 180px;
            height: 340px;
        }
        .pricingtitle {
            font-size: 21.6px;
        }
        .price-value {
            font-size: 34px;
        }
        .month {
            font-size: 11.37px;
        }
        .members {
            font-size: 13.25px;
        }
        .number {
            font-size: 13.25px;
        }
        .signupbutton {
            width: 125px;
            height: 42px;
        }
        .lookingforapackage {
            font-size: 16px;
            padding-top: 5px;
        }
        .lookingforapackage {
            width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
        .GetAQuoteButton {
            width: 194.25px;
            height: 53.23px;
        }

        /*MoreFeatures*/
        .morefeatures {
            padding-top: 48px;
        }
        .allthepricinghave {
            padding-bottom: 46px;
            font-size: 24px;
        }
        .featureRow {
            width: 75%;
            display: flow-root;
        }
        .featureRowPadding {
            padding-bottom: 50px;
        }

        /*getintouch*/
        .findoutmore {
            padding-top: 20px;
        }
        .wantofind {
            font-size: 12px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .getintouch {
            font-size: 25px;
            padding-bottom: 15px;
            letter-spacing: -0.36px;
        }
        .getintouchinput {
            width: 335px;
            height: 50px;
        }
        .bottomSquad {
            width: 195px;
            padding-bottom: 45px;
        }
        .morebg2 {
            height: 1115px;
            background-size: contain;
        }

        /*footer*/
        .footerSectionPricing {
            margin-top: 0;
        }
        .footer-bg-pricing {
            height: 965px;
        }
        a.buttons.button-solid.button-wht {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
            padding-left: 0;
        }
        span.MenuIcon.sf-icon-user-profile-1-wf {
            color: unset;
            font-size: 0;
        }
    }
    @media(max-width:414px) {
    .cloudshape2 {
        background-size: 250px;
    }

    .bottomcloud {
        background-size: 250px;
    }
    .buttonslogin {
        margin-left: auto;
    }

    .flex-left {
        width: unset;
    }

    .base {
        width: 345px;
    }

    .logintoCloudSquad {
        padding-top: 0%;
        width: 85%;
    }

    .button-magenta {
        padding: 15px 60px;
    }

    .button-whtLogin {
        padding: 15px 53px;
    }

    .forgotPassword {
        padding-left: 85px;
    }

    .privacyCopyright {
        width: 55%;
        text-align: center;
    }

    .Loginline {
        width: 80%;
    }
}

    @media(max-width:411px) {
    .logintoCloudSquad {
        padding-top: 10%;
        width: 85%;
    }

    .cloudshape2 {
        width: unset;
    }

    .cloudsquadimgSignup {
        padding-top: 33px;
    }

    .button-whtLogin {
        padding: 15px 55px;
    }

    .button-magenta {
        padding: 15px 60px;
    }

    .remForget {
        padding-left: unset;
    }

    .privacyCopyright {
        width: 55%;
        text-align: center;
    }
}

    @media (max-width:412px){
        .button-magenta {
            width: 162.39px;
        }
        .button-whtLogin {
            padding: 15px 50px;
        }
        .forgotPassword {
            padding-left: 80px;
        }

        .copyright {
            padding-bottom: 45px;
        }
    }

    @media (max-width:395px){
        .logintoCloudSquad {
            width: 89%;
        }
        .button-magenta {
            padding: 15px 51px;
        }
        .button-whtLogin {
            padding: 15px 47px;
        }
        .forgotPassword {
            padding-left: 60px;
        }
    }

    @media(max-width:375px) {
    .logintoCloudSquad {
        margin-top: 10%;
        width: 88%;
    }

    .base {
        width: 320px;
    }

    .button-magenta {
        padding: 15px 51px;
    }

    .button-whtLogin {
        padding: 15px 47px;
    }

        .button-magenta {
            width: 150.39px;
        }

    .forgotPassword {
        padding-left: 60px;
    }

    .Loginline {
        margin-top: 10%;
    }
}
    @media (max-width:375px){
        img.cloudsquadlogo {
            width: 80%;
        }

        .navbar-brand {
            margin-right: 0 !important;
        }
        .cloudsquadimg {
            /*margin-left: 90px;*/
        }

        /*Slider*/
        .slider {
            margin: 25px auto !important;
        }

        /*Clubs*/

        
        /*Questions*/
        .bg2 {
            height: 745px;
        }

        /*Footer*/
        

        /*Pricing*/
        /*Footer*/
        .footer-bg-pricing {
            height: 1780px;
        }
    }

    @media(max-width:360px) {
    .logintoCloudSquad {
        padding-top: 0;
        margin-top: 53px;
        width: 80%;
    }

    .loginfont {
        padding-bottom: 15px;
    }

    .buttonslogin {
        padding-top: 30px;
    }

    .base {
        width: 288px;
        margin-left: unset;
    }

    .button-whtLogin {
        padding: 15px 42px;
    }

    .button-magenta {
        padding: 15px 46px;
        margin-left: 0px !important;
    }

    button.button-magenta {
        margin-top: 20px;
        width: 140.39px;
    }

    .forgotPassword {
        padding-left: 30px;
    }

    .remForget {
        padding-left: unset;
        padding-top: 20px;
        width: max-content;
    }

    .Loginline {
        margin-top: 25px;
    }

    .forgetpasswordline {
        margin-top: 200px !important;
    }

    .privacyCopyright {
        width: 65%;
    }
}
    @media (max-width:360px) {
        .navbar-toggler {
            padding: 0!important;
        }
        /*ClubsKids*/
        .cloudsquadimg {
            /*margin-left: 80px;*/
        }

        .cloudClubs {
            display: inline-block;
            width: 360px;
        }

        .clubsScreen {
            width: 360px;
            height: 305px;
            padding-right: 0;
        }

        .clubscreen {
            width: 100%;
            height: 100%;
            padding-right: 0;
        }

        .clubsText {
            /*width: 335px;
            padding-top: 0;
            margin-left: auto;
            margin-right: auto;*/
        }

        .clubskidsHeading {
            text-align: center;
        }

        .cloudKids {
            display: inline-block;
            width: 360px;
        }

        .kidsScreen {
            width: 360px;
            height: 305px;
            padding-left: 0;
            padding-right: 0;
        }

        .kidscreen {
            width: 100%;
            height: 100%;
        }

        .kidsText {
            width: 335px;
            padding-top: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .clubspara {
            margin-right: auto;
            margin-left: auto;
        }

        /*Pricing Home Page
        Select
        .pricingtop {
            width: 335px;
        }
        h1.selectyourPricing {
            margin-top: 60px;
        }
        .selectyourPricing {
            font-size: 24px;
            letter-spacing: -0.34px;
            line-height: 35px;
        }
        .whenyouneed {
            padding-bottom: 17px;
        }
        prices
        .pricing-buttons {
            padding-top: 34px;
            padding-bottom: 24px;
        }
        .monthly {
            width: 131px;
        }
        .yearly {
            width: 131px;
        }
        .pricingTable {
            width: 180px;
            height: 340px;
        }
        .pricingtitle {
            font-size: 21.6px;
        }
        .price-value {
            font-size: 34px;
        }
        .month {
            font-size: 11.37px;
        }
        .members {
            font-size: 13.25px;
        }
        .number {
            font-size: 13.25px;
        }
        .signupbutton {
            width: 125px;
            height: 42px;
        }
        .lookingforapackage {
            font-size: 16px;
            padding-top: 5px;
        }
        .GetAQuoteButton {
            width: 194.25px;
            height: 53.23px;
        }
        MoreFeatures
        .morefeatures {
            padding-top: 48px;
        }
        .allthepricinghave {
            padding-bottom: 46px;
        }*/
        .featureRow {
            width: 85%;
        }
        /*
        .featureRowPadding {
            padding-bottom: 50px;
        }
        getintouch
        .findoutmore {
            padding-top: 20px;
        }
        .wantofind {
            font-size: 12px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .getintouch {
            font-size: 25px;
            padding-bottom: 15px;
            letter-spacing: -0.36px;
        }
        .getintouchinput {
            width: 335px;
            height: 50px;
        }
        .bottomSquad {
            width: 195px;
            padding-bottom: 45px;
        }
        .morebg2 {
            height: 1115px;
            background-size: contain;
        }
        footer
        .footerSection {
            margin-top: 0;
        }
        .footer-bg-pricing {
            height: 950px;
        }*/
    }

    @media(max-width:340px) {
        .logintoCloudSquad {
            width: 89%;
        }
    }

    @media(max-width:320px) {
    .logintoCloudSquad {
        margin-top: 5px;
    }

    .forgotPassword {
        padding-left: 35px;
    }

    .Loginline {
        width: 85%;
    }
       
}
    @media (max-width:320px) {
        /*Landing*/
        .banner-image1 {
            height: 300px;
        }
        .banner-image2 {
            height: 300px;
        }
        .banner-image3 {
            height: 300px;
        }
        .options {
            padding-right: 0;
        }
        /*Banner*/
        .logo-banner {
            background-size: 600px;
        }
        /*Why*/
        .newWay {
            font-size: 20px;
        }
        .extraContainer {
            width: 270px;
        }
        /*Tailored*/
        .tailorYourNeeds {
            font-size: 25px;
        }
        /*ClubsKids*/
        /*.clubsScreen.\@\*col-lg-6.col-md-6.col-sm-12\*\@ {
            padding: 0 !important;
        }
        .col-lg-6.col-md-12.col-sm-12.order-sm-1.order-md-1.order-lg-12 {
            padding: 0 !important;
        }
        .cloudClubs {
            width: 320px;
        }
        .clubscreen {
            width: 310px;
            height: 250px;
        }
        .cloudKids {
            width: 320px;
        }
        .kidscreen {
            width: 310px;
            height: 250px;
        }*/
        .clubscreen {
            width: 280px;
            height: 220px;
        }
        .clubsScreen {
            height: 240px;
        }
        .cloudClubs {
            width: 100%;
        }
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            padding: 0;
        }
        p.clubspara {
            width: 100%;
        }
        .clubsScreen.\@\*col-lg-6.col-md-6.col-sm-12\*\@ {
            padding: 0 !important;
        }
        .col-lg-6.col-md-12.col-sm-12.order-sm-1.order-md-1.order-lg-12 {
            padding: 0 !important;
        }

        /*Kids*/
        .kidscreen {
            width: 280px;
            height: 220px;
        }
        .kidsText.kid.col-lg-6.col-md-12.col-sm-12.order-sm-12.order-md-12.order-lg-1 {
            padding: 0;
        }

        /*GotQ*/
        .whatIsCq {
            width: 310px;
            font-size: 12px;
        }
        .ourSquad {
            margin-bottom: 5px;
        }
        .questiondropdown {
            width: 310px;
        }
        .textquestion {
            width: 270px;
            font-size: 12px;
        }
        /*Try*/
        .blue-part-H2 {
            width: 310px;
        }
        .perfectforyouText {
            width: 310px;
        }
        .rectangle {
            width: 310px;
        }
        .letsgetstarted {
            width: 280px;
        }

        /*footer*/
        .company {
            width: 52%;
            float: left;
        }
        .legal {
            width: 0;
            display: unset;
            text-align: unset;
        }
        .jointhesquad {
            width: 25%;
        }
        .footersections {
            height: 150px;
        }


        /*Pricing Home Page*/
        /*Select*/
        .pricingtop {
            width: 320px;
        }
        h1.selectyourPricing {
            margin-top: 75px;
        }
        .whenyouneed {
            width: 290px;
            margin-left: auto;
            margin-right: auto;
        }
        /*prices*/
        
        /*morefeatures*/
        .allthepricinghave {
            padding-bottom: 25px;
        }
        .allthepricinghave {
            width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
        .featureRow {
            width: 99%;
        }
        .morefeature {
            padding-right: 0;
            width: 300px;
        }
        /*getintouch*/
        .getintouchinput {
            width: 300px;
        }
        /*footer*/
        .copyright {
            padding-bottom: 30px;
        }
    }

    @media (max-width:319px){
        .logintoCloudSquad {
            margin-top: 15%;
            width: 91%;
        }
    }

    @media(max-width:315px) {
        .logintoCloudSquad {
            padding-top: 15%;
            width: 98%;
        }

    } 
    
    @media(max-width:287px) {
        .logintoCloudSquad {
            width: 100%;
            padding-top: 10%;
        }

    }

    @media(max-width:280px) {
    .logintoCloudSquad {
        width: 100%;
    }

    .base {
        width: 275px;
        margin-left: auto;
    }

    .emailAddress {
        padding-left: 0;
    }

    .emailPassword {
        padding-left: 0;
    }

    .button-whtLogin {
        margin-bottom: 5px;
    }

    .remForget {
        padding-left: 0;
    }

    .forgotPassword {
        padding-left: 25px;
    }

    .Loginline {
        margin-top: 60px;
    }

    .privacyCopyright {
        width: 70%;
    }
}
    @media (max-width:280px){
        .navbar.navbar-expand-lg {
            padding-top: 0;
            padding-left: 1px;
            padding-right: 1px;
        }
        a.navbar-brand {
            width: 45%;
        }
        img.cloudsquadlogo {
            width: 95%;
        }
        .cloudsquadlogo {
            width: 130px;
        }

        /*Banner*/
        .logo-banner {
            background-size: 525px;
        }

        /*Slider*/
        .slider {
            margin: 25px auto!important;
        }

        /*Clubs*/
        .clubscreen {
            width: 280px;
            height: 220px;
        }
        .clubsScreen {
            height: 240px;
        }
        .cloudClubs {
            width: 280px;
        }
        .clubsText.club.col-lg-6.col-md-6.col-sm-12 {
            padding: 0;
        }
        p.clubspara {
            width: 100%;
        }
        .clubsScreen.\@\*col-lg-6.col-md-6.col-sm-12\*\@ {
            padding: 0 !important;
        }
        .col-lg-6.col-md-12.col-sm-12.order-sm-1.order-md-1.order-lg-12 {
            padding: 0 !important;
        }

        /*Kids*/
        .kidscreen {
            width: 280px;
            height: 220px;
        }
        .kidsText.kid.col-lg-6.col-md-12.col-sm-12.order-sm-12.order-md-12.order-lg-1 {
            padding: 0;
        }

        /*Try*/
        .H2-wht {
            font-size: 20px;
            line-height: 30px;
        }
        .blue-part-H2 {
            width: 280px;
        }
        .perfectforyou {
            font-size: 12px;
            line-height: 25px;
        }
        .perfectforyouText {
            width: 280px;
        }
        .letsgetstarted {
            margin-bottom: 20px;
            margin-top: 20px;
            width: 235px;
        }
        .rectangle {
            height: 60px;
            width: 260px;
            margin-top: 30px;
        }
        a.getstarted.float-right-try {
            padding-top: 12px;
            padding-bottom: 12px;
        }

        /*Footer*/
        .footer-bg {
            height: 850px;
        }
        .copyright {
            padding-bottom: 20px;
        }


        /**/
        /*Select*/
        .pricingtop {
            width: 280px;
        }
        .cloudsquadimg {
            margin-left: 0;
        }
        .cloudsquadlogo {
            width: 90%;
            margin-top: 8px;
        }
        h1.selectyourPricing {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
        .whenyouneed {
            width: 80%;
        }

        /*prices*/
        lookingforapackage {
            width: 80%;
        }

        /*MoreFeatures*/
        .allthepricinghave {
            width: 80%;
        }
        .morefeatureText {
            width: unset;
        }
        .morefeature {
            width: 95%;
        }
        .lookingforapackage {
            width: 80%;
        }

        /*morequestions*/
        .whatIsCq {
            width: 95%;
        }
        .morebg2 {
            height: 1065px;
        }

        /*getintouch*/
        .getintouchinput {
            width: 95%;
        }

    }

    @media (max-width:279px){
        .logintoCloudSquad {
            margin-top: 60px;
        }
        .base {
            width: 275px;
        }
        .rememberMe {
            font-size: 12px !important;
        }
        .forgotPassword {
            padding-left: 20px;
        }
    }

    /*End of Home page Media Tags*/



    /*.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;*/
    /*width:299px!important;*/
    /*}

    .slick-slide img {*/
    /*width: 100%;*/
    /*width: 400px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}*/

    /*.slick-track {
    width: 4770px!important;
    transform: translate3d(-954px, 0px, 0px)!important;
}*/

    .slider .slick-next.slick-arrow {
        /*right:19px;*/
    }

    .slider .slick-next.slick-arrow:before, .slider .slick-prev.slick-arrow:before {
            color: black;
        }

    .slider .slick-prev.slick-arrow {
        /*left: 19px;*/
        z-index: 1;
    }

    .slider .slick-next.slick-arrow:before {
        color: black;
    }

    .active-class {
        color: #CD0462 !important;
    }

    .slick-list.draggable {
        /*padding-left:60px;*/
    }

    .slider {
        width: 95%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 0px 20px;
    }

    .slick-slide img {
            width: 100%;
        }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    .slick-slide {
        /*transition: all ease-in-out .3s;*/
        /*opacity: .2;*/
    }

    .slick-active {
        /*opacity: .5;*/
    }

    .slick-current {
        /*opacity: 1;*/
    }

    #sliderContainer {
        /*display: table;*/
    }
    .sf-icon-menu {
        content: url('../../../Images/CloudSquad/icon-menu.png') !important;
    }
    .sf-icon-menu-blue {
        content: url('../../../Images/CloudSquad/icon-menu-blue.png') !important;
    }

@media(min-width:0px) and (max-width:990px) {
    .li.nav-link.nav-link-social {
        display: none !important;
    }
}

li.k-file.k-file-invalid {
    color: red;
}

.k-i-arrow-60-down::before, .k-i-arrow-s::before, .k-i-sarrow-s::before, .k-i-collapse::before, .k-i-expand-s::before {
    content: " ▼";
    float: right;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #060C57;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin-left: 40px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btnContinue {
    padding: 15px 40px
}

@media(min-width:0px) and (max-width:990px) {
    .dontdisplaysocial {
        display: none !important;
    }
}
