/*  
Theme Name: Itoozhi
Theme URI: http://www.conditionsapply.net/
Version: 1.0
Description: Designed by <a href="http://www.foonzamedia.com">Foonzamedia</a>.
Author: Nithin K Varrier
Author URI: http://www.foonzamedia.com
Template: calypso
Template Version: 1.0

*/

@import url("../calypso/style.css");


/* General */
html {
    font-size: 100%;
   
  }

h1,h2,h3,h4,h5,h6{
    color: #1A3E40;
    margin-bottom: 2rem;
}

a:hover, a:focus, a:active {
	color: #00A650;
}
body, button, input, select, optgroup, textarea{
    line-height: 1.8;
}
button, input[type="button"], input[type="reset"], input[type="submit"], body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button, body .tnp-widget-minimal input.tnp-submit, .btn-primary, .wp-block-button__link,.btn-primary:focus, .btn-primary:active,.btn-primary:active:focus,.btn-primary:visited,.btn-success:focus, .btn-success:active,.btn-success:active:focus,.btn-success:visited,.btn-success{
    background: #1BAA81;
    padding: 0.625rem 2.5rem;
    box-shadow: 0.625rem 0.625rem 3.125rem rgba(0, 166, 80, 0.3);
    border-radius: 2px;
    font-size: 0.8125rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5rem;
    text-transform: uppercase;
    border:1px solid #1BAA81;
    transition: .3s ease;
}
.btn:focus, .btn:active {
    outline: none !important;
}
.big-buttons .wp-block-button__link {
    padding: 1rem 2.5rem;
}
.big-buttons .wp-block-button__link:hover {
    color: #1aab81!important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body .tnp-widget-minimal input.tnp-submit:hover,
.btn-primary:hover, .wp-block-button__link:hover, .btn-primary:focus, .btn-primary:active,.btn-primary:active:focus {
	background: #fff;
	color: #1BAA81;
	outline: none;
border:1px solid #1BAA81;

}
.btn-primary:focus, .btn-primary:active,.btn-primary:active:focus{
    background: #fff !important;
    color: #1BAA81 !important;
    box-shadow: 0.625rem 0.625rem 3.125rem rgba(0, 166, 80, 0.3) !important;
}

button.navbar-toggler, input[type="submit"].search-submit{
    box-shadow: none;
}
button.navbar-toggler:hover{
    border: none;
}

.fa {
    color: #1BAA81;
}

blockquote{
 background-image: url(images/leaf-big.png);
  background-size: 10rem;
  background-repeat: no-repeat;
  padding: 2.5rem 0 2.5rem 4rem;
  font-style: italic;
  min-height: 12rem;
}
p.has-drop-cap:not(:focus):first-letter {
    font-size: 4rem;
}

.wp-block-table td{
    padding:1rem;
}

.wp-block-cover{
	height:auto;
}

/* Header */

.home #site-navigation{
    background-color: #fff;
	-webkit-box-shadow:none;
	box-shadow: none;
}	

.navbar-brand{
    padding: .3125rem;
}

.navbar > .container{
    padding: 0;
}
#menu-primary-menu{
    width: 100%;
}

#main-navigation ul.nav > li.nabh{
   
    margin-left: auto!important;
}

.nabh-info{
    background: url(images/nabh.png) no-repeat 0 50%;
    height: 35px;
    padding-left: 45px;
    padding-top: 8px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1BAA81;
    margin-bottom: 0;
    margin-top: 7px;
}

