html {
    font-size: 62.5%;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
}
a,
.btn {
    transition: all 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}
a:hover,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: none;
    transition: all 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #000;
}
header {
    background: #d5f0fd;
}
header .container-fluid {
    width: 98%;
}
.container-fluid {
    width: 90%;
}
.btn-primary {
    font-size: 1.7rem;
    background: #000000;
    border-radius: 1rem;
    color: #fff;
    font-weight: 500;
    border: 0;
}
.btn-primary:hover {
    background: #00ccee;
}
.top-right ul li {
    display: inline-block;
}
.top-right ul li a {
    padding-right: 2rem;
    padding-left: 2rem;
    border-right: 1px dashed #4456a7;
}
.top-right ul li a:hover {
    color: #00ccee;
    text-decoration: none;
}
.slider-bg {
    /* background: url(../images/sky.webp) no-repeat; */
    background-size: cover;
    background-position: top;
    padding-top: 15rem;
}
.new-calculator {
    color: #000;
    border-radius: 10px;
}
.new-calculator .nav {
    display: inline-flex;
}
.new-calculator .tab-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    border-top: 1.5px solid #e5e5e5;
}
.new-calculator .nav-item {
    margin: 0;
}
.new-calculator .form-control {
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 1rem;
    height: 5.2rem;
    color: #7f7f7f;
    font-weight: 500;
}
.new-calculator .form-control::placeholder {
    height: 5.2rem;
    font-weight: 500;
    font-size: 1.6rem !important;
    color: #7f7f7f !important;
}
.new-calculator .form-control:focus {
    border: 1px solid #e9e9e9;
}
.new-calculator .dd-option-image,
.new-calculator .dd-selected-image {
    max-width: 25px;
    height: 25px;
}
.new-calculator .dd-option-text,
.new-calculator .dd-selected-text {
    line-height: inherit !important;
}
.new-calculator .dd-select {
    background: #000;
    border: 0 !important;
    height: 5.2rem;
}
.new-calculator .dd-selected {
    background: #000000;
    align-items: center;
    display: flex;
    padding: 0 30px 0 10px;
    height: 5.2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new-calculator label.dd-selected-text {
    color: #fff !important;
    color: #fff !important;
    font-size: 1.7rem;
    margin-bottom: 0;
}
.new-calculator span.dd-pointer.dd-pointer-down {
    color: #fff !important;
}
.new-calculator .dd-pointer-down {
    border-top: solid 5px #fff;
}
.new-calculator .rate {
    color: #ffa30b;
    font-size: 1.8rem;
    font-weight: 600;
}
.new-calculator .total h6 {
    font-size: 1.5rem;
}
.new-calculator .total h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}
.new-calculator .total .btn-danger {
    background: #000000;
    border: 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}
