

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h3{
  font-size: 1.125rem;
}
ul {
  margin-bottom: 0px;
}

p {
  font-size: 1rem;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

.img-fluid2
{
max-width: 90px;
}

.display-block{
  display: block;
}
.link{
  color: #1eafff;
    font-size: 15px;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Noto Sans TC', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}
.section-heading {
  margin-bottom: 50px;
  font-size: 48px;
}
.section-heading h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: 10px;

}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #03a4ed;
  font-weight: 700;
}
.section-heading p{
  font-size:18px;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #03a4ed;
}

.main-red-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover button {
  display: inline-block;
  background-color: #00A3FF;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 10px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-red-button-hover a:hover {
  background-color: #03a4ed;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #03a4ed;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
.page-item.active .page-link {

  background-color: #22afff;
  border-color: #22afff;
}
.font-14{
  font-size: 14px;
  line-height: 48px;
}
.font-16{
  font-size: 16px;
  line-height: 48px;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo{
  color: #1e1e1e!important;
}
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 11111;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background-color: #fff;
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}
.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.background-header .main-nav .logo {
  line-height: 75px;
}
.background-header .main-nav .nav {
  margin-top: 20px !important;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area.header-sticky {
  min-height: 80px;
}
.header-area .nav {
  margin-top: 30px;
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #03a4ed;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #03a4ed;
    border-radius: 50%;
}
.main-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 236px 0px 60px 0px;
  position: relative;
  overflow: hidden;
}
.link_info {
  position: relative;
}
.link_info .delete_btn a{
  z-index:111 ;
  position: absolute;
  right: 10px;
  top: 16px;
  display: inline-block;
    background-color: #00A3FF;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    transition: all .3s;
}
.link_info .nav-tabs .nav-link{
  background: #f8fafd;
  border-radius: 10px;
}
.link_info .nav-tabs{
  background-color: unset;
  border-bottom: 0;
  margin-bottom: 0;
}
.link_info  .nav-tabs .nav-link.active, .link_info  .nav-tabs .nav-item.show .nav-link{
  color: #1e2022;
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(140,152,164,.25);
    border: none;
}
.main-section .nav-tabs {
  border-bottom: unset;
  justify-content: center;
}
.main-section .nav-tabs .nav-link.active, .main-section .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #00A3FF;
  border-color:unset;
  border-radius: 10px;
}
.main-section .nav-tabs .nav-link {
  width: 18.5%;
  color: #fff;
  font-size: 1rem;
  margin: 0 20px;
  display: flex;
  margin-bottom: -1px;
  background: none;
  border-radius: 10px;
  background: #a6ddfb;
  padding: 10px 0;
  justify-content: center;
}
.main-section .nav-tabs .nav-link img {
  margin-right: 10px;
}
.main-section .nav-tabs{
  background: unset;
}
.form-group {
  width: 76%;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-group input{
  border-radius: 10px;
  height: 50px;
}
.search-bar .form-group input {
  border-radius: 10px 0 0 10px;
}
.search-bar .btn {
  border-radius: 0 10px 10px 0;
}

.btn{
  border-radius: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #a6ddfb;
  border-color: #a6ddfb;
  padding: 0 28px;
}
.btn-primary-2 {
  padding: 0 12px;
  margin-right: 10px;
}
.btn-primary:hover {
  background-color:  #01a2ff;
  border-color: #01a2ff;
}
.section-heading h1{
  font-size: 3.5rem;
  font-weight: bold;
}
.section-heading p{
font-size: 1.3125rem;
}
.section-heading-content{
  text-align: center;
}
.section-heading-content h1{
  font-size: 3.5rem;
  color: #00A3FF;
}
.section-heading-content h2{
  font-size: 1.75rem;
}
.section-heading p, .section-heading-content p{
  color: #979797;
}
.our-services{
  position: relative;
}
.our-services .services-right-dec-1 img {
  position: absolute;
  width: 300px;
  top: -300px;
}
.our-services .services-right-dec-2 img {
  position: absolute;
  width: 200px;
  top: -350px;
  left: 150px;
}
.our-services.manage .services-right-dec-2 img {
  top: 0;
  left: 0;
}
.our-services .services-left-dec-1 img {
  position: absolute;
  width: 250px;
    top: -500px;
  right:0;
  z-index: 1;
}
.our-services .services-left-dec-2 img {
  position: absolute;
  width: 70px;
  top: -150px;
  right: 100px;
  z-index: 1;
}
.our-services .services-left-dec-3 img {
  position: absolute;
  width: 150px;
  top: 175px;
  right: 0;
  z-index: 1;
}
.our-services .content-wrap{
  padding:50px 30px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  z-index: 11;
}
.our-services .content-wrap .icon-left{
  margin-right: 20px;
    width: 165px;
}
.our-services .content-wrap .content-right h3{
  font-weight: bold;
  font-size: 1.125rem;

}
.our-services .content-wrap .content-right p{
  margin-top: 10px;
  font-size: 1rem;
  color: #737373;
}


.our-services-two{
  position: relative;
}
.our-services-two .services-right-dec-1 img {
  position: absolute;
  width: 200px;
  top: -100px;
}
.our-services-two .services-right-dec-2 img {
  position: absolute;
  width: 100px;
  top: 50px;
  left: 50px;
}
.our-services-two .services-left-dec-1 img {
  position: absolute;
  width: 180px;
  top: 500px;
  right: 30px;
  z-index: 1;
}

.our-services-two .content-wrap-2{
  display: flex;
  margin-top: 100px;
  align-content: center;
  flex-wrap: wrap;
}
.our-services-two .content-wrap-2 span, .our-services-two .content-wrap-2 span.our-services-two .content-wrap-2 h3, .our-services-two .content-wrap-2 p{
  width: 100%;
}
.our-services-two .content-wrap-2 span{
   font-size: 24px;
    color: #00A3FF;
    font-weight: bold;
}
.our-services-two .container, .our-services.container{
  position: relative;
  z-index: 11;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #01a2ff;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.modal-dialog {
  width: 100%;
  top: 50%;
  margin-top: -150px;
}
.modal-body a{
  border: 1px solid #ccc;
  padding: 10px;
}
/* 上傳樣式開始 */
.dropzone {
  min-height: 150px;
  border: 1px solid #F0F0F0;
  background: #F8FAFD;
  padding: 2.8px 20px;
  border-radius: 0.55rem;
  transition: .5s;
  color: #00A3FF;
  text-align: center;
}

.up-icon img {

  width: 48px;
  display: block;
  margin: 0 auto;
}
.modal-body {

  width: 83%;
  margin: 0 auto;
}
.text-danger {
  color: #979797 !important;
}
.bg-white {
  border: 1px solid #F0F0F0;
}
.form-group {
  display: grid;
  width: 48%;
  margin-top: 25px
}
.pass-btn {
  position: absolute;
  right: 12px;
  bottom: 7.5px;
  cursor: pointer;
}

.modal-body a.mylinks-txt01{
    border:0;
    padding: 0;
    color: #fff;
}
.switch {
  clear: both;
  line-height: 49px;
  list-style: none;
  color: #00A3FF;
}
.switch label {
  width: 50px;
  height: 28px;
  margin-top: 11px;
  background: #000;
  box-sizing: border-box;
  border-radius: 15px;
  float: left;
  box-shadow: 0 1px 2px rgba(247, 246, 123, 0.1) inset;
}
label{
  color: #00A3FF;
}
.switch input {
  display: none;
}
.form-group.first-tab{
  margin-right: 10px!important;
  width: 76%;
  margin-top: 0;
}
.form-group.first-tab-2{
  width: 70%;
  margin-top: 0;
}
.form-group.first-tab-3{
  width: 100%;
  margin-top: 0;
}
.btn-pink {
  border-radius: 5px!important;
  background-color: #00A3FF;
  background-image: none;
  color: #fff;
  width: 98%;
  margin: 0 auto;
}
.btn-pink:hover{
  color: #fff;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
  border-radius: 10px;
}
.switch label em {
  width: 25px;
  height: 26px;
  margin: 1px;
  background-color: white;
  border-radius: 50%;
  float: left;
}
.form-group.col-12{
  width: 98%;
}
.form-row {
  justify-content: center;
}
/* 上傳樣式結束 */
#myModal a:hover {
  color: #00A3FF;
}

