body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #333333;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

.outer-section{
	float: left;
	width: 100%;
    position: relative;
}


header{
	width: 100%;
    float: left;	
}

.navbar-brand img{
	max-width:185px; 
	width: 100%;
}

#navbarSupportedContent .navbar-nav{
    margin: 0 auto;
}

nav.navbar{
	padding : 0px 10px;  
}

.navbar-light .nav-item{
    display: inline-flex;    
    margin: 0px 6px;
}

.navbar-nav > li {
  position: relative;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 10px 10px;    
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;    
}

.navbar-light .navbar-nav .nav-link:hover {
    background: #e1b30a;
    border-radius: 5px;
}

.nav-link.active {
    background: #e1b30a;
    border-radius: 5px;
}

ul.navbar-nav>li>a {
    padding: 0 15px;
    color: #5d5d5e;
}

.top-container {
    background: #f5f5f7;
    width: 100%;
    float: left;
}

.top-container ul.top-left li {
    float: right;
    margin-right: 15px;
    font-size: 13px;
}

ul.top-left li i {
    color: #9a7b0c;
    background: #e1b30a;
    width: 26px;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
}

.top-left {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 7px 0px;
    list-style: none;    
}

.top-left li {
    margin-bottom: 5px;
    font-size: 13px
}

a , a:hover{
    color: #231e20;
    text-decoration: none;
}

.carousel-inner{
	position: relative;
}

.top-banner{
	float:left;
	position: relative;	
	width: 100%;
}

.header-text {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.owl-carousel img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.btn-help {
    position: fixed;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
    top: 35%;
    z-index: 10;
    -webkit-box-shadow: -4px 3px 28px -4px rgba(33,31,31,1);
    -moz-box-shadow: -4px 3px 28px -4px rgba(33,31,31,1);
    box-shadow: -4px 3px 28px -4px rgba(33,31,31,1);
}
.btn-help a {
    background: #211f1f;    
    padding: 8px 5px 8px 8px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
    transition: .4s ease-in;
}

.btn-help a span {
    display: block;
    position: relative;
    z-index: 2;
    color: #ffca0b !important;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: right;
    letter-spacing: 1px;    
    font-size: 17px;
}

.btn-help a:hover:before {
    width: 100%;
}

.carousel .header-text h2 {
    margin-top: 0px;
    color: #231e20;
    font-size: 40px;
    font-weight: 400;
}


.carousel .header-text p {
    font-size: 16px;
    color: #231e20;
}

.carousel-item img{
width: 100%;	
}

.carousel-indicators li{
    height: 5px;
    border-radius: 5px;
}

.carousel-indicators li.active{
	background-color: #FFCA08;
}

#home-carousel {
    position: relative;
    width: 100%;
    float: left;
}

.home-carousel-right {
    position: absolute;
    top: 51%;
    right: 0px;
    transform: translateY(-50%);
}

.home-carousel-right a{
    margin-bottom: 10px;
    font-size: 16px;
    background: #5d5d5e;
    padding: 10px 40px 10px 3px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;    
}

.home-carousel-right a i{
    margin: 0px 15px;
}

.home-carousel-right a:before {
    background: #FFCA08;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: inline-block;
    z-index: 1;
    transition: all .2s linear;
    position: absolute;
}

.home-carousel-right a:hover:before {
    width: 100%;
}

.home-carousel-right a span{
	position: relative;
    z-index: 2;	
}

.section-heading{
    color: #5d5d5e;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading h2{
	font-size: 36px;
}

.section-heading h2 span {
    font-weight: 300;
}

.cont-desc-info{
	width: 100%;
	float: left;
}

.cont-desc-info h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #d2232a;
    letter-spacing: 4px;
}

.why-us-section{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;    
}

.why-us-section .image-container {
    text-align: center;
    min-height: 130px;
    display: inline-block;
    line-height: 130px;
}

.why-us-section .image-container img{
    max-width: 100%;	
}

.why-us-section .icon-col{
    background: #fff;
    width: 100%;
    float: left;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 6px 0px 60px -57px rgba(210,35,42,1);
    -moz-box-shadow: 6px 0px 60px -57px rgba(210,35,42,1);
    box-shadow: 6px 0px 60px -57px rgba(210,35,42,1);    
}

.why-us-section p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
}

.payment-method{
    background: url("../images/multiple-payment-background.jpg");	
    background-repeat: no-repeat;
    background-size: cover;	
    padding-bottom: 40px;  
}

