/* =================================================global css=========================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #06205F;
}
.no__pre {
  white-space: inherit !important;
}
.btn {
  white-space: pre;
  border-radius: 1.5em;
}
.btn_orange {
  font-size: 24px;
  color: #fff;
  padding: 11px 35px;
  background-color: #01A36C;
  border-radius: 1.5em;
  font-weight: 600 !important;
}
.btn_orange.lg {
  padding: 20px 100px;
  width: 338px;
  border-radius: 1.5em;
}
.text_green {
  color: #0bbaa3;
}
.btn_orange:hover {
  color: #fff;
}
.btn_link {
  font-size: 26px;
  color: #06205F;
  border-bottom: 2px solid #06205F;
  padding: 5px 0;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
}


.btn_link:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_link:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_link:after {
  display: block;
  background: #cd59ac;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all .25s ease-out;
}

.bg_grad_top {
  /*background: transparent linear-gradient(180deg, #d9fffa 0%, #d9fffa 100%) 0%
  0% no-repeat padding-box !important;*/
background:transparent linear-gradient(180deg, #D9FFFA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.bg_grad_bottom {
  /* background: transparent linear-gradient(180deg, #ffffff 0%, #d9fffa 100%) 0%
    0% no-repeat padding-box !important ; */
}
.text-blue {
  color: #0bbaa3 !important;
}
.d_flex{
    display: flex;
}
.btn_green{
  font-size: 22px;
  padding: 16px 22px;
  border-radius: 10px;
  color: #fff;
  background-color: #0BBAA3;
}
.avatar_img{
  max-width: 100px;
  background-color: #000;
}
.change_lan{
  /*position: fixed;*/
  top: 5px;
  right: 0;
  z-index: 999999;
  display: flex;
  justify-content: end;
}
.change_lan img{
  max-width: 50px;
}
.calc #countryFlag{
  max-width: 91px;
  border-radius: 12px;
}

#shippingCalculatorForm .custom_border{
  border: 1px solid #06205F;
  background: #fff;
  border-radius: 20px;
}

#shippingCalculatorForm .custom_border #countryFlag{
  max-width: 105px;
  border-radius: 20px;
}

#shippingCalculatorForm .custom_border .form-control{
  border: 0;
}

