
body{
  margin:0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  
}

:focus {
  outline: none;
}
a{
  text-decoration: none;
  transition: 0.3s;
}
ul, ol{

    list-style: none;
    padding: 0;
    margin: 0;

}
.header-area {
 background-color: #fff;
 z-index: 99;
}
.sticky-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 25px 0 rgba(27,31,36,.1),0 8px 8px 0 rgba(54,54,54,.08);
  transition: 0.3s;
  
}
.header-central {
  width: 96%;
  margin: 0 auto;
  padding: 22px 10px;
}

.header-area .right-phone {
  width: auto;
  float: right;
  text-align: right;
  position: relative;
}
header ul li a i.fa-angle-down {
  font-size: 15px;
  margin-left: 7px;
}
.logo.menu-area {
  position: absolute;
  width: 85%;
}

.logo.menu-area img {
  position: absolute;
}
.mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-left: 20.5%;
}
.mainmenu > ul > li{
   margin-left: 15px;
}
.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.mainmenu li a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #848484;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 0;

}
.mainmenu li a:hover{
  color: #24292b;
}


.mainmenu li ul {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
  background: #fff;
  width: 210px;
  text-align: left;
  transition: .3s;
  visibility: hidden;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.1),0 20px 25px 0 rgba(51,54,57,.06);
  opacity: 0;
  transition: 0.3s;
}
.mainmenu li ul li {
  display: block;
  padding: 0px !important;
  margin: 10px 0px 10px 10px;
}
.mainmenu ul:after{
    position: absolute;
    left: 10px;
    bottom: 100%;
    border: 12px solid #fff;
    height: 5px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
}
.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  padding: 3px;
}

ul.popover li a {
  text-transform: capitalize;
}

.responsive-menu-wrap{
  display: none;
  width: 100%;
  opacity: 0.95;
  text-align: center;
  z-index: 99;
  top: 18px;
  position: absolute;
  right: 26px;
}



header ul.uk_left li.logo #logo, header ul.us_left li.logo #logo {
    width: 204px;
    max-height: 70px;
    /*position: absolute;*/
}
header ul.uk_left li.logo #logo .st0, header ul.us_left li.logo #logo .st0 {
    fill: #ff8400;
}
header ul.uk_left li.logo #logo .st1, header ul.us_left li.logo #logo .st1 {
    fill: #2a92ca;
}
header ul.uk_left li.logo #logo .st2, header ul.us_left li.logo #logo .st2 {
    fill: #4eafd1;
}
header ul.uk_left li.logo #logo .st3, header ul.us_left li.logo #logo .st3 {
    fill: #1f81bc;
}
header ul li.logo {
    position: absolute;
    z-index: 2;
    margin: 0 25px 0 0;
}

/*.header-area .right-phone {
    float: right;
}*/

header ul li a #phone {
    width: 18px;
    height: 18px;
}

header ul li a #phone path {
    fill: #ff8400;
}


header ul li a #phone path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1)
}
header ul li a #phone path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1)
}
header ul li a #phone path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1)
}
header ul li a #phone path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
    animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1)
}

.header-area .right-phone ul li {
    display: inline-block;
    margin-right: 20px;
}
.right-phone #login_uk_head, .right-phone #login_head {
    font-weight: 500;
    color: rgba(0,0,0,.5);
    transition: 0.3s;
}

/*.right-phone a span:hover {
    color: #ff8400;
}*/

header ul li.link.custom a svg {
    margin: 0 5px -3px 0;
}
header ul li.link.custom a:hover, .right-phone a#login_uk_head:hover, .right-phone a#login_head:hover {
    color: #24292b;
}


@media only screen and (max-width: 767px) {
    header ul.uk_left li.logo #logo .st3, header ul.us_left li.logo #logo .st3 {
        fill: #fff;
        opacity: 0;
        display: none;
    }
    .header-area .right-phone {
        display: block;
    }

    .header-area .right-phone ul li {
        margin-right: 10px;
    }
    .header-area .right-phone {
        width: 70% !important;
        text-align: left;
    }
}


@media (max-width: 991px) {
    .header-area .logo {
        width: 75%;
        float: left;
    }
    .header-area .right-phone {
        width: 36%;
        text-align: left;
    }
    .header-area .right-phone ul li {
        margin-right: 10px;
    }
    .right-phone #login_uk_head, .right-phone #login_head {
      color: rgb(0, 0, 0);
    }
}

/*.header-area .right-phone {
    float: left;
    text-align: left;
}
*/
        

        



@-webkit-keyframes header-phone {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}


@keyframes header-phone {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0)
    }
    70%,
    90% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 0
    }
}