.new-calculator .total .taxcharge {
    font-size: 1.1rem;
    font-weight: 500;
}
.new-calculator .total .btn-danger:focus,
.new-calculator .total .btn-danger:hover {
    background: #00ccee;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.new-calculator .better-rate {
    color: #4758a0;
    font-weight: 600;
    background: #f7f7f7;
    border-top: 1px solid #b3b3b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new-calculator .bor-right1 {
    border-right: 1px solid #b3b3b3;
}
.new-calculator a {
    color: #4758a0;
}
.new-calculator a:hover {
    color: #000;
    text-decoration: none;
}
.new-calculator .nav-pills .nav-link {
    background: #fff;
    color: #000000;
    margin-right: 5px;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    border-bottom: 0;
    font-size: 1.6rem;
    
}
.new-calculator .nav-pills .nav-link.active {
    background: #000000;
    color: #fff;
    
    
}
.new-calculator .dd-option {
    align-items: center;
    display: flex;
}
.new-calculator .dd-options {
    width: 100% !important;
}
.newmodal h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
}
.newmodal {
    margin-top: 6rem;
}
.newmodal .nav {
    display: inline-flex;
    width: 100%;
    background: linear-gradient(to right, #000, #272727);
    border-radius: 1rem;
    justify-content: space-between;
}
.newmodal .nav-item {
    margin: 0.8rem;
    border-radius: 1rem;
}
.newmodal .nav-pills .nav-link {
    border-radius: 1rem;
    padding: 1rem 5rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newmodal .nav-pills .nav-link:hover {
    background: #fff;
    color: #1d2a61;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newmodal .modal-body {
    padding: 20px 50px;
}
.newmodal .nav-pills .nav-link.active,
.newmodal .nav-pills .show > .nav-link {
    background: #fff;
    color: #1d2a61;
}
.newmodal .input-group-prepend ul li {
    display: inline-block;
    font-size: 1.8rem;
}
.newmodal .input-group-prepend .form-control {
    border-left: 0;
}
.country1 ul li {
    display: inline-block;
}
.country1 ul li h3 {
    font-size: 1.7rem;
    color: #fff;
}
.newmodal .form-control {
    border: 1px solid #707070;
    height: 5.5rem;
    line-height: 5.5rem;
    border-radius: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.5rem;
    color: #000;
}
.newmodal .form-control::placeholder {
    color: #000 !important;
    font-size: 1.5rem;
}
.newmodal .form-control:focus {
    border-color: #ff0008;
    box-shadow: 0 0 0 0.2rem rgb(255 0 8 / 25%);
}
.newmodal .form-control::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #000;
    display: block;
}
.newmodal .input-group-text {
    background: #1e2b60;
    color: #fff;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 1px solid #1e2b60;
}
.newmodal .btn-danger {
    background: linear-gradient(to right, #1e2b62, #4456a8);
    border-radius: 1rem;
    border: 0;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.newmodal .btn-danger:hover {
    background: linear-gradient(to right, #4456a8, #1e2b62);
}
.newmodal .modal-header .close {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f177";
    font-size: 2rem;
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 9999;
}
.newmodal .modal-header .close {
    background: #f53c42;
    color: #fff;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
}
.allinrimg {
    background: #f4faff;
    border-radius: 10rem;
    /* box-shadow: inset 0 0 26px #9c9c9c; */
    border: 1px solid #000000;
    padding: 0 4rem;
    position: relative;
    top: 9rem;
    z-index: 99;
}
.b
.custom-col-left {
    width: 85%;
}
.custom-col-right {
    width: 15%;
    margin: auto;
}
.btn-secondary {
    background: #000000;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-radius: 30px;
}
.btn-secondary:focus,
.btn-secondary:hover {
    background: #fff;
    border-color: #2a2a2a;
    transition: all 0.5s;
    color: #2a2a2a;
    outline: none;
    height: auto;
    box-shadow: none;
}
.allinrimg h3 {
    font-weight: 600;
}
.allinrimg h5 {
    font-size: 1.5rem;
    font-weight: 400;
}
.borline {
    border-right: 2px solid #000;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.allsteps {
    padding: 13rem 1rem 15rem 1rem;
}
.allsteps h4 {
    font-weight: 600;
    font-size: 1.8rem;
}
.titlehead {
    font-size: 3.5rem;
    font-weight: 600;
}
.left-img {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}
.left-txt {
    width: 85%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4%;
}
/* .bor-right {
    border-right: 1px dashed #a9a9a9;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
} */
.bor {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.step-bor1 {
    /* background: url(../images/step-design.png) no-repeat; */
    height: 300px;
    width: 300px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0rem -2rem;
}
.step-bor2 {
    /* background: url(../images/step-design1.png) no-repeat; */
    width: 200px;
    height: 231px;
    background-size: contain;
    position: absolute;
    bottom: -5rem;
    right: 0;
    z-index: -9;
}
.step-space {
    margin-top: 13rem;
}
.arrow-orange {
    position: absolute;
    top: -6rem;
    right: -5rem;
    width: 80%;
}
.arrow-green {
    position: absolute;
    bottom: -6rem;
    right: -5rem;
    width: 80%;
}
.othercity {
    background: #fafafa;
    padding: 8rem 0;
}
.cityslider img {
    width: 100%;
    object-fit: contain;
    height: 8rem;
}
.cityslider {
    margin-top: 7rem;
}
.cityslider .slick-next:before,
.cityslider .slick-prev:before {
    color: #000;
}
.cityslider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f177";
    font-size: 1.5rem;
    color: #000;
}
.cityslider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
    font-size: 1.5rem;
    color: #000;
}
.cityslider .slick-next,
.cityslider .slick-prev {
    width: 4rem;
    height: 4rem;
    background: #d8d8d8;
    border-radius: 50%;
}
.cityslider .slick-next:focus,
.cityslider .slick-next:hover,
.cityslider .slick-prev:focus,
.cityslider .slick-prev:hover {
    background: #00bcf0;
}
.cityslider .slick-next {
    right: -2rem;
}
.cityslider .slick-prev {
    left: -2rem;
}
.currency-video {
    background: #222b54;
    padding: 10rem 0;
    color: #fff;
}
.currency-video h4 {
    font-size: 2.8rem;
    font-weight: 600;
}
.currency-video iframe {
    border-radius: 1rem;
}
.corevalues h4 {
    font-size: 2.8rem;
    font-weight: 600;
}
.achievement {
    background: #f0f8f8;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.plus {
    font-size: 4.5rem;
    font-weight: 600;
    color: #232329;
    display: inline-block;
}
.achievement h3 {
    font-size: 4.5rem;
    font-weight: 600;
    display: inline-flex;
    color: #232329;
    line-height: inherit;
}
.buysell {
    background: #fafafa;
    padding: 7rem 0;
}
.buysell h3 {
    margin-bottom: 8rem;
}
.money-block {
    background: #fff;
    border-radius: 3.5rem;
    padding: 4rem 2.5rem;
    box-shadow: 0px 0px 2.5rem #e6e6e6;
    height: 100%;
}
.money-block h4 {
    font-size: 1.8rem;
    font-weight: 600;
}
.money-block p {
    font-weight: 500;
}
.money-block a {
    display: block;
    color: #ff5321;
    font-weight: 600;
    font-size: 1.6rem;
    width: max-content;
    margin: auto;
    margin-top: 5rem;
}
.money-block a i {
    color: #000;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 -3.4px;
}
.money-block .arrow01 {
    opacity: 0.5;
}
.money-block .arrow02 {
    opacity: 0.7;
}
.money-block a:hover {
    text-decoration: none;
    color: #000;
}
.money-block a:hover i {
    color: #ff5321;
}
.faqnew {
    background: #f4f9fe;
    padding: 6rem 0;
}
.faqnew .card {
    border: 0;
}
.faqnew .card .card-header {
    border-bottom: 1px solid #c9c9c9;
    padding: 0;
}
.faqnew .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f4f9fe;
    color: #000;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 2rem 0;
    padding-right: 2rem;
    border-bottom: 1px solid #e1e5e9;
}
.faqnew .card .card-header .btn-header-link:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #7e7e7e;
}
.faqnew .card .card-header .btn-header-link.collapsed {
    background: #f4f9fe;
    color: #000;
}
.faqnew .card .card-header .btn-header-link.collapsed:after {
    content: "\f0d7";
}
.faqnew .card .collapsing {
    background: #f4f9fe;
    line-height: 30px;
}
.faqnew .card .collapse {
    border: 0;
}
.faqnew .card .collapse.show {
    background: #f4f9fe;
    color: #000;
}
.faqnew .card .card-header .btn-header-link:after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #7a7c7f;
    font-size: 2.5rem;
}
.faqright h3 {
    font-size: 2.8rem;
    font-weight: 500;
}
.testimonial-new {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.test-box {
    padding: 3rem;
    margin-top: 8rem;
    border: 1px solid rgb(223, 223, 223);
}
.test-box h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 5rem;
}
.test-box h5 {
    font-size: 1.7rem;
    font-weight: 400;
    font-style: italic;
}
.rating ul li {
    display: inline-block;
}
.text-img {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
}
.testimonialslide .slick-initialized .slick-slide {
    margin: 4rem;
}
.blog-box {
    box-shadow: 0px 0px 2.5rem #e6e6e6;
    border-radius: 3.5rem;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    height: 100%;
}
.blog-box img {
    border-radius: 2rem;
}
.blog-box h3 {
    font-weight: 600;
    font-size: 1.9rem;
    margin-top: 5rem;
}
.blog-box ul {
    margin-top: 3rem;
}
.blog-box ul li {
    display: inline-block;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 1.5rem;
}
.blog-box a:hover {
    color: #00bcf0;
    text-decoration: none;
}
.currency-exchange {
    background: #fafafa;
    padding: 5rem 0;
    height: 100%;
}
footer {
    background: #242b4d;
    padding: 6rem 0;
    color: #fff;
    padding-bottom: 0;
}
footer ul {
    margin-top: 4rem;
}
footer ul li a {
    color: #fff;
    padding-bottom: 1rem;
    display: block;
    font-weight: 600;
}
footer ul li a:hover {
    color: #00bcf0;
    margin-left: 0;
}
footer ul li a i {
    font-size: 2.2rem;
    vertical-align: middle;
}
footer h4 {
    font-size: 2.7rem;
    font-weight: 700;
}
.testimonialslide .slick-next:before,
.testimonialslide .slick-prev:before {
    color: #000;
}
.testimonialslide .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f177";
    font-size: 1.5rem;
    color: #000;
}
.testimonialslide .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
    font-size: 1.5rem;
    color: #000;
}
.testimonialslide .slick-next,
.testimonialslide .slick-prev {
    width: 4rem;
    height: 4rem;
    background: #d8d8d8;
    border-radius: 50%;
}
.testimonialslide .slick-next:focus,
.testimonialslide .slick-next:hover,
.testimonialslide .slick-prev:focus,
.testimonialslide .slick-prev:hover {
    background: #00bcf0;
}
.testimonialslide .slick-next {
    right: -7rem;
    top: 60%;
}
.testimonialslide .slick-prev {
    left: -7rem;
    top: 60%;
}
.banklogo {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.logoslider img {
    object-fit: 100%;
    height: 12rem;
}
.count-left {
    display: inline-flex;
    height: 7rem;
    vertical-align: middle;
}
.count-right {
    display: inline-flex;
    height: 7rem;
    vertical-align: middle;
}
.count-right p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 500;
    text-align: left;
}
.counterbox {
    border-right: 1px solid #c6c6c6;
    padding: 2rem 0;
}
.topslider {
    width: 60%;
    margin: auto;
}
.topslider h4 {
    font-size: 1.8rem;
    font-weight: 700;
}
.topslider p {
    font-weight: 500;
}
.topslider .slick-next:before,
.topslider .slick-prev:before {
    color: #000;
}
.topslider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f100";
    font-size: 1.5rem;
    color: #000;
}
.topslider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 1.5rem;
    color: #000;
}
.topslider .slick-next,
.topslider .slick-prev {
    width: 4rem;
    height: 4rem;
    background: #d8d8d8;
    border-radius: 50%;
}
.topslider .slick-next:focus,
.topslider .slick-next:hover,
.topslider .slick-prev:focus,
.topslider .slick-prev:hover {
    background: #00bcf0;
}
.topslider .slick-next {
    right: -12rem;
}
.topslider .slick-prev {
    left: -12rem;
}
.allpageblock {
    background: #232b4f;
    color: #fff;
    /* padding-top: 7.5%; */
    padding-bottom: 1.5rem;
}
.allpageblock h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
/* .border2 {
    border-right: 1px dashed #4456a7;
} */
.allpageblock img {
    width: 30%;
}
.allpageblock .container-fluid {
    width: 98%;
}
.allpageblock a {
    display: block;
    color: #fff;
}
.allpageblock a:hover {
    color: #00ccee;
    text-decoration: none;
}
.socialmedia {
    position: fixed;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
}
.socialmedia ul li a {
    width: 40px;
    height: 40px;
    background: #000000;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}
.socialmedia ul li a i {
    font-size: 2.1rem;
}
.socialmedia ul li a:hover {
    background: #00ccee;
}
.toggler a {
    color: #000;
}
.newmodal h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}
.newmodal .nav {
    display: inline-flex;
    width: 100%;
    background: linear-gradient(to right, #1e2b62, #4456a8);
    border-radius: 1rem;
    justify-content: space-between;
}
.newmodal .nav-item {
    margin: 0.8rem;
    border-radius: 1rem;
}
.newmodal .nav-pills .nav-link {
    border-radius: 1rem;
    padding: 1rem 4rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newmodal .nav-pills .nav-link:hover {
    background: #fff;
    color: #1d2a61;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.newmodal .btn-warning {
    background: #e2e2e2;
    font-size: 1.6rem;
    font-weight: 600;
    border-color: #000;
    border-radius: 1rem;
}
.newmodal .btn-warning:hover {
    background: #1d2a61;
    color: #fff;
}
.newmodal .register .form-check-label {
    font-size: 1.5rem;
    font-weight: 500;
}
.newmodal .register input[type="checkbox"] + label:before {
    border: 3px solid #000;
}
.newmodal .register input[type="checkbox"]:checked + label:before {
    border-top-color: transparent;
    border-left-color: transparent;
}
.newmodal .or2 {
    border: 1px solid #b7b7b7;
    width: max-content;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-radius: 50%;
}
.orbg {
    margin-top: 5rem;
    margin-bottom: 6rem;
}
.orbg .or2 {
    position: absolute;
    top: -20px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
}
.orbg hr {
    border-top: 1px solid #b7b7b7;
}
.newmodal .register h4 {
    font-size: 1.7rem;
}
.newmodal .register h4 a {
    color: #000;
}
.newmodal .register h4 a:hover {
    color: #61b32b;
    text-decoration: none;
}
.newmodal .register .form-check-label {
    font-size: 1.5rem;
    font-weight: 500;
}
input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #77b13f;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
    border-radius: 5px;
}
.newmodal .register .form-check-label {
    font-size: 1.5rem;
    font-weight: 500;
}
.newmodal .register input[type="checkbox"] + label:before {
    border: 3px solid #000;
}
.newmodal .register input[type="checkbox"]:checked + label:before {
    border-top-color: transparent;
    border-left-color: transparent;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.newmodal .modal-body {
    padding: 20px 50px;
}
.ratenumber {
    background: #daf7fb;
    color: #000;
    font-weight: 600;
    border-radius: 1rem;
}
.ratenumber i {
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: #daf7fb;
}
.newmodal .nav-pills .nav-link.active,
.newmodal .nav-pills .show > .nav-link {
    background: #fff;
    color: #1d2a61;
    font-weight: 700;
}
.newmodal .input-group-prepend ul li {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
}
.newmodal .input-group-prepend .form-control {
    border-left: 0;
}
.f-social ul li {
    display: inline-block;
}
.f-social ul li a {
    margin-right: 1.5rem;
}
.f-social ul li a i {
    font-size: 2.5rem;
}
.copyrightnew {
    border-top: 1px solid #3a467d;
    margin-top: 3rem;
}
.copyrightnew p {
    font-size: 1.4rem;
}
.copyrightnew p a {
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
    border-right: 1px solid #fff;
    line-height: 1;
}
.copyrightnew p a:hover {
    color: #00ccee;
    text-decoration: none;
}
.head {
    right: 0;
    z-index: 9;
}
.meat,
.slick-next,
.slick-prev {
    z-index: 99;
}
.head .tile {
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
}
.head .burger {
    cursor: pointer;
    background-color: transparent;
}
.meat {
    height: 4rem;
    position: relative;
    -webkit-transition: 0.3s ease-in;
}
.meat .line,
.nav-modal {
    transition: 0.3s ease-in;
}
.allpageblock.clicked .head .burger .meat {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.meat .line {
    height: 4px;
    width: 4rem;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: 0.3s ease-in;
}
.meat .line.one {
    top: 5px;
    left: 0;
}
.meat .line.two {
    top: 15px;
    left: 0;
    width: 4rem;
}
.meat .line.three {
    top: 25px;
    left: 0;
    width: 4rem;
}
.allpageblock.clicked .burger .line {
    background-color: #fff;
}
.allpageblock.clicked .burger .line.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
}
.allpageblock.clicked .burger .line.two {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
}
.allpageblock.clicked .burger .line.three {
    opacity: 0;
}
.allpageblock.clicked .burger:hover .meat {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.nav-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    pointer-events: none;
}
/* header.clicked .nav-modal {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
} */
.allpageblock.clicked .nav-modal {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}
.nav-modal .mobil-menu {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #232b4f;
    position: relative;
    -webkit-transform: translateY(-50%);
    transition: 0.3s ease-in;
}
.nav-modal .mobil-menu::after,
.nav-modal .mobil-menu::before {
    content: "";
    width: 23rem;
    height: 80%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: block;
}
.nav-modal .mobil-menu::before {
    background: url(../images/menu-bg-left.png) center/100% no-repeat;
    left: 0;
}
.nav-modal .mobil-menu::after {
    background: url(../images/menu-bg-right.png) center/100% no-repeat;
    right: 0;
}
.allpageblock.clicked .nav-modal .mobil-menu {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.nav-modal nav {
    position: fixed;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in 0.3s;
    -webkit-transition: 0.3s ease-in 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.nav-modal nav a {
    color: #fff;
    text-decoration: none;
}
.nav-modal nav ul li {
    list-style: none;
    text-align: right;
    border-right: 6px solid #fff;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
}
.nav-modal nav ul li a i {
    margin-left: 1rem;
}
.nav-modal nav ul li a:hover,
.nav-modal nav ul li.selected ul li a:hover {
    color: #1cb9eb;
    text-decoration: none;
}
.allpageblock.clicked nav {
    opacity: 1;
}
.nav-modal nav ul li ul {
    position: absolute;
    right: -45rem;
    top: -4px;
    display: none;
}
.nav-modal nav ul li ul li {
    border: none;
    padding-left: 10px;
    width: 45rem;
    padding-bottom: 0;
}
.nav-modal nav ul li ul li a {
    display: block;
    font-size: 2rem;
    text-align: left;
    padding: 10px;
}
.nav-modal nav ul li.selected ul {
    display: block;
}
.modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}
.modal-dialog {
    max-width: 50%;
}
.modal-content {
    border-radius: 3rem;
}
.modal-header {
    border-bottom: 0;
    padding: 0 20px;
    padding-top: 25px;
}
.dd-select,
.dd-container {
    width: 100% !important;
}
.slick-next,
.slick-prev {
    z-index: 99;
}
.sharetxt i {
    font-size: 5rem;
}
.sharetxt .fa-whatsapp {
    color: #4fa724;
}
.sharetxt .fa-envelope {
    color: #f1c11a;
}
@media (min-width: 1900px) {
    header,
    body {
        width: 75%;
        margin: auto;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 55%;
    }
}
@media screen and (max-width: 768px) {
    .head {
        position: inherit;
    }
    .allpageblock .col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .testimonialslide .slick-prev {
        left: -2rem;
    }
    .testimonialslide .slick-next {
        right: -2rem;
    }
    .dotscircle i {
        font-size: 7px;
        display: block;
        margin-bottom: 5px;
        color: #000000;
    }
    .moredot h4 {
        color: #000000 !important;
    }
    .allpageblock .col {
        flex: 0 0 19.6%;
        max-width: 19.6%;
        padding: 0.5rem;
    }
    .allpageblock h4 {
        font-size: 1rem !important;
    }
    .other {
        display: none;
    }
    .new-calculator .nav-pills .nav-link {
        font-size: 1.8rem;
        margin-right: 1rem;
    }
    .custom-col-left {
        width: 65%;
    }
    .custom-col-right {
        width: 35%;
        margin: auto;
    }
    .topslider {
        margin-top: 5rem;
    }
    .btn-secondary {
        text-align: center;
        float: right;
        padding: 1rem 2.5rem;
        width: max-content;
    }
    .titlehead {
        font-size: 3rem;
    }
    .arrow-orange,
    .arrow-green {
        display: none;
    }
    .step-space {
        margin-top: 7rem;
    }
    .mob-space {
        margin-bottom: 2rem;
    }
    .allsteps {
        padding: 13rem 1rem 9rem 1rem;
    }
    .currency-video h4 {
        margin-top: 3rem;
    }
    .plus,
    .achievement h3 {
        font-size: 3.5rem;
    }
    .count-right p {
        text-align: center;
        line-height: inherit;
    }
    .count-right,
    .count-left {
        height: auto;
    }
    .logoslider img {
        height: 8rem;
    }
    .logoslider .slick-next:before,
    .logoslider .slick-prev:before {
        color: #000;
    }
    .logoslider .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f177";
        font-size: 1.5rem;
        color: #000;
    }
    .logoslider .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f178";
        font-size: 1.5rem;
        color: #000;
    }
    .logoslider .slick-next,
    .logoslider .slick-prev {
        width: 4rem;
        height: 4rem;
        background: #d8d8d8;
        border-radius: 50%;
    }
    .logoslider .slick-next:focus,
    .logoslider .slick-next:hover,
    .logoslider .slick-prev:focus,
    .logoslider .slick-prev:hover {
        background: #00bcf0;
    }
    .logoslider .slick-next {
        right: -5rem;
        top: 60%;
    }
    .logoslider .slick-prev {
        left: -4rem;
        top: 60%;
    }
    .money-block {
        margin-bottom: 2rem;
        height: auto;
    }
    .accordion {
        margin-top: 3rem;
    }
    .blog-box {
        height: auto;
        margin-bottom: 2rem;
    }
    .blog-box h3 {
        font-size: 1.8rem;
    }
    footer h4 {
        font-size: 2.5rem;
        margin-top: 3rem;
    }
    .nav-modal nav {
        left: 0%;
        transform: translateY(-50%);
    }
    .nav-modal nav a {
        font-size: 2.3rem;
    }
    .nav-modal nav ul li ul li a {
        font-size: 1.8rem;
    }
    .modal-dialog {
        max-width: 90%;
    }
    .newmodal .btn-danger {
        font-size: 1.7rem;
    }
    .allpageblock {
        padding-top: 14.5%;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 55%;
    }
    .titlehead {
        font-size: 2.2rem;
    }
    .buysell h3 {
        margin-bottom: 5rem;
    }
    .left-img {
        width: 25%;
    }
    .othercity {
        padding: 5rem 0;
    }
    .counterbox {
        border-right: 0;
    }
    .count-right p {
        text-align: left;
    }
    .logoslider .slick-next {
        right: -2rem;
    }
    .logoslider .slick-prev {
        left: -2rem;
    }
    .money-block h4 {
        font-size: 2rem;
    }
    .test-box h4 {
        font-size: 1.8rem;
    }
    .f-text-mob {
        color: #000;
    }
    .f-text-mob .accordion .card-header:after {
        font-family: "FontAwesome";
        content: "\f068";
        float: right;
    }
    .f-text-mob .accordion .card-header.collapsed:after {
        content: "\f067";
    }
    .f-text-mob ul li a {
        color: #000;
    }
    .f-text-mob .card-title {
        font-size: 1.8rem;
        font-weight: 600;
    }
    .f-text-mob .card-header {
        background-color: rgb(36 43 77);
        border-bottom: 1px solid #2d365b;
        color: #fff;
    }
    .f-text-mob .accordion > .card > .card-header {
        margin-bottom: 0;
        padding: 1.75rem 1.25rem;
    }
    .f-text-mob .card {
        border: 0;
        border-radius: 0;
    }
    .f-text-mob .card-body {
        background: #242b4d;
    }
    .f-text-mob .card-body a {
        color: #fff;
    }
    .fix-footer {
        text-align: center;
        background: linear-gradient(to bottom, #1f2a5a, #1e2a5d);
        width: 100%;
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .fix-footer h5 {
        font-size: 1.6rem;
    }
    .f-call {
        background: #fff;
        border-radius: 50%;
        width: 10rem;
        height: 10rem;
        line-height: 8rem;
        margin: auto;
        border: 8px solid #000000;
    }
    .callmob {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }
    .f-call img {
        width: 5rem;
    }
    footer {
        margin-bottom: 15rem;
    }
    .fix-footer a {
        color: #fff;
    }
    .fix-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }
    .modal-dialog {
        margin-bottom: 13rem;
    }
    .newmodal .nav-pills .nav-link {
        padding: 1rem 2rem;
    }
    .currency-exchange {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .new-calculator .total .btn-danger {
        font-size: 1.7rem;
        margin-top: 2rem;
    }
    .nav-modal nav ul {
        padding-left: 1rem;
        width: max-content;
    }
    .taxcharge {
        margin-top: 0.6rem;
    }
    .new-calculator .nav-pills .nav-link {
        font-size: 1.7rem;
    }
    .f-call {
        width: 8rem;
        height: 8rem;
        line-height: 6rem;
    }
    .f-call img {
        width: 3.5rem;
    }
    .new-calculator .bor-right1 {
        padding-bottom: 0 !important;
        border-right: 0;
    }
    .allpageblock {
        padding-top: 12.4rem;
    }
    .nav-modal nav a {
        font-size: 2rem;
    }
    .nav-modal nav ul li ul li a {
        font-size: 1.6rem;
    }
    .callmob {
        top: -30px;
    }
    .fix-footer img {
        width: 3.7rem;
    }
    .topslider .slick-next {
        right: -7rem;
    }
    .topslider .slick-prev {
        left: -7rem;
    }
    .custom-col-left {
        width: 100%;
    }
    .custom-col-right {
        width: 100%;
    }
    .btn-secondary {
        float: inherit;
        margin: auto;
        display: block;
        position: relative;
        top: 1.5rem;
    }
    .step-space {
        margin-top: 4rem;
    }
    .faqnew .card .card-header .btn-header-link:after {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .faqnew .card .card-header .btn-header-link {
        font-size: 1.6rem;
    }
    .faqright h3,
    .titlehead {
        font-size: 2rem;
    }
    .money-block h4 {
        font-size: 1.8rem;
    }
    .plus,
    .achievement h3 {
        font-size: 3rem;
    }
    .newmodal h3 {
        font-size: 2.2rem;
    }
    .newmodal .register h4 {
        font-size: 1.6rem;
    }
    .newmodal .modal-body {
        padding: 20px 20px;
    }
    .newmodal .modal-header .close {
        right: 0;
    }
    .newmodal .nav-pills .nav-link {
        font-size: 1.5rem;
        padding: 1rem 0.5rem;
    }
    .newmodal .input-group-prepend ul li {
        font-size: 1.5rem;
    }
    header .btn-primary {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 430px) {
    .new-calculator .nav-pills .nav-link {
        margin-right: 0.5rem;
        font-size: 1.6rem;
        padding: 10px 15px;
    }
    .allpageblock {
        padding-top: 10.4rem;
    }
    .new-calculator .total .btn-danger {
        width: 100%;
    }
    .container-fluid {
        width: 97%;
    }
    .gmpbor {
        border-right: 0;
    }
    footer {
        margin-bottom: 13rem;
    }
    .fix-footer h5 {
        font-size: 1.5rem;
    }
    .store img {
        width: 50%;
    }
}
@media screen and (max-width: 360px) {
    .container-fluid {
        width: 100%;
    }
    .new-calculator .nav-pills .nav-link {
        font-size: 1.5rem;
        padding: 10px 14px;
        margin-right: 0.5rem;
    }
    .topslider {
        width: 80%;
    }
    .store img {
        width: 50%;
    }
    .topslider .slick-next {
        right: -1rem;
    }
    .topslider .slick-prev {
        left: -1rem;
    }
    .new-calculator .total .btn-danger {
        margin-top: 2rem;
        font-size: 1.7rem;
        width: 100%;
    }
    .new-calculator .bor-right1 {
        padding-bottom: 0 !important;
    }
    .better-rate img {
        width: 3rem;
    }
    .taxcharge {
        margin-top: 1rem;
    }
    .cityslider .slick-next {
        right: 0;
    }
    .cityslider .slick-prev {
        left: 0;
    }
    .faqright h3,
    .corevalues h4,
    .currency-video h4 {
        font-size: 1.8rem;
    }
    .currency-video {
        padding: 5rem 0;
    }
    .plus,
    .achievement h3 {
        font-size: 3.2rem;
    }
    .logoslider .slick-next {
        right: 0;
    }
    .logoslider .slick-prev {
        left: 0;
    }
    .money-block h4 {
        font-size: 1.7rem;
    }
    .testimonialslide .slick-next {
        right: 0;
    }
    .testimonialslide .slick-prev {
        left: 0;
    }
    .fix-footer img {
        width: 4rem;
    }
    .fix-footer h5 {
        font-size: 1.3rem;
    }
    .f-call {
        width: 6rem;
        height: 6rem;
        line-height: 4rem;
    }
    .callmob {
        top: -25px;
    }
    .fix-footer img {
        width: 2.5rem;
    }
    footer {
        margin-bottom: 12rem;
    }
    .f-text-mob .card-title,
    footer h4 {
        font-size: 1.8rem;
    }
    .nav-modal nav a {
        font-size: 2rem;
    }
    .nav-modal nav {
        top: 40%;
    }
    .nav-modal nav ul li ul li a {
        font-size: 1.6rem;
    }
    .allpageblock .col {
        flex: 0 0 19.6%;
        max-width: 19.6%;
    }
    .allpageblock {
        padding-top: 8.4rem;
        padding-bottom: 1rem;
    }
    .custom-col-right,
    .custom-col-left {
        width: 100%;
    }
    .btn-secondary {
        width: max-content;
        margin: auto;
        display: block;
        float: inherit;
    }
    .gmpbor {
        border-right: 0;
    }
    .custom-col-right {
        position: relative;
        top: 1.5rem;
    }
    .nav-modal nav ul li {
        border-right: 3px solid #fff;
    }
    .money-block {
        padding: 2rem 2.5rem;
    }
    .faqnew .card .card-header .btn-header-link {
        padding-right: 0;
    }
    .faqnew .card .card-header .btn-header-link:after {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .rating img {
        width: 2.5rem;
    }
    .blog-box h3 {
        font-size: 1.6rem;
    }
    .blog-box ul li {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 1.4rem;
    }
    .allpageblock .container-fluid {
        width: 100%;
    }
    .logo {
        padding-right: 0;
    }
    .new-calculator .nav-pills .nav-link {
        font-size: 1.4rem;
        padding: 10px 10px;
    }
    .new-calculator .form-control {
        font-size: 1.4rem;
    }
    .new-calculator .form-control::placeholder {
        font-size: 1.4rem !important;
    }
    .new-calculator label.dd-selected-text {
        font-size: 1.4rem;
    }
    .new-calculator .rate {
        font-size: 1.7rem;
    }
    .new-calculator .total h3 {
        font-size: 2.3rem;
    }
    .new-calculator .total .btn-danger {
        width: 100%;
    }
    .bor-right1 {
        padding-bottom: 0 !important;
    }
    .better-rate img {
        width: 3rem;
    }
    .titlehead {
        font-size: 2.2rem;
    }
    .step-space {
        margin-top: 5rem;
    }
    .allsteps h4 {
        font-size: 1.6rem;
    }
    .allsteps {
        padding: 10rem 1rem 5rem 1rem;
    }
    .faqright h3,
    .corevalues h4,
    .currency-video h4 {
        font-size: 1.8rem;
    }
    .plus,
    .achievement h3 {
        font-size: 3rem;
    }
    .count-right p {
        font-size: 1.6rem;
    }
    .buysell h3 {
        margin-bottom: 5rem;
    }
    .money-block h4 {
        font-size: 1.6rem;
    }
    .money-block a {
        font-size: 1.5rem;
    }
    .faqnew .card .card-header .btn-header-link {
        font-size: 1.5rem;
    }
    .callmob {
        top: -25px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .container-fluid {
        width: 100%;
    }
    .fix-footer h5 {
        font-size: 1.3rem;
    }
    .f-call {
        width: 7rem;
        height: 7rem;
        line-height: 5rem;
    }
    .fix-footer img {
        width: 3.2rem;
    }
    .cityslider .slick-next,
    .logoslider .slick-next {
        right: 0;
    }
    .cityslider .slick-prev,
    .logoslider .slick-prev {
        left: 0;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .container-fluid {
        width: 100%;
    }
}
@media only screen and (min-device-width: 640px) and (max-device-width: 667px) {
    .container-fluid {
        width: 100%;
    }
}