.navbar .navbar-nav > li > a, .navbar-expand-md .navbar-nav .nav-link, .navbar .navbar-nav > li .dropdown-menu li > a{
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.navbar .navbar-nav > li > a.btn{
    color: #FFFFFF;
    padding: 0.6rem 2rem;
}
.navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li .dropdown-menu li > a:hover, .navbar-expand-md .navbar-nav .nav-link:hover, .navbar .navbar-nav > .active:not(.btn) > a {
    color: #1baa81;
    opacity: 1;
}   
.tooltipicon {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.tooltipicon .tooltiptext {
  visibility: hidden;
  width: 160px;
    background-color: #fff;
    color: #222;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: -50px;
    box-shadow: 0px 0px 20px #19aa81;}

.tooltipicon:hover .tooltiptext {
  visibility: visible;
}

.fa-search, .fa-times{
    font-size: 1.5rem;
    margin-top: 5px;
}
.search-field {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1baa81), to(#1baa81)),-webkit-gradient(linear, left top, left bottom, from(#1baa81), to(#1baa81));
    background-image: -webkit-linear-gradient(#1baa81, #1baa81),-webkit-linear-gradient(#1baa81, #1baa81);
    background-image: linear-gradient(#1baa81, #1baa81),linear-gradient(#1baa81, #1baa81);
}

.searchform:not(.media-toolbar-primary):after,
.search-form:not(.media-toolbar-primary):after,
.woocommerce-product-search:after {
  color: #1baa81;
}
.page-header.header-small{
    min-height: auto;
}
.page-header .container {
    padding-top: 3rem;

}
.page-header.header-small .container{
    padding-bottom: 40px;
}
#welcome.home-section h1.welcome-title{
    margin-top: 3rem;
}
#welcome .btn-primary, .no-fill, .wp-block-button__link.no-fill{
    color: #1BAA81;
    background: #fff;
    box-shadow:none;
}
#welcome .btn-primary:hover, .no-fill:hover, .wp-block-button__link.no-fill:hover{
    background: #1BAA81;
    color: #fff;
}
#welcome .page-header{
    min-height: 0 !important;
}

.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }

/* Fearure Section*/
.home-section{
    margin-top: 0;
    padding-top: 5rem;
}


.home-section.ca-features{
   
     min-height: 20rem;
     
}
.home .home-section.ca-features{
    background: none;
    background-image: url(images/leaf-big.png);
    background-size: 12rem;
    background-repeat: no-repeat;
    background-position:-3rem center;
}
.ca-features-content .card{
    background: #BEFFDB;
    margin-bottom: 1rem;
    transition: .3s ease;
}
.ca-features-content .ca-info:hover .card{
    background: #1BAA81;
    cursor: pointer;
}
.ca-features .ca-features-content .ca-info:hover .info-title{
    color: #1BAA81;
}

.ca-about{
    background-attachment:inherit;
}
.home-section.ca-about {
    background-image: url(images/leaf-big-right.png);
    background-size: 20rem;
    background-repeat: no-repeat;
    background-position:110% top;
    padding-bottom: 0;
} 
#ca-block-slider{
    background-image: url(images/leaf-big-right.png);
    background-size: 15rem;
    background-repeat: no-repeat;
    background-position:right top;
}

.ca-features .info-title{
    font-weight: bold;
    font-size: 0.75rem;
    font-family: 'Lato';
    line-height: 1.25rem;
    text-align: center;
    
    color: #1A3E40;
    text-transform: uppercase;
}
.home-section.ca-features h2.ca-title{
    font-size: 2.5rem;
}
.ca-blog h2.ca-title::after, .ca-features h2.ca-title::after,.ca-blog h2.ca-title::before, .ca-features h2.ca-title::before{
    background: none;
}
body .home-section h2.ca-features-title{
    margin-top: 4rem;
    font-weight: bold;
    
    line-height: 1.4em;
    text-align: center;
    color: #1A3E40;
}
.ca-info .icon, .info .icon{
    margin-bottom: 0.625rem;
}


.wp-block-cgb-block-ca-block div{
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
}
.wp-block-cgb-block-ca-block.full-width {
    width: 99.3vw;

}


/* Blog  */

.entry-title a{
    color: #1A3E40;
}
h1.ca-title, h1.ca-title a {
    color: #1A3E40;
}
.page-header p {
    color: #1A3E40;
}
.page-header p.author a{
    color: #E9FFF2;
}

.pagination .page-numbers{
	border:1px solid #1baa81;
	padding: 5px 10px;
	margin-right: 10px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
	background-color: #1baa81;
	color: #fff;
}
.card .card-image, .card-no-width .card-image{
    height: auto;
    box-shadow: none;
    border-radius: 2px;
}
a.more-link span:before, .label.label-primary{
    background-color: #1baa81;
}
.corner-bg{
    position: relative;
}
.corner-bg img{
    position: relative;
    padding-left: 3rem;
    padding-bottom: 3rem;
}
.corner-bg::before{
    content:'';
    width: 80%;
    background: #E9FFF2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3rem;
}
#post-navigation {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 1.5rem 0;
}