.calc .country_opt{
  padding-left: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*================================================== global css end ===================== */
.top_nav .social{
  color: #0BBAA3;
  margin-right: 15px;
}
nav .navbar-brand {
  margin-top: 0px;
  margin-right: 0;
}
.term_header {
  background-image: url(../img/customer\ responsibilities.png) !important;
}
.term_header.term_bg{
  background-image: url(../img/terms.png) !important;
}
.term_header.Privacy_bg{
  background-image: url(../img/privacy\ policy.png) !important;
}
.term_header.Customer{
  background-image: url(../img/customer\ responsibilities.png) !important;
}
.terms_main{
  margin-top: 50px;
}
nav .navbar-brand img {
  width: 155px;
}
nav .nav-link {
  font-size: 23px;
  color: #06205F;
  white-space: pre;
  /* margin-left: 60px; */
}
nav .nav-item {
  margin-left: 50px;
}
nav .navbar-toggler i {
  color: #01A36C;
}
.header_section {
  padding: 70px 0;
}
.header_section .hero_title {
  font-size: 60px;
  font-weight: bold;
}
.nav-link:hover {
  color: #0bbaa3;
}
.header_section .hero_para {
  font-size: 26px;
}

.same_same_header .btn_orange{
  display: inline-block;
}


.header_section .btns {
  margin-top: 20px;
}
/* how it works section */
.how_it_works {
  padding: 120px 0 30px;
  background: rgb(255, 255, 255);
  background: transparent radial-gradient(closest-side at 50% 50%,
  #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.how_it_works .section_title {
  font-size: 80px;
  font-weight: bold;
}
.left_side_bg {
  position: relative;
}
/*
.left_side_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 140px;
  background-image: url(../img/Ripped-paper-on-sides-01.png);
  background-repeat: no-repeat;
  background-size: contain;
}*/
.how_it_works .text_content {
  margin-bottom: 60px;
}
.how_it_works .inner {
  padding: 0 40px;
}
.how_it_works .inner .title {
  margin: 53px 0 18px;
  font-size: 24px;
  font-weight: 600;
}
.how_it_works .inner .para {
  font-size: 22px;
}
.mb-20{
  margin-bottom: 20px !important;
}
.how_it_works .box {
  margin-top: 85px;
  padding: 44px 29px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  margin-bottom: 55px;
}
.how_it_works .box h3 {
  font-size: 40px;
  font-weight: bold;
  max-width: 840px;
  margin-right: 50px;
}
.product {
  transition: 0.2s;
  cursor: pointer;
  margin: 0 12px;
}
.product:hover {
  transform: scale(1.2);
}
.shipping_calc {
  padding: 80px 0;
}
.shipping_calc .section_title {
  font-size: 32px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 15px;
}
.shipping_calc .para {
  font-size: 22px;
  color: #2d080a;
  margin-bottom: 36px;
}
.shipping_calc {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9FFFA 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg_light_top_bottom{
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9FFFA 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.or_txt {
  font-size: 32px;
  margin: 32px 0 15px;
  font-weight: 600;
}
.shipping_calc .calc label {
  font-size: 22px;
  margin-bottom: 15px;
}
.shipping_calc .calc .form-control {
  border: 1px solid #06205F;
  border-radius: 20px;
}
.drop_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.drop_arrow i{
  font-size: 17px;

}
.shipping_calc .calc .form-control.first {
  border-radius: 0 20px 20px 0 !important;
}
.shipping_calc .form-group {
  margin-bottom: 35px;
}
.shipping_calc .form-group label {
  font-size: 22px;
  color: #2d080a;
  opacity: 70%;
}
.shipping_calc .form-group .num {
  width: 91px;
  height: 70px;
  border-radius: 20px;
  border: 1px solid #06205F;
  font-size: 22px;
  text-align: center;
}
.shipping_calc .form-control {
  height: 70px;
  padding-left: 30px;
  font-size: 22px;
}
.shipping_calc .form-control::placeholder {
  color: #2d080a;
  opacity: 32%;
}
.shipping_calc .form-check-label {
  color: #2d080a !important;
  opacity: 100% !important;
  font-size: 26px;
  padding-left: 10px;
  font-weight: 500;
}

.custom_radio_btn{
  margin-top: 0;
}

.home_row_calc {
  max-width: 1320px;
  margin: 0 auto;
}
.shipping_calc .form-check-input[type="radio"] {
  width: 25px !important;
  height: 25px !important;
}
.shipping_calc .calc {
  margin-top: 25px;
}
.shipping_calc .calc.left{
  padding-right: 57px;
}
.shipping_calc .calc.right{
  padding-left: 57px;
}
.pl-60{
  padding-right: 60px;
}
.shipping_calc .btns {
  margin-top: 40px;
}
.btn {
  transition: 0.2s;
  color:#06205F;
}
.btn:hover {
  border-radius: 1.5em;

}
.btn_next:hover{
  color: white !important;
  background-color: #06205F !important;

}
.btn-green:hover{
  border-radius: 1.5em;
  background-color: #06205F !important;
  color: white !important;
}
.side_right_bg {
  position: relative;
}
/*
.side_right_bg::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/Ripped-paper-on-sides-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}*/


.white_sec{
  text-align: center;
}


.white_sec h3{
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 25px;
}

.white_sec .btn_orange.lg{
  margin: 0 10px;
}

.calc form input{
  accent-color: #0BBAA3;
}
.pro-img-box img{
  border-radius: 20px;
  width: 100px;
}
.our_customer {
  padding: 92px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(217, 255, 250, 1) 100%
  );
}
.fw-medium{
  font-weight: 500 !important;
}
.calculator_section .section_title{
  font-size: 45px;
  color: #06205F;
  font-weight: 800;
  margin-bottom: 20px;
}

body{

}

.calculator_section .section_para{
  font: normal normal normal 26px/39px Poppins;
letter-spacing: -0.57px;
color: #06205F;
}

.calculator_section .text_content{
  margin-bottom: 70px;
}
.country_select label {
  font-size: 22px;

}


.home_list_img{
  padding-right: 50px;
}

.home_calculator{
  padding-left: 90px;
}



.country_select label.myLabel_margin{
  margin-bottom: 13px !important;
}

.country_select .top_lb{
  margin-bottom: 12px !important;
}
.calc .country_opt{
  border-radius: 12px !important;
}
#weight_value, #length_value, #width_value, #height_value{
  border: none;
  border-radius: 16px;
  height: 42px;
  text-align: center;
}
.country_select .unit_label{
  color: #2D080A;
  opacity: .3;
}
.form-check-input:checked[type="radio"] {
  background: #0BBAA3 !important;
}
.form-check-input:checked[type="radio"] + label{
  opacity: 1;
}
.our_customer .section_title {
  font-size: 40px;
  color: #06205F;
  font-weight: 900;
}
.our_customer .second_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: -20px;
}
.form-control{
  box-shadow: none !important;
}
.our_customer .rating img {
  width: 120px;
}
.our_customer .rating {
  margin-bottom: 25px;
}
.our_customer .swiper-slide {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 22px;
  cursor: pointer;
  margin-top: 80px !important;
  /* height: 318px; */
  height: 380px;
  position: relative;
}
.our_customer .swiper-slide p {
  font-size: 21px;
  line-height: 110%;
  font-weight: 400;
}
.our_customer .client {
  margin-top: 35px;
  position: absolute;
  bottom: 22px;
  /* left: 0; */
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #06205F;
}
.swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 15px;
}
.swiper-wrapper {
  margin-bottom: 80px !important;
}
.swiper-pagination {
  bottom: 0;
}
.benefits {
  padding: 55px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient( 180deg, #d9fffa 0%,rgba(255, 255, 255, 1) 100% );
 /*background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box;*/


}
.benefits .text_content .section_title {
  font-size: 40px;
  color: #06205F;
  font-weight: 900;
}
.benefits .text_content {
  margin-bottom: 52px;
}
.benefits .box .title {
  font-size: 24px;
  color: #06205F;
  margin: 20px 0;
  font-weight: 600;
}
.benefits .box p {
  font-size: 22px;
  margin-bottom: 0;
}
.benefits .box {
  margin-bottom: 52px;
}
.benefits .box .head {
  max-height: 60px;
}
.benefits .box_1 {
  background: #fff;
  min-height: 390px;
  box-shadow: 0px 3px 66px #0000000f;
  border-radius: 15px;
}
.stores {
  padding: 60px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(217, 255, 250, 1) 100%
  );
  /*background: transparent linear-gradient(180deg, #d9fffa 0%,
  #ffffff 100%) 0% 0% no-repeat padding-box !important;*/
}
.stores .section_title {
  font-size: 50px;
  font-weight: 900;
}
.stores .section_para {
  font-size: 26px;
}
.stores .text_content {
  max-width: 582px;
}
.stores .text_content.top {
  margin-bottom: -185px;
}
.stores .text_content.bottom {
  margin-top: -145px;
}
.dangerous_goods {
  padding: 0 0 38px;
  background: #d9fffa linear-gradient(360deg, #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box;
}

.dangerous_goods .container{
  max-width: 85%;
}

.dangerous_goods .inner_container {
  padding: 38px 0 100px;
  /*background: transparent linear-gradient(180deg, #d9fffa 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;*/
}
.dangerous_goods .section_title {
  font-size: 50px;
  font-weight: 900;
}
.dangerous_goods .section_para {
  font-size: 24px;
  margin: 20px 0 24px;
}
.dangerous_goods .box {
  width: 395px;
/*  height: 387px;*/
}
.dangerous_goods .box .box_title {
  font-size: 26px;
  margin-left: 25px;
  font-weight: 600;
}
.dangerous_goods .box .txt {
  font-size: 21px;
}
.dangerous_goods .box_1 {
  /*background-image: url(../img/1.png);
  background-size: 100% 100%;*/
  background: #fff;
  min-height: 390px;
  box-shadow: 0px 3px 66px #0000000f;
  border-radius: 15px;
}
.dangerous_goods .box_2 {
  /*background-image: url(../img/2.png);
  background-size: 100% 100%;
 */
 transform: translate(0px, 80px);
  background: #fff;
  min-height: 390px;
  box-shadow: 0px 3px 66px #0000000f;
  border-radius: 15px;
}
.dangerous_goods .box_3 {
  /*background-image: url(../img/3.png);
  background-size: 100% 100%;
 */
 transform: translate(73px, 124px);
  background: #fff;
  min-height: 390px;
  box-shadow: 0px 3px 66px #0000000f;
  border-radius: 15px;
}
.partners {
  margin-top: 160px;
}
.partners .logos {
  margin-top: 80px;
}
.partners .logos_para {
  font-size: 40px;
  font-weight: 600;
  margin: 101px 20px 80px;
  color: #2E2E2E;
}
.partners .btns {
  margin: 80px 0 100px;
}
.partners .btns .btn {
  padding: 21px 84px;
  font-size: 24px;
}
.swiper-pagination-bullet {
  opacity: 1;
}

