                                            /*Adding Nexa Font Family */

   @font-face {
    font-family: 'NexaLight';
    src: url('../Nexa-Font/Nexa Light.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaRegular';
    src: url('../Nexa-Font/NexaRegular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'NexaBold';
    src: url('../Nexa-Font/NexaXBold.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
} 
h1,h2,p{
    margin-bottom: 0;
}
a{
    text-decoration: none!important;
}
/* Adding Nexa Font Family Closed */

body{
    font-family: 'NexaRegular';
    scroll-behaviour: smooth;
}

section.purchase-banner{
    background: url('../images/services/sea-and-air.png');
    background-size: cover;
    height: 530px;
    width: 100%;
}
section.purchase-banner .purchase-content{
    width: 64%; 
    padding: 100px 0 0;
}
section.purchase-banner .purchase-content h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 30px;
    font-family: 'NexaBold';
    text-transform: capitalize;
}
section.purchase-banner .purchase-content p{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
    font-family: 'Roboto';
}
section.purchase-banner .purchase-content .shipping a{
    margin: 60px 0 0;
    background: #40B9EA;
    border-radius: 30px;
    display: inline-block;
    padding: 16px 34px 10px;
	color:#fff;
}

section.purchase-banner .purchase-content .shipping a:hover{
    background: #066277;
	transform: scale(1.1);
    transition: 0.5s;
}
section.air-freight-services {
    padding: 60px 0;
}
section.air-freight-services .text-heading h2 {
    font-weight: 800;
    margin: 0 0 16px;
    text-transform: capitalize;
    font-size: 32px;
    font-family: 'Nexabold';
}
section.air-freight-services .air-content p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #454545;
}
section.booking .text-heading{
    width: 65%;
    margin: 0 auto;
}
section.booking .text-heading h2{
    font-weight: 800;
    font-family: 'NexaBold';
    line-height: 42px;
    padding: 0 0 40px;
    font-size: 32px;
}
section.booking .booking-box {
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    padding: 32px;
    background: #F3F7F8;
    height: 330px;
}
section.booking .booking-box p.heading{
    font-weight: 700;
    font-size: 20px;
    padding: 16px 0 12px;
}
section.booking .row.second {
    margin-top: 30px;
    padding: 0 0 60px;
}
section.sea-freight {
    background: #C1D8DD;
    padding: 64px 0 78px;
}
section.sea-freight .sea-box h2 {
    font-weight: 800;
    padding: 0 0 16px;
    text-transform: capitalize;
    font-size: 32px;
    font-family: 'Nexabold';
}
section.sea-freight .sea-box p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #454545;
}
section.sea-freight .row.text-center.benefits{
    padding: 60px 0 40px;
}
section.sea-freight .row.text-center.benefits .heading-box h2{
    font-weight: 800;
    font-family: NexaBold;
}
section.sea-freight .left-box {
    background: #FFFFFF;
    border-radius: 12px;
    height: 200px;
    padding: 32px;
    text-align: left;
}
section.sea-freight .row.text-center.second{
    margin-top: 48px;
}
section.sea-freight .left-box p{
    padding: 32px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: 'NexaBold';
}
section.sea-freight .right-box {
    background: #FFFFFF;
    border-radius: 12px;
    height: 200px;
    padding: 32px;
    text-align: left;
}
section.sea-freight .row.text-center.second{
    margin-top: 48px;
}
section.sea-freight .right-box p{
    padding: 32px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    font-family: 'NexaBold';
}
section.choose-services {
    padding: 60px 0;
}
section.choose-services .heading-box h2 {
    font-weight: 700;
    line-height: 42px;
    color: #070707;
    font-family: NexaBold;
    width: 62%;
    margin: 0 auto;
    font-size: 32px;
}
section.choose-services .heading-box p {
    padding: 24px 0 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #454545;
    width: 77%;
    margin: 0 auto;
}
section.choose-services .heading-box .shipping{
    margin: 20px 0 0;
    display: inline-block;
    padding: 20px 40px;
}
section.choose-services .heading-box .shipping a{
    background: #40B9EA;
    padding: 20px 40px;
    border-radius: 100px;
    min-width: 192px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
section.choose-services .heading-box .shipping a:hover {
    background: #066277;
    transform: scale(1.1);
    transition: 0.5s;
}

section.choose-services .row.choose {
    border: 1px solid #E1E1E1;
    border-radius: 25px;
    padding: 58px 0 77px;
}

@media (min-width: 320px) and (max-width: 767px){
section.purchase-banner .purchase-content {
	width: 100%;
}
section.purchase-banner .purchase-content h1 {
    font-size: 24px;
    line-height: 30px;
	margin: 0 0 20px;
}
section.purchase-banner {
    height: auto;
}
section.purchase-banner .purchase-content .shipping a {
    margin: 25px 0 20px;
}
section.air-freight-services {
    padding: 50px 0;
}
section.booking .text-heading {
    width: 100%;
}
section.booking .text-heading h2 {
    line-height: 30px;
    font-size: 24px;
}
section.sea-freight .sea-box h2 {
    font-size: 24px;
    margin-top: 10px;
}
section.sea-freight .row.text-center.benefits .heading-box h2 {
    font-size: 24px;
}
section.sea-freight .row.text-center.benefits {
    padding: 50px 0 40px;
}
section.sea-freight .left-box {
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
}
section.sea-freight .right-box {
    height: auto;
    padding: 15px;
}
section.choose-services {
    padding: 50px 0;
}
section.choose-services .heading-box h2 {
    line-height: 30px;
    width: 100%;
    font-size: 24px;
}
section.choose-services .heading-box .shipping {
    margin: 30px 0 0;
}
section.choose-services .heading-box p {
    width: 100%;
}
section.booking .row.second {
    padding: 0 0 50px;
	margin-top: 10px;
}
section.booking .booking-box {
    height: auto;
    margin-bottom: 15px;
}
section.booking .booking-box pnth-child(2){
   font-size: 18px;
   color: #454545;
}
section.air-freight-services .air-content p {
    margin-bottom: 15px;
}
section.air-freight-services .text-heading h2 {
    font-size: 26px;
}
section.choose-services .row.choose {
    padding: 30px 0 30px;
}
}

@media(min-width: 768px) and (max-width: 991px){
	section.purchase-banner .purchase-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px;
}
section.purchase-banner .purchase-content .shipping a {
    margin: 20px 0 0;
}
section.choose-services .row.choose {
    padding: 40px 0 40px;
}
}