body {
    font-family: 'NeueHaasDisplay-Regular';
    color: #000
}

.extra_bold {
    font-family: 'ProximaNova-Extrabld';
}
.bold {
    font-family: 'NeueHaasDisplay-Bold';
}
.light{
    font-family: 'NeueHaasDisplay-Light';
}
.semi_bold{
    font-family: 'NeueHaasDisplay-Semibold'
}
.medium{
    font-family: 'NeueHaasDisplay-Medium'
}
.footer_menu{
    padding-bottom: 20px
}

.center_text{
    text-align: center;
}
.input-lg{
    border-radius: 0px;
    font-size:14px;
    height: 60px;
    border: 1px solid #333333;
}
@media all and (min-width: 480px) and (max-width: 1023px) {
    .iframe{
        width: 100% !important;
        height: 250px !important;
    }
    .theiaStickySidebar{
        top: 110px !important;
    }
    .slideInLeft{
        padding: 0 !important
    }
    .header_content{
        padding:0px 0px !important;
        min-height: 50vh !important
    }
    .title{
        font-size: 54px !important;
        line-height: 1.3 !important
    }
    .header_text{
        width: 100% !important
    }

    .float_div{
        padding:20px 5px !important;
        width: 90% !important;
        top:-50px !important;
    }

    .logo_container{
        margin: 10px 0 0 0;
        width: 50% !important;
        padding:0px 25px !important;
        height: 130px !important;

    }
    .plan_section{
        padding:50px !important
    }
    .plan_content{
        flex-direction: column;
    }
    .plan_box{
        width: 50% !important;
        margin: auto auto 10px auto !important;
    }
    .testimonial_section{
        flex-direction: column;
        padding-top:70px !important
    }
    .testimonial_section_pad{
        padding:0 0 40px 0 !important

    }
    .testimonial_text{
        width: 100% !important;
        padding-bottom: 10px;
    }
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }

    .social_icons{
        padding-top: 50px;
        margin: auto;
    }
}

.italic-font{
    font-family: LibreBaskerville;
    /* font-style: italic; */
}

.container{
    max-width: 1230px;
    margin:auto;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}


@media (min-width: 768px) and (max-width: 990px){
    /* .container {
        flex-direction: row !important;
        width: 100% !important;
    } */
    .content{
        width: 100% !important;
        padding: 0 !important
    }
}

@media (min-width: 480px) and (max-width: 767px){
    .social-share{
        margin-left: 0 !important;
    }
    .social-share .social-list li:nth-child(n+2){
        margin-top: 0 !important;
    }
    .social-share{
        text-align: center;
    }
    .right_container{
        width: 100% !important;
    }
    .content{
        width: 100% !important;
        padding: 0 !important
    }
}

@media all and (max-width: 480px) {
    .iframe{
        width: 100% !important;
        height: 250px !important;
    }
    ._embed_video_wrapper,.tiktok-embed{
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .social-share{
        margin-left: 0 !important;
    }
    .social-share{
        text-align: center;
    }
    .social-share .social-list li:nth-child(n+2){
        margin-top: 0 !important;
    }
    .right_container{
        width: 100% !important;
    }

    .content_text20{
        font-size: 20px !important;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 1.42857143 !important
    }
    .motion_image{
      max-height: 250px;
    }
    .image_pad{
        padding-top: 20px !important
    }
    .content_pad{
        padding-top: 30px !important;
    }
    .other_blogs{
        width: 100% !important;
    }
    .content{
        width: 100% !important;
        margin: auto !important;
        padding: 0 !important
    }
    #main-page{
        padding-bottom: 100px !important
    }
    .blog_div{
        flex-direction:column;
        padding-top: 0 !important;
        text-align: center
    }

    .blog_col{
        width:80% !important;
        margin: 50px auto auto auto !important
    }
    .blue_line{
        margin: auto !important
    }
    .container{
        padding:0 !important;
        flex-direction: column;
    }
    .header_content{
        padding:0px !important;
    }
    /* .content_body{
        padding: 40px 30px !important
    } */
    .content_text{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px !important;
        line-height: 1.42857143 !important
    }
    .title{
        font-size: 28px !important;
        line-height: 1 !important
    }
    .header_text{
        width: 100% !important;
        font-size: 20px !important;
    }

    .content_title{
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
   
    .footer_section{
        padding:30px 20px !important;
        flex-direction: column;
    }
    .social_icons{
        margin: auto !important;
        padding-top: 50px;
    }
    .footer_pad_right{
        margin-right: 35px !important
    }
}


a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
#main-page{
    overflow-x: hidden;
}