.slidecontainer {
  width: 100%;
  margin-right: 14px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #06205F;
  border-radius: 20px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #06205F;
  cursor: pointer;
}

/* for home screen  */
.home_one .slider {
  background: #E9EDFF;
}

.home_one .slider:hover {
  opacity: 1;
}

.home_one .slider::-webkit-slider-thumb {
  width: 25px;
  height: 25px;
  background: #0BBAA3;
}
/* XXX for home screen XXX */

.slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.path_img {
  position: absolute;
  /* border: 1px solid green; */
  width: auto;
}
.path_img img{
  width: 330px;
}
.path_img.img_up {
  left: 20%;
  top: 3%;
}
.path_img.img_down {
  right: 20%;
  top: 22%;
}

.form-check-input{
  border: 2px solid #06205F;
  box-shadow: none !important;
}

.form-check-input:checked[type="radio"] {
  background: #1C7FDA;
  outline-color: #06205F;
  border: 2px solid #fff;
  outline-style: solid;
  /* border: 2px solid #06205F; */
}

.why_us_Img {
  margin-bottom: 30px;
}

/* about us section start from here */
.about_header_section {
  padding: 300px 0;
  background-image: url(../img/about_us/Global-shopaholics-trucks.jpg);
  background-size: 100%;
}
.about_header_section .section_title {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}
.shipping_happiness {
  padding: 150px 0;
}
.shipping_happiness .video {
  cursor: pointer;
}
.shipping_happiness .video iframe{
    height: 500px;
    border-radius: 30px;
}
.shipping_happiness .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shipping_happiness .section_title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 88px;
}
.shipping_happiness p,
.our_shipped p {
  font-size: 24px;
}
.our_mission .section_title {
  font-size: 90px;
  font-weight: bold;
}
.our_mission {
  padding: 50px 0;
}
.our_mission .main_text {
  font-size: 70px;
  font-family: "Quicksand", sans-serif;
  margin-top: 55px;
  line-height: 80px;
}
.our_mission .how_it_works {
  margin: 0 100px;
  max-width: 1280px;
}
.our_mission .how_it_works .box {
  margin-top: 55px !important;
  max-width: 1280px;
}
.our_shipped {
  padding: 130px 0;
}
.our_shipped .section_title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 90px;
}

