

@font-face {
    font-family: 'Elektra Light Pro';
    src: url('../assets/fonts/ElektraLightPro.eot');
    src: url('../assets/fonts/ElektraLightPro.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/ElektraLightPro.woff2') format('woff2'),
        url('../assets/fonts/ElektraLightPro.woff') format('woff'),
        url('../assets/fonts/ElektraLightPro.ttf') format('truetype'),
        url('../assets/fonts/ElektraLightPro.svg#ElektraLightPro') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elektra Medium Pro';
    src: url('../assets/fonts/ElektraMediumPro.eot');
    src: url('../assets/fonts/ElektraMediumPro.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/ElektraMediumPro.woff2') format('woff2'),
        url('../assets/fonts/ElektraMediumPro.woff') format('woff'),
        url('../assets/fonts/ElektraMediumPro.ttf') format('truetype'),
        url('../assets/fonts/ElektraMediumPro.svg#ElektraMediumPro') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStdBook';
    src: url('../assets/fonts/CircularStdBook.eot');
    src: url('../assets/fonts/CircularStdBook.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/CircularStdBook.woff2') format('woff2'),
        url('../assets/fonts/CircularStdBook.woff') format('woff'),
        url('../assets/fonts/CircularStdBook.ttf') format('truetype'),
        url('../assets/fonts/CircularStdBook.svg#CircularStdBook') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klinic Slab';
    src: url('../assets/fonts/KlinicSlab-Bold.eot');
    src: url('../assets/fonts/KlinicSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/KlinicSlab-Bold.woff2') format('woff2'),
        url('../assets/fonts/KlinicSlab-Bold.woff') format('woff'),
        url('../assets/fonts/KlinicSlab-Bold.ttf') format('truetype'),
        url('../assets/fonts/KlinicSlab-Bold.svg#KlinicSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klinic Slab';
    src: url('../assets/fonts/KlinicSlab-Light.eot');
    src: url('../assets/fonts/KlinicSlab-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/KlinicSlab-Light.woff2') format('woff2'),
        url('../assets/fonts/KlinicSlab-Light.woff') format('woff'),
        url('../assets/fonts/KlinicSlab-Light.ttf') format('truetype'),
        url('../assets/fonts/KlinicSlab-Light.svg#KlinicSlab-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klinic Slab';
    src: url('../assets/fonts/KlinicSlab-Medium.eot');
    src: url('../assets/fonts/KlinicSlab-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/KlinicSlab-Medium.woff2') format('woff2'),
        url('../assets/fonts/KlinicSlab-Medium.woff') format('woff'),
        url('../assets/fonts/KlinicSlab-Medium.ttf') format('truetype'),
        url('../assets/fonts/KlinicSlab-Medium.svg#KlinicSlab-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStdBold';
    src: url('../assets/fonts/CircularStdBold.eot');
    src: url('../assets/fonts/CircularStdBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/CircularStdBold.woff2') format('woff2'),
        url('../assets/fonts/CircularStdBold.woff') format('woff'),
        url('../assets/fonts/CircularStdBold.ttf') format('truetype'),
        url('../assets/fonts/CircularStdBold.svg#CircularStdBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klinic Slab Book';
    src: url('../assets/fonts/KlinicSlab-Book.eot');
    src: url('../assets/fonts/KlinicSlab-Book.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/KlinicSlab-Book.woff2') format('woff2'),
        url('../assets/fonts/KlinicSlab-Book.woff') format('woff'),
        url('../assets/fonts/KlinicSlab-Book.ttf') format('truetype'),
        url('../assets/fonts/KlinicSlab-Book.svg#KlinicSlab-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
header.header {
    display: none;
}
.wpcf7-form .error.help-block {
    padding: 0;
    font-family: Klinic Slab;
    font-size: 16px;
    line-height: 1.25;
    color: red;
    margin: 0;
        position: relative;
    top: -15px;
    font-weight: 300;
}
.wpcf7-form select,
.wpcf7-form  input[type="text"],
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="email"] {
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: none;
    border: 1px solid #e6e3ee;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 16px;
    color: #8c8e8f;
    font-family: 'CircularStdBook';
        width: 100%;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
a.btn.download {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-transform: capitalize;
}
span.wpcf7-form-control-wrap.role {
    width: 100%;
}
.form-group p {
    margin: 0;
}

.loading-ajax {
        border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #6b2f92;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
    top: 30%;
    margin: 0 auto;
        margin-top: 10px;
        display: none;


}
input#signup:hover, input#signup:active, input#signup:focus {
    color: #6b2f92;
    background-color: #fff;
    border-color: #6b2f92;
}
.form-group input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #6b2f92;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #6b2f92;
    width: 100%;
    font-family: Klinic Slab;
    transition: 0.2s all linear;
    outline: none;
    text-transform: capitalize;
    font-weight: bold;
}
.wpcf7-form input:focus{
    outline: none !important;
    border: 1px solid #653090;
}

div#hidden-content {
    width: 500px;
}


.container.non-flex{
    display: block;
    text-align: center;
}
h3 {
    color: #652d90;
    max-width: 450px;
     font-family: 'Klinic Slab';
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
        margin-bottom: 20px;
}
.container.d-social-cs {
    margin-top: 80px;
}

.box {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    
}
a.btn:hover, a.btn:focus {
    color: #ffffff;
    background-color: #17a7e0;
}
.form-group .col-sm-12 {
    padding: 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
       margin: 0 0 0px;
    color: #6b2f92;
    font-size: 18px;
    border: none;
    padding: 5px 10px;
    clear: both;
    display: block !important;
    text-align: center;
}
a.btn.download{
    display: none;
    margin-top: 0;

    margin-bottom: 20px;

}
a.btn{

    min-width: 200px;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    border: solid 1px #17a7e0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #17a7e0;
    font-family: 'Klinic Slab';
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
   
    text-align: center;
}
section.d-violet_block .container {
        min-height: 500px;
    align-items: center;
    justify-content: center;
}
.d-violet_block.col-6 {
    padding-left: 10%;
    box-sizing: border-box;
}
h5.heading{
      font-family: 'Klinic Slab';
    font-weight: 500;
    font-size: 30px;
    color: #000;
        line-height: 35px;
}
/*ul.social li  img{
    width: 15px;
}
ul.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
ul.social li {
        display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #653090;
 
    box-sizing: border-box;
}*/
a.btn.white {
    background: #fff;
    border-color: #fff;
    color: #6b2f92;
}
a.btn.white:hover{
    color: #fff;
    background-color: #6b2f92;
    border-color: #fff;
}

h2.color-white.m-b-md.capitalize.mar-bot-10{
      font-family: 'Klinic Slab';
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
        line-height: 40px;
}
.d-violet_block__background {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /*background-image: url(./assets/images/family.png);
        background-size: contain;
    background-repeat: no-repeat;*/
 
}
.d-bg-image{
     position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(../assets/images/family.png);
        background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
        width: 100%;
        background-position: right;
    z-index: 99;
}
.d-violet_block__background:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
 
    right: -29px;
    background: rgba(139, 61, 188, 0.5);
    border-radius: 0 50% 50% 0;
    z-index: 1;
    height: 130%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 495px;
    /* z-index: 9999; */
    width: 100%;
}
ul.social li:hover {
    opacity: 0.8;
}
.d-violet_block__background:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -58px;
    background: rgba(139, 61, 188, 0.2);
    border-radius: 0 50% 50% 0;
    z-index: 1;
    height: 130%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 495px;
    /* z-index: 9999; */
    width: 100%;
}
section.d-violet_block {
       overflow: hidden;
    position: relative;
    /*background-image: url(./assets/images/family.png);*/
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #652d90;
    padding: 0;
}

.container.d-social-cs .col-6:first-child h5 {
    margin-left: 15px;
}
.box-left {
    width: 47%;
}
.box-right {
    width: 47%;
    padding-left: 5%;
}
span{
       color: #17a7e0;
    display: inline-block;
    text-align: center;
    font-family: 'Klinic Slab';
    font-weight: 500;
    font-size: 18px;
  
    padding-bottom: 5px;
   
}
section.book a.more-link {
    color: #17a7e0;
    display: inline-block;
    text-align: center;
    font-family: 'Klinic Slab';
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 1px #17a7e0;
}
section.d-blue-block p {
    max-width: 450px;
}
section.d-second {
    background: #fff;
    padding: 55px 0;
}

.d-second .container {
    justify-content: center;
}
section.d-second .icon {
    margin: 20px 60px;

        padding-left: 50px;
            position: relative;
}
section.d-second .icon:before{
    content: "";
    background-image: url('../assets/images/tick.png');
    width: 30px;
    left: 0;
    top:5px;
    height: 30px;
    position: absolute;
    background-size: contain;
}

section.d-second p{
    color: #555656;
    margin-bottom: 0;
    
}
section.book {
    background: #edf2f4;
    padding: 75px 0;
}

p{
    font-family: 'Klinic Slab';
    font-weight: 500;
        line-height: 25px;
        font-size: 18px;
    margin-bottom: 1em;
     color: #fff;
}
p strong {
    font-size: 24px;
    color: #652d90;
    display: block;
    margin-bottom: 25px;
        padding-top: 5px;
}
img{
    max-width: 100%;
    height: auto;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    box-sizing: border-box;
}

.p-violet_block {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 50%;
    min-width: 400px;
}

.p-violet_block__background {
    position: absolute;
    top: -80px;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: rgba(138, 61, 188, 0.3);
    border-radius: 0 50% 50% 0;
    z-index: 0;
}

/*section .p-violet_block__background:before {
    right: 60px;
    background: #6a2d91;
    background: -moz-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: -webkit-linear-gradient(left, #6a2d91 0%, #8a3dbc 100%);
    background: linear-gradient(to right, #6a2d91 0%, #8a3dbc 100%);
    z-index: 2;
}*/


.p-violet_block__background:after, .p-violet_block__background:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 35px;
    background: rgba(139, 61, 188, 0.5);
    border-radius: 0 50% 50% 0;
    z-index: 1;
}

