@import url("fonts/fonts.css");
body,.title-top{font-family: EvonikAntares,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,Arial,sans-serif;}
span,a,h1,h2,h3,h4,h5,p,button{font-family: EvonikProkyon,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,Arial,sans-serif;}
h1,h2,h3,h4,h5{
    margin-top: 0;
}
a {
    color: #212529;
}
a:hover, a:focus{
    color: #212529;
    text-decoration: none;
}
body{
    /*max-width: 1440px;*/
    margin: 0 auto;
    padding-top: 95px;
    color:  #212529;
}
html,body{
    width: 100%;
    height: 100%;
}
h2{
    font-size:36px;
    font-weight:500;
}
h2 > em, h3 > em, h4 > em{
    font-weight:600;
}
h4{
    font-size:28px;
    font-weight:500;
}
p{
    font-size: 18px;
}
sup{
    font-size: 1em;
    top: 0;
}

button,a{outline: none;}
.section{padding: 50px 0;}
ul,li{list-style-type: none;margin: 0; padding: 0;}
.center-content{text-align: center;}
.col-item-4 .item{width:25%; float: left;}
.with-line{position: relative;}
.error{color: red;}
/*-----------------------------------*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#991d85;}
.owl-theme .owl-dots .owl-dot span{background: #e9e6df;}
.owl-dots{margin-top: 20px;}

/*Header*/
.btn{
   color: #991d85;
}
.header{
    padding: 20px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: rgba(255,255,255,0.95);
    top: -96px;
    left: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.header.showHeader{
top: 0;
}
.header .header-text,.header #login{
    font-size: 18px;
    margin-top: 1em;
    display: inline-block;
}
.header #logo{
    float: left;
}
.header #login i{
    display: none;
}
.header #login{
    float: right;
}
.header .btn{
    float: right;
    margin-top: 15px;
    margin-left: 20px;
}

/*Slider*/
.slider-wrapper{
    position: relative;
}
.slider .slider-box{
    padding: 2.5em;
    background-color: #991d85;
    color: #fff;
    border: 0 solid #fff;
    width: 380px;
    position: absolute;
    bottom: 50px;
    right: 15px;
}
.slider .slider-box .btn{
    clear: both;
    display: inline-block;
    background: #ffffff;
    margin-top: 20px;
    font-size: 22px;
    padding: 6px 19px;
    color: #991d85;
}
.slider .slider-box span{
    font-size: 20px;
    display: block;
}
.slider .slider-item{
  height: 600px;
}
.slider .slider-item .container{
    position: relative;
}
.slider .slider-item .slider-img{
    height: 100%;
}


.nav-container button{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border:none;
    text-indent: -9999em;
}
.nav-container button.disabled{
    opacity: 0.5;
    cursor: default;
}

.nav-container .slider-arrow-left{
    left: 0;
    background: url("../img/arrow-left.svg") no-repeat;

}
.nav-container .slider-arrow-right{
    right: 0;
    background: url("../img/arrow-right.svg") no-repeat;
}


.title-top{
    font-family: EvonikAntares;
    font-size: 20px;

}


/*Icons*/
.icons.col-item-4{
    width: 562px;
    margin: 0 auto;
    overflow: hidden;
}

.icons .item{
   padding: 0 20px;
}
.icons .icon-img{
    /*padding: 0 5px;*/
}
.icons .icon-text{
    color: #991d85;
    font-weight: bold;
}
.center-content h2{
    padding: 0 50px;
    color: #991d85;
}
.center-content p{

    padding: 20px 0;
}
.center-content.feed-spec p{
    color:#a59c94;
}
.center-content.feed-spec h2{
    margin-top: 30px;
}
/*Video*/
.video-item-wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.video-content{
    height: 500px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    opacity: 0;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;


}
.video-item-wrapper:after,.with-line:after{
    content:'';
    height: 0;
    width: 6px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: height 1s ease-out;
    -moz-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
}

.video-item-wrapper .video-content{
    /*width: 50%;*/
    width: 559px;
    position: absolute;
    bottom: 40px;
    padding: 0 50px;
    color:#ffffff;
    height: auto;
}

.video-item{
    vertical-align: top;
    -webkit-transform: translate(-15%);
    -moz-transform: translate(-15%);
    -ms-transform: translate(-15%);
    -o-transform: translate(-15%);
    transform: translate(-15%);
}