.icon-login {
  width: 16px;
  height: 16px;
}

.dropdown-item.active, .dropdown-item:active i {
  color: #fff;
  text-decoration: none;
  background-color: #00A3FF;
}

/* 登入後的照片 */
.pic {
  margin-top: 30px;
  margin-right: 0px;
  float: right;
  width: auto!important;
  height: 45px;
}

.pic img {
  border: 1px solid #f1f1f1;
  min-height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(255,255,255,1.00);
  padding: 2px;
  object-fit: cover;
}
.dropdown-menu.show {
  left: -90px!important;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle-box {
  border-top: 3px #00A3FF solid;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  width: 200px;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 20px 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.index .form-group{
  margin-right: 0;
}
/* 
---------------------------------------------
TABLE LIST
--------------------------------------------- 
*/
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9f7ff;
}
table {
  margin-top: 50px;

  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #fff;
    border: unset;
  padding: .35em;
}

table th,
table td {
  height: 70px;
  padding: .625em;
  text-align: center;
  color: #727272;
}

table th {
  background: #00a3ff;

  text-transform: uppercase;
  height: 70px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.mt-140{
  margin-top: 140px;
}
.nav-tabs .nav-link {
  color: #212529;
}
.nav-tabs .nav-item.active {
  border-bottom: 3px solid #00a3ff;
  margin-bottom: -1px;
  height: 50px;
}
.nav-tabs .nav-item.active .nav-link{
  color: #00a3ff;
  font-weight: bold;
}
.nav-tabs {
  margin-bottom: 50px;
  border-bottom: 1px solid #dee2e6;
  background: #e9f7ff;
  padding: 15px 0 0 0;
}
.avatar-circle {
  width: 10rem;
  height: 10rem;
  border: 1px solid #dee2e6;
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding: 10px;
}
.setup {
  border-radius: 5px;
  border: 1px solid #dee2e6 !important;
  padding: 20px;
}
.setup .name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2022;
}
.setup h3{
display: block;
    color: #1e2022;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.setup p{
  padding-left: 1.65rem;
    display: flex;
    align-items: center;
    padding-right: 0;
    margin-left: -2rem;

    text-align: center;
    color: #00a3ff;
}
.setup h5{
  font-size: 18px;
}
h5.card-header-title {
    font-size: 16px;
}
label.form-label {
    font-size: 14px;
    color: #212529;
}

