@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@700&display=swap');

body{
  font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   
}
a:hover{
  cursor: pointer !important;
}
.fancy-font{
  font-family: 'Sansita Swashed', cursive;
   /*font-family: 'Lobster', cursive;*/
   /*font-family: 'Lobster Two', cursive;*/
}
.fancy-font-2{
  font-family: 'Charm', cursive;
}
.fancy-font-3{
  font-family: 'Lobster Two', cursive;
  letter-spacing: 1px;
}
.fancy-font-4{
  font-family: 'Abril Fatface', cursive;
  /*font-family: 'Ultra', serif;*/
  letter-spacing: 1px;
  font-size: 53px;
}
.fancy-font-5 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 24px;
    padding: 3px;
    color: #3579ce;
  }
.nav-shadow{
  box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.3);
  height: 60px
}
.first-row{
  /*background-color: #3579ce !important;*/
  background: linear-gradient(60deg, #59a9f8 0%, #3579ce 100%) !important;
}
.logo-main{
  max-height: 45px;
    margin-left: 22px;
}
.navbar-brand{
  padding-top: 0px;
  padding-bottom: 0px;
}
.cl-red{
  color: #3579ce !important;
}
.cl1{
  color: #3579ce !important;
}
.bg-cl1{
  background-color: #e7f3f5;
}
.head-hr{
  width: 10%;
  border-color: #3579ce;
}
.paragraph{
  line-height: 31px;
  text-align: justify;
  padding-top: 15px;
}
.about-size{
  width: 100%;
}

.sec-working{
  background-color: #fefcfe!important;
  padding-top: 10px;
  padding-bottom: 50px;
}
/*#about{
  background: url('../images/home-banners/about-bg.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}*/
#services{
  /*background: url('../images/home-banners/services-bg.png') ;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-color: white !important;
}
.sec-contact{
  background-color: #f5fafb!important;
  padding-top: 10px;
}
.how-work{
  padding-top: 10px;
  padding-bottom: 50px;
}
.working-p{
  line-height: 25px;
  text-align: justify;
  padding-top: 15px;
  min-height: 90px;
}
.working-count{
  background-color:#fff;
  color:#3579ce;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3)
}
.p-top-20{
  padding-top: 20px;
}
.div-home-banner{
  width: 100%;
  overflow-x: hidden;
}
.home-banner{
  width: 135% !important;
  margin-left: -15%;
}
.show-mob{
  display: flex;
}
.show-desktop{
  display: none;
}
.border-right{
      border-right: solid 1px !important;
}
.border-left{
      border-left: solid 1px !important;
}
.border-bottom{
      border-bottom: solid 1px !important;
      padding-top: 5px;
    padding-bottom: 5px;
}
.padding-nav{
  padding-left: 16px;
    padding-right: 16px;
}
.dropdown-menu{
  top: 118%;
  padding: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-item{
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #3579ce;
}

.hide{
  display: none;
}
.textbox-icon{
  position: absolute;
    margin-top: 32px;
    right: 25px;
    font-size: 21px !important;
}
.form-control, .btn{
  font-size: 14px;
}
.btn-xs{
  padding: 0.1rem .30rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.account-sidebar{
  box-shadow: 13px 0px 10px -7px rgba(0,0,0,0.2);
    min-height: 900px;
}
.account-hr{
  margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
}
a:hover{
  text-decoration: none;
}
.nav-pills .nav-link{
  color: #3579ce;
}
.nav-pills .nav-link.active{
  background-color: #3579ce;
}
.padding-10{
  padding: 10px;
}
.padding-20{
  padding: 20px;
}
.padd-l-r-20{
 padding-left: 20px !important;
 padding-right:20px !important;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
      left: 91% !important;
}
.dropzone{
  /*border: 1px solid #ced4da !important;*/
  border: dashed #ced4da !important;
}
.text{
  color: #b6c0ca !important;
  font-size: 20px
}
.btn-upload{
    padding: 0px 15px 5px 15px;
    display: inline-block;
    height: 20px;
    border-radius: 4px;
    font-size: 13px;
    color: #3579ce;
    border:solid 1px #3579ce;
    margin-top: 6px;
}
.card-center{
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    width: 100%;
    top: 20%;
    box-shadow: 0px -2px 33px 15px rgba(0, 0, 0, 0.3)
}
.cm-login{
  background: #a2a2a252;
   padding-top: 50px;
  padding-bottom: 70px;
  min-height: 600px;
}
.contact-container{
  top: -155px;
    position: relative;
}
.contact-b{
 font-size: 17px;
}
.contact-p{
    line-height: 38px;
    padding: 15px;
    font-size: 15px;
    font-family: system-ui;
    letter-spacing: 1px;
    color: #212529;
}
.contact-banner{
  margin-top: -6px;
    box-shadow: 2px 9px 19px 0px rgb(65 104 121);
}
.contact-card{
  box-shadow: 2px 2px 19px 0px rgb(65 104 121);
  display: block;
}
.btn-contact{
  line-height: 30px;
    border-radius: 0px;
    padding: 0.375rem 1.75rem;
}
.card-map{
  top: 50px;
}
.scroll-btn{
  z-index: 1480;
  bottom: 35px;
    right: 35px;
  position: fixed;
  display: none;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  border-color: white;
  width: 40px;
  height: 40px;
  /*background-color: white;*/
}
/*.dropdown:hover .dropdown-menu{display: block;}*/
@media screen and (min-width: 800px) {
   .nav-shadow{
    padding-left: 25px;
    padding-right: 25px;
    height: 55px;
   }
   .first-row{
    padding-left: 25px;
    padding-right: 25px;
   }
   .about-size{
      width: 70%;
      /*padding-bottom: 20px;*/
   }
   .home-banner{
     width: 100% !important;
     margin-left: 0px;
   }
   .show-mob{
      display: none;
  }
  .show-desktop{
    display: flex;
  }
  .card-center{
    width: 35%;
  }
  .contact-container{
    top: -220px;
    position: relative;
  }
  .scroll-btn{
    bottom: 25px; 
    right: 13px;
  }
}

