/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Outfit', sans-serif;
}

a {
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #274e94;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #5eae2c;
  display: none;
  background:#274e94;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.tophead{padding:10px 0px;font-weight:500;margin:auto;background-color:#58595b;}
.tophead a{color:#fff;font-size:15px;text-transform:uppercase;}

#header {
  height:140px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;

}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:140px;

}



#header .logo img {
    padding: 2px 0px;
    width: 100%;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.topheader{background-color:transparent;min-height:60px;border-radius:0px;margin-top:20px;padding:0px 0px 0px;}
#intro {
  width: 100%;

 
}
.container1{
	max-width:800px;
	margin:auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}
.main-nav .facebook i {
    font-size:25px;
    color: #447eb1;
	padding:0px!important;
}
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0 0px 0 10px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
    display: block;
    position: relative;
    color: #58595b;
    padding: 7px 3px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #324395;
	font-weight:bold;
}
.main-nav .active > a:hover{
	  color:#324395;

}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #324395;
  text-decoration: none;
}


.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #58595b;
  font-weight:600;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#324395;
  font-weight:bold;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .facebook i {
    font-size: 25px;
    color: #447eb1;
    padding: 0px!important;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #58595b;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
      text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #324395;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:60px 18px 0 0;
  color: #447eb1;
      background-color: transparent;
    padding: 5px;
}


.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.submit_btn a{margin-top:12px!important;font-size:14px; background-color:#274e94; padding:7px 10px;border:0px; font-weight:600;color:#fff;
 border-radius:3px; text-transform:uppercase;cursor:pointer;}
 .submit_btn a:hover{margin-top:12px!important;font-size:14px;cursor:pointer; background-color:#274e94; padding:7px 10px;border:0px; font-weight:600;color:#fff!important;
 border-radius:3px; text-transform:uppercase;}


/* About Us Section
--------------------------------*/

#about {
  padding: 55px 0;
 
text-align:center;
}
#about h1{
line-height:40px;
    color: #58595b;
    padding: 20px 8% 50px;
    font-size:35px;
    font-weight: 600;
    margin: 0px!important;
}
#about .about-container .background {
  margin: 20px 0;
}

.abtcontent {
    background-color: #f5f5f5;
    position: relative;
    padding: 50px 50px;
    text-align: left;
    right: -46px;
    z-index: 2;
    top: 45px;
}
.abtcontent::before{
	content: "";
    background: url(../images/before.png);
    position: absolute;
    width: 240px;
    height: 240px;
    top:-25px;
    left:-25px;
    z-index: -1;
    background-repeat: no-repeat;
}
.abtimage{  right: 0; 
}
#about .abtcontent h2 {
line-height:30px;
    color: #58595b;
    padding: 20px 0px 20px 0px;
    font-size:20px;
    font-weight:500;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 17px;
    color: #58595b;
    padding:0px 0px 30px 0px;
    font-weight:500;

 }

#about-container{text-align:center;}

 
#about1 .about-container{
	margin:50px 0 ;background-color:#fff;

}

#about1 .abtcontent1 p {
	 text-align:left;
  line-height: 26px;
  font-size:16px;
  color:#000;
  padding:0px 0px 10px;
  font-weight:300;
 }
 #about1 .abtcontent1 {
    padding: 30px 0px 30px;
    text-align: left;
}

.learnbtn {
   text-decoration:underline;
    border: 0px;
    background-color: transparent;
    color: #274e94;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}
.learnbtn:hover { 
text-decoration:underline;
border:0px;
background-color:transparent;
color:#274e94;
border-radius:5px;
font-size:15px;
padding:0px;
font-weight:500;
margin:0px;
text-transform:uppercase!important;
}
/* Debt Section
--------------------------------*/

#Debt {
	margin-top: 30px;
  padding:30px 0 50px;
  background:#fff;
  background-image:url(../images/debt_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
background-size:cover;
text-align:left;
  
}

#Debt h1 {
line-height:65px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size:60px;
    font-weight:700;
    margin: 0px!important;
	
}
#Debt .about-container .background {
  margin: 20px 0;
}

#Debt.content{
position: relative;
padding:0px 0px 20px;

}

#Debt .content p {
    line-height:30px;
    font-size:20px;
    color: #fff;
    padding:20px 0px 30px 0px;
    font-weight:500;

 }
.learnbtn1 {
   text-decoration:underline;
    border: 0px;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px;
    font-weight: 500;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase!important;
}
.learnbtn1:hover { 
text-decoration:underline;
border:0px;
background-color:transparent;
color:#4373c8;
border-radius:5px;
font-size:15px;
padding:0px;
font-weight:500;
margin:0px;
text-transform:uppercase!important;
}
 /*--------------------------------
 Debt Section
--------------------------------*/
#Debt2 {
	text-align:left;
  padding:30px 0 50px;
  background:#fff;
  background-image:url(../images/debt2_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
background-size:cover;
  }
  #Debt2.content{