.method-row {
    margin: 70px auto 75px auto;
    width: 88%;
}

.method-row .fa{
    color: #FFCA08;
}

.method-row .col {
    background: #fff;
    margin: 0px 15px;
    padding: 10px 10px 10px 44px;
    border-radius: 30px;   
    background-image: url(../images/check-circle.png);
    background-repeat: no-repeat;
    background-position: 5px;
      
}

.transfer-rate-section {
    padding-bottom: 35px;
}

.transferrate-box-row {
    float: left;
    width: 100%;
}

.transferrate-box-col {
    width: 9.5%;
    display: inline-block;
    padding: 10px;
}

.transferrate-box.arrow-up:after {
    content: "";
    position: absolute;
    top: 40px;
    height: 60px;
    left: 50%;
    border-left: 2px dotted #444;
}

.transferrate-box.arrow-down:after {
    content: "";
    position: absolute;
    bottom: 40px;
    height: 60px;
    left: 50%;
    border-left: 2px dotted #444;
}

.transfer-rate-section .price {
    font-size: 25px;
    text-align: center;
    color: #d2232a;
    font-weight: 500; 
}

.transferrate-box.arrow-up .price {
    position: absolute;
    left: 0;
    right: 0;   
    top: 0;
}

.transferrate-box.arrow-down .price {
    position: absolute;
    left: 0;
    right: 0;   
    bottom: 0;
}

.transferrate-box.arrow-down p.country-name {
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;    
}

.transferrate-box.arrow-up p.country-name {
    margin: 0 auto;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;    
}

.transfer-rate-section .transferrate-box .flag{
    width: 38px;
}

.transfer-rate-section .flag-div {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    display: inline-block;
    box-shadow: 0px 0px 10px 1px #ccc;
}

.transfer-rate-section .section-heading p {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}


.transfer-rate-section .transferrate-box {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: 600;  
    min-height: 300px;
    position: relative;    
}

.middle-content {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.transfer-rate-section .transferrate-box.green-bg {
    background: #FFCA08;
}

.transfer-rate-section p.box-lst {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding: 47px 0;
}

.c-btton{
    padding: 50px 0px 30px 0px;
    float: left;
    width: 100%; 
}

.more-country-rate-btn{
    font-size: 17px;
    font-weight: 600;
    margin: 0px auto;
    padding: 16px 18px;
    background: #ffca08;
    margin-top: 11px;
}

.map-section {
    padding: 40px 0px;
    width: 100%;
    float: left;
    background: url("../images/map-background.png");   
    background-repeat: no-repeat;
    background-size: cover; 
}

.map-section .tp-txt {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.map-section h3 {
    font-size: 34px;
    color: #d2232a;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-top: 18px;
    letter-spacing: 4px;
}

.map-section p {
    font-size: 14px;
    font-weight: 500;
}


/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    background: #ffca0b;    
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;   
}

nav {
  min-height: 85px;
}

.map-section img{
	max-width: 100%;
}

.footer {
    color: #c2c2c2;
    font-size: 14px;
    background: #27272b;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    clear: both;
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 170px;
}

.footer a {
    color: #c2c2c2;
    font-size: 13px;
}


.ftr-info-line {
    padding: 15px 0px 0px 30px;
    position: relative;
}

.ftr-info-line i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 18px;
    color: #ffca0b;
}

h3.widget-title {
    font-weight: 600;
    font-size: 18px;
    color: #c2c2c2 !important;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.footer ul.footer-links {
    padding: 0px;
    display: flex;
    flex-direction: row;   
    margin-bottom: 0; 
}

.textwidget ul.footer-links li {
    padding: 4px 0px;
    flex: 1 1 auto;
}

.widget_text ul {
    list-style: none !important;
}

.footer-menu-container{
    width: 100%;
    float: left;
    background: #2c2828;
    border-bottom: 1px solid;
    border-top: 1px solid;    
    margin: 25px 0px 0px;  
}

.btn-subscribe {
    background-color: #FFCA08;
    color: #fff;
    border-radius: 0px;
    height: 42px;
    width: 30%;
}

.footer-newsletter {
    max-width: 450px;
    width: 100%;
    z-index: 5;
    float: left;
    padding-left: 19px;
}

.text-newsletter {
    width: 70%;
    border: none;
    padding: 4px 18px;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 1);
    outline: none;
    margin-bottom: 5px;
    box-shadow: 0px 0px 2px rgba(42, 86, 162, .7);
    height: 42px;
    float: left;
}