.p-violet_block__background:after, .p-violet_block__background:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 35px;
    background: rgba(139, 61, 188, 0.5);
    border-radius: 0 50% 50% 0;
    z-index: 1;
}

.d-blue-block{
    position: relative;
}
section.d-blue-block .container {
    position: relative;
    z-index: 101;
}
.blue-bg {
        position: absolute;
    width: 42%;
    height: 150%;
    /*background-color: #17a7e0;*/
    top: 50%;
    left: 0;
    z-index: 100;
    /*border-radius: 0 50% 50% 0;*/
    transform: translateY(-50%);

}
.blue-bg:after {
    content: "";
    background: #17a7e0;
    width: calc(100% - 100px);
    position: absolute;
    height: 100%;
}
.blue-bg:before{
    content: " ";
    background-color: #17a7e0;
    border-radius: 0 50% 50% 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    right: 0;

}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-8 {
    width: 66.66666667%;
}


ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container .row{
    width: 100%;
}
section.d-blue-block  .col-7 img{
    margin-left: -50px;
}
section.d-blue-block {
    overflow: hidden;
    background: #1a97d4;
    padding: 40px 0 15px;
}
h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Klinic Slab Book';
    margin-bottom: 35px;
    line-height: 55px;
}
.d-top img {
    max-width: 150px;
    margin-bottom: 40px;
}
.text-align-center {
    text-align: center;
}
.col-5 {
    width: 40%;

}

.col-7 {
    width: 60%;
}

.col-6 {
    width: 50%;

}

.col-6 {
    width: 50%;
}