position: relative;
padding:0px 0px 20px;
}

#Debt2 .content p {
    line-height:30px;
    font-size:20px;
    color: #fff;
    padding:20px 0px 30px 0px;
    font-weight:500;
 }
 #Debt2 h1 {
line-height:65px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size:60px;
    font-weight:700;
    margin: 0px!important;
	
}
 /*--------------------------------
 clientportal Section
--------------------------------*/
#clientportal {
padding: 30px 0 30px;
  background:#fff;

  }
  #clientportal .clientcontent{
  background-image:url(../images/client_bg.jpg);
  background-repeat:no-repeat;
  background-position:center center;
text-align:left;
background-size:cover;
 padding:50px 30px 50px;
}

#clientportal .clientcontent p {
    line-height:30px;
    font-size:17px;
    color: #fff;
    padding:20px 30px 30px 0px;

 }
 #clientportal .clientcontent h1 {
line-height:50px;
    color: #fff;
    padding: 20px 0px 0px;
    font-size:45px;
    font-weight:700;
    margin: 0px!important;
	
}
 #clientportal .gettouch{
	 background-color:#274e94;
	  padding: 0px 20px 40px;color:#fff!important;
 }
::placeholder{color:#fff;}
 #clientportal .gettouch h1{
	 text-align: left;
	line-height:50px;
    color: #fff;
    padding: 20px 0px 20px;
    font-size:45px;
    font-weight:700;
    margin: 0px!important;
	
 }
  #clientportal .gettouch .name{border-radius:3px;width:100%;margin-bottom:20px;
      background-color: transparent;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
    color: #fff!important;
}
  
   #clientportal .gettouch .email{
	   border-radius:3px;width:50%;margin-bottom:20px;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
	}
    #clientportal .gettouch .phone{
		border-radius:3px;width:49%;margin-bottom:20px;
	 background-color: transparent;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
	}
	a.submit {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #58595b;
	background-color:#fff;
    border: 2px solid #274e94;
    padding: 14px 55px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.submit::before {
    content: "";
    background:#274e94!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.submit:hover::before {
    width: 100%;
}
a.submit:hover {
    border-color:#fff;
    color: #fff!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
   font-size: 14px;

}

#footer .footer-top {
  padding:50px 0 20px 0;
background-color:#e9e9e9;
text-align:left;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight:600;
  color: #274e94;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  font-size:14px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #58595b;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #58595b;
   font-weight:500;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 27px;
     font-weight:500;
   font-size:14px;  color: #58595b;
}
#footer .footer-top .footer-contact a {
  font-size: 14px;
  background: transparent;
  color: #58595b;
  line-height:15px;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}

    #footer .footer-top .footer-contact i{ padding: 8px 10px 0 0;  font-size:25px;}
#footer .ftrlogo{text-align:right; float:right!important;}

#footer .copyright p{
  text-align: left;
  font-size:12px;
  color:#58595b;
   padding:20px 0px;
 margin-top:0px;

}

#about1 h1 {
    line-height: 43px !important;
    color: #010101 !important;
    padding: 30px 0px 20px 0px !important;
    font-size: 43px !important;
    font-weight:500 !important;
    text-align: left !important;
    margin: 0px!important;
    text-transform: uppercase;
}
#about1 p {
    text-align:left;
    line-height: 29px;
    font-size:16px;
    color:#010101;
    padding:0px 0px 15px;
    font-weight:300;
}

#about1 h2,h3 {
    margin:30px 0px 10px 0px;
    width: 100%;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){
	.tophead a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

#Debt {
    margin-top: 130px;
    padding: 30px 0 50px;
    background: #fff;
    background-image: url(../images/debt_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#about h1 {
    line-height:30px;
    color: #58595b;
    padding: 20px 100px 40px;
	    font-size:25px;
}
.abtcontent {
    background-color: #f5f5f5;
    position: relative;
    padding: 10px 20px;
    text-align: left;
    right: -50px;
    z-index: 2;
    top: 0px;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0 0px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav > ul > li {
    margin-left: 5px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #58595b;
    padding: 7px 0px 15px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}

#about .about-container h1 {
  line-height:25px;
font-size:22px;
}


#about{
padding:30px 0px;
}
.submit_btn a {
    margin-top: 12px!important;
    font-size: 12px;
    background-color: #447eb1;
    padding: 7px 10px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}
#about .abtcontent p {
    text-align: left;
   line-height:30px;
    font-size: 17px;
    color: #58595b;
    padding: 20px 0px 30px 0px;
    font-weight: 400;
}


}

