/*
Theme Name: Oshin
Theme URI: https://oshinewptheme.com
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description:  Multi Layout Multi-Purpose Responsive Wordpress theme
Version: 6.9.4
License: GPL 2.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: oshin
*/

    #ask_q_form .error{
        color:red;
    }
    .slider {
        width: 90%;
        margin: auto;
    }
    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before, .slick-next:before
    {
        font-size:32px !important;
        color:#60C2D3  !important;
    }
    
    .slick-next{
        right: -50px !important;
    }
    
    .slick-prev{
        left: -40px !important;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      
    }
    
.m-col-4{
    max-width: 360px;
}

.m-col-text-align{
    text-align:center;
}
.m-col{
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    width: 100%;
}
.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}
.t533__uptitle {
    color: #777;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}
.t-descr {
    font-weight: 300;
    color: #000;
}
.t-name {
    font-weight: 600;
    color: #000;
}
.m__textwrapper {
   background: #F7F7F7;
    padding: 68px 30px 68px;
}
.m_content{
    position:relative;
}

.fa {
  padding: 12px 15px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-whatsapp {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}


.ui-accordion-header:before{
    font-size:24px;
    font-size: 24px;
    color: #60c2d3;
    font-weight: 600;
}
.question_text{
    font-size:20px;
    display: inline-flex;
    width: 96%;
    line-height: 22px;
}

.alert-success_ask {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert_ask{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media only screen and (max-width: 768px) {
  .question_text{
    font-size:20px;
    display: inline-flex;
    width: 84%;
    line-height: 22px;
    }
    .tatsu-button-wrap.block-right{
        text-align:center;
    }
    .accordion-head{
        width:100% !important;
        
    }
    .ui-accordion-content {
        background: #eee !important;
        text-align: justify;
        padding: 8px 14px !important;
        font-size: 16px;
        width:100% !important;
    }
    .tatsu-2c5i89tW_.tatsu-single-image{
        transform:none !important;
    }
}

.tatsu-success, .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: none; 
    color: #000;
    border: 2px solid #66b369;
    padding: 3px 14px;
}

.tatsu-error, .wpcf7-response-output.wpcf7-validation-errors {
    background: white; 
    color: #ed1515;
    border: 2px solid red;
    padding: 3px 14px;
}


/* Style the Image Used to Trigger the Modal */
#myimage_modal #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myimage_modal #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#myimage_modal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 140px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#myimage_modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#myimage_modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
#myimage_modal .modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 104px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#myimage_modal .close:hover,
#myimage_modal.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  #myimage_modal .modal-content {
    width: 100%;
  }
}

input[type=tel].wpcf7-not-valid {
    border: 1px solid #ef8080;
    margin-bottom: 0;
}