.newsletter-section{	
    margin-top: 50px;
}
.newsletter-form h3.widget-title.subscribe-title {
    margin-bottom: 20px;
}

.textwidget {
    display: block;
    padding: 12px 0px;
}

.footer-social {
    position: relative;
    z-index: 5;
    display: block;
    padding-left: 0px;
    float: right;
    margin-bottom: 0;
}

.footer-social li {
    display: inline-block;
    margin: 0px 12px;
}

.footer-social li a {
    position: relative;
    width: 36px;
    height: 36px;
    background: #086ce7;
    display: inline-block;
    font-size: 23px;
    border-radius: 5px;
    margin-left: 5px;
    padding: 2px;
    text-align: center;
    color: #fff;
}

.page-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 27px;
    font-size: 36px;
    font-weight: bold;
    color: #d2232a;
    text-align: center;
}

.about-us h3 {
    font-size: 24px;
    margin: 10px 0;
    color: #d2232a;
    padding-top: 1px;
    font-weight: 600;
}

.about-us p {
    margin-bottom: 25px;
    font-size: 14px;
}

.about-us img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
}

.get-in-touch{
    font-size: 18px;
    text-transform: uppercase;
}

.contactbox {
    background-color: #f0f0f2;
    height: 200px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 70px;
}

.contactbox i {
    background: #FFCA08;
    font-size: 44px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    width: 76px;
    height: 76px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -38px;
    line-height: 76px;
    border-radius: 8px;
}

.coninfo {
    width: 100%;
    float: left;
    padding: 60px 10px;
}

.contactbox p {
    font-size: 14px;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 0px;
}

section.outer-section.contact-us {
    margin-bottom: 70px;
}

.contactbox a {
    color: #344cc7;
    text-decoration: underline;
}

