/*autor:  petar*/
/*header*/
.whmcs * {
  font-family: "Montserrat", sans-serif;
}
.pt_nav-item a {
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.pt_dropdown-menu {
  width: max-content !important;
}
.pt_collapse button.unfillbtn {
  background-color: #fff;
  padding: 8px 24px;
  font-size: 13px;
  border: 1px solid #ed808f;
  border-radius: 5px;
  color: #ed808f;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.pt_collapse button.unfillbtn:hover {
  color: #fff;
  background: #ffc163;
  border: 1px solid #fff;
}
.pt_height-25 {
  height: 0 !important;
}
#mainNavbar li.collapsable-dropdown:not(.no-collapse) {
  display: none;
}
/*footer*/
footer {
  flex-shrink: 0;
}
footer * {
  font-family: "Montserrat", sans-serif;
  color: #010101;
  line-height: 1.5;
}
.footer-menu-t p {
  line-height: 24px;
}
.footer-section {
  width: 100%;
  background: #fff0e8;
  height: 350px;
  padding-top: 40px;
  display: inline-table;
}
footer .logo__section p {
  font-size: 14px;
  margin-top: 10px;
  color: #444444;
  font-weight: 600;
}
.footer-menu-t h6 {
  font-size: 1rem;
  margin-bottom: 9px;
  font-weight: 500;
  line-height: 1.2;
}
.footer-menu-t p a {
  color: #444444;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.footerBottomSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
}
.footerBottomSection p {
  font-size: 1rem !important;
}
footer {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .footer-menu-t h6 {
    margin-bottom: 8px;
  }
}
.footer-menu-t h6 {
/*end Petar*/

.whmcs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px;
}

.whmcs {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #b9d7ea;
    text-decoration: none;
    text-transform: uppercase;
}


/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px){
  header > a > img {
  	margin-left: 15px;
  }
  .checkbtn{
    display: block;
    color: #000;
    padding-top: 15px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    background: #fff;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 14px;
  }
  .nav__links li {
  	display: block;
  }
  .nav__links li a button {
  	margin-left: auto;
    margin-right: auto;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .nav__links {
  	background: #fff;
    color: #000;
    max-height: auto;
    margin-top: 20px;
    z-index: 10;
    position: absolute;
  }
  .section__1 {
  	height: auto;
    margin-top: -20px;
  }
  .section1-img img {
    width: 330px;
    height: 300px;
  }
  .content__solution {
  	margin-top: 70px;
  }
  .content__solution button {
  	margin-bottom: 35px;
  }
  .section3-content{
  	margin-top: -20px;
  }
  .section5-content{
  	height: 420px;
  }
  .payment-btn {
  	display: inline-block;
  }
  .payment-btn button {
  	width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
  .footer-section{
  	height: auto;
  }
  .footer-menu {
  	text-align: center;
    margin-top: 10px;
  }
  .footer-menu h6 {
  	margin-top: 10px;
    margin-bottom: -2px;
  }
  .blogPostImg img {
    background: #ff6378;
    border-radius: 10px;
    width: 100%;
    height: 230px;
    padding: 40px;
  }
  .sideBlog{
  	padding-left: 20px;
  }
  .blogPage {
  	height: auto;
  }
  .announcement {
  	height: auto;
  }
  .section4-content {
  	height: auto;
  }
  .section5-content h2 {
  	padding-top: 45px;
  }
  .logo__section {
  	text-align: center;
  }
  .logo__section img {
  	width: 170px !important;
  }
  .footerBottomSection {
    display: block;
    text-align: center;
  }
  .footerBottomSection p {
    margin-bottom: 10px;
  }
  .social-media {
    padding: 0;
  }
  .circle {
  	height: 104%;
  }
}

/* Unique Design 600px * 960px */
@media (min-width: 600px) and (max-width: 601px) {
  .section__1 {
  	height: auto;
  }
  .content__solution button {
  	margin-bottom: 25px;
  }
  .col-sm-2.footer-menu {
  	max-width: 100% !important;
    flex: 0 0 100%;
    text-align: center;
  }
  .col-sm-4.logo__section {
  	flex: 0 0 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer-menu h6 {
  	margin-top: 15px;
  }
}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px /  */
@media (min-width: 600px) and (max-width: 1024px) {
  .container.container-navbar {
  	max-width: 770px !important;
  }
  header > a > img {
  	padding-left: 30px;
    width: 200px !important;
  }
  .checkbtn{
    display: block;
    color: #000;
    padding-top: 15px;
    padding-left: 180px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    background: #fff;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  
  #check:checked ~ ul{
    left: 0;
  }
  .nav__links {
  	background: #fff;
    color: #000;
    max-height: auto;
    margin-top: 20px;
    z-index: 10;
    position: absolute;
    padding: 0px 95px;
  }
  .nav__links li {
  	padding: 0px 120px;
  }
  .section__1 {
  	margin-top: 0;
  }
  .section1-img img {
    width: 330px;
  }
  .section1-content h2 {
  	font-size: 25px;
  }
  .section1-content p {
  	padding-top: 10px;
  }
  .section1-content button {
  	margin-top: 20px;
  }
  .section4-content {
  	height: auto;
  }
  .payment-btn {
  	display: inline-block;
  }
  .payment-btn button {
  	margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;    
    justify-content: center;
  }
  .blogPage {
  	height: auto;
  }
  .announcement {
  	height: auto;
  }
  .announcementImg {
  	height: auto;    
  }
  .announcementImg img {
  	margin-top: 75px;
  }
  .announcementContent {
  	padding: 40px 40px 10px 40px;
  }
  .sideBlog {
  	padding: 0;
  }
  .blogPostImg img {
  	padding: 50px 130px;
  }
  .section5-content h2 {
  	padding-top: 45px;
  }
  .footer-section {
  	height: auto;
  }
  .circle
} 

/* ##device = Ipad Pro */
@media (min-width: 1023px) and (max-width: 1025px) {
  .nav__links{
  	padding: 0px 250px;
  }
}

@media only screen and (width: 411px) {
	.circle{
   		height: 127%;
    }
}

@media (min-width: 360px )and (max-width: 384px) {
	.circle{
    	height: 145%;
    }
}

@media only screen and (width: 375px) {
	.circle {
    	height: 139%;
    }
}

@media only screen and (width: 414px) {
    .circle {
        height: 126%;
    }
}

@media only screen and (width: 320px) {
	.circle {
    	height: 167%;
    }
}

@media only screen and (width: 768px) {
	.circle {
    	height: 60%;
    }
}

@media only screen and (width: 800px) {
	.circle {
    	height: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.circle {
    	height: 81%;
    }
}

@media (min-width: 1680px) and (max-width: 1920px) {
	.circle {
    	height: 59%;
    }
}