/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import '../frontend/css/bootstrap.min.css';
@import '../frontend/css/animate.css';
@import '../frontend/css/magnific-popup.css';
@import '../frontend/css/owl.carousel.min.css';
@import '../frontend/css/font-awesome.min.css';
@import '../frontend/css/themify-icons.css';
@import '../frontend/css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}

.row{	
    margin-left: 0;	
    margin-right: 0;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pr-50{
    padding-right: 50px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #4dceb7;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4dceb7;
    margin: 0;
    letter-spacing: 2px;
}


.section-heading {
    margin-bottom: 20px;
}

.line-shape {
    width: 80px;
    height: 2px;
    background-color: #cbcbcb;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #F96030;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 1%;
}

.header_area .header-logo {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.header_area .header-logo .tagline {
    font-size: 12px;
    font-weight: 100;
    padding: 2px;
}

.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area .navbar-nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0px 12px;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
}

.menu_area nav ul li a{
    position: relative;
}
.menu_area nav ul li a::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #FFF;
}

.menu_area nav ul#nav1 li:last-child a::before,
.menu_area nav ul#nav2 li:last-child a::before {
    background-color: transparent;
}
.menu_area nav ul li a:hover {
    color: #F96030;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button > a {
    color: rgb(0, 0, 0);
    font-weight: 500;
    display: inline-block;
    border: 2px solid #ffffff;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px;
    background-color: #ffffff;
}
.sing-up-button a .fa-arrow-right{
    color: rgb(173,173,173);
    margin-left: 15px;
}
/* stcicky css */

.header_area.sticky {
    background-color: #e58d14;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 0px 13px;
}
.header_area.sticky .navbar {
    padding: 0;
}

/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    background-image: url(img/bg-img/welcome-bg.jpg);
    height: 100vh;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    background-position: center;
    background-position-y: 2%;
    overflow: hidden;
}