.video-item-wrapper.odd .video-content{
    /*right: 0;*/
    left: 50%;
}
.video-item-wrapper.even .video-content{
    right: 50%;
    text-align: right;
}
.video-item-wrapper.odd .video-content:before,.video-item-wrapper.even .video-content:before{
    content:'';
    width: 36px;
    height: 36px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    background: #ffffff;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);

}
.video-item-wrapper .video-content:before{
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.video-item-wrapper.animateLine .video-content:before{
    opacity: 1;
}

.video-item-wrapper.odd .video-content:before{
    left: 0;
}
.video-item-wrapper.even .video-content:before{
    right: 0;
    -webkit-transform: translate(50%,50%);
    -moz-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.video-section > div .video-item-wrapper.animateLine:after{
    height: 100%;
}
.video-section > div:first-child .video-item-wrapper.animateLine:after{
    height: 40%;
    top: 60%;
    /*bottom: 0;*/
}
.btn{
    background:#ada8a2;
    color: #ffffff;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}
.btn:hover,.btn:active,.btn:focus{
    color: #ffffff;
}
.video-item-wrapper .btn{
    padding-left: 0;
}

.video-item-wrapper .btn .plus-icon{
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.plus-icon:after,.plus-icon:before{
    content: '';
    width: 4px;
    height: 14px;
    background: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.plus-icon:before{
    -webkit-transform:translateX(88%) rotate(90deg);
    -moz-transform:translateX(88%) rotate(90deg);
    -ms-transform:translateX(88%) rotate(90deg);
    -o-transform:translateX(88%) rotate(90deg);
    transform:translateX(88%) rotate(90deg);
}

.btn .plus-icon{
    display: inline-block;
    padding: 0 10px;
}


.video-item-wrapper .btn.active,.video-item-wrapper .btn:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.video-item-wrapper .btn.active{
    background: #ffffff;
    color: #212529;
}
.video-item-wrapper .btn.active .plus-icon{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.video-item-wrapper .btn.active .plus-icon:before,.video-item-wrapper .btn.active .plus-icon:after{
    background-color: #991d85;
}


.video-section .detail-section{
    background: #555555;
    color: #ffffff;
    padding: 40px 0 50px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#212529)";
    -moz-box-shadow: 0 7px 10px -6px #212529 inset;
    -webkit-box-shadow: 0 7px 10px -6px #212529 inset;
    box-shadow: 0 7px 10px -6px #212529 inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#212529);
}

.video-section .detail-section h2,.video-section .detail-section p{
    text-align:center;
}
.video-section .detail-section.software-overview p{
    text-align:left;
}
.video-section .detail-section.software-overview h2{
    margin-bottom: 20px;
}
.detail-section ul,.detail-section li{
    font-family: EvonikProkyon,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,Arial,sans-serif;
    font-size: 18px;
    list-style-type: disc;
}

.tech-partner-logo{
    text-align: center;
    margin-top: 40px;
}
.tech-partner-logo img{
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.tech-partner-logo span{
    display: block;
    margin-top: 10px;
}

.center-content.single-image{
    overflow: hidden;
}
.center-content.single-image img{
    width: 407px;
    z-index: 99;
    position: relative;
    margin-top: 50px;
}
.center-content.single-image p{
    margin-bottom: 50px;
}
.center-content.single-image h2{
    margin-top: 30px;
}
.center-content.with-line:after {
    height:0;
    background: #991d85;

}
.center-content.with-line.animateLine:after{
    height: 16%;
}

.center-content.single-image,
.center-content.single-image p,
.center-content.single-image img,
.center-content.single-image h2,
.center-content.single-image p{
    opacity: 0;
}

.section.common_section.light_bg{
    background:#e9e6df;
}
.section.common_section.light_bg h2{
    margin-top: 0;
}
.section.common_section.light_bg span{
    margin-bottom: 0;
}
.section.common_section.light_bg.expert_support p{
    margin-bottom: 0;
}
.section.common_section.light_bg .btn{
    background: #796e65;
}
#real-value,
#real-value p,
#real-value span,
#real-value h2,
#real-value img,
#boost-income,
#boost-income p,
#boost-income span,
#boost-income h2,
#boost-income img{
    opacity: 0;
}
.section.common_section{

    text-align: center;
}
.section.common_section h2,
.section.common_section span{
    color: #991d85;
}
.section.common_section h2{
    margin-bottom: 20px;
}
.section.common_section img{
    display: inline-block;
    max-height: 80px;
    margin-bottom: 10px;
}
.section.common_section span{
    font-weight: 500;
    display: block;
    margin-bottom: 50px;
}
.section.common_section p{
    margin-bottom: 35px;
}

.section.common_section.big_icon img{
    max-height: 136px;
}

.section.common_section.big_icon .icon-label-title{
    color: #991d85;
    margin-top: 5px;
}
.section.common_section.big_icon .icon-label-detail{
    color: #212529;
}

.section.common_section .text-box{
    background: #ffffff;
    padding: 10px 19px 19px 20px;
    text-align: center;
    height: 320px;
}
.text-box{
    position: relative;
}
.text-box h4{
    margin-top: 0;
    color: #991d85;
}
.text-box .btn{
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 4%;
}

.section.common_section.dark_bg{
    background: #9a1d85;
    color: #ffffff;
}
.section.common_section.dark_bg h2, .section.common_section.dark_bg span{
    color: #ffffff;
}

.section.common_section.dark_bg .icon-img-wrapper{
    background:#721663;
    height: 80px;
    width: 80px;
    overflow: hidden;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    margin: 0 auto 10px auto;
}


/*form design*/
.selectBox-dropdown,form.form input[type='text'],form.form input[type='email'],textarea.form-control{ background:#e9e6df;}
/*form.form input[type='text'],form.form input[type='email'],textarea.form-control{
    font-weight: 100; font-size: 18px; line-height: 24px;
}*/
.selectBox-dropdown .selectBox-arrow{background-color: #ada8a2;}

form.form input[type='text'],form.form label{
    display: block;
}
.selectBox-dropdown .selectBox-arrow{
    background-image: url("../img/arrow-down.png");
    background-repeat:  no-repeat;
    background-position: center;
    background-size: 50%;
}
.selectBox-options LI A{
    padding: 5px 10px;
}
.selectBox-dropdown .selectBox-label{
    padding: 0;
}
.selectBox-dropdown, form.form input[type='text'],form.form input[type='email'],textarea.form-control{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
textarea.form-control{
    max-height: 300px;
    min-height: 200px;
    max-width: 100%;
    min-width: 100%;
}
.form-control:not(a){
    padding: 20px 15px;
}
.form-control:focus{
    border-color: #ada8a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173,168,162, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173,168,162, 0.6);
}
.selectBox-dropdown,.form-control{
    border:1px solid #ffffff;
    color: #786e64;
}
.form-group label,.selectBox-dropdown,.form-control,.icheckbox_square-pink label{
    font-family: EvonikProkyon,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,Arial,sans-serif;
    font-weight: 500;
}
.selectBox-dropdown .selectBox-arrow{
    background-color: #796e65;
    width: 40px;
    height: 40px;
    border:none;
}
a.form-control.selectBox{
    padding: 10px;
    height: 42.5px;
}
span.form-info {
    display: block;
    margin-top: 34px;
}
form.form .icheckbox_square-pink+label{
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    position: relative;
    top: -3px;
}

.form-section h2,.form-section p{
    text-align: center;
}
.btn.dark-color{

    background: #9a1d85;
    color: #ffffff;
}
.form-section .btn-container{
    text-align: center;
}
.privacy_policy{
    max-width: 800px;
    width: 100%;
    vertical-align: top;
}
.privacy_policy a{
    color: #9a1d85;
}
.privacy_policy .checkbox-wrapper{
    display: table-row;
}
.checkbox-wrapper > div,form.form .checkbox-wrapper > label{
    display: table-cell;
}


.section.common_section.dark_bg.extra_dark_bg{
    background:#5C1150;
}
.section.common_section.dark_bg.extra_dark_bg .text-box{
    height: 160px;
    text-align: left;
    position: relative;
    cursor: default;
}
.section.common_section.dark_bg.extra_dark_bg .text-box:hover{
    background: #E0E0E0;
}
.text-box .link{
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 40px;
    color: #991d85;
}
.extra_dark_bg .text-box p{
    color: #212529;
    opacity: 0;

}

.extra_dark_bg .text-box h4, .extra_dark_bg .text-box p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.extra_dark_bg .text-box:hover h4 {
    font-size: 18px;
}

.extra_dark_bg .text-box:hover p {
    opacity: 1;
}

.footer .social-network-links {
    float: right;
}

.footer .social-network-links li {
    float: left;
}

.footer .social-network-links a {
    display: inline-block;
    background: #212529;
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 3px;
}
.footer .social-network-links li:last-child a{
    margin-right: 0;
}

.footer .footer-nav-links{
    margin-top: 5px;
}
.footer .footer-nav-links,.footer .footer-nav-links li{
    float: left;
}
.footer .footer-nav-links li a{
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}
.footer-nav-links li a:after{
    content: '|';
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #cccccc;
    top: -1px;
    font-weight: bold;
}

.footer-nav-links li:last-child a:after {
    display: none;
}

.mobile-video-poster {
    display: none;
}
.loader-wrapper,.success-msg,.fail-msg{
    display: none;
    margin-top: 10px;
}
.success-msg span{
    background: url("../img/success.png") left no-repeat;
    padding-left: 30px;
    background-size: 20px;
}
.loader-wrapper .loader{
    background: url(../img/busy.gif) no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    display: inline-block;
    background-size: cover;
}
#form-section input[type='text'],#form-section input[type='email']{
    padding: 0 10px 0 10px;
    height: 42px;
}
@media only screen and (max-width: 1400px) {
    body{
        padding-top: 66px;
    }

    .header{
        padding: 15px 0;
    }
    #logo img{
        height: 35px;
    }
    .header .btn{
        margin-top: 0;
    }
    .header .header-text, .header #login {
        margin-top: 5px;
    }
    .slider .slider-item{
        max-height: none;
        height: 400px;
    }

    .slider .slider-box h2{
        font-size: 28px;
    }
    .slider .slider-box span,.slider .slider-box .btn{
        font-size: 16px;
    }
    .video-item {
        -webkit-transform: translate(-25%);
        -moz-transform: translate(-25%);
        -ms-transform: translate(-25%);
        -o-transform: translate(-25%);
        transform: translate(-25%);
    }
}
@media only screen and (max-width: 414px) {

    .slider .slider-item .container{
        padding: 0;
    }
    .header #login,.header .btn{

        font-size: 12px;
    }
    .header .btn{
        margin: 0 0 0 10px;
    }
    .header #login{
        float: right;
    }
    #login span{
        display: none;
    }
    .header #login i{
        font-size: 18px;
        display: inline-block;
    }
    .icons.col-item-4 {
        width: 100%;
    }

    .col-item-4 .item {
        width: 50%;
    }
    .show-content .nav-container{
        display: none;
    }
    .mobile-video-poster,.video-section{
        display: block;
        height: 100vh;
    }
    .video-section{
        overflow: hidden;
    }
    .video-item {
        display: none;
    }
    .video-item-wrapper .video-content{
        width: auto;
    }
    .detail-section{
        /*position: fixed !important;*/
    }
    .video-item-wrapper:after{
        display: none;
    }
    .video-item-wrapper.odd .video-content,.video-item-wrapper.even .video-content{
        left: auto;
        right: auto;
        text-align: left;
        opacity: 1;
    }
    .video-item-wrapper.odd .video-content:before, .video-item-wrapper.even .video-content:before{
        display: none;
    }
    .slider .slider-item{
        height: auto;
    }
    .slider .slider-item .slider-img{
        height: 232px;
    }
    .slider .slider-box{
        position: relative;
        right: auto;
        bottom: auto;
        padding: 1.5em;
        width: 100%;
    }
    .slider-box h2{
        margin-top: 0;
    }
    .owl-dots{
        position: absolute;
        top: 187px;
        right: 50%;
        transform: translateX(50%);
    }
    .video-section .owl-dots{
        top: -100%;
        position: relative;
    }
    .video-section .owl-dots:after{
        content: '';
        width: 82%;
        height: 2px;
        display: block;
        position: absolute;
        top: 46%;
        left: 33px;
        background: #ffffff;
        z-index: -1;
    }
    .video-section.owl-theme .owl-dots .owl-dot span{
        width: 40px;
        height: 40px;
        position: relative;
    }
    .video-section.owl-theme .owl-dots .owl-dot span:after{
        position: absolute;
        font-size: 20px;
        top: 11%;
        left: 35%;
    }
    .video-section.owl-theme .owl-dots .owl-dot:nth-child(1){float: left; padding-left: 20px !important;}
    .video-section.owl-theme .owl-dots .owl-dot:nth-child(3){float: right; padding-right: 20px !important;}
    .video-section.owl-theme .owl-dots .owl-dot:nth-child(1) span:after{content: '1';}
    .video-section.owl-theme .owl-dots .owl-dot:nth-child(2) span:after{ content: '2';}
    .video-section.owl-theme .owl-dots .owl-dot:nth-child(3) span:after{ content: '3';}
    .video-section.owl-theme .owl-dots .owl-dot.active span:after{color: #ffffff; }
    .owl-carousel .owl-item .tech-partner-logo img{
        width: auto;
        display: inline;
    }
    .center-content.with-line{width: 100%;}
    .center-content.with-line.animateLine:after{height: 13.5%;}
    .header{
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=98, Color=#212529)";
        -moz-box-shadow: 1px 7px 6px -5px #212529;
        -webkit-box-shadow: 1px 7px 6px -5px #212529;
        box-shadow: 1px 7px 6px -5px #212529;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#212529);
        z-index: 9;
    }
    .header .header-text{
        margin: 0;
    }
    .header-text a{
        display: block;
        font-size: 12px;
    }
    .center-content h2{
        padding: 0;
    }
    .center-content p{
    padding-top: 0;
    }
    #logo img{
        width: 100px;
        height: auto;
    }
    .nav-container button{
        top: 26%;
    }
    .nav-container .slider-arrow-right, .nav-container .slider-arrow-left{
        background-size: 50%;
        background-position: center;
    }
    .nav-container button {
        width: 40px;
        height: 40px;
    }

    .video-section > div{
        position: relative;
    }
    .video-section .video-content.active p{
        display: none;
    }
    .video-section .video-item-wrapper:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.3;
        background: #212529;
    }
    .video-section .nav-container{    position: absolute;        top: 50%;        width: 100%;}
    .detail-section ul{padding: 0 20px}
    .video-section .btn.active{
        margin-bottom: 390px;
    }
    .video-section .detail-section{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50vh;
        overflow-y: scroll;
    }
    .center-content.single-image img{
        width: 100%;
    }
    .center-content p{
        padding-left: 20px;
        padding-right: 20px;
    }
    #aminonir-package,#adjust-feed{
        margin: 0;
    }
    #aminonir-package .text-box .btn,#adjust-feed .text-box .btn{
        position: relative;
        display: inline;
        right: 0;
    }
    #aminonir-package .text-box p,#adjust-feed .text-box p{
        padding-bottom: 10px;
    }
    #aminonir-package .nav-container .slider-arrow-right{
        background: url("../img/arrow-right-pink.png") no-repeat center;
        background-size: 80%;
        right: -15px;
    }
    #aminonir-package .nav-container .slider-arrow-left{
        background: url("../img/arrow-left-pink.png") no-repeat center;
        background-size: 80%;
        left: -15px;
    }
    #aminonir-package .nav-container button{
        top: 115px;
    }
    #adjust-feed .nav-container button{
        top: 95px;
    }
    .section.common_section #aminonir-package .text-box,
    .section.common_section  #adjust-feed .text-box{
        height: auto;
    }
    #aminonir-package .owl-item,#adjust-feed .owl-item{
        padding: 0 10px;
    }
    #aminonir-package .owl-dots,#adjust-feed .owl-dots{
        position: relative;
        top:0;
    }
    #aminonir-package.owl-theme .owl-dots .owl-dot.active span,
    #aminonir-package.owl-theme .owl-dots .owl-dot:hover span
    {
        background: #991d85;
    }
    #aminonir-package.owl-theme .owl-dots .owl-dot.active span,
    #adjust-feed.owl-theme .owl-dots .owl-dot.active span{
        border:1px solid #ffffff;
        width: 12px;
        height: 12px;
    }
    #aminonir-package.owl-theme .owl-dots .owl-dot span,
    #adjust-feed.owl-theme .owl-dots .owl-dot span{
        background: #DAD5C9;
    }
    #adjust-feed .nav-container .slider-arrow-left{
        left: -15px;
    }
    #adjust-feed .nav-container .slider-arrow-right{
        right: -15px;
    }
    .extra_dark_bg .text-box h4{
        font-size: 18px;
    }
    .extra_dark_bg .text-box p{
        opacity: 1;
    }
    .single-line-text{
        white-space: nowrap;
    }
    .form-check-box >div, .form-check-box > label{
        float: left;
    }
    form.form .icheckbox_square-pink+label{
        top: -3px;
    }
    .form-check-box > label{
        width: 92%;
    }
    .checkbox-wrapper > div{
        float: left;
    }
    .checkbox-wrapper > label{
        float: left;
        width: 83%;
        display: block;
    }

    #form-section p{
        padding-bottom: 50px;
    }
    span.form-info{
        margin-bottom: 35px;
        font-weight: 500;
    }
    #adjust-feed.owl-theme .owl-dots .owl-dot.active span,
    #adjust-feed.owl-theme .owl-dots .owl-dot:hover span{
        background: #991d85;
    }
    .footer{
        position: relative;
    }
    .footer .footer-nav-links{
        margin-top: 30px;
    }
    .footer .footer-nav-links, .footer .footer-nav-links li{
        float: none;
        text-align: center;

    }
    .footer .footer-nav-links li{
        margin-bottom: 10px;
    }
    .footer-nav-links li a:after{
        display: none;
    }
    .footer .social-network-links{
        position: absolute;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 53%;
    }
}