/* Slider Section */
#ca-block-slider{
    margin-bottom: 9.375rem;
}
.slider-image-container{
    position: relative;
}
.slider-image-container::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;
    background-image: linear-gradient(90deg, rgba(26,62,64,0.30015756302521013) 0%, rgba(255,255,255,0) 50%, rgba(26,62,64,0.3) 100%);
    margin-right: 15px;
    margin-left: 15px;
  content: '';
   }

.slider-title{
    font-family: Lora;
font-style: normal;
font-weight: bold;
font-size: 2rem;
}
#ca-block-slider .carousel-indicators li{
    height: auto;
}
ol.carousel-indicators {
    bottom: -7rem;
}
.carousel-indicators,
.carousel-indicators li{
    justify-content:left;
    margin-left: 0;
    margin-right: 10px;
}
.carousel-indicators li{
    background:#1A3E40;
    
}

.carousel-indicators li img{
    opacity:0.6;
}

.carousel-indicators li:hover{
    cursor: pointer;
}
.carousel-indicators li.active img{
    opacity:1;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    opacity: 0.5;
}

.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
   font-size: 0;
}
.carousel-control-next {
    right: 51%;
}

.carousel-control-next-icon{
    background-image: url(images/next-arrow.png);
    background-repeat: no-repeat;
    background-position:right top;
    height: 43px;
    width: 22px;
}
.carousel-control-prev-icon{
    background-image: url(images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position:right top;
    height: 43px;
    width: 22px;
}


/* COntent Style*/
.wp-block-cgb-block-ca-block{
    margin-bottom:0; 
}

/*Toogle Style*/

.wp-block-getwid-toggle__row {
    margin-bottom: 20px;
}

.wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
    border-top: 1px solid  #eee;
}


.wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper a {
    color: #555555;
    font: 400 18px/1.6em Lora;
}
/* Subscribe Section */

.ca-subscribe{
    background: #1A3E40;
    margin-top: 0;
    padding-bottom: 10px;
}
.subscribe-sub-title{
    font-weight: bold;
    font-size: 0.875rem;
    color: #E9FFF2;
}
.ca-subscribe-container{
    width: 80%;
}
.ca-subscribe-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 1.35rem 1.5rem;
    font-size: 0.8125rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #989A99;
    background: #E9FFF2;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    
}
.ca-subscribe-container .gform_wrapper li.hidden_label input{
    margin-top: 16px;
}

body .gform_wrapper div.validation_error{
    display: none;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: none;
    border: 0;
    padding: 0;

}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea{
    border: 0;
    height: calc(2.25rem + 2px);
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    padding-top: 0;
}
input::-webkit-input-placeholder {
    line-height: 1.5rem;
}



/* Pages */
.header-filter::before {
    background: rgba(27, 170, 129, 0.9);
}
h1.ca-title, h1.ca-title a{
    color: #BEFFDB;
}

.symple-toggle .symple-toggle-container{
    font-size: 0.9rem;
}

/* Footer */

footer.footer.footer-black{
    background: #1A3E40;
}
.footer-big {
    color: #E9FFF2;
    padding: 30px 0 18px;
    text-align: left;
}
footer.footer.footer-black h5, footer.footer.footer-black h4, footer.footer.footer-black i, footer.footer.footer-black .copyright{
    color: #E9FFF2;
    font-size: 1.4rem;
    text-transform: capitalize;
}

footer.footer.footer-black a{
    opacity: 1;
}
.widget ul{
    padding: 0;
}
.widget ul li{
    line-height: 1.6;
    margin: 1rem 0;
}

.footer-content{
    padding-bottom: 2rem;
}

.site-info{
    text-align: center;
    font-size: .7rem;
}
footer p, footer li{
    font-size: .9rem;
}