/* contact us page styling start from here */
.contact_us_header {
  padding: 150px 0;
  background-image: url(../img/GS-contact-us-hero-image.png);
  background-size: cover;
}
.contact_us_header .hero_title {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.we_need_help {
  padding: 50px 0;
}
.we_need_help .section_title {
  font-size: 60px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.we_need_help .secondary_title {
  font-size: 50px;
  font-weight: bold;
}
.we_need_help p {
  font-size: 24px;
  margin-top: 24px;
}
.contact_us {
  padding: 70px 0;
}
.contact_us .section_title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact_us .adr_row {
  margin-bottom: 20px;
}
.contact_us .adr_row h3 {
  font-size: 26px;
  font-weight: 500;
}
.contact_us .adr_row h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: right;
}
.contact_us .box_title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 22px;
}
.contact_us .form-control {
  height: 70px;
  background: rgba(59, 82, 90, 10%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 0 30px;
  margin-bottom: 30px;
  font-size: 24px;
  border: none;
  box-shadow: none;
}
.contact_us textarea.form-control{
  height: 442px;
  padding: 30px;
}
.contact_us .form-control::placeholder{
  color: #06205F;
  opacity: 40%;
}
._contact{
  margin-top: 70px;
}
._contact .section_title{
  font-size: 50px;
  font-weight: bold;
}
main.left_side_bg::before{
  height: 50%;
  background-size: auto 90%;
  left: -37px;
}

main.side_right_bg::after {
  width: 160px;
  height: 50%;
  top: auto;
  bottom: 0 !important;
  background-position-x: right;
}
.blog_header {
  padding: 60px 0;
  background-color: #06205F;
}
.blog_header .hero_title {
  color: #FFFFFF;
  font-size: 110px;
  font-weight: bold;
  padding-bottom: 45px;
}
.blog_header .hero_para{
  margin: 15px auto 0;
  color: #ffff;
  max-width: 1047px;
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_header .enter_mail input{
  height: 75px;
  border-radius: 10px;
  width: 750px;
  font-size: 26px;
  padding: 10px 30px;
  border: none;
  box-shadow: none;
  outline: none;
  margin-right: 8px;
}
.blog_header .enter_mail .btn{
  padding: 0px 82px;
  font-size: 24px;
}
.blogs .blog_content .img{
  display: none;
}
.blogs .catagory_select i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.blogs {
  padding: 60px 0;
}
.blogs .tab{
  font-size: 28px;
  color: #06205F;
  text-decoration: none;
  font-weight: 500;
}
.blogs .tab:hover,
.blogs .tab.active{
  color: #0BBAA3;
}
.blogs .blog_content{
  margin-top: 80px;
}
.blogs .blog_content .img{
  padding: 11px 17px;
  border-radius: 20px;
  background-color: #ebedee;
}
.blogs .blog_content .img img{
  border-radius: 20px;
}
.blog_content img{
    max-width: 100% !important;
}
.blogs .blog_title{
  font-size: 30px;
  margin: 22px 0;
}
.blogs .small_des{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blogs .blog_content .blog_info{
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}
.blogs .blog_content .read_blog{
  background-color: #0E5290;
  font-size: 24px;
  padding: 5px 12px;
  color: #fff;
  border-radius: 8px;
}
.blogs .blog_content .read_blog i{
  margin-left: 8px;
}
.blogs .blog_content .box{
  margin-bottom: 60px;
}
.blogs .pagination .num{
  width: 52px;
  height: 52px;
  border: 1px solid #06205F;
  border-radius: 50%;
  font-size: 33px;
  color: #06205F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 8px;
  transition: .2s;
}
.blogs .pagination .num.active,
.blogs .pagination .num:hover,
.blogs .pagination .nxt.active,
  .blogs .pagination .nxt:hover{
  background-color: #06205F;
  color: #fff;
}
.blogs .pagination .dots{
  font-size: 36px;
  color: #06205F;
  text-decoration: none;
}
.blogs .pagination .nxt{
  border-radius: 26px;
  width: 152px;
  height: 52px;
  font-size: 34px;
  color: #06205F;
  border: 1px solid #06205F;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 8px;
  transition: .2s;
}




/* blog section styling end here */
/* open blog styling start from here */
.open_blog {
    position: relative;
    top: -290px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.open_blog .path h3{
  font-size: 32px;
  font-weight: 500;
  margin: 140px 0 40px;
}
.open_blog .blog_title {
  margin-top: 15px;
  font-size: 110px;
  font-weight: 800;
}
.open_blog .blog_info {
  margin: 50px 0;
}
.open_blog .blog_info p{
  margin-right: 20px;
  font-size: 20px;
}
.open_blog .des{
  font-size: 26px;
}
.open_blog .img{
  margin: 50px 0;
}
.open_blog .img img{
  border-radius: 20px;
}
.open_blog .text_box{
  margin-bottom: 50px;
}
.open_blog .text_box .secondary_title{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.open_blog .cta_box{
  background-color: #06205F;
  padding: 30px 60px;
  border-radius: 10px;
  margin-bottom: 43px;
}
.open_blog .cta_box .title{
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 15px;
}
.open_blog .cta_box.sm .title{
  font-size: 50px;
  margin-bottom: 8px;
}
.open_blog .cta_box .des{
  max-width: 745px;
  margin-bottom: 46px;
}
.open_blog .cta_box.sm .des{
  margin-bottom: 6px;
}
.sticky_share_buttons {
  display: block;
  position: sticky;
  z-index: 1;
  background-color: rgba(164, 247, 195, 0.45);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 5px;
  padding: 15px 2px 10px;
  text-align: center;
  top: 420px;
  width: 60px;
}
.sticky_share_buttons .social i{
  width: 100%;
  font-size: 30px;
  padding: 5% 0%;
  margin: 10% 0%;
  color: #0BBAA3 !important;
}
@media(max-width:1400px){
  .open_blog{
    top: -260px;
  }
  .sticky_share_buttons {
    top: 350px;
    width: 60px;
    margin-left: 0%;
  }
  .sticky_share_buttons .social i{
    width: 100%;
    font-size: 30px;
    padding: 5% 0%;
    margin: 10% 0%;
    color: #0BBAA3 !important;
  }
}
@media(max-width:1200px){
  .open_blog{
    top: -260px;
  }
  .sticky_share_buttons {
    top: 325px;
    width: 60px;
    margin-left: 0%;
  }
  .sticky_share_buttons .social i{
    width: 100%;
    font-size: 30px;
    padding: 5% 0%;
    margin: 10% 0%;
    color: #0BBAA3 !important;
  }
}
@media(max-width:990px){
  .open_blog{
    top: -35px;
  }
  .sticky_share_buttons {
      display: none;
  }
}
.cta_box .btn_green{
  background-color: #0BBAA3;
  border-radius: 10px;
  font-size: 50px;
  padding: 12px 30px;
  font-weight: bold;
  color: #fff;
}
.cta_box.sm .btn_green{
  font-size: 30px;
  padding: 10px;
}
.cta_box .btn_green span{
  width: 99px;
  height: 99px;
  border-radius: 10px;
  background-color: #16DDC3;
  font-size: 50px;
  color: #000;

}
.cta_box.sm .btn_green span{
  margin-left: 30px;
  width: 51px;
  height: 51px;
  font-size: 30px;
}



/* quick calculator styling start from here */
.quick_calc_main *:not(a.btn, span){
  color: #06205F !important;
}
.save_money {
  padding: 40px 0 80px;
}
.calc_customer::before{
  top: 675px;
  left: -53px;
}
.save_money .price_btn{
  font-size: 30px;
  padding: 7px 22px;
  background-color: #06205F;
  border-radius: 8px;
  margin-top: 16px;
  color: #fff;
}
.save_money .product_dec img{
  height: 286px;
  width: auto;
  object-fit: cover;
}
.save_money .section_title{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}
.save_money .section_para{
  font-size: 28px;
}
.save_money .box_img{
  margin: 35px 0 0;
}
.save_money .or_more .or{
  font-size: 100px;
  font-weight: bold;
  margin-right: 20px;
}
.save_money .or_more .text p{
  font-size: 28px;
  line-height: 100%;
}
.save_money .or_more .price{
  padding: 10px 32px;
  border-radius: 84px;
  background-color: #fff;
}
.save_money .or_more .price h2{
  font-weight: bold;
  font-size: 58px;
}
.save_money .end_des{
  font-size: 28px;
}
.why_use_global{
  padding: 100px 0 40px;
}
.why_use_global .section_title{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 35px;
}
.why_use_global .text_content img{
  margin-bottom: 60px;
}
.why_use_global .adv_gs p{
  font-size: 28px;
  margin-left: 30px;
  font-weight: 500;
}
.why_use_global .adv_row{
  margin-bottom: 45px;
}
.why_use_global .right_content .para{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;

}
.calc_sec_partners .section_title{
  font-size: 50px;
  font-weight:900;
}
.faq_title {
  font-size: 100px;
  color: #06205F;
  opacity: .5;
  margin: 25px 0;
  font-weight: bold;
}
.faq_sidebar .nav .nav-link{
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  color: #06205F;
  opacity: .7;
  font-weight: 500;
  text-decoration: none;
  display: inline-block !important;
  border-radius: 0;
  padding-left: 0 !important;
}
.faq_sidebar .nav .nav-link.active{
  border-bottom: 2px solid #06205F;
  font-weight: 500;
  opacity: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
}
.faq_accordian .accordion-item{
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
}
.faq_accordian .accordion-item .accordion-button{
  font-size: 30px;
  color: #06205F;
  font-weight: 400;
  padding: 23px 40px;
  background-color: transparent;
  box-shadow: none;
}
.faq_accordian .accordion-item:nth-child(even){
  background-color: #fff;
}
.faq_accordian .accordion-item:nth-child(odd){
  background-color: rgba(22, 221, 195, 10%) !important;
}
.faq_accordian .accordion-body {
  font-size: 30px;
  padding: 2px 40px 23px;
  color: rgba(59, 82, 90, .7);
}
body.bg_grad_bottom{
  min-height: 100vh;
}
/* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
/* quick calculator styling start end here */

.flag{
    width: 100px;
    position: relative;
    z-index: 1;
    margin-right: -18px;
}

.flag img{
    width: 102%;
    border-radius: 20px;
    width: 106px;
}

.why_us_header{
  padding: 141px 0;
  /* background-image: url(../img/why-us/header-image.png); */
  height: 485px;
  background-size: cover;
}
.we_make_easier {
  padding: 133px 0;
  background-color: #F5FFFF;
  backdrop-filter: blur(50);
}
.we_make_easier .section_title{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 27px;
}
.we_make_easier .section_para{
  font-size: 30px;
}
.our_benefits {
  padding: 86px 0;
  position: relative;
}
.our_benefits::after,
.our_benefits::before{
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  width: 50%;
  z-index: 0;
}
.our_benefits::after{
  background-color: #D1FFF9;
  left: 0;
}
.our_benefits::before{
  right: 0;
  background-color: #D3F4FF;
}
.our_benefits .section_title{
  font-size: 60px;
  font-weight: bold;
}
.our_benefits .left .section_title {
  color: #0BBAA3;
}
.our_benefits .right .section_title {
  color: #06205F;
}
.our_benefits .section_para {
  margin: 63px 0 50px;
}
.our_benefits .content{
  position: relative;
  z-index: 222;
}
.our_benefits .box h3{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 21px;
}
.our_benefits p{
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 38px;
}
.our_benefits .detals{
  font-size: 28px;
  color: #0BBAA3;
  text-decoration: none;
  font-weight: 500;
}
.our_benefits .right .detals{
  color: #06205F;
}
.our_benefits .box{
  margin-bottom: 60px;
}
.our_benefits .left{
  padding-right: 145px;
}
.our_benefits .right{
  padding-left: 145px;
}
.our_benefits .btn_white{
  font-size: 30px;
  font-weight: bold;
  padding: 18px 65px;
  border-radius: 10px;
  background-color: #fff;
}
.our_benefits .left .btn_white{
  border: 2px solid #0BBAA3;
  color: #0BBAA3;
}
.our_benefits .right .btn_white{
  border: 2px solid #06205F;
  color: #06205F;
  background-color: #fff;
}
.why_us_2 .content{
  max-width: 1280px;
  margin: 0 auto;
}
.why_us_2 .box h3{
  font-size: 45px;
  color: #06205F;
  font-weight: bold;
}
.why_us_3 {
  padding: 20px 0 60px;
  background-color: #D9FFFA;
}
.why_us_3 .section_para{
  font-size: 30px;
  color: #000000;
}
.why_us_3 .section_title{
  color: #000000;
  font-size: 40px;
  margin: 30px 0;
  font-weight: bold;
}
.why_us_partner .section_title{
  font-size: 50px;
  font-weight: 900;
}
.why_us_partner .logos_para{
  font-size: 40px;
  font-weight: 600;
}
.why_us_customer {
  background: linear-gradient(
    180deg,
    rgba(217, 255, 250, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.why_us_2 .box{
 background-color: rgba(217, 255, 250, 0.6);
 margin: 0;
 margin-bottom: 60px;
}
.why_us_2 iframe{
  height: 860px;
  border-radius: 30px;
}
.align-item-center{
  align-items: center;
}
.map iframe{
  border-radius: 10px;
}
main.faq{
  padding-bottom: 50px;
}
.faq_sidebar {
  position: sticky;
  top: 20px;
}
footer .social{
  margin-bottom: -7px;
}
.sign_in_box {
  padding-bottom: 88px;
}
.sign_model {

  width: 595px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  border: 1px solid lightgray;
  padding: 23px;
}
.sign_model .head{
  height: 150px;
  border-radius: 20px 20px 0 0;
  background-color: #0BBAA34D;
  padding: 27px 30px;
  background-image: url(../img/signin-assets/profile-img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.sign_model .head .title{
  font-size: 20px;
  font-weight: 500;
  color: #0BBAA3;
}
.sign_model .head .para{
  font-size: 16px;
  color: #151214;
}
.sign_model .img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sign_model .body_content{
  padding: 0 30px;
}
.sign_model label{
  font-size: 18px;
  color: #0BBAA3;
  margin-bottom: 12px;
  font-weight: 500;
}
.sign_model .checkbox label{
  color: #151214;
  opacity: .7;
  margin-left: 15px;
  font-size: 13px;
}

.sign_model .input{
  margin-bottom: 18px;
  position: relative;
}
.limited_offer form{
    position: absolute;
    bottom: 60px;
    /* left: 200px;
    width: 33%; */
    padding-left:5px
}
.sign_model input{
  height: 45px !important;
  border-radius: .37em;
}
.sign_model .input .eye{
  padding: 15px 12px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #EFF2F7;
  position: absolute;
  right: 0;
  top: 0;
  color: #151214;
  border-radius: 0px 9px 9px 0px;
  cursor: pointer;
}
.sign_model input{
  border: .5px solid lightgray !important;
}
.sign_model .btn{
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px auto 0;
  color: white;
  font-weight: 500 !important;
  border-radius: 1.5em;
}
.sign_model .or{
  font-size: 20px;
  color: #151214;
  margin: 16px 0 8px;
}
.sign_model form{
  padding: 1em;
}
.sign_model .link_pink{
  font-size: 18px;
  color: #0BBAA3;
  text-decoration: none;
}
.sign_model .link_black{
  color: #151214;
  opacity: .7;
  text-decoration: none;
  font-size: 20px;
  /* margin-bottom: 25px; */
}
.sign_model .mt-25{
  margin-top: 25px;
}
.sign_model .social{
  margin: 17px 6px 25px;
}
.sign_model .mt-25 p{
  font-size: 16px;
}
.sign_model .mt-25 a{
  color: #01A36C;
  text-decoration: none;
}
.sign_model a{
  color: #01A36C;
  text-decoration: none;
}
/* .sign_model */

/* tax free page styling start from here */
.tax_header {
  padding: 113px 0;
  background-image: url(../img/tax-free/tax_free_header.png);
  background-size: cover;
}
.tax_header .hero_text{
  font-size: 100px;
  color: #06205F;
  opacity: .9;
  font-weight: bold;
}
.tax_benefits {
  padding: 37px 0 40px;
  background-color: #f6ffff;
}
.tax_benefits .section_title{
  font-size: 50px;
  color: #06205F;
  font-weight: 900;
  margin-bottom: 25px;
}
.tax_benefits .section_para{
  font-size: 30px;
  color: #000000;
  font-weight: 300;
}
.that_why .section_title{
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 100px;
}
.that_why {
  padding: 100px 0;
}
.that_why .para{
  font-size: 20px;
  margin-bottom: 20px;
}
.step_to_get .section_title {
  font-weight: 900;
  font-size: 50px;
  font-weight: 900;
}
.step_to_get .section_para{
  font-size: 26px;
}
.step_to_get .steps{
  margin-top: 60px;
}
.step_to_get .box{
  background-image: url(../img/1.png);
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 45px;
  padding: 50px 85px;
}
.step_to_get .box .title{
  font-size: 24px;
  margin: 17px 0 20px;
  font-weight: 600;

}
.step_to_get .box .para{
  font-size: 22px;
}
.take_me_there {
  padding: 35px 0 25px;
  background-color: #cbf0ec;
}
.take_me_there .para{
  font-size: 28px;
}
.why_use_global .section_para{
  font-size: 26px;
}
.partners.tax .section_title{
  font-size: 50px;
  font-weight: 900;
}
/* tax free page styling start from here */

/* term service page styling start from here */
.terms_text .head {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.terms_text .para{
  font-size: 30px;
  color: #06205F;
  opacity: .7;
  margin-bottom: 15px;
}
.terms_text .text-red{
  color: #01A36C;
}
.terms_text .bold{
  font-weight: 500;
}
.change_lan{
  width: 81px;
}
.change_lan select{
  margin-top: 20px;
  border-radius: 9px;
  border: 2px solid #01A36C;
  padding: 1px 8px;
  min-width: 70px;
  box-shadow: 0px 3px 10px #0000001a;
  font-size: 15px;
  height: auto;
}



.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  transition: 02s;
  opacity: 1;
}




  .scroll-top-wrapper {
     position: fixed;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 1000;
  color: #ffffff;
  border-radius: 30px;
  padding: 0;
  right: 50%;
  bottom: 40px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}


#to-top {
  overflow: hidden;
      transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  background-color: rgba(0,0,0,0.25);
      border-radius: 200px!important;
  -webkit-border-radius: 200px!important;

  display: block;

  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
}


#to-top:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}

#to-top:after, #to-top:before {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}


#to-top i.fa-angle-up.top-icon, #to-top i.fa-angle-up {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}


#to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

#to-top:hover,  #to-top.dark:hover {
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
  background-color: transparent!important;
}

#to-top:hover i.fa-angle-up.top-icon,  #to-top:hover i.fa-angle-up, #to-top.hovered i.fa-angle-up.top-icon, #to-top.hovered i.fa-angle-up {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
}

#to-top:hover:after{
  transform: scale(1);
  -webkit-transform: scale(1);
  background:#1e275c;
}

.certified_shipper{
  padding-bottom: 50px;;
}

.certified_shipper .pro-img-box img{
  width: 100%;
  box-shadow: 2px 2px 14px 0px #ccc;
}

.certified_shipper .calc{
  padding: 40px;
}

/*hasban custom */


.blob-btn {
  z-index: 1;
  position: relative;
}




img{
  max-width: 100%;
}

.nav_start {
  background: #01A36C;
  margin-bottom: 12px;
  width: auto;
  text-decoration: none;
  display: block;
}


.nav_start:hover {
  transition: .3s;
  color: #fff !important;
}


.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.6);
  transform: translateZ(0) scale(1.6);
  -moz-transform: translateZ(0) scale(1.6);
}

.blob-btn__inner {
  border-radius: 15px;
}

.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
}

.blob-btn__blob:nth-child(1) {
  left: 0;
  transition-delay: .04s;
}

.blob-btn__blob {
  -webkit-transform: translate3d(1%,107%,0) scale(1.4);
  transform: translate3d(1%,109%,0) scale(1.4);
  -moz-transform: translate3d(1%,109%,0) scale(1.4);
}

.blob-btn__blob {
  position: absolute;
  top: 9px;
  width: 100%;
  height: 100%;
  background: #06205F;
  border-radius: 100%;
  -webkit-transform: translate3d(1%,107%,0) scale(1.4);
  transform: translate3d(1%,107%,0) scale(1.4);
  transition: -webkit-transform .45s;
  transition: transform .45s;
  transition: transform .45s,-webkit-transform .45s;
  -webkit-transition: transform .45s;
  -moz-transition: transform .45s;
  -o-transition: transform .45s;
  transition: transform .45s;
}



.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.6);
  transform: translateZ(0) scale(1.6);
  -moz-transform: translateZ(0) scale(1.6);
}



div#load_screen{
    background: #fff;
  opacity: 1;
  position: fixed;
  z-index: 1000000000;
  top: 0px;
  height: 100%;
  width: 100%;
  /* background: #ffffff; */
   display: flex;
  justify-content: center;
  align-items: center;
}