.main-red-button-hover button:hover{
  color: #fff;
}
.dropdown {
  width: 280px;
    width: 100%;
  }
  .dropdown-menu li{
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
   
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu li a{
  color: #1e2022;
}
.dropdown-menu li.divider{
  border: 1px solid #f1f1f1;
  padding: 0;
}
.pic img {
  min-height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(255,255,255,1.00);
  padding: 2px;
  object-fit: cover;
}
.password h3{
  font-size: 28px;
}
.password h4{
  font-weight: bold;
 color:  #00A3FF;
 font-size: 38px;
}
.display-desktop{
  display: block;
}
.display-mobile{
  display: none;
}
.manage-top-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
a.manage-button-1 {
  font-size: 16px;
  border-radius: 10px;
  background: #D9D9D9;
  padding: 10px;
  color: #717171;
}
a.manage-button-2 {
  font-size: 16px;
  border-radius: 10px;
  background: #00A3FF;
  padding: 10px;
  color: #fff;
}
a.manage-button-3 {
  font-size: 16px;
  border-radius: 10px;
  background: #EB4F79;
  padding: 10px;
  color: #fff;
}
.manage-button-1 img, .manage-button-2 img, .manage-button-3 img{
  width: 20px;
  margin-right: 5px;
}
a.manage-button-1 span {
margin: 0 10px;
border: 1px solid #fff;
width: 1px;
}
.main {
  margin-top: 20px;
}

.top-title {
  margin-bottom: 30px;
  font-size: 22px;
  padding: 20px;
  background: #E9F7FF;
  border-radius:10px;
}
.top-title span{
  color:#929292;
  font-size:18px;
}
.manage-left{
  width: 60%;
}
.manage-right {
  padding-top: 50px;
  padding-left: 30px;
  width: 40%;
}
.manage-second-wrap {
  display: flex;
}
.commentList {
  padding:0;
  list-style:none;

}
.commentList li {
  background: #fff;
    margin: 0;
    margin-top: 10px;
    border-radius: 10px;
    padding: 20px;
  
}
.commentList li > div {
  display:table-cell;
}
.commenterImage {
  width:30px;
  margin-right:5px;
  height:100%;
  float:left;
}
.commenterImage img {
  width:100%;
  border-radius:50%;
}
.commentText p {
  color: #67727E;
  margin: 0;
}
.commentText .name {
  color: #334253;
  font-weight: bold;
}
.commentText-2{
  display: flex !important;
}
.commentText-2 .manage-button-2{
  height: 48px;
  width: 84px;
  margin-left: 10px;
}
.second-wrap.mt-5 {
  text-align: center;
  margin-top: 38px!important;
}
textarea#comments {
  height: 80px;
    width: 70%;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #67727E;
    padding: 10px;
}
@media screen and (max-width: 991px) {
  .top-title {
    margin-bottom: 0;
  }
  a.manage-button-1, a.manage-button-2, a.manage-button-3 {
    font-size: 12px;
    display: inline-flex;
    margin-top: 10px;
}
.manage-second-wrap {
  display: block;
}
.manage-left {
  width: 100%;
}
.manage-left.mt-5 {
  margin-top: 30px!important;
}
.second-wrap.mt-5 {
  text-align: left;
  margin-top: 0!important;
}
.manage-right {
  padding-top: 0;
    padding-left: 0;
  width: 100%;
}
.manage-button-1 img, .manage-button-2 img, .manage-button-3 img{
  width: 14px;
}
.commentText-2 {
  display: block !important;
}
.commentText-2 .manage-button-2{
  height: auto;
  width: auto;
  margin-left: 35px;
}
}
@media screen and (max-width: 768px) {
  .manage-top-wrap{
    display: contents;
    text-align: center;
  }
  .second-wrap.mt-5 {
    text-align: center;
  }
}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 160px;
}

