/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.popupform-set .iconst {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}
.popupform-set .iconst .box p {
    padding: 0;
    margin: 0;
}
.popupform-set .iconst .box img {
    margin: 0 0 10px 0;
    max-width: 40px;
}
.popupform-set .iconst .box h6 {
    font-weight: 400;
}
.popupform-set .boxform .col2 {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popupform-set .boxform [type="text"], .popupform-set .boxform [type="email"] {
    width: 100%;
    border: none;
    border-bottom: solid 1px #353535 !important;
    border-radius: 0;
    height: 35px;
    font-size: 14px;
    padding: 0 0 0 10px;
}
.popupform-set .boxform select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #353535 !important;
    border-radius: 0;
    height: 35px;
    font-size: 14px;
    padding: 0 0 0 10px;
}
.popupform-set .boxform .col1 {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popupform-set .boxform [type="submit"] {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 6px;
    background: #002b54;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-shadow: none;
    box-shadow: none;
    border: none;
}
.popupform-set .boxform .col2 p {
    margin-top: 0;
}
.fusion-slider-loading {
	display:none;
}

/* contact page form */
.pagecontct-forms .col1 {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pagecontct-forms .col2 {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pagecontct-forms .col1 p,
.pagecontct-forms .col2 p {
    margin-top: 0;
}
.pagecontct-forms [type="text"], .pagecontct-forms [type="email"] {
    width: 100%;
    border: solid 1px #D4D4D4;
    border-radius: 0;
    height: 42px;
    font-size: 15px;
    padding: 0 10px 0 10px;
}
.pagecontct-forms [type="date"] {
    width: 100%;
    border: solid 1px #D4D4D4;
    border-radius: 0;
    height: 42px;
    font-size: 15px;
    padding: 0 10px 0 10px;
}
.pagecontct-forms [type="submit"] {
    display: inline-block;
    padding: 11px 25px;
    border-radius: 6px;
    background: #002b54;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none;
    border: none;
}
.duty-calculatorbtn {
    padding: 0 10px;
}
.duty-calculatorbtn a {
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff !important;
    font-weight: 700;
    font-size: 17px;
    background: #f57e08;
    text-decoration: none;
    border-radius: 8px;
}