@media (max-width: 991px) {

    #Debt .content h1 {
        line-height: 65px;
        color: #fff;
        padding: 20px 0px 0px;
        font-size: 60px;
        font-weight: 700;
        margin: 0px !important;
    }

    #Debt2 .content h1 {
        line-height: 65px;
        color: #fff;
        padding: 20px 0px 0px;
        font-size: 60px;
        font-weight: 700;
        margin: 0px !important;
    }

    #intro {
        padding: 70px 0 0px 0;
    }

    #footer .footer-top {

        padding: 50px 0 0 0;


    }

    #header .logo img {
        padding: 0;
        margin: 0px;
    }

    #footer .footer-top h4 {
        font-size: 14px;
        font-weight: bold;
        color: #274e94;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 10px !important;
    }

    #footer .copyright {
        padding-bottom: 0px;
    }

    .topheader {
        padding: 0px;
        background-color: transparent;
        min-height: 60px;
        border-radius: 0px;
        margin-top: 10px;
    }

    #about .about-container p {
        padding: 20px 0px 20px;
    }

    .ftrlogo {
        text-align: right;
        padding-top: 0px;
    }

    .text-center {
        text-align: left !important;
    }

    #header {
        height: 110px;
        transition: all 0.5s;
        z-index: 1100;
        transition: all 0.5s;
        padding: 0px;
        background-color: #fff;
    }

    #header.header-scrolled, #header.header-pages {
        padding: 0px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 100px;
    }

    #about .abtcontent p {
        text-align: left;
        line-height: 35px;
        font-size: 23px;
        color: #58595b;
        padding: 20px 0px 30px 0px;
        font-weight: 400;
    }

    #about {
        padding: 30px 0px;
    }

    #about h1 {
        line-height: 39px;
        color: #58595b;
        padding: 0px 0px 50px;
        font-size: 30px !important;
        font-weight: 600;
        margin: 0px !important;
    }

    .abtcontent {
        padding: 50px;
        text-align: left;
        top: 0px;
        margin-bottom: 20px;
    }

    .abtimage {
        right: 0;
        position: relative;
    }

    .tophead a {
        color: #fff;
        font-size: 9px;
        text-transform: uppercase;
    }

    #about .abtcontent p {
        text-align: left;
        line-height: 40px;
        font-size: 25px;
        color: #58595b;
        padding: 20px 0px 30px 0px;
        font-weight: 400;
    }
}
@media (max-width: 780px) {
  .back-to-top {
    bottom: 15px;
  }
  #footer .footer-top {
background-color:#e9e9e9;
padding: 0px 0 0 0;
}


}

@media (max-width: 767px) {
	.tophead .right {text-align:left!important;}
	#debt2 .content h1{color: #fff!important;}
	#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #fff;
}
.abtcontent {
    padding: 30px 50px 30px!important;
    text-align: left;
}
.tophead {
    padding: 0px 0px;
    font-weight: 500;
    margin: auto;
    background-color: #58595b;
}
  #intro {
    padding: 50px 0 0px 0;
  }
#footer .footer-top {
  padding:50px 0 0 0;

}

#about {
  padding: 10px 0 30px;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}

#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top:0px;
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #274e94;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{spadding: 0px 30px 0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #f3f7fc;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:70px;
}

#about{
padding:20px 0px;
}


}


@media (max-width: 574px) {
  #intro {
    padding: 60px 0 0px 0;
  }
#footer .footer-top {
     padding:50px 0 0 0;

}

#about {
  padding: 10px 0 30px;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent {
    padding: 0px 10px 20px;
    text-align: left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top:25px;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #274e94;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-top: 10px!important;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #f3f7fc;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 70px!important;
}

#about{
padding:40px 0px;
}
.topheader {
    padding: 0px 27px 0px;
}
.mobile-nav-toggle i {
    margin: 60px 18px 0 0;
    color: #447eb1;
}

}
@media (min-width:320px) and (max-width:573px){
#intro{padding-top:90px;}
#about .abtcontent p {
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    color: #58595b;
    padding: 10px 0px 10px 0px;
    font-weight: 400;
}
#Debt .content p {
    line-height: 21px;
    font-size: 15px;
    color: #fff;
    padding: 0px 0px 24px 0px;
    font-weight: 500;
}
#Debt .content p {
    line-height: 21px;
    font-size: 15px;
    color: #fff;
    padding: 0px 0px 24px 0px;
    font-weight: 500;
}
#header .logo img {
    width: 80%!important;
}
#about h1 {
    line-height:27px;
    color: #0a6129;
    padding: 0px 0px 50px;
    font-size:19px!important;
    font-weight: 600;
    margin: 0px!important;
}

#clientportal .gettouch .email {width: 100%;}
#clientportal .gettouch .phone {width: 100%;}
}