.header-central:after {
  content: "";
  display: block;
  clear: both;
}
/*.header-area .logo img {
    width: 175px;
   
}*/

.right-phone a i.fa {
  font-weight: 700;
  color: #ff6f00;
  transform: rotate(-30deg);
  margin-right: 8px;
  transition: 0.3s;
}
.right-phone a span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,.5);
  transition: 0.3s;
}
.right-phone a span:hover{
  color: #24292b;
}

header ul li.small a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,.5);
    transition: 0.3s;
}
header ul li.button a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    height: 28px;
    line-height: 28px;
    background-color: #ff8400;
    padding: 0 12px;
    border-radius: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
header ul li.button a.active, header ul li.button a:hover {
    color: #fff;
    text-shadow: none!important;
    background: #ff6f00;
}

header ul li.divider span {
    display: inline-block;
    vertical-align: middle;
    background: rgba(0,0,0,.5);
    width: 2px;
    height: 24px;
    margin: 0 5px;
} 






/* Start Support Section Pages Body Style*/
.mid-container {
    width: 80%;
    margin: 0 auto;
}

.title-area h4.title {
  font-size: 13px;
  color: #b7b4b4;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.title-area {
  text-align: center;
  margin-bottom: 35px;
}


.search-box{
  width: 450px;
  margin: auto;
  position: relative;
}
.search-box span.close {
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
    display: none;

}
.search-box span.close:hover {
  color: red;
}

.search-box input {
  background: url(/new/img/support_section/search.png);
  background-repeat: no-repeat;
  padding: 13px 24px;
  font-size: 18px;
  background-position: 25% center;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  transition: .35s;
  color: #24292b;
  font-weight: 400;
  box-sizing: border-box;
}
ul.ui-widget-content {
    background: #fff !important;
    border: 0px solid transparent;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
    width: 450px !important;
}
    
.ui-menu li.ui-menu-item {
  background: #fff !important;
  border: 0px solid transparent;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 500;
  color: #24292b;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;

}

.ui-menu li.ui-menu-item:hover {
  cursor: default;
  background-color: #eee !important;

}



.support-area {
  padding: 10px 0;
}
.search-featured-items {
    padding: 20px 0;
}
.search-featured-items:after {
  display: block;
  clear: both;
  content: "";
}
.search-box input:focus{
    text-align: left;
    background-position: 0;
  }

::-moz-placeholder { /* Firefox 19+ */
  color: #b7b4b4;
 
}





.search-featured-items .single-feature-item {
  display: block;
  width: 31.33%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px;
  margin-right: 2%;
  transition: 0.3s;
  height: 240px;
  box-shadow: 0 0 4px 3px #f2f2f2;
}

.search-featured-items .single-feature-item:hover{
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.1),0 20px 25px 0 rgba(51,54,57,.06);
   }
    
.single-feature-item img {
    width: 80px;
    height: 80px;
}
.single-feature-item i.fa {
    font-size: 35px;
    line-height: 35px;
}

h3.subtitle {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #24292b;
  font-weight: 400;
}