.loader img {
  width: 200px;
  margin-right: 15px;


}

.loader p{
  color: #eee;
}

.loader .logo{
       display: block;
      text-align: center;
          width: auto;

}

.same_same_header h1{
  visibility: hidden;
  -webkit-transform: translateY(25px) scale(1);
  opacity: 0;
}

.animatations .same_same_header h1 {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.4s ease 0.4s, opacity 0.9s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.9s ease 0.4s;
}

.same_same_header p{
  visibility: hidden;
  -webkit-transform: translateY(25px) scale(1);
  opacity: 0;
}

.animatations .same_same_header p {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
  transition: transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
}



.same_same_header .btn_orange{
  visibility: hidden;
  -webkit-transform: translateY(25px) scale(1);
  opacity: 0;
}

.animatations .same_same_header .btn_orange {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
  transition: transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
}


.same_same_header .btn_underline {
  visibility: hidden;
  -webkit-transform: translateY(25px) scale(1);
  opacity: 0;
}


.animatations .same_same_header .btn_underline {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
  transition: transform 0.7s ease 0.7s, opacity 0.9s ease 0.7s;
}


/*end */


@media (min-width: 1440px){
  .limited_offer{
    max-width: 49% !important;
  }
}
.limited_offer .modal-content{
  background-position: center;
  background-size: cover;
  background-image: url(../img/web_view.jpg);
}
.limited_offer .close{
  padding: 0;
  border-radius: 7px;
  color: #fff;
  width: 40px;
  height: 35px;
  background: #198754;
  border: none;
}
.limited_offer .modal-body {
  height: 435px;
}
.bottom_content{
  /* transform: translate(-61%, 61%); */
}
.bottom_content .input-group {
    width: 390px !important;
    /* max-width: 100%; */
}
/* term service page styling end here */