footer {
  margin-top: -50px;
  z-index: 2;
  position: relative;
  background: #F6F6F6;
  padding-top: 50px;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 89px;
  margin-bottom: 30px;
}

footer .about a {
  color: #afafaf;
  font-weight: 300;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #03a4ed;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #03a4ed;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: #03a4ed;
}

footer .footer-item p {
  font-size: 15px;
  color: #afafaf;
  margin-top: -5px;
}

footer .footer-item form {
  background-color: #03a4ed;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::placeholder {
  color: #fff;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright p {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #eee;
  color: #afafaf;
  margin-top: 50px;
  padding: 10px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: #03a4ed;
}





@media (max-width: 991px) {
  .our-services .services-right-dec-2 img,.our-services .services-left-dec-2 img{
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-primary{
    background-color: #00A3FF;
    border:#00A3FF;;
  }
  .font-14{
    color: #22afff!important;
    font-size: 14px;
    line-height: 28px;
  }
  .font-16{
    border-bottom: 1px #dee2e8;
    border-bottom-style: dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #6c757d !important;
  }
  .font-16:last-child{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .our-services-two .content-wrap-2{
    text-align: left;
  }
  .our-services-two{
    text-align: center;
  }
  .our-services .services-right-dec-2 img,.our-services .services-left-dec-2 img, .our-services-two .services-right-dec-1 img, .our-services-two .services-right-dec-2 img, .services-left-dec-1{
    display: none;
  }
  .main-section .nav-tabs .nav-link {
    height: 50px;
    margin: 5px 0!important;
    width: 100%;
  }
  .form-group {
    width: 83%;
  }
  .display-desktop-only{
    display: none;
  }
  .display-desktop{
    display: none;
  }
  .display-mobile{
    display: block;
  }
  .index .form-group{
    width: 100%;
    margin-right: 0;
  }
  .index .modal-body {
    width: 100%;
}
.form-group.switch-wrap{
  width: 45%;
}
.password-mobile.d-flex{
  display: block!important;
}
.password-mobile .main-red-button-hover{
  width: 50%;
  display: inline;
  
}
.main-red-button-hover button{
  font-size: 12px;
  padding: 12px 15px;
  border: 0;
}
.section-heading {
  margin-bottom: 10px;
}
.nav-tabs .nav-item {
  display: flex;
  margin-bottom: -1px;
  width: 25%;
  justify-content: center;
}
}
@media (max-width: 414px) {

  .link_info .delete_btn a{
    top: 15px;
    right: 0;
  }
  .btn-primary-2 {
    margin-right: 0;
}
.btn-primary-2.ml-2{
 margin-left: 0!important;
}
.main-section {
  padding: 120px 0px 60px 0px;
}
.nav-tabs .nav-link {
  font-size: 14px;
}
.section-heading {
    margin-bottom: 0px;
}
.dropdown-menu.show {
  left: -20px!important;
}
.search-bar .btn {
  background-color: #00A3FF;
  border-color: #00A3FF;
}
.nav-tabs {
  margin-bottom: 20px;
}
}