/*Custom*/
body {
    font-family: 'Montserrat', sans-serif;
}

.fontset {
    font-family: 'Montserrat', sans-serif;
}

.desktop {
    display: inline-flex;
}

.mobile {
    display: none;
}

.css-sprite {
    background: url(../img/sprite_image-yellow.png) no-repeat;
    display: inline-block;
}

.css-banner {
    background: url(../img/sprite_banner.png) no-repeat;
    display: inline-block;
}

.css-bannernew {
    background: url(../img/sprite_bannernew.png) no-repeat;
    display: inline-block;
}

.text-green{
    color: #5eb73b;
}

.text-orange{
    color: #ed6f03;
}

.green-arrow {
    background: url(../img/upside-greenarrow.svg);
}

.red-arrow {
    background: url(../img/upside-greenarrow.svg);
}

.green-arrow, .red-arrow {
    height: 10px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/*.carousel-inner img {
  margin: auto;
}*/

html {
    scroll-behavior: smooth;
}

section {
    padding: 3em 0;
}

hr {
    width: 20%;
}

a {
    color: #cb9447;
}

    a:hover {
        color: #fff;
    }

p {
    letter-spacing: 1px;
}

/*.btn-secondary {
    background: #19729e;
    border-color: #dc9003;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    color: #fff;
}

.btn-secondary:hover{
    background: #fcae16;
    border-color: #faac1b;
    color: #333;
}*/

.btn-submit {
    font-weight: 700;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #eb6400 0, #fcae16 50%, #eb6400 100%);
    transition: 0.5s;
    border: none;
    letter-spacing: 2px;
    padding: 3%;
}

    .btn-submit:hover, .btn-submit:focus, .btn-submit:active {
        background-position: right center;
        cursor: pointer;
    }

.btn-error {
    background: #ffaa26;
    border-color: #fe8e02;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    color: #fff;
    width: 25%;
    margin: 2% 0;
}

.bg-yellow {
    background-color: #f9af29 !important;
}

.bg-dark {
    background-color: #333 !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.logo-container {
    padding: 1% 5%;
    background: #fbad1c;
}

/*BANNER*/
#banner {
    background-image: url(../img/websitebackground.png);
    background-position: center top;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#banner-yellow {
    background-image: url(../img/bannerbg-yellow.png);
    background-size: 85% 100%;
    width: 100%;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

#banner-finnovationz {
    background-image: url(../img/banner-finnovationz.jpg);
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.mainbanner {
    background-image: url(../img/banner-nri.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.mainbanner1 {
    background-image: url(../img/banner-new1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.banner-text {
    color: #fff;
    /*padding: 3%;*/
    font-size: 30px;
}

    .banner-text h3 {
        font-size: 30px;
        font-weight: bold;
        /*line-height: 50px;*/
        margin-bottom: 0;
        color: #fbc707;
        text-transform: capitalize;
        /*letter-spacing: 0.5px;*/
        /*font-weight: bold;*/
    }

    .banner-text h4 {
        font-size: 30px;
        margin-bottom: 0;
        font-weight: bold;
    }

    .banner-text h2 {
        font-size: 30px;
        text-align: left;
        line-height: 50px;
        margin-bottom: 0;
        color: #333;
        text-transform: capitalize;
        /*letter-spacing: 0.5px;*/
        /*font-weight: bold;*/
    }

    .banner-text span {
        font-weight: bold;
    }

    .banner-text h5 {
        padding: 1%;
        background-color: #fbc707;
        margin: 1% 10%;
        border-radius: 10px;
        color: #333;
        font-weight: bold;
    }

.banner-text-sec {
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;
    padding-left: 10px;
    width: 80%;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}

.banner-text-sec1 {
    vertical-align: top;
    margin-top: 2%;
    padding-left: 10px;
    width: 85%;
    /*font-weight: bold;*/
    font-size: 20px;
    color: #333;
    letter-spacing: 0.8px;
}

/*Table*/
.tableheadingyellow {
    background: #fbc707;
    color: #333;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgb(251 199 7 / 16%);
}

/*DEMAT BANNER*/
.openACbanner {
    width: 100%;
    /*background-image: url(../img/openACbanner1.png);*/
    background-size: cover;
    background-repeat: repeat-x;
}

.openACbannerwhitebg {
    width: 80%;
    margin: auto;
}

.contentbox {
    text-align: center;
    padding: 10% 0;
}

label {
    color: #fff;
    width: 150px;
    text-transform: uppercase;
    font-size: 14px;
    background-position: -935px -43px;
    height: 43px;
    line-height: 32px;
    margin-bottom: 0;
}

.button {
    background-position: -940px -40px;
    width: 140px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.stepbox {
    padding: 0 0 5% 0;
}

    .stepbox p {
        margin: 4% 0;
    }

/*FORM*/
.AcButton1, .AcButton1 ul {
    width: 100%;
    float: left;
    padding: 0;
}

    .AcButton1 ul li {
        float: left;
        margin: 0 0 0 0;
        width: 100%;
        list-style: none;
    }

.otpwidth {
    width: 48%;
    margin: 0 1%;
}

.otpbutton {
    font-size: 13px;
}

.form {
    width: 90%;
    background-color: #fff;
    border-radius: 5%;
    padding: 5% 5%;
    margin: auto;
    box-shadow: 0 0 19.3px 15.8px rgba(0, 0, 0, 0.2);
}

.form-control {
    font-size: 16px;
    height: auto;
    line-height: 1.5;
}

.form-control-telcode{
    width: 28%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-telnum{
    width: 70%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.myselect{
    padding: 15px 10px;
}*/

.form-overlay {
    /*background-image: url(../img/pms/formbg.jpg);*/
    background-color: #fff;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}

.form-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #333;
    text-align: center;
}

.form-text1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    background: #212529;
    padding: 2%;
    border-radius: 10px;
}

/*TITLE*/
.demat-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

    .demat-title h4 {
        letter-spacing: 1px;
    }

        .demat-title h4 span {
            font-weight: 700;
            color: #cb9447;
        }

.demat-title-h5{
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

.demat-title-h5 span{
    font-weight: bold;
    /*background: #fff100;
    padding: 1% 0.5%;
    border-radius: 10px;*/
}


/*WHYMO*/
.recommendations {
    width: 80%;
    margin: auto;
}

.recommendations-box {
    padding: 5%;
    height: auto;
    position: relative;
    margin: 0.5em 0;
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(51, 51, 51, 0.2);
}

    .recommendations-box h5 {
        margin: 5% 0 0 0;
        font-weight: bold;
        font-size: 20px;
    }

    .recommendations-box p {
        margin: 5% 0;
    }

    .recommendations-date {
        font-size: 12px;
    }

.hightext{
    font-size: 24px;
    font-weight: 600;
}

.highbutton{
    color: #5eb73b;
    background: rgba(94, 183, 59, .27);
    text-decoration: none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
}

/*WHYMO*/
.whymo {
    width: 80%;
    margin: auto;
}

.whymo-box {
    padding: 5%;
    height: auto;
    position: relative;
    margin: 0.5em 0;
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .whymo-box h5 {
        margin: 5% 0 0 0;
        font-weight: 600;
        font-size: 16px;
    }

    .whymo-box p {
        margin: 5% 0;
        font-size: 14px;
    }

/*Features*/
.features-title {
    background: #ec6601;
    padding: 1%;
    border-radius: 10px;
    color: #fff;
    width: 50%;
    margin: auto;
    font-weight: bold;
}

.features {
    padding: 0;
    list-style-type: none;
}

    .features li {
        text-align: left;
        padding: 8px 0 8px 25px;
        font-size: 16px;
        font-weight: 600;
        background: url(../img/arrow.png) no-repeat;
        background-position: 0 12px;
        line-height: 24px;
    }

.features-li-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 5%;
    color: #ec6601;
    text-align: left;
}

.readybox {
    padding: 3%;
    border-top: 7px solid #eb6601;
    border-radius: 8px;
    box-shadow: 0 0 8px #dedede;
    background-image: url(../img/readybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .readybox h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .readybox a {
        font-size: 16px;
        padding: 1% 2%;
    }


.demand {
    width: 18%;
    background-color: #f3f3f3;
    /*padding: 30px;
    height: 340px;*/
    margin: 0 1%;
}

.demandbox {
    background-color: #f3f3f3;
    padding: 15px;
    height: 220px;
    border-radius: 15px;
    border: 1px solid #dddddd;
}

    .demandbox h6 {
        margin: 5% 0;
        font-weight: bold;
    }

    .demandbox p {
        margin: 5% 0;
        font-size: 11px;
    }

.dimensiondark {
    background-color: #fcaf17;
    background-repeat: repeat;
}

.dimensionwhite {
    background-color: #fff;
    background-repeat: repeat;
}

footer {
    background-color: #333;
}

.diclaimer-text {
    font-size: 12px;
}

.table-text {
    font-size: 14px;
}

.card {
    border: none;
}

.card-header {
    background-color: transparent;
}

#accordion p {
    font-size: 14px;
}

.loading-text {
    z-index: 99999;
    position: absolute;
    top: 0;
    margin: auto;
    height: 20px;
    font-size: 20px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #f9af29;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #f9af29;
    color: white;
}

.modal-body {
    padding: 38px 32px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
}

.card-header a:hover {
    cursor: pointer;
}

#stickybtn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 25%;
    margin: auto;
    z-index: 199;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-image: linear-gradient(#0046bb, #3680d7);*/
    background: #28a744;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #stickybtn:hover {
        background: #005713;
        cursor: pointer;
    }

@media only screen and (max-width: 600px) {
    section {
        padding: 2em 0;
    }

    /*.mainbanner{
        background-image: url(../img/banner-new2.jpg);
    }*/

    .mainbanner1 {
        background-image: url(../img/banner-new2.jpg);
    }

    .banner-text {
    }

        .banner-text h2 {
            font-size: 20px;
            text-align: center;
            line-height: 30px;
            margin-bottom: 0;
            color: #333;
            text-transform: capitalize;
            font-weight: bold;
        }

    .banner-text-sec1 {
        vertical-align: top;
        margin-top: 2%;
        padding-left: 10px;
        width: 90%;
        font-size: 16px;
        color: #333;
        letter-spacing: 0.8px;
    }

    .form {
        width: 100%;
    }

    /*.banner-text span {
        font-weight: 300;
    }*/

    .col {
        display: block;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .demat-title {
        font-size: 24px;
    }

    h4 {
        font-size: 1.2rem;
    }

    .offeringbox {
        height: auto;
    }

    #enquire {
        top: 75%;
    }

    footer {
        padding-bottom: 50px;
    }

    .demand {
        width: 96%;
        margin: 3% 5%;
    }

    #accordion p {
        font-size: 14px;
    }

    /* Modal Content */
    .modal-content {
        width: 80%;
    }

    .btn-error {
        background: #ffaa26;
        border-color: #fe8e02;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 2;
        color: #fff;
        width: 80%;
        margin: 2% 0;
    }

    .img-width {
        width: 100%;
    }

    .readybox h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .features-title {
        width: 100%;
        text-align: center;
    }

    .features-li-title {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .logo-container {
        padding: 5%;
        text-align: center;
    }

    #stickybtn {
        margin-left: 0;
        width: 100%;
    }

    #banner {
        background-image: url(../img/websitebackgroundmobile.png);
        background-position: center top;
        height: auto;
        /*background-color: #fff;*/
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #banner-yellow {
        background-image: none;
        background-color: #00ab89;
        background-size: 85% 100%;
        width: 100%;
        padding-bottom: 60px;
        background-repeat: no-repeat;
    }

    .whymo {
        width: 100%;
        margin: auto;
    }

    .openACbannerwhitebg {
        width: 80%;
        background-color: #fff;
        border-radius: 10px;
        padding: 5% 0;
    }

    .form {
        margin-top: 5%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}


.crossplatform {
    background-position: 0 -15px;
    width: 75px;
    height: 62px;
}

.tech {
    background-position: -105px -20px;
    width: 65px;
    height: 62px;
}

.report {
    background-position: -218px -20px;
    width: 62px;
    height: 62px;
}

.advisor {
    background-position: -330px -21px;
    width: 64px;
    height: 62px;
}

.solution {
    background-position: -445px -14px;
    width: 57px;
    height: 64px;
}

.happy {
    background-position: -430px -20px;
    width: 65px;
    height: 62px;
}

.star {
    background-position: -520px -20px;
    width: 65px;
    height: 62px;
}

.research {
    background-position: -554px -16px;
    width: 61px;
    height: 63px;
}

.banner1 {
    width: 100px;
    height: 80px;
}

.banner2 {
    background-position: -100px 0;
    width: 100px;
    height: 80px;
}

.banner3 {
    background-position: -200px 0;
    width: 100px;
    height: 80px;
}



.scheme {
    background-position: -665px -22px;
    width: 47px;
    height: 53px;
}

.details {
    background-position: -760px -25px;
    width: 39px;
    height: 51px;
}

.activation {
    background-position: -850px -22px;
    width: 54px;
    height: 54px;
}

.awards {
    background-position: -1123px -22px;
    width: 60px;
    height: 70px;
}

/*New Why Box*/
.whymo-box1 {
    background-color: #e2eae4;
    padding: 30px;
    height: 120px;
    position: relative;
    margin: 1em 0;
    border-radius: 15px;
    border: 1px solid #28a744;
}





/*testimonials*/
.testimonialbg {
    background-color: #fbad1c;
    text-align: center;
}

.carousel {
    margin: auto;
    padding: 0;
}

    .carousel .item {
        color: #fff;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        /*min-height: 290px;*/
    }

        .carousel .item .img-box {
            width: 135px;
            height: 135px;
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

    .carousel .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

    .carousel .testimonial {
        padding: 30px 0 10px;
    }

    .carousel .overview {
        font-style: italic;
    }

        .carousel .overview b {
            text-transform: uppercase;
            color: #333;
            letter-spacing: 3px;
            font-weight: bolder;
        }

    .carousel .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        top: 50%;
        background: none;
    }

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    background-color: #fbad1c;
}

/*.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}*/

.openaccmo {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 15px;
}

.nri-accopen{
    background-image: url(../img/nri-accopen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5%;
}

.accopen{
    padding: 5%;
    margin: 2% 0;
    background: #fff;
    border-radius: 10px;
    height: 160px;
}

.accopen p{
    font-size: 14px;
    font-weight: 600;
    padding: 2%;
    margin: 0;
}

.accopen span{
    font-size: 10px;
}

.accopenli {
    padding: 0;
    list-style-type: none;
}

    .accopenli li {
        text-align: left;
        padding: 1% 0 0 5%;
        font-size: 14px;
        font-weight: 600;
        background: url(../img/arrow.png) no-repeat;
        background-position: 0 12px;
        line-height: 24px;
    }

.offerbar {
    background: #dee2e6;
    /*background-image: linear-gradient(to right, #eb6400 0, #fcae16 50%, #eb6400 100%);*/
    background-size: cover;
    padding: 3% 0;
}

.offerbox {
    background: #fff;
    /*background-image: url(../img/reason-bg.png);*/
    margin: 2% 0;
    padding: 2%;
    border-radius: 50px 0 50px 50px;
    /*min-height: 150px;*/
    overflow: hidden;
    color: #333;
    width: 95%;
    border: 1px solid rgba(51, 51, 51, 0.2);
}

.offerbox1 {
    background: #fbad1c;
    margin: 2% 2%;
    border-radius: 5px;
    /*min-height: 150px;*/
    overflow: hidden;
    color: #333;
}

.openacctext {
    /*height: 90px;*/
    padding: 5% 5%;
}

    .openacctext p {
        font-size: 13px;
        margin: 2%;
        line-height: 20px;
        /*font-weight: bold;*/
    }

        .openacctext h5 span {
            font-size: 30px;
            font-weight: bold;
        }

.openacctext1 {
    
}

    .openacctext1 p {
        font-size: 14px;
        margin: 1%;
        line-height: 20px;
        /*font-weight: bold;*/
    }

        .openacctext1 h5 span {
            font-size: 30px;
            font-weight: bold;
        }



/*Slider*/
.slider {
    max-width: 1000px;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
}

button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
    background-position-x: right;
}

.slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
}
/*.slider img {
  height: 324px;
}*/

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
}

    .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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }


/*FAQs*/

.faq-section {
    background: #fdfdfd;
    /*min-height: 100vh;
    padding: 10vh 0 0;*/
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

    .faq-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #E91E63;
        bottom: -25px;
        margin-left: -30px;
    }

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

    .faq .card {
        border: none;
        background: none;
        border-bottom: 1px dashed #CEE1F8;
    }

        .faq .card .card-header {
            padding: 0px;
            border: none;
            background: none;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .faq .card .card-header:hover {
                background: rgba(252, 174, 29, 0.1);
                padding-left: 10px;
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: left;
                padding: 0px;
                padding-left: 30px;
                padding-right: 30px;
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 1px;
                color: #3B566E;
                text-decoration: none !important;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                cursor: pointer;
                padding-top: 20px;
                padding-bottom: 20px;
                font-weight: bold;
            }

                .faq .card .card-header .faq-title .badge {
                    display: inline-block;
                    width: 26px;
                    height: 26px;
                    line-height: 20px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #fbad1c;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 20px;
                }

        .faq .card .card-body {
            padding: 30px;
            padding-left: 35px;
            padding-bottom: 16px;
            font-weight: 400;
            font-size: 14px;
            color: #6F8BA4;
            line-height: 28px;
            letter-spacing: 1px;
            border-top: 1px solid #F3F8FF;
        }

            .faq .card .card-body p {
                margin-bottom: 14px;
            }

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px;
        }
}
