@media (max-width: 600px) {

    /*Ribbon CSS in Mobile View*/
    .overlay-ribbon {
      display:none;
      /* width: 25% !important;
      height: 25% !important; */
    }
    .mobimg {
      height: 50px !important;
      width: 80px !important;
      margin-top: 23%;
    }
    .mobtext {
      font-size: 10px !important;
    }
    .overlay-ribbon:before {
      border-right: 6em solid transparent !important;
    }
    .overlay-ribbon:after {
      border-left: 6em solid transparent !important;
    }
     .logo .mobile {
      display: block !important;
    }
    .logo .desktop {
      display: none !important;
    }
  
  }
  
  /*End*/
    .cardHover-container {
     cursor: pointer;
     height: 238px;
     perspective: 600;
     position: relative;
     width: 100%;
     }
     .cardHover {
     height: 100%;
     position: absolute;
     transform-style: preserve-3d;
     transition: all 1s ease-in-out;
     width: 100%;
     }
     .cardHover:hover {
     transform: rotateY(180deg);
     }
     .cardHover .side {
     backface-visibility: hidden;
     border-radius: 6px;
     height: 100%;
     position: absolute;
     overflow: hidden;
     width: 100%;
     }
     .cardHover .back {
     background-image: url(images/features.jpeg);
     color: #FFFFFF;
     text-align: center;
     transform: rotateY(180deg);
     }
  /*Font Color Change*/
  .gridItem {
  /*  background: #FFF; */
    margin: 2em;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    transform: rotate(45deg);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding:0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 auto;
  }
  .gridItem p {
    position: absolute;
    transform: rotate(-45deg);
    top: 30%;
    left: -20%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    width:134%;
    text-align:center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    
  }
  .gridItem span {
      position: absolute;
      /* transform: rotate(-45deg); */
      top: 30% !important;
      background: rgba(0, 0, 0, 0.7);
      padding: 5%;
      width: 100%;
      text-align: center;
      color: #fff;
      transition: all 0.3s ease-in-out;
      display: block;
      opacity: 0;
  }
  .gridItem:hover {
    transform: none;
    transform: scale(1.5);
    z-index:2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  
  .gridItem:hover > p {
    transform: none;
    top: 0;
    background: #000;
    
  }
  .gridItem:hover > span {
    transform: none;
    top: 0;
    display: block;
    opacity: 1;
    background: #000;
  }
  
  .gridImg {
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
    transform: rotate(-45deg) scale(1.4) 
  
    
  }
  .gridItem:hover > .gridImg {
    transform: none;
  }
  
  
  .gridPics{
    margin: 3em auto;
    width: 90%;
    text-align: center;
  }
  .mrg24B{
    margin-bottom: 24px !important;
  }
  .mrg47B{
    margin-bottom: 47px !important;
  }
  .mrg50T{
    margin-top: 50px !important;
  }
  .btn-heading{
  background-color: #17366a !important;
  line-height: 25px !important;
  padding: 10px 20px !important;
  }
  .theme-blue{
      background-color: #17366a !important;
    }
    .theme-gray{
      background-color: #ccc !important;
    }
  .mrg40T{
    margin-top: 40px;
  }
  .main-header .header-nav>li>a {
    color: #0f3663 !important;
  }
  
  .main-header .header-nav>li>ul {
    background: #FFFFFF !important;
  }
  
  .main-header .header-nav>li>ul li a:hover {
    background: #0f3663 !important;
    color: #fafafa !important;
  }
  
  .main-header .header-nav>li>ul li a {
    color: #000 !important;
  }
  
  .ui-accordion-header.ui-accordion-header-active.ui-state-hover {
    border-color: #163662 !important;
    background-color: #163662 !important;
  }
  
  .btn-primary {
    border-color: #163662 !important;
    background-color: #163662 !important;
  }
  
  .imgborder {
    -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
  }
  
  .pageHeading {
    z-index: 000 !important;
    margin-top: 20px !important;
    background: #ccc !important;
  }
  
  .card .card-body {
    padding: 0;
    height: auto;
  }
  
  .card .card-block {
    padding: 1rem 1.5rem 1.5rem;
  }
  
  .label-theme {
    border-color: #17366a;
    background: #17366a;
  }
  
  .upper_right {
    position: absolute;
    top: 0;
    right: 0%;
  }
  
  
  /*End CSS*/
  
  
  /*Ribbon CSS in Desktop View*/
  
  .overlay-ribbon {
    position: absolute;
    width: 13em;
    height: 12em;
    z-index: 9999;
    top: -18%;
    right: 2%;
    background: #2ec4b6;
    padding: 5px 0;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
    /* Opera */
    background-image: -o-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #00496F), color-stop(1, #009FD5));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-side at center top, #00496F 0%, #009FD5 100%);
    -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    animation: slidein 3s ease-in-out forwards;
  }
  
  .ribbon-content {
    z-index: 99999;
    position: relative;
    margin: 0 5px;
  }
  
  .close-offer {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    float: right;
    /* opacity: .2; */
    color: #ffffff;
    cursor: pointer;
  }
  
  .close-x {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
  }
  
  .close-x a:link,
  .close-x a:visited {
    background: #009FD5;
    color: #fff;
    padding: 0 4px;
    font-weight: normal;
    text-decoration: none;
  }
  
  .close-x a:hover {
    background: #000;
  }
  
  .overlay-ribbon:before {
    content: "";
    position: absolute;
    bottom: -9em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10em solid #009FD5;
    border-right: 10em solid transparent;
    z-index: 997;
  }
  
  .overlay-ribbon:after {
    content: "";
    position: absolute;
    bottom: -9em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10em solid #009FD5;
    border-left: 10em solid transparent;
    z-index: 998;
  }
  
  .slideout {
    animation: slideout 1s ease-in-out forwards;
  }
  
  @-webkit-keyframes slidein {
    from {
      transform: translate(0, -400px);
    }
    to {
      transform: translate(0, 100px);
    }
  }
  
  @-o-keyframes slidein {
    from {
      transform: translate(0, -400px);
    }
    to {
      transform: translate(0, 100px);
    }
  }
  
  @-moz-keyframes slidein {
    from {
      transform: translate(0, -400px);
    }
    to {
      transform: translate(0, 100px);
    }
  }
  
  @keyframes slidein {
    from {
      transform: translate(0, -400px);
    }
    to {
      transform: translate(0, 100px);
    }
  }
  
  @-webkit-keyframes slideout {
    from {
      transform: translate(0, 100px);
    }
    to {
      transform: translate(0, -400px);
    }
  }
  
  @-o-keyframes slideout {
    from {
      transform: translate(0, 100px);
    }
    to {
      transform: translate(0, -400px);
    }
  }
  
  @-moz-keyframes slideout {
    from {
      transform: translate(0, 100px);
    }
    to {
      transform: translate(0, -400px);
    }
  }
  
  @keyframes slideout {
    from {
      transform: translate(0, 100px);
    }
    to {
      transform: translate(0, -400px);
    }
  }
  
  .choose {
    color: #2b2f33;
    background: #eff4f6;
    border-color: #dfe8f1;
    position: relative;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
  }
  
  .scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
  }
  
  .force-overflow {
    min-height: 450px;
  }
  
  .scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
  }
  
  .scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
  }
  
  .scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
  }
  
  .scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
  }
  
  .scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
  }
  
  .scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD;
  }
  
  .scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  .scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
  }
  
  
  /*CSS For FOOTER*/
  
  .footer-pane{
      width: 100% !important;
      height: auto !important;
      /*position: fixed; */
      left: 0; bottom: 0 !important;
      z-index: -100 !important;
      color: #FFFFFF !important;
      background: radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#182848,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%) !important;
    }
  .main-footer {
      padding-top: 60px !important;
    }
  
  @media screen and (min-width: 1824px){
    .adjust{
      min-height: 820px;
    }
  }
  /*FOOTER CSS END*/
  
  
  /*Pricing page*/
  
  .pricing-box ul li {
    line-height: 30px !important;
    height: 60px !important;
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .b-n {
    border: none !important;
  }
  
  .foo {
    position: fixed;
    bottom: 0px;
  }
  
  
  /* Loading Spinner */
  
  .spinner {
    margin: 0;
    width: 70px;
    height: 18px;
    margin: -35px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
  }
  
  .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
  }
  
  @-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0.0)
    }
    40% {
      -webkit-transform: scale(1.0)
    }
  }
  
  @keyframes bouncedelay {
    0%,
    80%,
    100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0)
    }
    40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0)
    }
  }
  
  .home-text-big {
    color: #FFFFFF;
    /*font-family: 'Dancing Script', cursive;*/
    font-size: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .9), 
    0 2px 0 #c9c9c9, 
    0 3px 0 rgba(0, 0, 0, .9),
    0 4px 0 rgba(0, 0, 0, .9), 
    0 5px 0 rgba(0, 0, 0, .9),
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
    /*margin-bottom: 30px;*/
  }
  .home-text-small {
    color: #FFFFFF;
    /*font-family: 'Dancing Script', cursive;*/
    font-size: 20px;
  
  }
  .pricing-box {
      text-align: center
  }
  
  .pricing-box .pricing-specs,
  .pricing-box .pricing-title {
      margin: -1px -1px 0
  }
  
  .pricing-box .pricing-title {
      font-weight: 400;
      padding: 15px
  }
  
  .pricing-box ul {
      margin: 0;
      padding: 0;
      list-style: none
  }
  
  .pricing-box .pricing-specs {
      padding: 10px 15px 20px
  }
  
  .pricing-box .pricing-specs span {
      font-size: 50px
  }
  
  .pricing-box .pricing-specs span sup {
      font-size: 30px;
      margin-left: -20px;
      padding-right: 5px
  }
  
  .pricing-box .pricing-specs i {
      font-size: 14px;
      font-style: normal;
      display: block;
      color: rgba(255, 255, 255, .6)
  }
  
  .pricing-box ul li {
      font-size: 14px;
      line-height: 48px;
      height: 48px;
      padding: 0 10px;
      border-bottom: #eee solid 1px
  }
  
  .pricing-box ul li:nth-child(even) {
      background: #fafafa
  }
  
  .pricing-table .pricing-box {
      padding: 0
  }
  
  .pricing-table .pricing-box+.pricing-box {
      border-width: 1px 1px 1px 0;
      border-radius: 0
  }
  
  .pricing-table .pricing-box+.pricing-box:nth-child(2):last-child {
      border-width: 1px
  }
  
  .pricing-table .pricing-box .pricing-specs,
  .pricing-table .pricing-box .pricing-title {
      margin: 0;
      border-bottom: #eee solid 1px;
      border-radius: 0
  }
  
  .pricing-table .pricing-box .pricing-specs span {
      font-size: 40px
  }
  
  .pricing-table .pricing-box .pricing-specs span sup {
      font-size: 20px;
      margin-left: -10px;
      padding-right: 5px
  }
  
  .pricing-table .pricing-box .pricing-specs i {
      color: rgba(0, 0, 0, .5)
  }
  
  .pricing-table .pricing-best {
      position: relative;
      z-index: 15;
      margin-right: -1px;
      margin-left: -1px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
  }
  
  .pricing-table .pricing-best .pricing-specs {
      background: #fafafa
  }
  
  .pricing-table .pricing-best .pricing-title {
      font-size: 28px;
      line-height: 60px;
      height: 90px;
      margin: -25px -1px 0
  }
  
  .pricing-box-alt {
      position: relative
  }
  
  .pricing-box-alt .col-md-3 {
      padding: 0;
      border: 1px solid #c6c6c6;
      border-width: 1px 1px 1px 0;
      width: 26%;
      text-align: center
  }
  
  .pricing-box-alt .plans-features {
      width: 22%;
      text-align: right;
      border-color: transparent #c6c6c6 transparent transparent
  }
  
  .pricing-box-alt .plans-features .plan-header {
      height: 170px
  }
  
  .pricing-box-alt .plans-features ul li {
      border-left: #f0f0f0 solid 1px
  }
  
  .pricing-box-alt ul {
      list-style: none;
      margin: 0;
      padding: 0
  }
  
  .pricing-box-alt .plan-header {
      padding: 15px;
      border-bottom: #f0f0f0 solid 1px
  }
  
  .pricing-box-alt .plan-header h4 {
      margin: 0;
      color: #f26b33;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 700;
      height: 40px;
      line-height: 30px;
      border-bottom: #F3F3F3 solid 1px
  }
  
  .pricing-box-alt .plan-header .plan-price {
      font-size: 45px;
      font-weight: 100;
      height: 60px;
      line-height: 65px;
      margin: 0 0 5px
  }
  
  .pricing-box-alt .plan-header .plan-price small {
      font-size: 30px;
      opacity: .4;
      padding-right: 3px
  }
  
  .pricing-box-alt .studio-plan .plan-header h4 {
      color: #32cf4e
  }
  
  .pricing-box-alt .unlimited-plan .plan-header h4 {
      color: #3792f2
  }
  
  .pricing-box-alt ul li {
      height: 32px;
      line-height: 32px;
      padding: 0 10px;
      border-bottom: #f0f0f0 solid 1px;
      color: #0093d9;
      font-size: 14px;
      font-weight: 700
  }
  
  .pricing-box-alt .plans-features ul li {
      color: #6f6f6f;
      font-weight: 400
  }
  
  .pricing-box-alt ul li .feature-excluded,
  .pricing-box-alt ul li .feature-included {
      border-radius: 30px;
      width: 12px;
      height: 12px;
      display: inline-block
  }
  
  .pricing-box-alt ul li .feature-excluded {
      background: #e6e6e6
  }
  
  .pricing-box-alt .pricing-btn {
      padding: 15px;
      background: #fafafa
  }
  
  .pricing-box-alt .pricing-btn .btn {
      padding: 15px 0;
      font-weight: 700;
      font-size: 16px;
      box-sizing: initial;
      display: block;
      line-height: 1
  }
  
  .pricing-box-alt .pricing-btn .btn b {
      opacity: .6;
      display: block;
      padding: 6px 0 0;
      font-size: 13px;
      font-weight: 400
  }
  
  .individual-plan .pricing-btn {
      border-left: #c6c6c6 solid 1px;
      margin-left: -1px
  }
  
  .pricing-box-alt ul li.header {
      background: #f9f9f9;
      text-transform: uppercase;
      font-weight: 700;
      text-align: right;
      font-size: 12px;
      color: #000
  }
  
  .bootstrap-tagsinput input {
      width: 1240px!important;
  }
  
  .bootstrap-tagsinput {
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      display: inline-block;
      padding: 4px 6px;
      color: #555;
      vertical-align: middle;
      border-radius: 4px;
      max-width: 100%;
      line-height: 22px;
      cursor: text;
  }
  .bootstrap-tagsinput input {
      border: none;
      box-shadow: none;
      outline: none;
      background-color: transparent;
      padding: 0 6px;
      margin: 0;
      width: auto;
      max-width: inherit;
  }
  .bootstrap-tagsinput.form-control input::-moz-placeholder {
      color: #777;
      opacity: 1;
  }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
      color: #777;
  }
  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
      color: #777;
  }
  .bootstrap-tagsinput input:focus {
      border: none;
      box-shadow: none;
  }
  .bootstrap-tagsinput .tag {
      margin-right: 2px;
      color: white;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
      margin-left: 8px;
      cursor: pointer;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
      content: "x";
      padding: 0px 2px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .label-info{
      background-color: #17366a!important;
      color:#fff;
  }
  .suggestionListClient {
    background-color: #fff;
    border:1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    width:100%;
    height:auto;
    list-style-type: none;
    text-align:center;
  }
  .suggestionListClient :hover{
    background-color: #17366a!important;
    color:#fff;
  }
  .blue-background{
    background-color: #17366a!important;
    color:#fff!important;
  }