.wellcome_area:after {
    background-color: #e58d14d9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.welcome-thumb {
    width: 90%;
    position: relative;
    left: 15%;
    z-index: 9;
    top: 34px;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.right-side-content {
    padding-left: 3%;
}

.wellcome-heading {
    margin-bottom: 30px;
}

.wellcome-heading img {
    height: 120px;
    position: relative;
    z-index: 3;
    padding: 17px 13px;
    background-color: #ffff;
    border-radius: 20px 20px 20px 20px;
    left: 20%;
    margin-top: 10%;
}

.wellcome-heading .wellcome-info{
    margin-top: 20px;
}

.wellcome-heading .wellcome-info h1,
.wellcome-heading .wellcome-info h2,
.wellcome-heading .wellcome-info h3 {
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.wellcome-heading .wellcome-info h1 {
    font-size: 3rem;
    font-weight: 500;
    left: 6%;
    margin-bottom: 0px !important;
}

.wellcome-heading .wellcome-info h2 {
    font-weight: 500;
    font-size: 40px;
    left: 0%;
}

.wellcome-heading .wellcome-info h3 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    left: 11%;
    opacity: .7;
}


.wellcome-heading > p {
    color: #fff;
    padding-bottom: 50px;
}

.get-start-area {
    margin-left: 1%;
}

.get-start-area .get-start-button,
.get-start-area .watch-video-button {
    display: inline-block;
    border: 2px solid #ffffff;
    height: 50px;
    min-width: 178px;
    text-align: center;
    border-radius: 24px 24px;
    background-color: #ffffff;
    z-index: 3;
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 46px;
}
.get-start-area .watch-video-button {
    margin-left: 5%;
}

.sing-up-button > a:hover,
.get-start-area .get-start-button:hover,
.get-start-area .watch-video-button:hover 
 {
    background: #ffffffa1;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* --------------------------
:: 4.0 Awesome Area CSS
-------------------------- */
.awesome-feature-area,
.how_does_it_work_area{
    background-color: #f2f2f2;
}

.awesome-description-content > h2 {
    color: #4dceb7;
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 500;
}
.awesome-description-content > p {
    font-weight: 500;
    line-height: 2;
    color: #585858;
    font-size: 20px;
}

.app-download-btn{
    text-align: center;
    display: inline-block;
}

.app-download-btn a {
    border: 2px solid #4dceb7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 40px;
    border-radius: 60px 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.see-whos-using a{
    padding: 4px 60px;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border: 3px solid #4dceb7;
    background: #ffffffa1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 18px;
    margin-left: 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.see-whos-using a i {
    margin-left: 10px;
}

.app-download-btn a p {
    color: #120f0f !important;
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.customSpan {
    font-size: 18px !important;
    font-weight: 500;
}

.app-download-area{
    text-align: center;
}

.app-download-btn a p span {
    display: block;
}

/* .app-download-btn:first-child {
    margin-right: 50px;
} */

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    background: #ffffffa1;
}

.awesome-description-img{
    text-align: center;
}

.awesome-description-img img{
    max-width: 90%;
    padding: 30px 0;
}

.awesome-features-description-img{
    text-align: center;
}

.awesome-features-description-img img{
    max-width: 100%;
    padding: 30px;
}

.awesome-feature .awesome-description-content > h2 {
    color: #120f0f;
    padding-left: 15px;
}

.single-feature h5{
    color: #4dceb7;
    font-weight: 500;
    font-size: 18px;
}

.awesome-feature {
    padding-top: 50px;
    padding-bottom: 50px;
}
.awesome-feature .row{
    align-items: center;
}

.additional-features h2{
    color: #595959;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 500;
}

.additional-features .additional-features-content p{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.additional-features .additional-features-content .additional-features-row1 p{
    color: #4dceb7;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */
.video-section {
    padding-top: 20px;
}

.video-area {
    margin-left: 12% !important;
    margin-right: 12% !important;
    height: 80vh;
    background-color: #000;
}

.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #000;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #F96030;
    color: #fff;
}
.video-area .video-play-btn p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    top: 62%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */
.special-area{
    background-color: #f2f2f2;
}
.special-area h2 {
    color: #120f0f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.special-area .why-special{
    margin-top: 80px;
    margin-bottom: 80px;
}

.single-special {
    padding: 5px 20px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 10px;    
}

.single-special > h4 {
    font-size: 22px;
    color: #120f0f;
    margin-bottom: 15px;
    font-weight: 600;
}
.top-row{
    margin-bottom: 20px;
}
.mid-row{
    align-items: center;
}
.single-icon {
    position: relative;
}

.single-icon > img {
    width: 90px;
    z-index: 2;
    position: relative;
}

.single-icon-left-first-i:before{
    content: "";
    height: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-left: dashed 2px #bcbcbc;

    width: 15px;
    left: 54px;
    bottom: 75%;
    transform: rotate(23deg);
}

.single-icon-left-second-i:before{
    content: "";
    height: 100px;
    background: transparent;
    border: none;
    border-radius: 40%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-left: dashed 2px #bcbcbc;

    width: 10px;
    left: 25px;
    bottom: 90%;
    transform: rotate(1deg);
}
.single-icon-left-third-i:before{
    content: "";
    height: 100px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-left: dashed 2px #bcbcbc;

    width: 10px;
    left: 30px;
    bottom: 100%;
    transform: rotate(-5deg);
}
.single-icon-left-third-i:after{
    content: "";
    height: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-left: dashed 2px #bcbcbc;

    width: 7px;
    left: 60PX;
    top: 50%;
    transform: rotate(-21deg);
}

/* Right side */
.single-icon-right-first-i:before{
    content: "";
    height: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-right: dashed 2px #bcbcbc;

    width: 15px;
    right: 54px;
    bottom: 75%;
    transform: rotate(-23deg);
}
.single-icon-right-second-i:before{
    content: "";
    height: 100px;
    background: transparent;
    border: none;
    border-radius: 40%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-right: dashed 2px #bcbcbc;

    width: 10px;
    right: 25px;
    bottom: 90%;
    transform: rotate(-1deg);
}
.single-icon-right-third-i:before{
    content: "";
    height: 100px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-right: dashed 2px #bcbcbc;

    width: 10px;
    right: 30px;
    bottom: 100%;
    transform: rotate(5deg);
}
.single-icon-right-third-i:after{
    content: "";
    height: 90px;
    background: transparent;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border-right: dashed 2px #bcbcbc;

    width: 7px;
    right: 60px;
    top: 50%;
    transform: rotate(21deg);
}

.full-line-shape {
    width: 100%;
    height: 1px;
    background-color: #cbcbcb;
    margin-top: 15px;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */
.app-screenshots-area{
    background-color: #f2f2f2;
}

.app-screenshots-area h2 {
    color: #120f0f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.app-screenshots-slides {
    padding: 0 6%;
    margin-top: 100px;
}

.app-screenshots-slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app-screenshots-slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #8f8f8f;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

.app-screenshots-area .nav-btn {
    position: absolute;
    cursor: pointer;
    top: 40% !important;
    border: solid #d5d5d5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 20px;
    height: 20px;
  }
  
  .app-screenshots-area .owl-prev.disabled,
  .app-screenshots-area .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
  }
  
  .app-screenshots-area .prev-slide {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 50px;
  }

  .app-screenshots-area .next-slide {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 50px;
  }
  
  .app-screenshots-area .prev-slide:hover {
   background-position: 0px -53px;
  }

  .app-screenshots-area .next-slide:hover {
  background-position: -24px -53px;
  } 
  
  .app-screenshots-slides .single-shot img {
    height: 60vh;/*ask rita*/
    border-radius: 5%;
  }
  
/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */
.clients-review-area {
    background-color: #ebebeb;
}

.clients-review-area h2 {
    color: #120f0f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.clients-review-area .container-fluid {
    padding: 80px;
}

.clients-review-area .review {
    padding: 0px 40px;
    height: 450px;
    max-width: 450px;
}

.clients-review-area .review .dot {
    height: 80px;
    width: 80px;
    background-color: #bbb;
    border-radius: 50%;
    border: 8px solid #ebebeb;
    display: inline-block;
    top: -40px;
    position: relative;
}

.clients-review-area .review h4 {
    font-weight: 500;
}

.clients-review-area .review h6 {
    font-weight: 500;
    color: #878787;
}

.small-line-shape {
    width: 30px;
    height: 2px;
    background-color: #cbcbcb;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: calc(50% - 20px);
}

.clients-review-area .review .review-entry {
    font-weight: 600;
}

.clients-review-area .review .review-entry img{
    width: 50px;
    height: 35px;
    position: absolute;
    top: 150px;
    left: 60px;
    opacity: .2;
}

.orange-div{
    height: 300px;
}

/* --------------------------
:: 8.0 Client Feedback Area CSS
-------------------------- */
.clients-feedback-area {
    background-image: url(img/bg-img/feedback-bg.jpg);
    /* height: 80vh; */
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    background-position: center;
    /* background-position-y: 65%; */
    padding: 100px 0px;
}

.clients-feedback-area:after {
    background-color: #0707079c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.special_description_content{
    padding: 50px 150px;
}

.special_description_content h3{
    font-size: 30px;
    color: #4dceb787;
}

.clients-feedback-area .special_description_content p{
    font-size: 45px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 500;
}

.clients-feedback-area .section-heading h3,
.clients-feedback-area .special_description_content button {
    z-index: 1;
    position: relative;
}

.clients-feedback-area .special_description_content button {
    border: 2px solid #ffffff;
    height: 50px;
    min-width: 250px;
    text-align: center;
    border-radius: 24px 24px;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */
#footer {
    width: 100%;
    background-color: #222222;
    padding: 40px 100px;
}
#footer .widget .widget-title h6 {
    font-weight: 600;
    color: #767676;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul li{
    line-height: 38px;
}
.widget ul li a {
    color: #f1f1f1;
}

.widget .textwidget p,
.widget .textwidget p a {
    color: #f1f1f1;
}

.widget .textwidget p.contact-us-text {
    color: #61bcab;
    padding-right: 50px;
}

.widget .textwidget ul li.social-media {
    padding-bottom: 20px;
}

.widget .textwidget ul li a img {
    width: 50px;
    margin-right: 20px;
}

/* --------------------------
:: inner-pages
-------------------------- */
#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

#demoContactForm .form-control{
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}
.btn.submit-btn {
    background: #4eceb7;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
    cursor: pointer;
}

.btn.submit-btn:hover {
    background: #4b8a7e;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* text_to_give */
.container-mobile-friendly{
    padding: 0 200px;
}
.answer-horizontal{
    display: block;
}
.answer-vertical{
    display: none;
}

@media (min-width: 1000px){
    #myModal .modal-dialog{max-width: 900px;}
}