.home-top {
    padding-top: 100px;
}

.floating-btn {
    width: 200px;
    transform: rotate(90deg);
    right: -80px; 
    bottom: 250px; 
    z-index: 99;
}

.callback {
    bottom: 470px;
}

.wp {
    left: -80px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 1em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.intl-tel-input,
.iti{
  width: 100%;
}

.number-spinner {
	 max-width: 120px;
	 line-height: 35px;
	 padding: 0;
	 margin: 0;
	 border-radius: 4px;
	 border: 2px solid #e2e2e2;
	 overflow: hidden;
	 position: relative;
	 display: table;
}
 .number-spinner input {
	 height: 35px;
	 max-height: 35px;
	 line-height: 35px;
	 font-size: 0.9em;
	 padding: 0;
	 margin: 0;
	 border: none;
	 position: relative;
	 float: left;
	 width: 100%;
	 text-align: center;
}
 .number-spinner input:focus {
	 outline: none;
}
 .number-spinner .ns-btn {
	 position: relative;
	 font-size: 0;
	 white-space: nowrap;
	 vertical-align: middle;
	 display: table-cell;
	 cursor: pointer;
}
 .number-spinner .ns-btn a {
	 height: 35px;
	 min-height: 35px;
	 width: 35px;
	 padding: 0;
	 max-width: 35px;
	 line-height: 35px;
	 border-radius: 0;
	 border: none;
	 text-align: center;
	 position: relative;
	 background: #e2e2e2;
	 color: #333;
	 display: inline-block;
	 vertical-align: middle;
	 text-decoration: none;
}
 .number-spinner .ns-btn .icon-minus:after {
	 content: "\002212";
	 font-size: 35px;
	 line-height: 38px;
	 font-weight: bold;
}
 .number-spinner .ns-btn .icon-plus:after {
	 content: "\00002B";
	 font-size: 38px;
	 line-height: 35px;
	 font-weight: bold;
}
 

@media (max-width: 992px){
	
	.home-top {
        padding-top: 200px;
    }
    
    .floating-btn {
        transform: rotate(0deg);
        width: 50px;
        left: 1%;
        bottom: 50px;
        font-size: large;
    }
    
    .wp {
        bottom: 120px; 
    }
    
    .callback {
        
    }
    
    .floating-btn span {
        display: none;
    }
}

@media (min-width: 993px){
	
	.banner-right {
	    margin-top: 150px;
	}

	.navbar-nav .dropdown .dropdown-item {
	    padding-top: 3px;
	    padding-bottom: 3px;
	}
	
	.section-gap {
        padding: 5px 0;
    }
	
	.single-post-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	.footer-area {
        padding: 50px 0px 120px;
        background: #222;
        margin-top: 60px;
    }
}