.single-feature-item h3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #24292b;
  margin: 0;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
}
.single-feature-item p {
  color: rgba(0,0,0,.7);
  font-size: 14px;
  line-height: 22px;
  font-family: 'Aileron', Arial, Helvetica, sans-serif;

/*Support Accordion Details Area*/
.support-details-area {
    padding: 40px 0;
}
.total-support-area:after {
  display: block;
  content: "";
  clear: both;
}
.total-support-area .support-accordion, .total-support-area.search-results {
  width: 65%;
  float: left;
  margin-right: 2%;
}
.total-support-area .support-sidebar {
  width: 33%;
  float: left;
  margin: 20px 0;
}
.support-accordion .title-area {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #24292b;
    text-align: left;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
  left: auto;
  position: relative;
  right: 15px !important;
  color: #ff6f00;
  font-size: 12px;
  text-indent: 0 !important;
}
.total-accordion h3 {
  position: relative;
  padding-left: 22px !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0;
  color: #24292b;
  margin: 0;
  font-size: 18px !important;
  font-weight: 400;
  padding:15px;
  cursor: pointer;
}
.total-accordion .accr-content {
    font-family: 'Aileron', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #707070;
    letter-spacing: .5px;
    line-height: 24px;
    margin: 30px 0 0;
    font-weight: 300;
}




.category-search-box input {
  background: url(/new/img/support_section/search.png);
  background-repeat: no-repeat;
  padding: 12px 30px;
  font-size: 18px;
  background-position: 6px;
  width: 100%;
  border: 1px solid #dbdbdb;
  text-align: left;
  transition: .35s;
  color: #24292b;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 20px;
  width: 90%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  transition: 0.3s;
}
.support-sidebar {
  padding: 40px 0px;
  box-sizing: border-box;
  background-color: #fbfbfb;
}
.category-search-box input:focus{
  border: 1px solid #ff6f00;
}
.category-search-box {
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.support-cat {
  padding: 0 20px;
  color: #24292b;
}
.support-cat h4.cat-title {
  font-size: 16px;
  font-weight: 500;
}
.support-cat ul li {
  padding: 10px 0;
}
.support-cat ul li a {
    font-family: 'Aileron', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 22px;
    color: #2ab0eb;
}

.support-cat ul li a:hover {
  color: #2181bc;
}
.search-results {
  width: 90%;
}

.search-results p {
  color: #848484;
  font-size: 16px;
  line-height: 1.6;
}
.search-results h2 {
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.6;
}



/*Responsiveness Style*/



@media only screen and (max-width: 1199px) {
  header ul li.button a, header ul li.divider span, header ul li.link:not(.phone) {
    display: none;
  }
  .header-area .right-phone {
    width: 36%;
    float: none;
    text-align: center;
    position: absolute;
    text-align: left;
    left: 50%;
    z-index: 9999; 
    margin-left: -72px;
  }
  .sticky-header{
    padding-bottom: 18px;
  }
  .header-area .logo {
    width: 100%;
    float: none;
  }
  .search-featured-items .single-feature-item{
    width: 48% !important;
  }
  .mainmenu{
    display: none;
  }

  .responsive-menu-wrap{
    display: block;
  }
  .responsive-menu-wrap ul li a{
    font-family: 'Aileron', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .responsive-menu-wrap ul ul li a{
    text-transform: capitalize;
  }

  .responsive-menu-wrap ul li a i.fa {
    display: none;
  }
  .mainmenu-area {
    position: relative;
    z-index: 999;
  }
  .responsive-menu-wrap .slicknav_menu {
    background: none;
    padding: 0;
  }
  .responsive-menu-wrap .slicknav_btn {
    margin: 0;
  }
  .slicknav_nav {
    width: 100%;
    background: #24292b;
    border-radius: 3px;
    padding: 65px 0;
    min-height: 650px;
  }
  .slicknav_nav li{
    padding: 4px 0 !important;
  }
  .slicknav_icon-bar {
    background: #24292b !important;
  }
  .slicknav_btn{
    background-color: transparent;
  }
  .slicknav_nav a:hover{
    background-color: transparent !important;
    color: #ff6f00;
  }
  .slicknav_icon.slicknav_no-text {
    position: absolute !important;
    right: 0 !important;
    top: -20px !important;
  }
  .logo > a {
      z-index: 9999;
      position: absolute;
  }
  .right-phone a span{
    color: #24292b;
  } 
}

@media all and (max-width: 756px){
   
  .single-foo-bottom-item {
      width: 100%;
      float: none;
  }
  .single-foo-bottom-item.center-tel {
      text-align: left;
  }
  .single-foo-bottom-item.right-menu {
      text-align: left;
  }
  .total-support-area .support-accordion, .total-support-area.search-results {
      width: 100%;
      float: none;
      margin-right: 0;
  }
  .total-support-area .support-sidebar {
      width: 100%;
      float: none;
  }    
  .total-accordion h3{
    font-size: 16px !important;
  }  
  .total-accordion .accr-content{
    font-size: 14px !important;
  } 
  .support-accordion .title-area {
    font-size: 18px;
  }
  .search-results h2 {
    font-size: 20px;
  }
  .search-results p {
    font-size: 14px;
  }

}



@media all and (max-width: 586px){
  
  .logo a img {
    width: 80%;
  }
  .search-featured-items .single-feature-item{
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
  .mid-container{
    width: 95% !important;
  }
  .search-box {
    width: 280px !important;
  }
  .search-box input {
    background-position: 8% center !important;
  }
  .search-box input{
    font-size: 16px;
  }
  .title-area h4.title{
    font-size: 12px;
  }
  h3.subtitle {
    font-size: 18px;
  }
  .single-feature-item h3{
    font-size: 16px;
  }
  .single-feature-item p{
    font-size: 13px;
  }
  .single-widget-item{
    width: 100%;
    float: none;
  }
  /*.header-area .right-phone{
    display: none;
  }*/

}
/*End Support Section Pages Body Style*/


/*US Support pages footer*/

footer .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

footer {
  font-family: 'Aileron', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px
}

footer nav.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

footer nav div ul li {
  display: block;
  margin-bottom: 15px
}

footer nav div ul li:last-child {
  margin-bottom: 0
}

footer .bottom-content .wrapper .other-links a,
footer nav div ul li a {
  color: #b7b4b4;
  transition: all .3s ease-in-out
}

footer .bottom-content .wrapper .other-links a:hover,
footer nav div ul li a:hover,
footer nav div:nth-child(3) ul li strong a {
  color: #24292b;
}

footer .bottom-content {
  border-top: 1px solid #f1f1f1;
  padding: 35px 0;
  text-align: center;
  color: #b7b4b4;
}

footer .bottom-content .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

footer .bottom-content .wrapper .phone-no,
footer nav div ul li strong {
  color: #24292b;
}

footer .bottom-content .wrapper .phone-no {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 14%;
}

footer .social li:nth-child(3) a {
  background: 0 0;
}

footer .social li:nth-child(3) a span {
  color: grey;
  font-size: 30px;
}

.social-facebook {
  margin-top: 5px;
}

.social-linkedin, .social-youtube {
  margin-top: 4px;
}

footer .social li a.facebook:hover {
  background: #3b5998;
}

footer .social li a.youtube:hover {
  background: #FF0000;
}

footer .social li:nth-child(3) a span:hover {
  color: #55acee;
}

footer .social li a.linkedin:hover {
  background: #007bb5;
}

footer .bottom-content .wrapper .other-links {
  font-size: 12px;
}

footer .bottom-content .wrapper .other-links a {
  margin-right: 15px;
}

footer .bottom-content .wrapper .other-links a:nth-child(3) {
  margin-right: 0;
}

footer .bottom-content .wrapper .other-links p {
  margin-top: 10px;
  text-align: right;
}

footer {
  border-top: 1px solid #f1f1f1;
  position: relative;
  background: #fff;
  -webkit-transition: -webkit-filter .3s, filter .3s;
  transition: -webkit-filter .3s, filter .3s;
}

footer .social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
}

footer .social li:first-child {
  margin: 0
}

footer .social li a {
  display: block;
  text-align: center;
  background: #A9A9A9;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  transition: all .3s ease-in-out
}

footer .social li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

footer .social li a span.social-b::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/new/img/icons/icon-social-b.png) center center/25px 23px no-repeat;
  width: 25px;
  height: 23px;
  line-height: 55px
}

footer hr {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(182, 182, 182, .3)
}

footer .links {
  display: block;
  font-size: 0;
  text-align: center;
  padding: 46px 0 16px;
  margin: 0 auto
}

footer .copy,
footer .links .link a {
  font-family: Aileron, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400
}

footer .links .link {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 55px
}

footer .links .link:first-child {
  margin: 0
}

footer .links .link a {
  position: relative;
  color: #848484;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s
}

footer .links .link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background: #24292b;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all .3s;
  transition: all .3s
}