/* Assistant purchase page styling start from here */
.assistant_purchase {
  background-image: url(../img/Ap/Artboard\ 1-10d0.png);
}
.wont_ship{
  padding: 90px 0;
  background-color: #f6ffff;
}
.wont_ship .section_title{
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: 900;
}
.wont_ship .section_para{
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
.help_you {
  padding: 80px 0 100px;
}
.help_you .section_title{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 35px;
}
.help_you .text_blue{
  color: #0BBAA3;
}
.help_you .para{
  font-size: 24px;
  margin-bottom: 20px;
}
.partners.purchase{
  background-color: transparent !important;
}
.partners.purchase .section_title{
  font-size: 50px;
  font-weight: 900;
}
.padding-col{
  padding: 0 35px;
}
.tax-free_para b{
  font-weight: 500;
}
.adv_gs img{
  width: 38px;
}
.partners.purchase{
  margin-top: 60px;
}
.primary_nav{
  position: sticky;
  top: 49px;
  z-index: 999999;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.secondary_top_menu{
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 ;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);;
}

.selected_lang{
  box-shadow: 0 5px 5px 5px #eee;
}

.modal{
  z-index: 9999999999999999;
}
.secondary_nav_links a{
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-right: 1px solid #d0d0d0;
  color: #0e689c;
  text-decoration: none;
  text-transform: uppercase;
}
.secondary_nav_links{
  border-bottom: 1px solid #d0d0d0;
}
.secondary_nav_links .sign_up{
  background-color: #01A36C;
  color: #fff;
}
/* Assistant purchase page styling end here */
.side_popup {
  z-index: 99999;
  max-width: 580px;
  background-color: transparent;
  position: fixed;
  left: 15px;
  bottom: 20px;
  color: #2D080A;
  border: none;
}
.side_popup .text{
  padding-right: 20px;
}
.side_popup .alert_content{
  background-color: #fff;
  border-radius: 20px;
  margin-left: 12px;
  padding: 12px;
}
.side_popup .img img{
  max-width: 150px;
}
.side_popup .head{
  font-size: 20px;
  font-weight: 600;
}
.side_popup .btn{
  background-color: #0DA9EF;
  border-radius: 18px;
  padding: 4px 14px;
  color: #fff;
  /* text uppercase */
  text-transform: uppercase;
}
.side_popup .text{
  line-height: 120%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:161px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.calculator_design .calc .country_opt {
  padding-left: 60px;
}

.calculator_design #countryFlag {
  width: 105px;
}

.calculator_design .calc .form-control{
  height: 70px;
}

.subsc_plan{
  height: 495px;
  background-size: cover !important;
  background-position: center !important;
}

.subsc_plan .container{
  height: 100%;
  max-width: 85% !important;
}

.subsc_plan .tbl{
  height: 100%;
  display: table;
  width: 100%;
}

.subsc_plan .tbl-cell{
  display: table-cell;
  vertical-align: middle;
}

.subsc_plan .tbl-cell h1{
  font-size: 120px;
  font-weight: bold;
  color: #06205F;
}

.subs_content{
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #EFFFFF 100%) 0% 0% no-repeat padding-box;
  padding:35px 0 ;
}

.subs_content .container{
  max-width: 85% !important;
}

.subs_content h2{
  color: #06205F;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 35px;
  text-align: center;
}

.subs_content p{
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}



.subs_content_service{
  background: #fff;
  padding: 50px 0;
}

.subs_content_service .container{
  max-width: 85% !important;
}


.subs_content_service h2{
  font-size: 50px;
  font-weight: 800;;
  color: #06205F;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
}


.subs_content_service .form-group{
  margin-bottom: 40px;
}

.subs_content_service h3{
  font-size: 32px;
  font-weight: 500;
  color: #06205F;
  }

  .subs_content_service p{
    font-size: 30px;
    font-weight: 400;;
    color: #06205F;
  }

  .subs_content_service p a{
    color: #034DE2;
    text-decoration: underline;
    font-size: 20px;
  }


.sub_inner_content{
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D9FFFA 100%) 0% 0% no-repeat padding-box;
  padding:45px 0 5px 0;
  position: relative;
}