.contactbox ul {
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.contactbox ul li {
    background-color: transparent;
    padding: 10px;
    display: inline-block;
    margin: auto;
}

.footer-social li a:hover {
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.footer-social li.ftr-fb {
    display: inline-flex;
    margin: 0px 12px;
    align-items: center;
}

.footer-social li.ftr-twt a:hover {
    background: #1CB7EB;
}

.footer-social li.ftr-in a:hover {
    background: #1686B0;
}

.footer-two {
    background: #202026;
    color: #c2c2c2;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}

.footer-two p {
    font-size: 12px;
    margin: 0;
    color: #aba8a8;
}

.footer-logo img{
	max-width: 200px;	
    border-radius: 10px;
}

.prodcut-services{
    background-color: #fff;
    padding-bottom: 40px;
}

.prodcut-services .section-heading{
    margin-bottom: 40px;
}

.section-heading p{
    font-size: 16px;
}

.service-row{
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;   
    border-left: 1px solid #cec8c8;
    border-right: 1px solid #cec8c8;     
}

.services-box{
    padding: 25px 10px 25px 10px;
    float: left;
    width: 100%;    
}

.service-img{
    width: 100%;
    display: table;
    table-layout: fixed;
    list-style: none;
    padding-left: 0px;
    border-bottom: 1px solid #cec8c8;
    margin: 0 auto;
    padding-bottom: 25px;
}

.service-box-main.right-border {
    border-right: 1px solid #cec8c8;
}

.service-img li img {
    max-width: 100%;
}

.service-img li {
    text-align: center;
    display: table-cell;
}

.service.text {
    width: 100%;
    float: left;
    margin-top: 25px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.col-md-6.service-box-main {
    padding: 0px 20px;
    display: table-cell; 
    vertical-align: top;       
}

.how-it-receive{
    float: left;
    width: 100%;
    padding: 0px 10px;
    text-align: center; 
    padding-bottom: 50px;    
}

.how-it-receive img {
    display: block;
    border-radius: 10px;
    max-width: 100%;    
    margin-top: 15px;
}

.how-it-receive .btn{
    font-weight: bold;
    background: #fff;
    border: 1px solid #d2232a;
    color: #d2232a;
    width: 100%;
}

.modal-img{
    float: left;
    width: 100%;    
}

.white-back{
    background-color: #fff;
    padding-bottom: 35px;   
}

.grey-back{
    background-color: #f5f5f7;
    padding-bottom: 35px;    
}

.partners-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-bottom: 40px;
}

.partners-block {
    padding: 17px;
    border-radius: 8px;
    box-shadow: 0px 0px 19px 1px rgba(230,230,230,1);
    float: none;
    margin-bottom: 15px;
    width: 23%;
    margin: 1%;
    background: #fff;
}

.upcoming-partner{
    display: flex;
    justify-content: center;
    flex-direction: column;   
}

.upcoming-partner h4 {
    font-size: 18px;
    vertical-align: middle;
    color: #d2232a;
    font-weight: bold;
}

.partners-section{
    float: left;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}    


.partners-block img {
    max-width: 80%;
}

.money-to-philip{
    padding-bottom: 50px;
    background: #f5f5f7;    
}

.send-money-phiip-container{
    padding-left: 0;
    width: 100%;
    float: left;
    margin-top: 10px;    
    text-align: center;  
}

.send-money-phiip-container li {
    display: inline-block;
    font-size: 16px;
}

.send-money-phiip-container li:after {
    content: "|";
    padding: 0px 12px;
    font-weight: bold;
    color: #d2232a;
}

.send-money-phiip-container li:last-child::after {
    content: none;
}


span.strong-text {
    font-weight: bold;
    margin-right: 8px;
}

.more-info{
    font-size: 16px;
    float: left;
    width: 100%;
}

.more-locations{
    margin-top: 10px;
    font-size: 16px;
    float: left;
    width: 100%;  
}

.more-locations a {
    color: #d2232a;
    font-weight: bold;
    text-decoration: underline;
}

h1.location-top-title {
    font-size: 20px;
    padding-left: 15px;
    color: #fff;
    padding: 8px 15px;
    background: #7F7D7E;
    text-transform: uppercase;
}

.location-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.address-block {
    padding: 17px 17px 10px 17px;
    border-radius: 8px;
    box-shadow: 0px 0px 19px 1px rgba(230,230,230,1);
    float: none;
    margin-bottom: 15px;
    width: 48%;
    margin: 1%;
    position: relative;
}

.address-block .title {
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
}

.address-block ul {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.address-block li {
    line-height: 28px;
}

.address-block ul li i{
        min-width: 20px;
}

span.arabic_address{
    font-size: 18px;
}

.hidden-it{
    display: none;
}

.check-locations-block{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.check-locations-here {
    color: #999;
    font-weight: 400;
    font-size: 16px;
}

.whats-app-text span{
    display: block;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #999;
    font-size: 17px; 
    margin: 40px 0px;           
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #999999;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

.more-info-block {
    margin: 0 auto;
    display: table;
    width: auto;
}

.more-info-block ul {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    margin-bottom: 0;
}

.more-info-block ul li {
    display: inline-flex;
    width: 100%;
    padding: 0px 20px;
}

.whats-app-text {
    white-space: nowrap;
    margin-left: 10px;
}

.whats-app-icon {
    align-self: center;
}

.whatsapp-number{
    color: #333;
    font-weight: 500;
    font-size: 19px;
}

.check-locaiton-btn{
    align-self: center;
    background: #d2232a;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    padding: 8px 15px;
    border-radius: 5px;
}

i.fa.fa-whatsapp {
    font-size: 41px;
    color: #2bd549;
}

.dark-background{
    background: #f8f8f8;
}

.payment-method-img {
    margin: 0 auto;
    display: block;    
    width: 85%;
}

.payment-method .section-heading h2 {
    color: #000;
    margin-bottom: 30px;
}

.payment-method-img img{
    max-width: 100%;
    display: block;
}

.payment-method-img span {
    display: block;
    box-shadow: 6px 0px 60px -20px rgb(93, 93, 94);
    width: 100%;
    font-size: 15px;
    text-align: center;
    background: #ffcb0b;
    padding: 15px 5px;
    border-radius: 5px;
    margin-top: 30px;
}

.row.how-it-receive-flags {
    margin-top: 30px;
}

.row.how-it-receive-flags span {
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0px;
    display: block;
}

.how-it-receive-flags .col-md-2{
    position: relative;
    padding-bottom: 20px;
}

.how-it-receive-flags .col-md-2:hover {
    box-shadow: 0px 0px 10px 1px #f1d4d7;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.how-it-receive-flags .col-md-2:hover .popup-trigger{
    display: block;
}

.popup-trigger {
    display: none;
    background: #d8363d;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 50%;
    border: 4px #f1d4d7 solid;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    max-width: 40px;
    margin: 0 auto;
}

img.why-us-decorator-left {
    position: absolute;
    z-index: 9;
    top: -29%;
    left: 0%;
}

img.why-us-decorator-right {
    position: absolute;
    z-index: 9;
    bottom: 15%;
    right: 0%;
}

img.htr-bottom-red {
    position: absolute;
    z-index: 9;
    bottom: -31%;
    left: 0%;
}

img.services-yellow-right {
    position: absolute;
    z-index: 9;
    top: 10%;
    right: 0%;
}

img.services-yellow-left {
    position: absolute;
    z-index: 9;
    bottom: 30%;
    left: 0%;
}

@media (max-width: 767px) {
    .address-block {
        float: left !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

	.home-carousel-right {
	    margin-top: 25px;
	    width: 100%;
	    transform: inherit;
	    position: inherit;
	    float: left;
	}

	.carousel-item img {
	    width: auto;
	    max-height: 300px;
	}

    .home-3-slider img{
        width: 100%;
        max-height: inherit;        
    }

    .home-3-slider .header-text h2{
        font-size: 15px;
    }

    .home-3-slider .header-text .col-md-5{
        padding-left: 5px;
    }

	.header-text {
    	top: 10%;
	}

	.method-row .col {
	    float: left;
	    width: 100%;
	    flex: inherit;
	    margin: 5px;
	}

	.transfer-rate-section .col-md-2{
		margin-bottom: 10px;
	}

	.method-row {
	    margin: 50px auto 50px auto;
	}

	h3.widget-title{
		margin-bottom: 20px;
	}

	.newsletter-section {
    	margin-top: 0px;
	}

    .partners-block{
        float: left;
        width: 48%;
        margin-bottom: 9px;        
    }

    .upcoming-partner{
        width: 100%;
        float: left;
    } 

    .partners-row {
        padding-bottom: 10px;
    }

    .upcoming-partner h4 {
        font-size: 14px;
    }
}


@media (max-width: 900px){
    ul.navbar-nav>li::after {
        content: none;
        padding-right: 5px;
        padding-left: 5px;
    }

	ul.navbar-nav{
		padding: 10px 5px;		
	}

	ul.navbar-nav>li{
    	padding: 5px 0px;
	}

    .transferrate-box-col {
        width: 50%;
        float: left;
    }    

    .row.service-row {
        float: left;
        width: 100%;
        display: block;
        margin: 0px auto;
    }

    .col-md-6.service-box-main {
        float: left;
        width: 100%;
        margin-bottom: 25px;        
    }    

    .services-box {
        padding: 35px 15px;
    }    

    .service-img li img {
        max-width: 70%;
    }    

    .location-thumb{
        margin-bottom: 5px;
    }

    .check-locations-here {
        font-size: 13px;
        padding-left: 0;
    }

    img.why-us-decorator-left,
    img.why-us-decorator-right ,
    img.htr-bottom-red,
    img.services-yellow-right,
    img.services-yellow-left {
        display: none;
    }    

    .more-info-block ul {
        display: block;
    }

    .whatsapp-li{
        margin-bottom: 20px;
    }

    .top-banner {
        margin-top: 86px;
    } 

    .container .row{
        margin-left: 0;
        margin-right:0;
    }   

    .owl-nav, .owl-dots{
        display: none;
    }

    .more-info-block ul li {
        display: block;
        text-align: center;
    }    

    .separator {
        margin: 40px 0px 20px 0px;
    }

    .why-us-section .icon-col-main {
        margin-bottom: 15px;
    }

    .why-us-section {
        padding-bottom: 30px;
    }

    .transfer-rate-section .transferrate-box{
        min-height: 177px;  
    }

    .transferrate-box.arrow-up:after {
        top: 33px;
        height: 18px;
    }

    .transferrate-box.arrow-down:after {
        bottom: initial;
        top: 33px;
        height: 18px;
    }

    .transferrate-box.arrow-down p.country-name {
        top: initial;
        bottom: -35px;
    }

    .transferrate-box.arrow-down .price {
        bottom: initial;
        top: 0;
    }

    .footer ul.footer-links {
        padding: 0px;
        display: inline-block;
        margin-bottom: 0;
    } 

    .textwidget ul.footer-links li {
        width: 33.33%;
        float: left;
    }

    ul.footer-social {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-social li {
        margin: 0px 0px;
    }

    .navbar-text{
        padding-left: 20px;        
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .method-row {
        width: 100%;
    }

    .transferrate-box-col {
        width: 33%;
        display: inline-block;
        padding: 6px;
    }    

    .service-img li img {
        max-width: 70%;
    }

}