/* Galaxy Style  */
#circle-orbit-container {
    position: relative;
    height: 400px;
    width: 400px;

    margin: 0 auto;
  }
  #circle-orbit-container p{
      color: #fff;
      text-align: center;
      font-size: 0.69rem;
        margin-top: 1rem;
  }
  /* ---------- Inner orbit - This is the circles closest to the central point ---------- */
  #inner-orbit {
    position: absolute;
    top: 128px;
    left: 128px;
    width: 140px;
    height: 140px;
    border: 1px solid #00A650;
    border-radius: 100%;
    
    -webkit-animation: spin-right 30s linear infinite;
    animation: spin-right 30s linear infinite;
    
  }
  
  /* ---------- Repeating styles for the inner orbiting circles ---------- */
  .inner-orbit-cirlces {
      position: absolute;
      top: -20px;
      left: 47px;
      height: 46px;
      width: 46px;
      border-radius: 100%;
      background-color: #00A650;
  }
  
  /* ---------- Middle orbit - This is the circles second closest to the central point ---------- */
  #middle-orbit {
    position: absolute;
    top: 67.5px;
    left: 67.5px;
    width: 260px;
    height: 260px;
    border: 1px solid #00A650;
    border-radius: 100%;
    
    -webkit-animation: spin-right 30s linear infinite;
    animation: spin-right 30s linear infinite;
    
  }
  
  /* ---------- Repeating styles for the inner orbiting circles ---------- */
  .middle-orbit-cirlces {
      position: absolute;
      top: -20px;
      left: 107px;
      height: 46px;
        width: 46px;
      border-radius: 100%;
      background-color: #00A650;
  }
  
  /* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
  #outer-orbit {
    position: absolute;
    top: 0;
    left: 0;
    width: 395px;
    height: 395px;
    border: 1px solid #1A3E40;
    border-radius: 100%;
    
    -webkit-animation: spin-right 30s linear infinite;
    animation: spin-right 30s linear infinite;
    
  }
  
  /* ---------- Repeating styles for the outer orbiting circles ---------- */
  .outer-orbit-cirlces {
      position: absolute;
      top: -25px;
      left: 175px;
      height: 46px;
        width: 46px;
      border-radius: 100%;
      background-color: #1A3E40;

  }

  @media (max-width: 992px) {
    #circle-orbit-container {
        left: 0;
        top:0;
        height: 320px;
        width: 320px;
      }

      #outer-orbit {
       width: 315px;
        height: 315px;
      }

      #middle-orbit {
        top: 50px;
        left: 50px;
        width: 220px;
        height: 220px;
      }

      #inner-orbit {
        top: 110px;
        left: 110px;
        width: 100px;
        height: 100px;
      }

  }

  @media (max-width: 768px) {
    #circle-orbit-container {
        height: 220px;
        width: 220px;
      }
      #outer-orbit {
        width: 215px;
         height: 215px;
       }

       #middle-orbit {
        top: 40px;
        left: 40px;
        width: 140px;
        height: 140px;
      }

      #inner-orbit {
        top: 80px;
        left: 80px;
        width: 60px;
        height: 60px;
      }

      .inner-orbit-cirlces {
        top: 10px;
        left: 34px;
        height: 36px;
        width: 36px;
      }
      .middle-orbit-cirlces{
        top: 15px;
        height: 36px;
        width: 36px;
      }
      .outer-orbit-cirlces{
        top: 22px;
        height: 36px;
        width: 36px;
      }

      .carousel-control-next, .carousel-control-prev{
          top:25%;
          align-items: unset;
          -ms-flex-pack: unset;
          justify-content: unset;
      }
  }
  
  /* ---------- Animation ---------- */
  @-webkit-keyframes spin-right {
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.has-2-columns .wp-block-column:nth-of-type(2) {
    margin-left: 10px;
   
}
.has-2-columns .wp-block-column:nth-of-type(1) {
    margin-right: 10px;
}
/* Speciality Header */
.speciality-header{
    margin-top: 10rem;
}
.page-template-template-speciality .blog-post-wrapper{
    background-image: url(images/leaf-big-right.png);
    background-size: 20rem;
    background-repeat: no-repeat;
    background-position: 110% top;
    min-height: 24rem;
}

.speciality-header h1.ca-title, .speciality-header h1.ca-title a{
    font-size: 3.44rem;
    color:#1A3E40;
    margin-top: 2rem;
}

.tab-inside{
    background: #E9FFF2;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999;
}
body.admin-bar .tab-inside{
    top:32px;
}
.tab-inside a:hover{
    cursor: pointer;
}
.tab-inside a{
    padding: .6rem 0;
    font-size: 1rem;
    text-transform: uppercase;
    color: #1A3E40;
    margin: 0 1rem;
}
.tab-inside a.active{
    border-bottom: 2px solid #1A3E40;
}
:target:before {
    content:"";
    display:block;
    height:6.25rem; /* fixed header height*/
    margin:-6.25rem 0 0; /* negative fixed header height */
}

/* FORM  */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea{
    padding: 2rem 1.5rem;
    background: #F8F8F8;
    border: 1px solid #BEFFDB;
    font-size: 1.2rem;
}
.gform_wrapper input:focus, body textarea:focus{
    border: 1px solid #1BAA81 !important;
}
body .form-control, body .form-group .form-control{
    font-size: 1.2rem;
}
body .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper ul.gform_fields li.gfield select {
    margin-left: 1px;
    border: 1px solid #beffdb;
    padding: 1rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Put this in your Style.css
-------------------------------*/

.gfield_checkbox li, .gfield_radio li {
    position: relative;
  }
  
  body .gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 24px;
  }
  
  body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
  body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
    content: "";
    opacity: 1;
  }
  
  body .gform_wrapper .gfield_radio li input[type="radio"],
  body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
    display: none;
  }
  ul.gfield_checkbox li[class^="gchoice"] label:before,
  ul.gfield_checkbox li[class^="gchoice"] label:after,
  ul.gfield_radio li[class^="gchoice"] label:before,
  ul.gfield_radio li[class^="gchoice"] label:after {
    bottom: 0;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
  }
  ul.gfield_checkbox li[class^="gchoice"] label:after,
  ul.gfield_radio li[class^="gchoice"] label:after {
    content: "";
    background-color: #fff;
    border: solid 1px #1baa81;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    transition: left .25s, background-color .13s;
    width: 18px;
  }
  ul.gfield_checkbox input[type="checkbox"]:checked + label:before,
  ul.gfield_radio input[type="radio"]:checked + label:before {
    content: "●";
    color: #1BAA81;
    font-size: 20px;
    font-weight: 700;
    left: 3px; /*.75px*/
    text-align: center;
    top: -2px;
    z-index: 9;
  }