.sub_inner_content h3{
  margin-top: 0;
  margin-bottom: 15px;
}


.sub_inner_content p{

}

.sub_inner_content ul{
padding: 0;
}

.sub_inner_content ul li{
  list-style: none;
  font-size: 30px;
  color: #06205F;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.sub_inner_content ul li:before{
  content:'';
  width: 15px;
  height: 32px;
  background: url('../../images/subscription_plan/GS-logo.png');
  position: absolute;
  left: 0;
  top:5px;
}


.tax_free_Us_main{
  margin-top: 55px;
  text-align: center;
}

.tax_free_Us_main img{
  margin-bottom: 20px;
}

.tax_free_Us_main p{
font-size: 26px;
color: #06205F;
}

.new_pricing_table{
  margin-top: 50px;
  position: relative;
  padding: 25px;
}

.main_plan{
  margin-top: 25px;
  float: left;
  width:33.3%;
  padding:0 15px;

}

.new_plan{
  padding: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  min-height: 1150px;
  display: flex;
	flex-direction: column;
  position: relative;
}

.plan_head{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
}

.plan_head h3{
  font-size: 24px;
  font-weight: 600;
  color: #7A7A7A;
  text-align: center;
}

.plan_head h4{
  font-size: 18px;
  color: #7A7A7A;
  text-align: center;
}