/*------ footer */
.site-footer
{
  padding:45px 0 20px;
  line-height:24px;
  box-shadow: 0px -17px 23px 1px rgba(0, 0, 0, 0.3);
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}

.site-footer h6
{
  font-size:16px;
  margin-top:5px;
  letter-spacing:2px
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#ffff
}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#fff;
  color:#3579ce;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3)
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/*------ footer end*/

.user-dp {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.dp-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dp-link{
      margin-top: -57px;
    width: 128px;
    background: rgba(82, 82, 82, 0.29);
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
}
.dp-text{
      display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    height: 100%;
    width: 100%;
    color: white;

}
.border-dashed{
      border: dashed #ced4da !important;
}
.document-view{
  height: 350px;
  overflow-y: scroll;
}


.dp-list{
  width: 115px !important;
  height: 115px !important;
 }
 .verification-icon{
    position: relative;
    width: 70%;
    padding: 3px;
    position: relative;
 }
 .verification-icon:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: bottom left;
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
}
 .not-verified{
    background: #e86666;
 }
 .not-verified:after {
  background: #e86666;
 }
 
.verified{
     background: #5ace74;
 }
 .verified:after {
     background: #5ace74;
}
.pending{
    background: #f9cb76;
 }
 .pending:after {
  background: #f9cb76;
 }
.cm-list-content{
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
}
.limited-lines{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-closed-img{
  float: left;
    position: relative;
    /*top: -332px;*/
    left: 40%;
    opacity: 0.5;
    width: 150px;
}
@media (max-width:767px)
{
  .dp-list{
  width: 100px !important;
  height: 100px !important;
 }
 .verification-icon{
  width: 40%;
 }
 .limited-lines{
    -webkit-line-clamp: 5;
 }
 .case-closed-img{
  left: 28%;
 }
}

/*---- ON?OFF Switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: unset;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*--- on off switch end*/


  .select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.accept-btn{
  margin-top: 4px;
  margin-right: 5px;
}

.loading-page{
  position: fixed;
    height: 100%;
    width: 100%;
    background: #15141414;
    z-index: 185;
    top: 0;
    color: #1797ac;
    display: none;
    text-align: center;
}
.loading-icon{
  top: 50%;
  position: relative;
  width: 160px;
  opacity: 0.7;
}


#home{
      background: url('../images/home-banners/bg-home-2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position-x: right;
      background-position-y: bottom;
}

.bottom-text{
  margin-bottom: -50px;
  text-align: center;
  color: #fff;
  font-style: italic;
  padding: 4px;
  font-size: 17px;
}

.home-underline{
  height: 129px;
  margin-top: -51px;
}
@media (max-width:767px)
{
  #home{
    background-color: #2392c0  !important;
  }

  .text-home{
    color: white !important;
  }
}

.btn-info{
  background-color: #3579ce;
  border-color: #3579ce;
}
.btn-info:hover{
  background-color: #1a4984;
  border-color: #1a4984;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
  background-color: #3579ce;
    border-color: #3579ce;
}
.btn-info.focus, .btn-info:focus{
   background-color: #3579ce;
    border-color: #3579ce;
}
.btn-outline-info{
  color: #3579ce;
}
.btn-outline-info:hover{
     background-color: #3579ce;
    border-color: #3579ce;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle{
  background-color: #3579ce;
    border-color: #3579ce;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgb(53 125 214 / 33%);
}
.working-btn:focus, .working-btn:active{
  background-color: #3579ce;
    border-color: #3579ce;
    color: white;
}
.div-btn .active::after{
      position: absolute;
    width: 0px;
    height: 0;
    top: 39px;
    margin-left: -47px;
    vertical-align: 0.15em;
    content: "";
    border-top: 1.1em solid #3579ce;
    border-right: 1.1em solid transparent;
    border-left: 1.1em solid transparent;
}
.btn-home{
  font-size: 18px;
  font-weight: bold;
  border-radius: 26px;
    padding-left: 17px;
    padding-right: 17px;
}
@media (max-width:767px)
{
  .btn-home{
    color: #3579ce;
    background-color: white;
  }
  .btn-home:focus, .btn-home:active{
    background-color: #f3f3f3;
    color: #3579ce;
  }
  .btn-refresh{
    display: block;
    left: 35px;
    right: 0px;
  } 
}