footer .links .link a:hover {
  color: #24292b
}

footer .links .link a:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

footer .copy {
  color: #b7b4b4;
  text-align: center;
  line-height: 20px;
  padding: 0 0 40px
}

.mobile-footer {
  display: none;
}

@media (max-width:640px) {
  footer nav.wrapper {
    padding: 30px 20px;
  }
}

@media (max-width:768px) {
  .mobile-footer p,
  .social-wrapper {
    text-align: center;
    padding: 20px 0
  }
  footer.desktop {
    display: none
  }
  .mobile-footer {
    display: block
  }
  .mobile-footer p {
    border-top: 1px solid rgba(227, 227, 227, .3);
    font-size: 13px;
    color: #B7B4B4
  }
  .social-wrapper {
    border-bottom: 1px solid #E3E3E3
  }
}


@media screen and (min-width: 1600px) {
  .header-central {
    width: 97%;
    padding: 22px 32px;
  }
  .mainmenu ul {
    margin-left: 14.5%;
  }
}
@media screen and (min-width: 2800px) {
  .mainmenu ul {
    margin-left: 9%;
  }
}

.autotask-tab h3 {
  position: relative;
  padding-left: 22px !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0;
  color: #24292b;
  margin: 0;
  font-size: 18px !important;
  font-weight: 400;
  padding: 15px;
  cursor: pointer;
}
.autotask-tab a {
  color: #24292b;
}
.autotask-tab em {
  left: auto;
  position: relative;
  right: 15px !important;
  color: #ff6f00;
  font-size: 12px;
  text-indent: 0 !important;
}


/* Autotask page styling starts here */
.autotask-page h3.subtitle {
  font-weight: 500;
  font-size: 30px;
}
.autotask-page h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 50px 0 0;
}
.autotask-page p {
  font-family: 'Aileron', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #707070;
  letter-spacing: .5px;
  line-height: 2;
  font-weight: 500;
}
.autotask-page img {
  width: 100%;
  height: auto;
}
@media (max-width: 586px) {
  .autotask-page h3.subtitle {
      font-size: 18px;
  }
}