.new_plan ul{
  padding: 0;
  margin-top: 25px;
}

.new_plan ul li{
  list-style: none;
  font-size: 16px;
  color: #06205F;
  margin-bottom: 10px;
  position: relative;
  padding-right: 26px;
  padding-left: 37px;
  padding-top: 5px;
}


.new_plan li::before{
  content: "\f00c";
  width: 15px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0BBAA3;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.new_plan li::after{
  content: '';
  width: 80%;
  height: 1px;
  background-color: #dddddd;
  bottom: 0;
  display: block;
  margin-top: 8px;
  margin-left: 6%;
}

.new_plan li:last-child:after{
  display: none;
}

.plan_foot{
  margin-top: auto;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #7A7A7A;
  padding-top: 25px;
  border-top: solid 1px #737373;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 50px;
}

.plan_active{
  border-color: #0BBAA3;
}

.subb_loader{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999;
  transition: 1s;
  background: #ffffffb5;
}
.plan2 img{
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -93px;
}

.plan_btna{
  margin-top: 40px;
}

.plan_btna a{
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.btn-perl{
  background-color: #0bbaa3;
  font-size: 15px;
  padding: 1px 5px;
  border-radius: 9px;
  color: #fff;
  height: auto;
  margin-right: .25rem;
}
.btn-perl:hover{
  color: #fff;
}

.btn_details{
  cursor: pointer;
}

.btn_details .fa{
  width: 24px;
  height: 24px;
  border: solid 3px ;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 19px;
}


.extendtable_paragraph{
  display: none;
}


/*chat icon css*/


.fb_dialog_content iframe{
    right: 10px !important;
    margin: 0 !important;
    transform: translate(150%, 0);
    transition: 0.3s;
    pointer-events: none;
}

.fb_reset{
    opacity: 0;
    pointer-events: none;
}



.fb_dialog_content iframe{
}

.newlyyy_fb {
    transition: 0.3s;
    pointer-events: auto;
    opacity: 1 !important;
}

.newlyyy_fb iframe{
    transform: translate(0%, 0);
    transition: 0.3s;
    pointer-events: auto;
}


.shipping_agree{
    margin: 25px 0;
}

.shipping_agree #remember{
    margin-right: 7px;
}

#calculatorModalforHome .modal-dialog{
    max-width: 50%!important;
}




#calculatorModalforHome .modal-header{
    padding-left: 7px;
}

.table_row .col_1{
    text-align: center;
}

#calculatorModalforHome .email-tag-shipment h6{
    font-size: 18px;
}


/*end*/


@media(max-width:992px){

    #calculatorModalforHome .modal-dialog {
        max-width: 70%!important;
    }

    #calculatorModalforHome #tooltip_span{
        display: none;
    }

  .btn-perl{
    display: none;
  }
  .change_lan{
    top: 135px;
  }

  .secondary_nav_links .sign_up{
    color: #0e689c;
    background: none;
  }

  .home_list_img {
    padding-right: 0;
    padding-left: 0;
}

  .home_calculator{
    padding-left: 0;
    padding-left: 0;
  }

  .shipping_calc .calc.right{
    padding-left: 0 !important;
  }

}

@media(max-width:768px){

    #calculatorModalforHome .shipping_agree {
        margin: 17px 0;
    }
    .change_lan{
      width: fit-content;
    }

    #calculatorModalforHome .btn_orange {
        padding: 7px 10px !important;
        margin-top: 0;
        border-radius: 1.5em;
    }

    #calculatorModalforHome .modal-dialog {
        max-width: 100%!important;
    }

  .calculator_design{
    margin-bottom: 25px!important;
  }

  .calculator_product {
    margin: 8px auto !important;
    float: left;
    width: 33%;
}

  .calculator_design .custom_border{
    background: #f5f7ff !important;
  }

  .calculator_design .calc .country_opt{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .calculator_design .form-group .form-check-label{
    margin-left: 10px !important;
  }

  .calculator_design .calc .form-control {
    height: 40px;
    padding-left: 25px;
}

  #shippingCalculatorForm .custom_border{
    border:0;
  }

  .change_lan {
    top: 90px;
}

.scroll-top-wrapper {
  bottom: 30px;
}

.home_list_img {
  padding-left: 15px!important;
  padding-right: 15px !important;
}

.home_calculator {
  padding-left: 15px;
  padding-right: 15px;
}

.calc .country_opt {
  padding-top: 14px;
  padding-bottom: 14px;
}

.calc #countryFlag {
  max-width: 43px !important;
  padding-left: 10px;
  border-radius: 0 !important;
}

.calc .country_select div.flag{
  width: auto;
  /* padding-right: 34px; */
  margin: 0;
}

.safari .home_calculator #country_opt{
text-indent: 30px;
}

}

@media(max-width:470px){

  .btn_orange {
    font-size: 14px;
  }


  .certified_shipper .calc {
    padding: 30px 15px;
}


}

@media(max-width:410px){
  .home_calculator_has {
    flex-direction: column;
    align-items: flex-start;
  }


}


.tooltiptext {
  display: none;
    background-color: #01A36C;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    text-decoration: none;
}
.tooltip_span{
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}
.tooltiptext:hover {
  color: #fff;
}

.tooltip-rates:hover {
  background-color: #c9c8c8;
}
@media(max-width:768px){
  .tooltiptext {
    display: block;
    width: 60px;
    font-size: 14px;
}
  .tooltip_span{
  display: none;
}
}





