@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Banner Section Start Here */

section.uganda .container {

    margin: 54px auto 0;
}

section.country-banner {
    background: url('../images/uganda.png');
    background-size: cover;
    height: 300px;
    width: 100%;
}

section.country-banner h1 {

    font-weight: 900;
    font-size: 80px;
    text-align: center;
}

.carousel-caption {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 90%;
}

.carousel-caption h1 {
    font-weight: 900;
    font-size: 40px;
    font-family: 'NexaBold';
    background: #0000004d;
    padding-top: 5px;
}

.carousel-caption h1.second {
    font-size: 64px;
}

.carousel-caption h1.third {
    font-size: 48px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-item img.img-fluid.w-100 {
    height: 400px;
}

/* Banner Section End Here */


.para-div p.first {
    margin: 75px 0 88px;
    font-weight: 700;
    font-size: 25px;
}

/* Services Section Start Here */


section.services .text-box h1 {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 30px;
    color: #066277;
    text-transform: capitalize;
}

section.services .row.services-images {
    margin: 45px 0 0;
}

section.chain h1 {
    font-weight: 800;
    font-size: 30px;
    color: #066277;
    margin: 0 0 40px;
    text-transform: capitalize;
    font-family: 'NexaBold';
}

.alert-success {
    font-size: 16px;
}

section.services .row.services-images .services-box img {
    width: calc(100% - 30px);
    height: 228px;
    border-radius: 10px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    object-fit: cover;
}

section.services .row.services-images .services-box {
    position: relative;
    width: 100%;
    height: 303px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 12px;
    margin: 0 auto;
}

section.services .row.services-images .services-box img {
    width: calc(100% - 15px);
    height: 228px;
    border-radius: 10px;
    height: 215px;
    position: absolute;
    bottom: 12px;
    left: 8px;
    object-fit: cover;
}

section.services .row.services-images .services-box:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

section.services .row.services-images .services-box p {
    position: absolute;
    color: #070707;
    top: 28px;
    left: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

section.services {
    margin: 80px 0;
}

section.chain .text-box.text-center p {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #066277;
    margin: 0 0 32px;
}

section.chain .package {
    background: #ECF8FD;
    border-radius: 12px;
    padding: 14px;
}

/* Services Section End Here */


/* Pricing Section Start Here */


section.pricing {
    margin: 100px 0 0;
}

section.pricing .hut {
    background: rgba(65, 185, 234, 0.12);
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 24px;
    height: 507px;
}

section.pricing .hut-content h1 {

    font-weight: 800;
    font-size: 32px;
}

.check-group.first {
    display: flex;
    margin: 50px 0 30px;
    gap: 16px;
}

.check-group {
    display: flex;
    gap: 16px;
    margin: 0 0 30px;
}

.check-group .check .fa-check {
    background: #40B9EA;
    padding: 5px;
    border-radius: 5px;
}

.check-group .check .fa-check:before {
    color: #fff;
}

section.our-pricing {
    background: rgba(64, 185, 234, 0.03);
    padding: 60px 0 60px;
}

section.our-pricing .text-box p {
    font-weight: 800;
    font-size: 30px;
    color: #066277;
    margin: 0 0 40px;
    text-transform: capitalize;
}

section.our-pricing .form-group label {
    font-weight: 600;
    font-size: 20px;
    color: #454545;
    font-family: 'Roboto';
}

section.our-pricing hr {
    margin: 60px 0 0;
}

section.our-pricing table tr td hr {
    margin: 0;
}

section.our-pricing .shipping-group {
    margin: 32px 0 0;
    gap: 25px;
}

section.our-pricing .shipping-group p {
    font-weight: 800;
    font-size: 18px;
    color: #070707;
    width: 100%;
    text-align: left;
    font-family: 'Nexabold';
}

section.our-pricing .shipping-group span {
    margin-right: 20px;
}

section.our-pricing .shipping-group a {
    background: #40B9EA;
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

section.our-pricing .shipping-group a:hover {
    background: #066277;
}

.scanner {
    text-align: center;
}

section.transparent-pricing.nigeria {
    padding: 100px 0 90px;
}

section.our-pricing.rwanda .container {
    margin: 0 auto;
}

section.transparent-pricing.rwanda .container {
    margin: 0 auto;
}

section.our-pricing.uganda .container {
    margin: 0 auto;
}

.shipping-group {
    margin: 10px 0 0;
    gap: 25px;
    justify-content: center;
}

.shipping-group p {
    font-weight: 800;
    font-size: 24px;
    color: #070707;
    width: 75%;
}

.shipping-group a {
    background: #40B9EA;
    border-radius: 100px;
    padding: 15px 22px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}

.shipping-group a:hover {
    background: #066277;
}

.shipping-group .main-group {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 18px 40px;
}

.shipping-group .first-group {
    gap: 32px;
}

.shipping-group .first-group img {
    object-fit: cover;
}

.shipping-group .main-group p {
    width: 100%;
}

.shipping-group .container,
section.transparent-pricing.uganda .container,
section.our-pricing.zambia .container,
section.transparent-pricing.zambia .container,
section.our-pricing.drc .container,
section.transparent-pricing.drc .container,
section.our-pricing.tanzania .container,
section.transparent-pricing.tanzania .container {
    margin: 0 auto;
}

section.our-pricing.drc {
    padding: 60px 0 60px;
}

section.chain {
    padding: 20px 0 60px;
}

section.services .services-box a {
    color: #070707;
}

/* Services Section End Here */

/* Shipping Section Start Here */


section.shipping-timeline {
    margin: 100px 0;
}

section.shipping-timeline .shipping-content h1 {

    font-weight: 800;
    font-size: 32px;
}

section.shipping-timeline .row.align-items-center.shipping {
    background: rgba(2, 17, 27, 0.03);
    border-radius: 24px;
}

section.shipping-timeline .shipping-content {
    padding: 0 50px;
}

.shipping-image img {
    float: right;
}

section.transparent-pricing {
    padding: 100px 0 90px;
}

section.transparent-pricing .details img {
    width: 31.6px;
    height: 32px;
}

section.transparent-pricing .pricing-content .pricing-heading p {
    margin: 0 0 32px;
    font-weight: 800;
    font-size: 24px;
    color: #066277;
    text-transform: capitalize;
}

section.transparent-pricing .details {
    margin: 0 0 24px;
    gap: 15.8px;
}

section.transparent-pricing .details p {
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
    font-family: 'Roboto';
}

section.checkout .main-group {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 12px 40px 14px;
    justify-content: space-between;
}

section.checkout .first-group {
    gap: 32px;
}

section.checkout .first-group p {
    font-weight: 400;
    font-size: 20px;
    color: #070707;
    font-family: 'Roboto';
}

section.checkout .second-group a {
    color: #fff;
    background: #40B9EA;
    padding: 15px 22px;
    border-radius: 100px;
}

section.shipping-timeline {
    margin: 0 0 100px;
}

section.shipping-timeline .container {
    margin: 0 auto;
}

section.shipping-timeline .heading p {
    font-weight: 800;
    font-size: 24px;
    color: #066277;
    margin: 0 0 32px;
    text-transform: capitalize;
}

table.table.table-bordered thead tr th {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    color: #070707;
}

table.table.table-bordered tbody tr td {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

/* Shipping Timeline Section EndHere */


/* Contact Section Start Here */


section.contact {
    margin: 100px 0 100px;
}

section.contact .contact-right h1 {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 25px;
    color: #066277;
    font-family: 'NexaBold';
}

section.contact .contact-right p.first {
    margin: 0 0 50px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
}

section.contact .contact-right .rwanda-location {
    margin: 0 0 30px;
}

section.contact .contact-right .rwanda-location p span {
    font-weight: 700;
    text-transform: capitalize;
}

section.contact .contact-right .rwanda-location p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

section.contact .contact-right .working-hours p.first {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    text-transform: capitalize;
}

section.contact .contact-right .working-hours ul {
    margin: 0;
}

section.contact .contact-right .working-hours ul p {
    font-weight: 400;
}

section.contact .contact-right .call p span {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

section.contact .contact-right .call p {
    font-weight: 400;
}

section.contact .contact-right .social-icons {
    margin: 50px 0 0;
    gap: 30px;
}

section.contact .contact-form {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

section.contact .contact-form form {
    padding: 40px;
    background: #cccccc59;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D1D1D1;
}

section.contact input.form-control,
select#inputState {
    border-radius: 8px;
    height: 40px;
}

section.contact select#inputState {
    margin: 0 0 30px;
}

section.contact form .form-row {
    position: relative;
}

section.contact form .form-row .form-group {
    width: 100%;
}

section.contact form .form-row .form-group select#inputState {
    width: 14%;
    border: none;
    position: absolute;
    top: 45px;
    padding: 0;
    left: 10px;
    height: 30px;
    border-radius: 0px;
    border-right: 1px solid #ccc;
}

section.contact form .form-row input.form-control {
    padding: 0 16px 0;
}

input.form-control::placeholder {
    color: #C7C7C7;
}

section.contact .contact-form form textarea {
    width: 100%;
    resize: none;
    height: 100px;
    border-radius: 12px;
    border: 1px solid #D1D1D1;
    padding: 20px 24px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
}

section.contact .contact-form form .form-group.textarea {
    margin: 0px 0;
}

textarea:focus {
    outline: none;
}

section.contact .contact-form form button.btn.btn-primary {
    background: #40B9EA;
    border-radius: 50px;
    width: 100%;
    border: none;
    height: 50px;
    margin: 40px 0 40px;
    line-height: 45px;
}

section.contact .contact-form form button.btn.btn-primary:hover {
    background: #066277;
}

section.contact .contact-form form button.btn.btn-primary:focus {
    box-shadow: none;
}

.call {
    padding: 30px 0 0;
}

.working-hours p {
    font-family: 'Roboto';
}

section.contact .form-heading p {
    padding: 0 0 20px;
    font-family: 'NexaRegular' !important;
    font-weight: 800;
    font-size: 24px;
    color: #066277;
}

/* Pricing Section End Here */


/* added on 17 mar 2023 strt */
.code {
    position: relative;
}

.code p {
    position: absolute;
    top: 16px;
    left: 11px;
    border-right: 1px solid #ccc;
    padding: 0 8px 0;
}


/* added on 17 mar 2023 strt */

                                            /* Country Uganda Page Responsive */


@media (max-width: 1920px){

    section.services .row.services-images .services-box {
        position: relative;
        width: 60%;
        margin: 0 auto;
    }
    section.uganda .carousel-item img.img-fluid.w-100{
       object-fit: fill;
    }
    section.services .row.services-images .services-box{
       width: 100%;
    }
}

@media (max-width: 1600px){
    section.services .row.services-images .services-box {
        position: relative;
        width: 100%!important;
    }
}

@media (max-width: 1200px){
    .container {
        max-width: calc(100% - 30px);
    }
    section.country-banner h1{
        font-size: 54px;
    }
    section.pricing .hut-content h1{
        font-size: 28px;
    }
    .check-group.first{
        margin: 30px 0 30px;
    }
    section.pricing .hut{
        width: calc(100% + 10px);
    }
    section.contact .contact-right p.first{
        font-size: 16px;
        margin: 0 0 30px;
    }
    section.contact .contact-right .social-icons {
        margin: 30px 0 0;
    }
    .carousel-caption h1 {
       font-weight: 900;
       font-size: 50px;
    }
    section.transparent-pricing .details p{
       font-size: 16px;
    }
    section.transparent-pricing .scanner {
       text-align: center;
    }
    section.our-pricing .shipping-group{
       flex-direction: column;
       align-items: flex-start!important;
    }
    section.our-pricing .shipping-group p{
       width: 100%;
    }
    section.our-pricing .shipping-group a{
      padding: 10px 15px;
    }
    section.our-pricing.kenya{
      height: auto;
    }
    section.transparent-pricing.nigeria {
      padding: 30px 0 0px;
    }
    section.our-pricing.rwanda{
      height: auto;
    }
	section.transparent-pricing {
		padding: 50px 0 50px;
	}
	section.services {
		margin: 50px 0;
	}
	section.uganda .container {
		margin: 30px auto 0;
	}
}

@media (max-width: 991px){
	section.our-pricing .shipping-group span {
		margin-bottom: 15px;
		float: left;
		line-height: 20px;
	}
    section.our-pricing .container{
        margin: 0 auto;
    }
    section.country-banner h1 {
        font-size: 42px;
    }
    .para-div p.first{
        margin: 50px 0 50px;
        font-size: 20px;
    }
    section.services .row.services-images .services-box p{
        font-size: 18px;
    }
    section.services .row.services-images .services-box img{
        object-fit: cover;
    }
    section.pricing .hut-content h1 {
        font-size: 24px;
    }
    .check-group .check .fa-check{
        padding: 3px;
    }
    section.pricing .hut img{
        width: calc(100% - 30px);
    }
    section.pricing .hut {
        min-height: 210px;
    }
    .shipping-image img {
        float: right;
        max-width: 100%;
    }
    section.shipping-timeline .shipping-content h1 {
        font-size: 26px;
    }
    .check-group.first {
        margin: 30px 0 20px;
    }
    .check-group {
        margin: 0 0 20px;
    }
    section.contact .contact-right h1{
        font-size: 28px;
    }
    section.contact .contact-right .rwanda-location p, section.contact .contact-right .working-hours p.first, section.contact .contact-right .call p span{
        font-size: 16px;
    }
    section.contact .contact-right .social-icons img {
        height: 25px;
    }
    section.contact input.form-control, select#inputState{
        height: 40px;
    }
    section.shipping-timeline {
        margin: 0px 0 50px;
    }
    section.contact form .form-row .form-group select#inputState{
        top: 38px;
        min-width: 66px;
    }
    section.contact form .form-row input.form-control {
        padding: 0 0 0 16px;
    }
    section.contact {
        margin: 50px 0 50px;
    }
    .carousel-caption h1 {
      font-weight: 900;
      font-size: 40px;
      width: 100%!important;
    }
    section.services {
      margin: 40px 0;
    }
    section.our-pricing .shipping-group p {
		font-size: 20px;
		white-space: break-spaces;
    }
    section.our-pricing .shipping-group a{
      padding: 10px 15px;
      font-size: 14px;
    }
    section.transparent-pricing .pricing-content .pricing-heading p{
       font-size: 22px;
	   line-height: 26px;
    }
    section.contact .contact-form form {
       padding: 25px;
    }
    .code p{
       position: absolute;
       top: 11px;
       left: 11px;
    }
    section.transparent-pricing {
      padding: 50px 0 0px;
    }
    .shipping-group .main-group p{
      font-size: 16px;
    }
    .shipping-group .first-group {
      gap: 15px;
    }
    .shipping-group .main-group{
      padding: 18px 20px;
    }
	section.uganda .container {
		margin: 30px auto 0;
	}
	section.our-pricing.drc {
		padding: 0px 0 50px;
	}
}

@media (max-width: 767px){
	section.chain h1 {
		font-size: 26px;
	}
	section.chain {
		padding: 20px 0 50px;
	}
    section.transparent-pricing .container{
        margin: 0 auto;
    }
    section.country-banner h1 {
        font-size: 36px;
    }
    section.country-banner{
        height: 600px;
    }
    .para-div{
        max-width: 90%;
        margin: 0 auto;
    }
    section.services .row.services-images .services-box{
        text-align: center;
    }
    section.services .row.services-images .services-box p {
        position: absolute;
        bottom: 20px;
    }
    section.services .row.services-images .services-box img{

    }
    section.services .row.services-images .services-box {
        margin: 0 0 20px;
    }
    section.services .row.services-images {
        margin: 0;
    }
    section.services .text-box h1{
        margin: 0 0 10px;
		font-size: 26px;
    }
    section.pricing .hut img {
        width: auto;
    }
    section.pricing .hut-content {
        margin: 30px 0 0;
    }
    section.pricing .hut {
        width: 75%;
        margin: 0 auto;
    }
    section.shipping-timeline .shipping-content {
        padding: 0 20px;
    }
    section.shipping-timeline .shipping-content h1 {
        font-size: 23px;
    }
    section.contact .contact-right h1{
        margin: 0 0 10px;
    }
    section.contact .contact-right p.first, section.contact .contact-right .rwanda-location, section.contact .contact-right .working-hours ul{
        margin: 0 0 15px;
    }
    section.contact .contact-right .social-icons{
        margin: 30px 0 30px;
    }
    section.contact .contact-right ul {
        padding: 0 20px;
    }
    section.contact form .form-row input.form-control {
        padding: 0 0 0 105px;
    }
    .carousel-caption h1 {
      font-weight: 900;
      font-size: 30px;
      line-height: 40px;
    }
    .carousel-item img.img-fluid.w-100{
      object-fit: cover!important;
      height: auto;
    }
    .carousel-inner {
      height: auto;
    }
    .carousel-caption{
       position: absolute;
       top: 30%;
       left: 50%;
    }
    .carousel-indicators{
       margin:0;
    }
    section.our-pricing{
       height: auto;
	   padding: 0px 0 50px;
    }
    section.our-pricing hr {
       margin: 70px 0 0;
    }
    section.our-pricing .shipping-group {
       margin: 32px 0 0;
       gap: 5px;
       flex-direction: column;
    }
    section.our-pricing .shipping-group p {
       font-size: 18px;
       width: 70%;
    }
    section.our-pricing .shipping-group a {
       padding: 10px 14px;
       font-size: 14px;
       margin: 10px 0 0;
    }
    section.transparent-pricing {
       padding: 40px 0;
    }
    section.checkout .first-group {
       gap: 15px;
    }
    section.checkout .first-group p {
       font-weight: 400;
       font-size: 16px;
       color: #070707;
       font-family: 'Roboto';
    }
    section.checkout .second-group a {
       color: #fff;
       background: #40B9EA;
       padding: 10px 15px;
       border-radius: 100px;
    }
    section.checkout .main-group{
       flex-direction: column;
    }
    section.checkout .second-group {
       margin: 20px 0 0;
    }
    section.contact form .form-row input.form-control {
       padding: 0 0 0 16px;
    }
    table.table.table-bordered thead tr th, table.table.table-bordered tbody tr td{
       font-size: 14px!important;
    }
    .shipping-group .main-group{
      flex-direction: column;
      align-items: flex-start!important;
    }
    .second-group {
       margin: 25px 0 10px;
    }

	section.uganda .container {
		margin: 30px auto 0;
	}
	section.our-pricing .text-box p {
		font-size: 26px;
	}
	section.contact .contact-form form button.btn.btn-primary {
		height: 40px;
		line-height: 35px;
	}
}

@media (max-width: 575px){
    .container {
        max-width: calc(100% - 0px);
    }
    section.country-banner {
        height: 500px;
    }
    section.pricing .hut img{
        width: calc(100% - 30px);
    }
    section.pricing .hut{
        height: 210px;
    }
    section.pricing .hut-content h1 {
        font-size: 20px;
    }
    .check-group{
       gap: 10px;
    }
    .check-group p {
        font-size: 14px;
    }
    section.shipping-timeline .shipping-content {
        padding: 30px 10px 20px;
        width: fit-content;
        margin: 0 auto;
    }
    .shipping-image img{
        float: initial;
    }
    .shipping-image {
        text-align: center;
    }
    section.contact form .form-row input.form-control {
        padding: 0 0 0 16px;
    }
    section.contact .contact-form form .form-group{
        margin-bottom: 10px;
    }
    section.contact input.form-control, select#inputState {
        height: 35px;
    }
    section.contact form .form-row .form-group select#inputState {
        top: 35px;
    }
    section.contact .contact-right .social-icons {
        margin: 30px 0 30px;
    }
    .carousel-caption h1 {
       font-weight: 900;
       font-size: 20px;
       line-height: 24px;
    }
    .carousel-caption h1.second{
       font-size: 30px;
    }
    .carousel-caption h1.third{
       font-size: 26px;
    }
    section.our-pricing .shipping-group {
       margin: 32px 0 0;
       gap: 5px;
       justify-content: flex-start;
       flex-direction: column;
       align-items: flex-start!important;
    }
    section.our-pricing .shipping-group p {
       font-size: 18px;
       width: 100%;
    }
    section.our-pricing hr {
       margin: 40px 0 0;
    }
    .carousel-item img.img-fluid.w-100 {
       width: 100%!important;
    }
    section.chain .text-box.text-center p{
       margin: 0 0 20px;
    }
    section.chain .text-box.text-center p{
       font-size: 21px;
    }
    section.our-pricing .text-box p{
        margin: 0 0 25px;
    }
}