@media only screen and (min-width: 641px){
    .ca-subscribe-container .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100%;
        max-width: 75%;
    }

    .ca-subscribe-container .gform_wrapper .gform_footer input.button,
    .ca-subscribe-container .gform_wrapper .gform_footer input[type=submit],
    .ca-subscribe-container .gform_wrapper .gform_page_footer input.button,
    .ca-subscribe-container .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 0.8125rem;
    }
}
@media (max-width: 990px) {
    html {
        font-size:90%;
      }

    .ca-features .ca-features-title-section.col-md-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ca-features .col-md-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    
    .navbar:not(.full-screen-menu).nav-searching .nav-search form {
        max-width: 700px;
       
      }
      .navbar:not(.full-screen-menu) .nav-search form {
        width: 700px;
      }
      .navbar:not(.full-screen-menu) .toggle-search{
        padding: 7px 20PX;
      }
      #main-navigation ul.nav > li.ask-dr{
        margin-left: 30px;
    }

}

@media (min-width: 768px) {
    .ca-features-content .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (max-width: 768px) {
    html {
        font-size:80%;
      }
  	.navbar-toggler{
		margin-top: 30px;
    }
    .navbar .navbar-nav li{
        margin: 5px;
    }
    .navbar .navbar-nav .dropdown a .caret:before{
        font-size: 1.5rem;
    }
    .page-header.header-small .container{
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .icon-bar {
        background-color: #1baa81;
    }
    #site-navigation.navbar-expand-md{
        padding-bottom: 10px;
    }

    .carousel-control-next {
        right: 0;
    }
     body.admin-bar .tab-inside,.tab-inside {
        top:0;
    }
    .tab-inside a{
        font-size:1rem;
    }
}
@media (max-width: 480px) {
    html {
        font-size:70%;
      }
     
}