.ui-loader{
    display: none !important;
}

a{
    cursor: pointer;
}


.modal-header {
    border-bottom: 0px
}
body.modal-open .modal .modal-dialog {
    margin: auto;
}




.title{
    font-size: 60px;
    line-height: 60px;
    word-spacing: .5px;
    margin:0;
}

.content_title{
    font-size: 32px;
    line-height: 32px;
    /* margin-bottom:10px; */
}


/* .link, .link:hover{
    color:#333333;
    text-decoration: underline;
} */


.link {
    
    background-image: linear-gradient(to bottom, #ff9800 0%, #ff9800 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 3px;
    color: #000;
    text-decoration: none;
    transition: background-size .2s;
  }
  
  .link:hover {
    background-size: 3px 50px;
  }

.content_text{
    font-size: 19px
}

.content_text20{
    font-size: 19px
}
/* .content_text{
    margin-bottom: 16px;
    line-height: 1.5;
} */

.menu_link{
    text-decoration:none;
    padding: 8px 5px;
    border-bottom: solid 1px #999999;
    color:#333;
    display: block;
    width: 100%;
}

.menu_link:hover{
    background-color: #f7f7f7;
    color:#333;
}
.menu_link.active{
    color:#A01E64;
}

.content_animate{
    visibility:hidden;
}
.fadeDown{
    visibility: visible !important;
    animation-duration: 0.8s;
    transform: translateY(-50px);
    animation: showup 0.5s ease forwards;
}

@keyframes showup {
    to { transform: translateY(0) }
}
  .animated {
      -webkit-animation-duration: 0s;
      animation-duration: 0s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }
  

  .animated_1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
  .btn-blue{
      background-color: #3e67ea;
      color:#fff;
  }
  
  .btn-blue:hover{
      background-color: #003c7c;
      color:#fff;
  }

.sticky_div {
    position: fixed;
    top: 100px;
}

.fixed_div {
    position: absolute;
    bottom: 200px;
    /* top: 150px; */
    /* width: 100%; */
}



.blog_box{
    transition: 0.8s;
}

.blog_box:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog_box:focus, .blog_box:active{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.theiaStickySidebar{
    padding-top: 0px;
    padding-bottom: 1px;
    position: fixed;
    width: 100px;
    top: 80px;
    left: 35px;
}
.social-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-share ul li a svg{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.social-share ul li a svg:hover{
    fill: #fff;
    background-color: #3e67ea;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.social-share-label-wrap:before {
    position: absolute;
    left: calc(50% - 10px);
    top: 20px;
    width: 1px;
    height: 60px;
    background-color: #3e67ea;
    opacity: 0.2;
    content: "";
}

.social-share-label-wrap{
    padding-top: 80px;
    position: relative;
}

.social-share{
    margin-bottom: 0;
    margin-left: 18px;
}

.social-share-label {
    font-size: 15px;
    width: auto;
    font-weight: 300;
    color: #3e67ea;
    position: relative;
    padding-right: 0;
    -webkit-transform: rotate(-90deg) translateY(0px) translateX(-20px);
        -ms-transform: rotate(-90deg) translateY(0px) translateX(-20px);
            transform: rotate(-90deg) translateY(0px) translateX(-20px);
    display: inline-block;
    position: relative;
    right: 71px;
    -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    position: absolute;
    top: 80px;
}
.social-share-label.label-vertical-trl{
    opacity: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: -3px;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    -webkit-transform: rotate(0) translate(0);
        -ms-transform: rotate(0) translate(0);
            transform: rotate(0) translate(0);
    position: relative;
    right:0;
    top:0;
}
.theiaStickySidebar:after{
    content: "";
    display: table;
    clear: both;
}

.social-share .social-list li:nth-child(n+2){
    margin-top: 15px;
}
.social-share ul li a {
    border-radius: 100%;
    color: #909090;
    padding: 0;
}

.social-list > li > a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.4em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.social-list--inverse>li>a {
    color: rgba(255, 255, 255, 0.8);
}
.left_container{
    width: 100px;
    position: relative;
}
.right_container{
    width: calc(100% - 99px);
    margin: 0 0 0 auto;
}
.list-horizontal>li{
    display: inline-block;
    padding:4px;
}
.list-horizontal{
    margin: -4px;
}