@media (max-width: 446px){
    section.country-banner h1 {
        font-size: 28px;
    }
    section.country-banner {
        height: 400px;
    }
    .para-div p.first {
        margin: 35px 0 35px;
    }
    .check-group.first {
        margin: 20px 0 20px;
    }
    section.shipping-timeline .shipping-content h1 {
        font-size: 20px;
    }
    section.contact .contact-right h1 {
        font-size: 26px;
    }
}

@media (max-width: 391px){
    section.contact .contact-form form {
        padding: 25px;
    }
    .carousel-caption {
       position: absolute;
       top: 20%;
       left: 50%;
    }
    .code p {
      position: absolute;
      top: 8px;
      left: 11px;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .carousel-caption h1 {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .carousel-caption h1.second {
        font-size: 23px !important;
    }

    .carousel-caption h1.third {
        font-size: 14px !important;
    }
}

.heading-shipping h6 {
    font-size: 24px !important;
    color: #066277 !important;
}

.content-shipping-heading p {
    font-size: 18px;
    color: #495057;
}

/* common */
.carousel.slide {
    margin: 60px 0;
}

section.services .row.services-images .services-box img {
    width: calc(100% - 25px);
    left: 12px;
}

.image_box {
    padding: 20px;
    border-radius: 12px;
    height: 333px;
}

.content-shipping-heading {
    margin: 30px 0 0;
}

.btn a {
    background: #40B9EA;
    border-radius: 50px;
    width: 100%;
    border: none;
    line-height: 45px;
    display: block;
    padding: 5px 25px;
}

section.ready_to_ship {
    margin: 50px 0 10px 0;
}

.font_bold {
    font-weight: 600;
}

.heading {
    font-size: 24px;
    color: #066277;
    font-weight: 600;
}

/* common */

.Ideal-Partners-main-content-wraper {
    margin: 50px 0 0;
}

.image_box.first {
    background: #cfedfa;
}

.image_box.second {
    background: #F7E6D5;
}

.image_box.sixth {
    background: #F5F4CC;
}

.image_box.seven {
    background: #D6F6CE;
}

.image_box.eight {
    background: #adf1e5;
}

.image_box.third {
    background: #C1D8DD;
}

.image_box .heading {
    padding: 10px 0 0;
    font-size: 20px;
}

.image_box.fourth {
    background: #E3DAE1;
}

.ready_to_ship p.ship_title {
    font-size: 24px;
}

.sub_heading {
    font-size: 18px;
    font-weight: 500;
    color: #066277;
}

.china_to_africa ol {
    padding: 0 16px;
}

.shopping_now {
    margin: 50px 0;
}

.image_Section {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.image_box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 30px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_submit_btn {
    background: #40B9EA !important;
    border-radius: 50px !important;
    width: 100%;
    border: none;
    height: 50px;
    margin: 40px 0 40px;
    line-height: 45px;
    border: none !important;
}

.form-group.textarea textarea {
    height: 160px;
    resize: none;
    border-radius: 6px;
}

.working_hours ul {
    padding: 0 20px;
}

.image_box-shadow img {
    width: 218px;
    height: 100px;
    object-fit: contain;
}

.accordion input {
    display: none;
}

section.faq .accordion {
    padding: 30px 0 0;
}

.accordion label {
    display: block;
    padding: 20px 16px;
    margin: 0px 0 20px 0;
    cursor: pointer;
    background: #F6F7F7;
    border-radius: 4px;
    color: #066277;
    transition: ease .5s;
    position: relative;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
}

.accordion .content h4 {
    color: #066277;
    transition: ease .5s;
    position: relative;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

.accordion .content ul li {
    font-size: 18px;
    font-family: 'Roboto';
}

.accordion label:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    font-weight: normal;
    font-size: 22px;
    position: absolute;
    right: 22px;
    top: 15px;
    color: #066277;
}

.accordion input:checked+label:after {
    content: '\f077';
}

.accordion .content {
    background: #F6F7F7;
    padding: 4px 25px 20px;
    margin: -20px 0 20px 0;
    border-radius: 3px;
    font-family: 'Nexa';
    font-weight: 400;
    font-size: 15px;
}

.accordion .content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #454545;
}

.accordion input+label+.content {
    display: none;
}

.accordion input:checked+label+.content {
    display: block;
}

@media only screen and (max-width: 991px) {
    .image_Section {
        gap: 16px;
        flex-wrap: wrap;
    }

    .ready_to_ship .btn a,
    .ready_to_ship.shipping-services-wraper-content-main .btn a {
        display: block;
        padding: 4px 18px;
        font-size: 13px;
        font-weight: 600;
    }

    .ready_to_ship .btn.text-center,
    .ready_to_ship.shipping-services-wraper-content-main .col-sm-12.text-center.mb-3,
    .ready_to_ship .col-sm-12.text-center.px-0,
    .ready_to_ship.shipping-services-wraper-content-main .btn.text-center.mb-0 {
        padding: 0 !important;
    }

    .image_box {
        height: 500px !important;
    }

    .shopping_now h1.font_bold {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .image_box {
        padding: 20px;
        border-radius: 12px;
        height: auto !important;
    }

    .carousel.slide {
        margin: 25px 0 !important;
    }

    .contact-form {
        margin: 25px 0 !important;
    }

}

@media only screen and (max-width: 575px) {
    .row.services-images .col-md-4 {
        padding: 0px !important;
    }

    .working_hours p.heading,
    .contact-form h1.heading {
        font-size: 20px !important;
        font-weight: 600;
    }

    .font_bold.heading {
        line-height: 32px;
        margin-bottom: 15px;
        font-size: 20px !important;
    }

    .sub_heading {
        font-size: 16px;
        font-weight: 600;
    }

    .faq_questions p.mb-4 {
        font-size: 14px !important;
    }

    .country-canada-wraper section.ready_to_ship {
        margin: 10px 0 10px 0 !important;
    }

    .btn.text-center.shipping_btn {
        padding: 0px !important;
    }

    .btn.text-center.shipping_btn a {
        font-size: 13px !important;
    }

    section.services {
        margin: 25px 0 !important;
    }

    .Ideal-Partners-main-content-wraper,
    .section.ready_to_ship {
        margin: 35px 0 !important;
    }

    .heading-shipping h6 {
        font-size: 20px !important;
    }

    .content-shipping-heading p.mt-4,
    .content-shipping-heading {
        margin: 5px 0px !important;
    }

    .content-shipping-heading p,
    .sub-heading-wraper p.mt-2 {
        font-size: 14px;
        color: #495057;
    }

    .image_box .heading {
        font-size: 16px !important;
        font-weight: 600;
        line-height: 22px;
        margin: 5px 0 10px 0px;
    }

    .accordion label {
        padding: 15px 10px !important;
        font-size: 14px !important;
    }

    .accordion .content p {
        font-size: 13px;
    }

    .accordion .content {
        margin: -20px 0 20px 0;
    }

    p.accordin {
        width: calc(100% - 20px) !important;
    }

    .accordion label:after {
        font-size: 13px;
        right: 8px;
        top: 18px;
    }

    .heading h2 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 500px) {

    /* ------footer-chat-popup------- */
    .wa-chat-box-brand-name {
        font-size: 13px !important;
        font-weight: 700;
        line-height: 20px;
    }

    .custom-survey .survey-box-fixed_wrap {
        width: 95%;
        left: 8px;
        right: 8px;
    }

    .survey-box-second-background {
        margin: 0px !important;
    }

    .second-group {
        width: 100% !important;
    }

    .custom-survey {
        width: 100% !important;
    }
}

section.ready_to_ship.shipping-services-wraper-content-main {
    margin: 10px 0px !important;
}

section.ready_to_ship {
    margin: 10px 0 10px 0;
}
